Commit Graph

252 Commits

Author SHA1 Message Date
DerGoogler
95d00d03af Change repo url to repo.dergoogler.com 2022-04-24 19:54:35 +02:00
DerGoogler
a85920eccf Fix own repo 2022-04-24 17:10:23 +02:00
DerGoogler
58ff45c78a Sort repo strings 2022-04-24 16:59:50 +02:00
DerGoogler
5ea45b8a59 Trying to Add own repo 2022-04-24 16:56:19 +02:00
Der_Googler
7b186dc257
Merge branch 'Fox2Code:master' into master 2022-04-24 16:06:15 +02:00
Fox2Code
2d6e5dbbfb Add a fallback for osm0sis modules. 2022-04-22 17:33:42 +02:00
Fox2Code
2e84e46402 Fix Markdown changelog links not opening. Fix #132 (Again) 2022-04-19 17:20:45 +02:00
Fox2Code
6ecf659208 Avoid out of memory errors when using buffers. 2022-04-17 17:40:47 +02:00
Fox2Code
bc5bb2ab80 0.4.4 Release 2022-04-15 14:56:14 +02:00
Igor Sorocean
1b2b656f24
Update romanian translation 2022-04-15 14:31:57 +03:00
Fox2Code
db10272a2f Linkify changelog of updatable modules via updateJson. Fix #132 2022-04-15 13:22:14 +02:00
Fox2Code
c3d8213ecf Always check resources for getStatusBarHeight and getNavigationBarHeight 2022-04-15 13:18:33 +02:00
Der_Googler
72578b42e3
Merge branch 'Fox2Code:master' into master 2022-04-14 23:45:35 +02:00
Fox2Code
709a0a4ebf 0.4.3 Release 2022-04-12 18:09:04 +02:00
Fox2Code
e90472aae4 Add Support for systems without a working WebView 2022-04-12 18:01:47 +02:00
Der_Googler
d60219797d
Merge branch 'Fox2Code:master' into master 2022-04-10 21:38:16 +02:00
Fox2Code
6daa94108e Fix translation string escaping 2022-04-10 09:40:23 +02:00
Alprnn357
916a12776b
Delete .PLACEHOLDER 2022-04-10 00:53:47 +03:00
Alprnn357
e2ad4348c7
Add strings.xml and arrays.xml files 2022-04-10 00:52:08 +03:00
Alprnn357
d7e314965d
Create .PLACEHOLDER 2022-04-10 00:51:20 +03:00
Daviteusz
6a30f34c15 Update PL language 2022-04-07 02:37:15 +02:00
Fox2Code
81907f9aa2
Merge pull request #119 from TireX228/master
Update strings.xml
2022-04-04 12:04:47 +02:00
Daviteusz
9c70aeb1ff Update PL language 2022-04-03 22:07:44 +02:00
TireX228
ec0722c3ce
Update strings.xml 2022-04-03 19:21:49 +00:00
Fox2Code
a3ef9be671 0.4.2 Release 2022-04-03 18:20:03 +02:00
Fox2Code
5e0d8dd505 Add package name and version at the bottom of the setting panel 2022-04-03 18:08:56 +02:00
Der_Googler
5340d61556
Merge branch 'Fox2Code:master' into master 2022-04-02 18:42:09 +02:00
Fox2Code
b4f22f3f84
Merge pull request #116 from Daviteusz/l10n-master
[Request] Add Polish language
2022-04-02 15:41:34 +02:00
Daviteusz
b470488137
Add Polish language 2022-04-02 13:27:41 +02:00
Gilbert Gilb's
0d380a0a62 Add disclaimer about Androidacy using ads and trackers.
See https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_898354128
2022-04-02 12:45:12 +02:00
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
2022-04-02 12:43:30 +02:00
Fox2Code
d3b6a37049 0.4.1 Release 2022-04-01 19:37:02 +02:00
Der_Googler
68bdab0c66
Merge branch 'Fox2Code:master' into master 2022-04-01 13:42:01 +02:00
Fox2Code
a8b3d9200f Add FLAG_COMPAT_MALWARE flag for future antivirus implementation. 2022-03-31 20:12:30 +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
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
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