Commit Graph

8300 Commits

Author SHA1 Message Date
Hans-Christoph Steiner f66a4def4d Merge branch 'Locale.getDefault' into 'master'
use Locale DISPLAY category on Android >= 24

See merge request fdroid/fdroidclient!1208
2023-03-16 15:24:13 +00:00
Hans-Christoph Steiner 034de8e7f9
UpdateServiceTest needs app-full-debug.apk to work
see 3fa5e98fc4 in !1135
2023-03-16 14:30:40 +01:00
Hans-Christoph Steiner 29e69fcf1d use Locale DISPLAY category on Android >= 24
https://gitlab.com/fdroid/fdroidclient/-/issues/1440#note_1315001793
2023-03-15 16:35:56 +01:00
Hans-Christoph Steiner 1f7ed43c12 Merge branch 'Remove_Base64' into 'master'
Replace custom Base64 class with the Android platform class.

See merge request fdroid/fdroidclient!1151
2023-03-14 16:37:20 +00:00
Isira Seneviratne e3e2db13d8 Replace custom Base64 class with the Android platform class. 2023-03-14 16:36:30 +00:00
Hans-Christoph Steiner 37286ac7d4 Merge branch 'download-request-constructor' into 'master'
Remove usages of deprecated DownloadRequest constructor

See merge request fdroid/fdroidclient!1197
2023-03-14 16:33:36 +00:00
Torsten Grote 30dd9bc217 Remove usages of deprecated DownloadRequest constructor 2023-03-14 16:33:17 +00:00
Hans-Christoph Steiner a5c547e104 Merge branch 'fix_description_more_jump' into 'master'
fix expanding description causing jump to top

Closes #2524

See merge request fdroid/fdroidclient!1205
2023-03-14 16:32:14 +00:00
Conny Duck 51e5027aa4 fix expanding description causing jump to top 2023-03-14 16:32:14 +00:00
Hans-Christoph Steiner 92e13aab20 Merge branch 'dontstart' into 'master'
Hide Run button for yourself

See merge request fdroid/fdroidclient!1206
2023-03-14 16:31:31 +00:00
Licaon_Kter a9cad7839d Hide Run button for yourself 2023-03-14 16:31:18 +00:00
Hans-Christoph Steiner b34ebfe9f5 Merge branch 'acra-crashes' into 'master'
Fix some more ACRA crashes

Closes acra-crash-reports#218, acra-crash-reports#217, acra-crash-reports#197, and acra-crash-reports#185

See merge request fdroid/fdroidclient!1203
2023-03-14 13:29:30 +00:00
Torsten Grote 21f40158a2 [db] escape search query
to prevent sqlite FTS search features from messing up query

Fixes acra-crash-reports#217
2023-03-14 13:28:48 +00:00
Torsten Grote 8d61de333b [app] don't crash on invalid repo URLs
Fixes acra-crash-reports#218
2023-03-14 13:28:48 +00:00
Torsten Grote 00b68f0442 [app] don't show app details menu before the app and its preferences haven't been loaded
Fixes acra-crash-reports#185, acra-crash-reports#197
2023-03-14 13:28:48 +00:00
Hans-Christoph Steiner cbf422a03c Merge branch 'fix_secure_mode' into 'master'
apply secure window to all activities

Closes #2248

See merge request fdroid/fdroidclient!1204
2023-03-03 09:00:13 +00:00
Conny Duck 50ce4088b4 apply secure window to all activities 2023-02-28 20:46:52 +01:00
Torsten Grote 94705db997 Merge branch 'build-fixes' into 'master'
three build fixes

Closes #2493

See merge request fdroid/fdroidclient!1200
2023-02-28 14:15:50 +00:00
Hans-Christoph Steiner ab2e855f26 add job to check whether database schema needs updating, closes #2493 2023-02-28 13:37:41 +00:00
Hans-Christoph Steiner 0788688e75 remove -XX:MaxPermSize=2g from gradle.properties
This is not supported in Java17 and it just some detailed optimization
that is better left to the local configuration.

Unrecognized VM option 'MaxPermSize=2g'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
2023-02-28 13:37:41 +00:00
Hans-Christoph Steiner 51513c5508 include verification metadata for buildEnvironment task
./gradlew --write-verification-metadata pgp,sha256 --export-keys  buildEnvironment --scan

Hopefully this helps with #2475.  My hunch is that Android Studio is
running some tasks that gradle from the command line never does.  This
confirms that idea to some degree, since running the buildEnvironment
task found new dependencies.
2023-02-28 13:37:41 +00:00
Hans-Christoph Steiner a1d3388190
update CHANGELOG 2023-02-27 21:44:55 +01:00
Hans-Christoph Steiner f995270177
version code 1016051 2023-02-27 21:44:50 +01:00
Hans-Christoph Steiner 276126cf08 Merge branch 'weblate' into 'master'
weblate

See merge request fdroid/fdroidclient!1202
2023-02-27 17:36:41 +00:00
Hans-Christoph Steiner b0db0e01cc move translatable="false" strings to donottranslate.xml
https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1053#note_722279637
#2307
2023-02-27 18:06:54 +01:00
Hans-Christoph Steiner 65ae73b353 fix broken format 2023-02-27 18:06:29 +01:00
Hans-Christoph Steiner 5e55347a85 run tools/remove-unused-and-blank-translations.py 2023-02-27 16:45:46 +01:00
Hans-Christoph Steiner ecaff34c56 add missing "many" string for Spanish (Argentina) (es-rAR) 2023-02-27 16:38:39 +01:00
Licaon Kter ddb418433f Translated using Weblate: Romanian (ro) by Licaon Kter <licaon.kter@protonmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Licaon Kter <licaon.kter@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ro/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Hans-Christoph Steiner 33529ce1a7 Translated using Weblate: Spanish (Argentina) (es-rAR) by Hans-Christoph Steiner <hans@guardianproject.info>
Currently translated at 99.6% (499 of 501 strings)

Translated using Weblate: Spanish (Argentina) (es-rAR) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.6% (499 of 501 strings)

Translated using Weblate: Portuguese (pt) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 100.0% (501 of 501 strings)

Translated using Weblate: Malayalam (ml) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.0% (496 of 501 strings)

Translated using Weblate: Portuguese (Portugal) (pt-rPT) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.6% (499 of 501 strings)

Translated using Weblate: Serbian (sr) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 97.8% (490 of 501 strings)

Translated using Weblate: Norwegian Bokmål (nb) by Hans-Christoph Steiner <hans@guardianproject.info>

Currently translated at 99.0% (496 of 501 strings)

Co-authored-by: Hans-Christoph Steiner <hans@guardianproject.info>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/es_AR/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ml/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/pt/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/sr/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Oğuz Ersen 01d8a68355 Translated using Weblate: Turkish (tr) by Oğuz Ersen <oguz@ersen.moe>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/tr/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
DIO Brando 42f9cf7278 Translated using Weblate: Malayalam (ml) by DIO Brando <babhiram131@gmail.com>
Currently translated at 99.0% (496 of 501 strings)

Co-authored-by: DIO Brando <babhiram131@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ml/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Besnik Bleta 0e94d60aee Translated using Weblate: Albanian (sq) by Besnik Bleta <besnik@programeshqip.org>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Besnik Bleta <besnik@programeshqip.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/sq/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Ihor Hordiichuk 71c687debd Translated using Weblate: Ukrainian (uk) by Ihor Hordiichuk <igor_ck@outlook.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/uk/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Felipe Nogueira b690d22645 Translated using Weblate: Portuguese (Brazil) (pt-rBR) by Felipe Nogueira <contato.fnog@gmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Felipe Nogueira <contato.fnog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/pt_BR/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Retrial b053160ce6 Translated using Weblate: Greek (el) by Retrial <giwrgosmant@gmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Retrial <giwrgosmant@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/el/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
109247019824 27c159c4ca Translated using Weblate: Bulgarian (bg) by 109247019824 <stoyan@gmx.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: 109247019824 <stoyan@gmx.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/bg/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Eric a5deb17db7 Translated using Weblate: Chinese (Simplified) (zh-rCN) by Eric <hamburger2048@users.noreply.hosted.weblate.org>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Eric <hamburger2048@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/zh_Hans/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Michael Bæk 32d588142e Translated using Weblate: Danish (da) by Michael Bæk <sssmchl@gmail.com>
Currently translated at 99.8% (500 of 501 strings)

Translated using Weblate: Danish (da) by Michael Bæk <sssmchl@gmail.com>

Currently translated at 7.6% (3 of 39 strings)

Translated using Weblate: Danish (da) by Michael Bæk <sssmchl@gmail.com>

Currently translated at 99.7% (498 of 499 strings)

Co-authored-by: Michael Bæk <sssmchl@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid-metadata/da/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/da/
Translation: F-Droid/F-Droid
Translation: F-Droid/F-Droid metadata
2023-02-27 16:36:35 +01:00
Andi Chandler 161c82886a Translated using Weblate: English (United Kingdom) (en-rGB) by Andi Chandler <andi@gowling.com>
Currently translated at 100.0% (499 of 499 strings)

Translated using Weblate: English (United Kingdom) (en-rGB) by Andi Chandler <andi@gowling.com>

Currently translated at 96.1% (480 of 499 strings)

Co-authored-by: Andi Chandler <andi@gowling.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/en_GB/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Саша Петровић 394e9b7a43 Translated using Weblate: Serbian (sr) by Саша Петровић <salepetronije@gmail.com>
Currently translated at 100.0% (499 of 499 strings)

Co-authored-by: Саша Петровић <salepetronije@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/sr/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
JY3 d5070953c3 Translated using Weblate: Chinese (Simplified) (zh-CN) by JY3 <GeeyunJY3@gmail.com>
Currently translated at 100.0% (39 of 39 strings)

Translated using Weblate: Chinese (Simplified) (zh-rCN) by JY3 <GeeyunJY3@gmail.com>

Currently translated at 100.0% (499 of 499 strings)

Co-authored-by: JY3 <GeeyunJY3@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid-metadata/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/zh_Hans/
Translation: F-Droid/F-Droid
Translation: F-Droid/F-Droid metadata
2023-02-27 16:36:35 +01:00
Andrey c29045869d Translated using Weblate: Russian (ru) by Andrey <andrey@mailbox.org>
Currently translated at 100.0% (501 of 501 strings)

Translated using Weblate: Russian (ru) by Andrey <andrey@mailbox.org>

Currently translated at 100.0% (499 of 499 strings)

Co-authored-by: Andrey <andrey@mailbox.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ru/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
RedFurrFox 02a9c4351a Translated using Weblate: Filipino (fil) by RedFurrFox <redfurryfoxgaming@gmail.com>
Currently translated at 100.0% (499 of 499 strings)

Co-authored-by: RedFurrFox <redfurryfoxgaming@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/fil/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Hosted Weblate a363d39581 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/
Translation: F-Droid/F-Droid
2023-02-27 16:36:35 +01:00
Agnieszka C 8118b248f9 Translated using Weblate: Polish (pl) by Agnieszka C <aga_04@o2.pl>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Agnieszka C <aga_04@o2.pl>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/pl/
Translation: F-Droid/F-Droid
2023-02-27 16:31:51 +01:00
random r ef314a9309 Translated using Weblate: Italian (it) by random r <epsilin@yopmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: random r <epsilin@yopmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/it/
Translation: F-Droid/F-Droid
2023-02-27 16:31:51 +01:00
Linerly 32fac0a053 Translated using Weblate: Indonesian (id) by Linerly <linerly@protonmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/id/
Translation: F-Droid/F-Droid
2023-02-27 16:31:51 +01:00
ThePsychoBuck 892d3faee9 Translated using Weblate: Hindi (hi) by ThePsychoBuck <Thepsychobuck@protonmail.com>
Currently translated at 100.0% (499 of 499 strings)

Co-authored-by: ThePsychoBuck <Thepsychobuck@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/hi/
Translation: F-Droid/F-Droid
2023-02-27 16:31:51 +01:00
Yaron Shahrabani fbb104a5e1 Translated using Weblate: Hebrew (he) by Yaron Shahrabani <sh.yaron@gmail.com>
Currently translated at 100.0% (501 of 501 strings)

Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/he/
Translation: F-Droid/F-Droid
2023-02-27 16:31:51 +01:00