Replies: 3 comments 1 reply
-
What I know. SMT apps has been slowly rewritting into Jetpack compose. But its not yet done. And I dont think it should be the priority. - Bugs should be the priority |
Beta Was this translation helpful? Give feedback.
-
Are there really any privacy and security bad impacts by using older APIs? |
Beta Was this translation helpful? Give feedback.
-
@seankhl Of course. We'll slowly get there. We'll focus on security and reliability first, everything else comes after that. Since this is a community-supported project, we won't be doing needless rewrites just for the sake of rewriting code without any real benefits to the end user. |
Beta Was this translation helpful? Give feedback.
-
I'm not suggesting shifting away from the base design and simplicity that these apps have always had -- that's something that differentiates them and makes them a unique proposition.
But I do think they can be further modernized while retaining these traits, which means moving toward more complete usage of AndroidX, Jetpack Compose, Material 3, defaulting to Material You utilization (with still the option to set custom colors), etc.
Any privacy or security considerations impacted by supporting older versions of android should result in dropping the old APIs and moving toward newer ones, e.g. with permissions APIs. Any code base simplification that can happen in light of this can then be done as well.
Beta Was this translation helpful? Give feedback.
All reactions