Commit Graph

358 Commits

Author SHA1 Message Date
Fox2Code
f07c526b17
Merge pull request #113 from gilbsgilbs/fastlane
Add summary and description of the app through Fastlane.
2022-03-31 19:33:07 +02:00
Gilbert Gilb's
21edd8aa7b fix typos in README 2022-03-31 18:37:41 +02:00
Gilbert Gilb's
829621cd4b Add summary and description of the app through Fastlane.
As requested by F-Droid maintainers for inclusion: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_896286679

See #41
2022-03-31 18:37:39 +02:00
Fox2Code
811ef00926 Add ACCESS_NETWORK_STATE permission for better WebView support. 2022-03-31 17:57:21 +02:00
Fox2Code
a847ebd72e Minor update/fixes to previous contributions. 2022-03-31 15:39:48 +02:00
Fox2Code
45d647953f
Merge pull request #111 from gilbsgilbs/fdroid-build-flavor
Add F-Droid build flavor.
2022-03-31 14:37:21 +02:00
Fox2Code
6d616abc76
Merge pull request #110 from Leshu7w7/master
Add latam spanish translations
2022-03-31 14:30:55 +02:00
androidacybot
f299d1b6f5 Various Androidacy related fixes
Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com>
2022-03-30 15:25:08 -04:00
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
2022-03-30 19:09:00 +02:00
カルロスセルイ
c5f2b2fe6e
Add latam spanish translations 2022-03-30 10:49:14 -05:00
Der_Googler
b939ea55e2
Merge branch 'Fox2Code:master' into master 2022-03-27 22:32:50 +02:00
Fox2Code
7fb2daaa63 Update screenshots to match 0.4.0 new design 2022-03-27 22:25:21 +02:00
Fox2Code
bcfd8ae573 0.4.0 Release 2022-03-27 21:59:36 +02:00
Der_Googler
c54cd16cd7
Merge branch 'Fox2Code:master' into master 2022-03-27 13:49:14 +02:00
Fox2Code
a5d0c22bc0 Improve LSPosed support, add more modules config fallback. 2022-03-26 20:39:47 +01:00
Der_Googler
22b31b592b Merge Dark theme to values 2022-03-25 20:46:21 +01:00
Der_Googler
bed7e0198b
Merge branch 'Fox2Code:master' into master 2022-03-25 20:34:08 +01:00
Fox2Code
0f2bb7ba44 Update AboutLibraries 2022-03-25 19:50:04 +01:00
Fox2Code
184b9379a6 0.4.0 Release Candidate 3 2022-03-25 19:29:36 +01:00
Der_Googler
237305fd16 Fixes 2022-03-25 11:53:26 +01:00
Der_Googler
7066e2d205 Merge remote-tracking branch 'origin/master' 2022-03-25 10:46:44 +01:00
Der_Googler
df8fd6e0eb . 2022-03-25 10:44:04 +01:00
Der_Googler
38978ce4a1
Merge branch 'Fox2Code:master' into master 2022-03-25 10:42:48 +01:00
Fox2Code
ebfa3e2565 Major AndroidacyAPI rework for download button. 2022-03-25 02:00:12 +01:00
Der_Googler
189f3d9563
Update module_entry.xml 2022-03-25 01:30:21 +01:00
Der_Googler
c00a99ebac Fix dark design and make improvments 2022-03-24 23:18:26 +01:00
Fox2Code
ee81ba4cf2
Merge pull request #104 from VladWinner/master
Update RU strings
2022-03-24 12:42:27 +01:00
Fox2Code
943d4c32c6 Fix top inset for module list. 2022-03-24 12:39:36 +01:00
Vlad
a872556d6c
Update strings.xml 2022-03-20 00:21:28 +03:00
Vlad
caf0c54698
Update RU strings 2022-03-20 00:09:28 +03:00
Fox2Code
19eccebb7a Improve readme fallbacks, update libraries. 2022-03-15 17:36:47 +01:00
Fox2Code
6256de1cda Improve minApi and maxApi props handling. 2022-03-13 14:59:53 +01:00
Fox2Code
535fdd8ae3 Expands modules fallbacks. 2022-03-13 14:53:11 +01:00
Fox2Code
f03caf1b96 0.4.0 Release Candidate 2 2022-03-10 21:42:46 +01:00
Fox2Code
ff2d5abda2 Improve root detection, update libsu. 2022-03-10 21:16:53 +01:00
Androidacy Service Account
7e4003b00f
Merge pull request #99 from TheFatTurtle/master
Increased readability in German translation.
2022-03-06 17:50:19 -05:00
paulo
5262345b98 Increased readability in German translation. 2022-03-06 22:15:11 +01:00
Androidacy Service Account
fa9466bdfa
Merge pull request #97 from PhSnake78/master
Slovak translation
2022-03-04 17:02:39 -05:00
PhSnake
35139f96de
Create strings.xml 2022-03-04 21:14:08 +01:00
PhSnake
a6052f6b15
Create arrays.xml 2022-03-04 21:12:40 +01:00
Fox2Code
2cb3d3c737
Merge pull request #94 from PhSnake78/patch-2
Create strings.xml
2022-03-04 12:57:33 +01:00
Fox2Code
5368c5e694
Merge pull request #93 from PhSnake78/patch-1
Create arrays.xml
2022-03-04 12:57:24 +01:00
PhSnake
3ea0278c3a
Create strings.xml
Czech translation (04.03.2022)
2022-03-04 08:12:02 +01:00
PhSnake
8affecdaf0
Create arrays.xml
Czech translation (04.03.2022)
2022-03-04 08:09:02 +01:00
PhSnake
238508f32d
Create arrays.xml
Czech translation (04.03.2022)
2022-03-04 08:08:28 +01:00
Androidacy Service Account
e1c3db6b8c
Merge pull request #92 from CDzungx/patch-1
Update Vietnamese strings
2022-03-03 21:33:16 -05:00
CDzungx
3b502a04b4
Update Vietnamese strings
Added new strings
2022-03-04 09:01:56 +07:00
Androidacy Service Account
11289287ad
Merge pull request #91 from mi007d/master
Update pt-rBR
2022-03-03 18:40:23 -05:00
007
b2671d1427
Merge branch 'Fox2Code:master' into master 2022-03-03 23:10:53 +00:00
m007d
1032edb135 Updated, fixed and improved. 2022-03-03 20:09:56 -03:00