Commit Graph

157 Commits (master)

Author SHA1 Message Date
androidacy-user eae09bf812 hide search on scroll down
fixes #313

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 2925b6a8c6 (fix) updates to pref handling
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user fb81d0faa4 (chore) try to fix issue with cronet
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 231cc99cb6 (chore) code cleanup
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 27fefbf3cf (fix) fix adding and removing and showing custom repos
known issues: after adding and removing one, the add button may stop showing

custom repos and alt repo no longer use cache due to errors in storing prop values

etc

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user d4218e5a9d (misc) tweaks and upgrades
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 47eff4e5c4 (migrate) migrate some minor things to kotlin
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 3b115044b7 (fix) misc fixes
also ensure ui consistency

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 216d4ea4ad (misc) optimizations and fixes
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 36b583932f (fix) point to androidacy sentry instance
sentry saas is becoming too expensive to use, so switch back to androidacy hosted

same or stronger privacy protection, server side data scrubbing enabled, and for EU users data stays in EU

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user af1c06985e (misc) minor UI tweaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 8ba2d2d98e (misc) fix settings bugs
known issue is custom repo can't be added

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user eb46a3a56f (chore) require webview for online functionality
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>
1 year ago
androidacy-user 99c3cd2ede switch to non-transitive r classes
and more

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user c9aab40670 misc fixes
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user c7cc320028 misc fixes
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 0ac2779bb0 finish fix for source archives
also update deps

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 92a0d50443 rework a bunch fof stuff
work around alt repo crap (incomplete)

update workflow - fixes #296

etc etc

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 9ac56c371b rework ui a bit
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 888b624ff6 rework http
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user b9a62f9988 small updates
also update supported languages

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user f8b95e663d various optimizations
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user dbc4797c80 rework UI a little
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user a3b3c8b547 work on some things
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user cf671df86b revert encryption
we'll wait for a stable jetpack security 1.1 release, this one's too slow and buggy

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 37c158b3b9 encrypt realms
still a lil crashy but works

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 034753d6c4 encryption for sensitive data
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>
1 year ago
androidacy-user 2dd1257f37 try to fix a few bugs
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 6d0dec6ead fix cache issues + increase performance
cache is feature complete now, custom repos adding is still having leaks

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 1f38a197de some bugfixes
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user f1a6c6a2bf more work on trying to fix cache
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 40b1f4cb4c fix stuff, break other stuff
aka cache is now used but that randomly makes online repo list empty :thumbs_up:

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user eb838c4147 add status notice for safe modules
other tweaks

known issues still: local module list doesnt show actions for updates etc, module cache isn't consistently used

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 4fc7a94f78 apply best practices
fix a lot of best practices and respect user choice for needing wifi for bg updates

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user c17db63594 add module update exclusions
closes #272

also, updates dependencies and starts work on #170

also cleans up code some

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user d9ebb2a2c4 begin work on excluding modules from update checks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 9e7a38ed0a encrypt cookies
only applies to okhttp requests for now, but cookies are stored and sent and on-disk they are encrypted

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 08e78d9577 rework cookies more
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 68a4c54ef8 rework cookies and improve cust repos
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user a54ecbc6d8 more work on realm
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user f13ed32a22 move to Timber for logging
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 8898d0674c huge refactoring
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 24ec7f6cc6 bump min sdk to 24
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user e551ddc0c3 various changes
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 21da75c3fc migrate more to using realm
it might crash but hey at least it builds right

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user cdd4092bbf more improvements
- prepare repo list db
- remove prism4j for good as it's not compatible with java 11
- various fixes

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user e3734e15d6 onto a new Realm
....realm database, anyway

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 5499ab0b43 tweaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 7865b62255 give up on roomdb
i have a headache now, thanks

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 606ff7d778 Revert "more fixes"
This reverts commit c92f26d65f.
1 year ago