Commit Graph

100 Commits (e90472aae4fafd3c7de75c97fafb989955c05993)

Author SHA1 Message Date
Fox2Code e90472aae4 Add Support for systems without a working WebView 3 years ago
Fox2Code 5e0d8dd505 Add package name and version at the bottom of the setting panel 3 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
3 years ago
Fox2Code a8b3d9200f Add FLAG_COMPAT_MALWARE flag for future antivirus implementation. 3 years ago
Fox2Code a847ebd72e Minor update/fixes to previous contributions. 3 years ago
Fox2Code 45d647953f
Merge pull request #111 from gilbsgilbs/fdroid-build-flavor
Add F-Droid build flavor.
3 years ago
androidacybot f299d1b6f5 Various Androidacy related fixes
Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com>
3 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
3 years ago
Fox2Code a5d0c22bc0 Improve LSPosed support, add more modules config fallback. 3 years ago
Fox2Code ebfa3e2565 Major AndroidacyAPI rework for download button. 3 years ago
Fox2Code 943d4c32c6 Fix top inset for module list. 3 years ago
Fox2Code 19eccebb7a Improve readme fallbacks, update libraries. 3 years ago
Fox2Code 6256de1cda Improve minApi and maxApi props handling. 3 years ago
Fox2Code 535fdd8ae3 Expands modules fallbacks. 3 years ago
Fox2Code ff2d5abda2 Improve root detection, update libsu. 3 years ago
Fox2Code 9f480c70ac Add fallback for ".github/" prefixed README.md 3 years ago
Fox2Code 5324f5ac2e 0.4.0 Release Candidate 1 3 years ago
Fox2Code f8183bd2dc Fix WebView uri handling, and fix top inset. 3 years ago
Fox2Code 52d22fe487 Fix click not registering when clicking on image icon. 3 years ago
Fox2Code 4f02487439 Bring back rounded search view. 3 years ago
Fox2Code 97cd87c13e Add compat flags for modules, fix Androidacy code typo. 3 years ago
Fox2Code 4ce22b2938 Make error messages about magisk or root redirect to Magisk GitHub 3 years ago
Fox2Code f9e9559e93 Fix detecting software navbar height on emulator. 3 years ago
Fox2Code 495e1cc3e6 Fixing android layout for older android devices, fix debug builds. 3 years ago
Fox2Code cd5f6b6e6a Fix landscape even more, make blur disabled by default (new strings) 3 years ago
Fox2Code 6f7c40393e Improve layout and top blur, fix light theme. 3 years ago
Fox2Code 63224b76fd Fix top inset bug, try to workaround no root/magisk issues. 3 years ago
Fox2Code 2a97cbafa3 Rework user interface, add blur view, fix landscape. 3 years ago
Fox2Code 7a6aa28277 Androidacy WebView hardening, and some bug fixes. 3 years ago
Fox2Code f8707bbbca Remove Magisk-Modules-Repo. (See #79) 3 years ago
Fox2Code b3bed5c2a6 Fix mmm.getModuleVersionCode 3 years ago
Fox2Code 553e402e3e Hide "Force english language" behind dev mode. 3 years ago
Fox2Code 1a71ae19d6 Add `mmm.getNavigationBarHeight` API for future transparent nav bar. 3 years ago
Fox2Code 4cd9d9d5c9 Improve markdown activity. 3 years ago
Fox2Code f11b7e8cd7 Fallback to lower case version of `README.md` if needed. 3 years ago
Fox2Code 147055e4a9 Fix installing module depending on now removed `ARCH32` variable. (Also clean up code) 3 years ago
Fox2Code 04ee424d4f 0.3.1 Release 3 years ago
Fox2Code 2c666ad00b Fix installer crashing when a checksum is provided. 3 years ago
Fox2Code 5de88091f6 Beautify Andoridacy code. 3 years ago
androidacybot 60e1a6aea7 Reconfigure zip url to use Androidacy API
Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com>
3 years ago
androidacybot 3ec397c160 Ensure all Androidacy API repo requests have referrer
Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com>
3 years ago
Fox2Code dc9672507a Add content description for module action buttons. 3 years ago
Fox2Code 1ecf075fb2 Add referrer to initial Androidacy WebView link. 3 years ago
Fox2Code a929cd10ac 0.3.0 Release candidate 2 3 years ago
Fox2Code c65f71f7f1 Rewrite module install script, auto detect if a patch is needed on remote modules. 3 years ago
Fox2Code a6636fa364 Add informational APIs to AndroidacyWebAPI 3 years ago
Fox2Code 1969e052d3 Improve full clear button, don't require reboot for just installed modules. (Fix #51) 3 years ago
Fox2Code 781020ec96 Improve accessibility service awareness for module view. 3 years ago
Fox2Code 01292ac938 Don't linkify links that might affect Markdown. 3 years ago
Fox2Code 73201e467b Add links to non markdown formatted https urls in MarkdownActivity. 3 years ago