Commit Graph

157 Commits (cb562c7aa1ff2606d1d5a548c69bd3a3b786a785)

Author SHA1 Message Date
androidacy-user 39cfa8c52e Allow user to permanently dismiss notifications request
Also handles pre-13 devices that have blocked notifications

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
androidacy-user b6077f2256 Loads of work
- General refactoring
- Significant speed improvements using cronet (currently depends on gms and will fallback without)
- Fix androidacy downloads
- More i probably forgot

Androidacy tokens and esp custom ones need more work but this is a good start

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
Fox2Code 0b0079d91b 0.6.7 - Maintenance Update 2 years ago
Fox2Code e3a7420bea Use `sentry.properties` existence over build flavor to set sentry enabled state. (Fix #214)
This will also disable sentry by default on community builds/forks.
2 years ago
Fox2Code a76040eb12 Fix-up "Overall optimizations" 2 years ago
androidacy-user ff1afd0416 Overall optimizations
- Clarify some failures
- Optimize build times
- Update dependencies
- Make absolute sure sentry doesn't send PII

Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
Fox2Code 5c4bd253ef 0.6.6 - Maintenance Update 2 years ago
Fox2Code e4d7b93f16 Update BlurView library 2 years ago
Fox2Code 8b121e9eb3 Fix sentry implementation. 2 years ago
Fox2Code bf92f586ba Disable sentry on F-Droid flavor 2 years ago
Fox2Code 638abe3224
Revert unecessarry `versionName` change.
`versionName` and `versionCode` should only be changed on new release.
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 e1ce5f68a7 Update dependencies
Signed-off-by: androidacy-user <opensource@androidacy.com>
2 years ago
Fox2Code 40e9d1f5fb Fix and Refactor both RepoManager and BackgroundUpdateChecker 2 years ago
Fox2Code c6482ca751 Fix and improve previous commit & Update libraries 2 years ago
androidacy-user 9c2d361a1c Update androidacy APIs
Signed-off-by: androidacy-user <opensource@androidaacy.com>
2 years ago
Fox2Code ebd3f23718 Update libraries 2 years ago
Fox2Code 6cdf75c39a 0.6.1 - Maintenance Update 2 years ago
Fox2Code 48110285ba 0.6.0 - Custom Repo Update 2 years ago
Fox2Code c92d6dbefe 0.6.0 - Development pre-release 2 2 years ago
Fox2Code 7cc589b52c Update FoxCompat 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 54879213bd Increase max custom repos count from 3 to 5 & tweak add repo UI. 2 years ago
Fox2Code d4ee572529 Finish custom repos implementation + add more default repos. 2 years ago
Fox2Code 1488f13e95 Introduce new `modules.json` format extensions. 2 years ago
Fox2Code 241c50867c Switch to FoxCompat library. 2 years ago
Fox2Code c7b981409d 0.5.6 - Hotfix 2 years ago
Fox2Code f1b511cb7c 0.5.5 - Maintenance Update 2 years ago
Fox2Code bb5cb08d76 0.5.4 - Maintenance Update 2 years ago
Fox2Code 9f1b9c679a Update libraries. 2 years ago
Fox2Code 738bd3f819 0.5.3 - Maintenance Update 2 years ago
Fox2Code de92a77f5b 0.5.2 - Maintenance Update 2 years ago
Fox2Code 2c5a552221 0.5.1 - Maintenance Update 2 years ago
Fox2Code 5bc91a0f45 Update Libraries (Fix #163) 2 years ago
Fox2Code 4f27117c8d Release 0.5.0 - Monet Update 2 years ago
Fox2Code 8486a3bb56 0.5.0 Development pre-release 2 2 years ago
Fox2Code 7b60a514fe Use Android 12 stretch overscroll 2 years ago
Fox2Code 45fd0d9ef1 Update RosettaX to avoid crashes on release builds. 2 years ago
Fox2Code 734f660275 0.5.0 Development pre-release 1 2 years ago
Fox2Code d2e6a4917a Add ANSI Support 2 years ago
Fox2Code 78408ea689 Update libraries 2 years ago
Fox2Code 5d2a08d818 Start fixes for last PR. 2 years ago
DerGoogler 12ce2b094b Add LEGASL.md and make aditional fixes 2 years ago
DerGoogler ce82c0aa93 Merge branch 'iamjazzar/rosetta' into internal lib 2 years ago
DerGoogler a766c73af1 Rework cards, Initial Android 12 Monet support 2 years ago
Fox2Code 3eb1744a78 Fix previous PR + minor UI tweaks. 2 years ago
DerGoogler c726dbe375 Making improvements
- Update libsu to `5.0.0`
- Fix reboot button displays on fail install
2 years ago
Fox2Code 81143e7d95 0.4.5 Release 2 years ago
Fox2Code bc5bb2ab80 0.4.4 Release 2 years ago
Fox2Code 709a0a4ebf 0.4.3 Release 2 years ago
Fox2Code 6daa94108e Fix translation string escaping 2 years ago
Fox2Code a3ef9be671 0.4.2 Release 2 years ago
Gilbert Gilb's e4313e2081 Disable Androidacy repo by default in F-Droid build flavor.
See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_898237184
2 years ago
Fox2Code d3b6a37049 0.4.1 Release 2 years ago
Gilbert Gilb's e1cc03045d Add F-Droid build flavor.
We need a different build flavor for F-Droid because they forbid
auto-updaters as they download blobs from the internet (and it wouldn't
be possible to install the downloaded APK anyways because of the
signatures mismatch).

I chose to implement this using a build config field instead of using a
per-build-flavor source directory because I thought it introduces less
maintenance burden. In particular, per-build-flavor source directories
would require an interface in the main source directory for the update
manager, which would be implemented for each build flavor in a specific
source directory. Considering this project doesn't have CI builds yet, I
think it wouldn't be wise. Still we might reconsider should we need more
complex setup (such as different dependencies for the two build
flavors). The main downside of the build config field for now is that it
may be more prone to silent regressions.

Fixes #41
2 years ago
Fox2Code bcfd8ae573 0.4.0 Release 2 years ago
Fox2Code 184b9379a6 0.4.0 Release Candidate 3 2 years ago
Fox2Code 19eccebb7a Improve readme fallbacks, update libraries. 2 years ago
Fox2Code f03caf1b96 0.4.0 Release Candidate 2 2 years ago
Fox2Code ff2d5abda2 Improve root detection, update libsu. 2 years ago
Fox2Code 5324f5ac2e 0.4.0 Release Candidate 1 2 years ago
Fox2Code 680abcb990 Release Candidate 1 2 years ago
Fox2Code f8183bd2dc Fix WebView uri handling, and fix top inset. 2 years ago
Fox2Code 2b435690cb Update libsu. 2 years ago
Fox2Code f9e9559e93 Fix detecting software navbar height on emulator. 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 fa39266c02 Add BlurView to dependencies. 2 years ago
Fox2Code c75fa26c53 0.3.2 Release 2 years ago
Fox2Code 04ee424d4f 0.3.1 Release 2 years ago
Fox2Code 5c7fa63061 Release 0.3.0 !!! 2 years ago
androidacybot 3ec397c160 Ensure all Androidacy API repo requests have referrer
Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com>
2 years ago
Fox2Code 1900372b61 0.3.0 Release candidate 3 2 years ago
Fox2Code a929cd10ac 0.3.0 Release candidate 2 2 years ago
Fox2Code dfa9009c49 0.3.0 Release candidate 1 2 years ago
Fox2Code 06fc2ab968 Allow modules to display under the nav bar. 2 years ago
Fox2Code b5b16d9981 Fix typo, it's 0.3.0, not 3.0.0, why no one told me!!!! 2 years ago
Fox2Code 50c1f9c5b3 Release 3.0.0-dev2 2 years ago
Fox2Code 00d9dc040d Release 3.0.0-dev1 2 years ago
Fox2Code f66503063e Implement downloading files without installing them. (Implement #3) 2 years ago
Fox2Code e565a7018f Minor fixes and changes for Andoridacy support. 2 years ago
Fox2Code ceee285db9 Add initial deep link support 2 years ago
Fox2Code 1bbb16908a Release 0.2.9, Implement text wrap #10 and fix #37 2 years ago
Fox2Code 5f2c2ffb4a 0.2.8 Release 2 years ago
Fox2Code 584d8b126a 0.2.7 Release 2 years ago
Fox2Code bdcf5a3dde 0.2.6 Release 2 years ago
Fox2Code 0ecc413041 Change version string when there is an update (Fix #24) 2 years ago
Fox2Code 5f6e92174d 0.2.5 Release 2 years ago
Fox2Code 6dc32f7a3e 0.2.4 Release 2 years ago
Fox2Code 8bda2e1b1a 0.2.3 Release 2 years ago
Fox2Code 27c97fa865 Add low quality module filter, and filter out invalid repo modules. 2 years ago
Fox2Code 874d5c7854 Release 0.2.2 3 years ago
Fox2Code 3e4da0bb77 Release 0.2.1 3 years ago
Fox2Code 4fa17e2b2b Release 0.2.0 3 years ago
Fox2Code 7cca8636be Update 0.2.0-pre3 3 years ago
Fox2Code 5f2f43c12a Update 0.2.0-pre2 3 years ago
Fox2Code 88da4ba372 Update 0.2.0-pre1 3 years ago
Fox2Code 652dc0083d Release 0.1.2 3 years ago