Commit Graph

57 Commits (master)

Author SHA1 Message Date
androidacy-user 6a76a6403f (fix) try to address build perf issue
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
Androidacy Service Account 6b8ee7c8d1
Compress libs 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 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 7effbaac2f (fix) try to fix update showing in UI
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 63b407cb15 (misc) minor UI tweaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user ac845a0c0c (misc) tweaks
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user c79f081879 (misc) 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 77cd9346f0 (fix) try to fix search
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 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 888b624ff6 rework http
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 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 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 a8e71e1bed hook up logic for bottom nav
TODO: separate online and local modules into their own tabs

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 cb562c7aa1 finalize in-app updates
need to hook this up to update checks still

Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user d763b4b85b work more on in-app 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 8898d0674c huge refactoring
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 75763c89e9 optimizations
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user f39b3af4fa more work
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 5d844e0911 recreate setup activity
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user efd5391ef8 add zip handler to start install from a diff app
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user dbf0d6d35c Work on Sentry, fix some crashing
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 year ago
androidacy-user 2c675577cb [DO NOT MERGE] Add setup screen
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>
2 years ago
Fox2Code efa6c14289 Improve/rework Androidacy compatibility 2 years ago
Fox2Code bf92f586ba Disable sentry on F-Droid flavor 2 years ago
androidacy-user 72a26a0103 Fix sentry support + misc androidacy updates
Sentry init is completely disabled if crash_reporting is false, which means now to change that preference an app restart is necessary.

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 276525c4af Fix sentry
Work remains to be done for the androidacy api for 0.6.6

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user 8e4f5a9f50 Attach app screenshot to bug reports
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
Fox2Code 40e9d1f5fb Fix and Refactor both RepoManager and BackgroundUpdateChecker 2 years ago
androidacy-user 9c2d361a1c Update androidacy APIs
Signed-off-by: androidacy-user <opensource@androidaacy.com>
2 years ago
Fox2Code b5a1d492d0 0.6.0 - Development pre-release 1 2 years ago
Fox2Code 58a29f006d Implement background module update check & improve translator utils. (New strings) 2 years ago
Fox2Code 7356d7cf0d Use Magisk folder to detect active modules. (No longer use boot listener) 2 years ago
DerGoogler 0f6264b15e Add language selector (#80), Remove force english language [Beta] 2 years ago
DerGoogler 328ee8da9a Fix module install restarts on screen rotation (#146) 2 years ago
Fox2Code 811ef00926 Add ACCESS_NETWORK_STATE permission for better WebView support. 2 years ago
Fox2Code 495e1cc3e6 Fixing android layout for older android devices, fix debug builds. 2 years ago
Fox2Code 64427356fb Update Android Gradle Plugin 2 years ago
Fox2Code 5ee90a1b4e Allow to disable/enable built-in repos. 2 years ago
Fox2Code f66503063e Implement downloading files without installing them. (Implement #3) 2 years ago
Fox2Code ef00997ea4 Improve Androidacy api for config with certificate pinning + minor code changes. 2 years ago
Fox2Code 00ae269ae2 Improve Andoridacy WebView, progress on internal APIs. 2 years ago
Fox2Code 7839218bbb Add initial Androidacy WebView Activity implementation. 2 years ago
Fox2Code 4af20bbedf Prepare for Andoridacy collaboration, remove deep link integration. 2 years ago