soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
97 stars 7 forks source link

Use isolatedProcess service for calling bindings to Rust #126

Closed soupslurpr closed 9 months ago

soupslurpr commented 9 months ago

This will enhance security.

https://developer.android.com/guide/topics/manifest/service-element#:~:text=element%27s%20icon%20attribute.-,android%3AisolatedProcess,-If%20set%20to

soupslurpr commented 9 months ago

Split into #127 and #128. Each ViewModel that needs to call Rust functions will have its own isolatedProcess service for them.