Commit Graph

291 Commits (45fd0d9ef1932a1990ecf05549bf54405f37b8d7)

Author SHA1 Message Date
Der_Googler 037a0b930c
Merge branch 'Fox2Code:master' into master 2 years ago
Fox2Code 1c3894e35b Improve AnyKernel support. Close #138 2 years ago
DerGoogler da6d0ace3e Improve Settings Preferences 2 years ago
DerGoogler b6b496b202 Improve Settings Preferences 2 years ago
DerGoogler 0e85e4994c Merge remote-tracking branch 'origin/master' 2 years ago
DerGoogler 996a50f61e Add reboot protection 2 years ago
Der_Googler d4ad060226
Merge branch 'Fox2Code:master' into master 2 years ago
Fox2Code 8f5751581e
Merge pull request #135 from comradekingu/patch-3
nb_NO translation
2 years ago
DerGoogler 1cc6f8e771 Add reboot fab to install terminal 2 years ago
DerGoogler 841e414b6e Improvements
- `MAGISK_OUTDATED` is now pointed to Magisk releases
- Install module button is now at top
2 years ago
DerGoogler eedf3cab3e Sort module java ckasses in source 2 years ago
DerGoogler 95d00d03af Change repo url to `repo.dergoogler.com` 2 years ago
DerGoogler a85920eccf Fix own repo 2 years ago
DerGoogler 58ff45c78a Sort repo strings 2 years ago
DerGoogler 5ea45b8a59 Trying to Add own repo 2 years ago
Der_Googler 7b186dc257
Merge branch 'Fox2Code:master' into master 2 years ago
Fox2Code 2d6e5dbbfb Add a fallback for osm0sis modules. 2 years ago
Fox2Code 2e84e46402 Fix Markdown changelog links not opening. Fix #132 (Again) 2 years ago
Allan Nordhøy dac353537b
nb_NO translation 2 years ago
Fox2Code 6ecf659208 Avoid out of memory errors when using buffers. 2 years ago
Allan Nordhøy 546f940d4e
Suggested changes made 2 2 years ago
Allan Nordhøy e5f44b5e08
Suggested changes made 2 years ago
Allan Nordhøy 02109b9a7e
App strings reworked 2 years ago
Igor Sorocean 1b2b656f24
Update romanian translation 2 years ago
Fox2Code db10272a2f Linkify changelog of updatable modules via `updateJson`. Fix #132 2 years ago
Fox2Code c3d8213ecf Always check resources for getStatusBarHeight and getNavigationBarHeight 2 years ago
Der_Googler 72578b42e3
Merge branch 'Fox2Code:master' into master 2 years ago
Fox2Code e90472aae4 Add Support for systems without a working WebView 3 years ago
Der_Googler d60219797d
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code 6daa94108e Fix translation string escaping 3 years ago
Alprnn357 916a12776b
Delete .PLACEHOLDER 3 years ago
Alprnn357 e2ad4348c7
Add strings.xml and arrays.xml files 3 years ago
Alprnn357 d7e314965d
Create .PLACEHOLDER 3 years ago
Daviteusz 6a30f34c15 Update PL language 3 years ago
Fox2Code 81907f9aa2
Merge pull request #119 from TireX228/master
Update strings.xml
3 years ago
Daviteusz 9c70aeb1ff Update PL language 3 years ago
TireX228 ec0722c3ce
Update strings.xml 3 years ago
Fox2Code 5e0d8dd505 Add package name and version at the bottom of the setting panel 3 years ago
Der_Googler 5340d61556
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code b4f22f3f84
Merge pull request #116 from Daviteusz/l10n-master
[Request] Add Polish language
3 years ago
Daviteusz b470488137
Add Polish language 3 years ago
Gilbert Gilb's 0d380a0a62 Add disclaimer about Androidacy using ads and trackers.
See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_898354128
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
Der_Googler 68bdab0c66
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code a8b3d9200f Add FLAG_COMPAT_MALWARE flag for future antivirus implementation. 3 years ago
Fox2Code 811ef00926 Add ACCESS_NETWORK_STATE permission for better WebView support. 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
Fox2Code 6d616abc76
Merge pull request #110 from Leshu7w7/master
Add latam spanish translations
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
カルロスセルイ c5f2b2fe6e
Add latam spanish translations 3 years ago
Der_Googler c54cd16cd7
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code a5d0c22bc0 Improve LSPosed support, add more modules config fallback. 3 years ago
Der_Googler 22b31b592b Merge Dark theme to values 3 years ago
Der_Googler 237305fd16 Fixes 3 years ago
Der_Googler 7066e2d205 Merge remote-tracking branch 'origin/master' 3 years ago
Der_Googler df8fd6e0eb . 3 years ago
Der_Googler 38978ce4a1
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code ebfa3e2565 Major AndroidacyAPI rework for download button. 3 years ago
Der_Googler 189f3d9563
Update module_entry.xml 3 years ago
Der_Googler c00a99ebac Fix dark design and make improvments 3 years ago
Fox2Code ee81ba4cf2
Merge pull request #104 from VladWinner/master
Update RU strings
3 years ago
Fox2Code 943d4c32c6 Fix top inset for module list. 3 years ago
Vlad a872556d6c
Update strings.xml 3 years ago
Vlad caf0c54698
Update RU strings 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
paulo 5262345b98 Increased readability in German translation. 3 years ago
Androidacy Service Account fa9466bdfa
Merge pull request #97 from PhSnake78/master
Slovak translation
3 years ago
PhSnake 35139f96de
Create strings.xml 3 years ago
PhSnake a6052f6b15
Create arrays.xml 3 years ago
Fox2Code 2cb3d3c737
Merge pull request #94 from PhSnake78/patch-2
Create strings.xml
3 years ago
PhSnake 3ea0278c3a
Create strings.xml
Czech translation (04.03.2022)
3 years ago
PhSnake 8affecdaf0
Create arrays.xml
Czech translation (04.03.2022)
3 years ago
PhSnake 238508f32d
Create arrays.xml
Czech translation (04.03.2022)
3 years ago
CDzungx 3b502a04b4
Update Vietnamese strings
Added new strings
3 years ago
007 b2671d1427
Merge branch 'Fox2Code:master' into master 3 years ago
m007d 1032edb135 Updated, fixed and improved. 3 years ago
Fox2Code 9f480c70ac Add fallback for ".github/" prefixed README.md 3 years ago
007 2f8bc37349
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code 5324f5ac2e 0.4.0 Release Candidate 1 3 years ago
Jia-Bin 6bb2f8dd8c
Update strings.xml 3 years ago
Jia-Bin 82d42824ef
Merge branch 'Fox2Code:master' into master 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
ender-zhao c24e068f99
Update strings.xml 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
Jia-Bin 4cd3fcbcdd
Update Traditional Chinese
Not sure what function "Theme mode" is, need to see the actual effect to be translated
3 years ago
RadiatedExodus 0d782e76ae
ID - Translate arrays.xml to Indonesian 3 years ago
RadiatedExodus e8053c1a50
ID - Translate strings.xml to Indonesian 3 years ago
Fox2Code 495e1cc3e6 Fixing android layout for older android devices, fix debug builds. 3 years ago
007 b9b75b07a6
Merge branch 'Fox2Code:master' into master 3 years ago
Fox2Code 64427356fb Update Android Gradle Plugin 3 years ago
Androidacy Service Account 44666666ba
Merge pull request #85 from xerta555/patch-2
Update French translation
3 years ago