if no current webview is found, foxmmm should revert to an offline only module manager - allowing install from storage and to remove modules, but no update checks or online repo functionality will work
quite a bit of the http stack now relies on webview and will crash or not work as well without it so better to avoid any issues
and besides, everything since at least 4.4 has webview built-in
Signed-off-by: androidacy-user <opensource@androidacy.com>
everything we can reasonably encrypt is now encrypted, since the app is a rather attractive attack vector for attackers. this continues the work started in v1.1 to secure the app.
Signed-off-by: androidacy-user <opensource@androidacy.com>
fixes#223 but there's a couple outstanding bugs related to the tabs that will be fixed later
fixed lack of bg on chips in black theme
Signed-off-by: androidacy-user <opensource@androidacy.com>
Material3 is now used regardless of API version. Switches should no longer be invisible for < a12
Oh, and fixed a couple crashes and yes i did pet that kitten
Signed-off-by: androidacy-user <opensource@androidacy.com>
Also bumps minimum android sdk to 23 (aka Marshmallow) Android 5.x just isn't popular anymore and magisk even has poor support for it.
Also warn about blur on low-end devices
Signed-off-by: androidacy-user <opensource@androidacy.com>
Also the usual fixes and whatnot
Note the setup is rather broken right now as something else is overwriting the pref right away
Signed-off-by: androidacy-user <opensource@androidacy.com>
- All known hosts now have a hardcoded trusted root ca, because we're not just going to trust that the user has a-ok certs installed
- Remove some unused code
- Properly fix a couple NetworkOnMainThread errors
Signed-off-by: androidacy-user <opensource@androidacy.com>
- Move some docs to docs folder
- Refactor sentry a little
- In order to "fix" custom repos, don't let them be disabled
- Misc updates and optimizations
Signed-off-by: androidacy-user <opensource@androidacy.com>
- Remove binaries because I was lied to
- Stuff
- Other stuff
- Jeez why did I wait two days to commit, I can't remember anything I did
Signed-off-by: androidacy-user <opensource@androidacy.com>
Fdroid apparently won't let us attempt to use cronet from gms because something something proprietary AAAAAAAAAAAAAAAAAAAAAAAAAAA
The scream is the two hours I spent resolving the 15189759875195791 conflicts that resulted from the change.
Also, when ANDROIDACY_CLIENT_ID is empty, do not allow the user to enable Androidacy repo and instead show a message suggesting to download official builds. May have to reword for fdroid
Oh, and now no internet actually means no internet and it'll properly notify when repos fail to update.
Signed-off-by: androidacy-user <opensource@androidacy.com>