Commit Graph

  • 71e982c18e Merge branch 'locales-list' into 'master' Ray c 2024-04-16 02:03:54 +0000
  • 63b06c0bda [db] Use `LocaleListCompat.getDefault()` Not a fan to bake this in everywhere, but perhaps we'll address it someday. Ray c 2024-04-16 02:03:51 +0000
  • c4be61c5a8 Merge branch fdroidclient:master into locales-list Ray c 2024-04-16 01:25:59 +0000
  • e222ea42fb Merge branch '2073-app-sharing' into 'master' Torsten Grote 2024-04-15 13:03:49 +0000
  • b755a18bc7
    [app] fix app share URI construction Torsten Grote 2024-04-15 10:00:34 -0300
  • 3d63f0f814
    [app] separate link and file sharing in app details Torsten Grote 2024-04-15 09:59:42 -0300
  • 45a0010406 Merge branch 'libs-supply-locales-list' into 'master' Ray c 2024-04-15 08:24:13 +0000
  • 239b4d6161 Fix for ktlint Ray c 2024-04-15 08:24:03 +0000
  • 72027aa198 [app] Pass locales list to libraries when updating repos so that we may be sure we're on the same page and, well, not leaving too much to chance Ray c 2024-04-15 07:45:59 +0000
  • 8a7897cba2 [db] Expose locales list to client so that the client may have the liberty to specify a custom locales list to resolve localized content when updating the repos Ray c 2024-04-15 07:35:55 +0000
  • c85e2f740a Merge branch 'add-repo-existing-mirror' into 'master' Thore Göbel 2024-04-14 17:46:29 +0000
  • 05fefb89ba Make ktlint happy Thore Goebel 2024-04-14 18:19:11 +0200
  • a7c3ddc1ab Move mirror info text below Add button Thore Goebel 2024-04-14 17:17:09 +0200
  • f645f1dd6e Distinguish IsNewRepoAndNewMirror in UI Thore Goebel 2024-04-14 16:51:23 +0200
  • 9d80a5c07c Explain what is being tested Thore Goebel 2024-04-14 16:06:26 +0200
  • 181d8ab281 Distinguish IsExistingRepository from IsExistingMirror Thore Goebel 2024-04-14 16:05:34 +0200
  • f00bc55005 Use shorter Add-Mirror string Thore Goebel 2024-04-14 15:57:01 +0200
  • d75f08aca4 Increase padding between repo icon and short info Thore Goebel 2024-04-14 15:56:14 +0200
  • 589a79e5c3 Refactor: Rename isPreview to isDevPreview Thore Goebel 2024-04-14 15:55:26 +0200
  • 93aaa441be Make hardcoded string translatable Thore Goebel 2024-04-14 15:51:44 +0200
  • 688dcec7f4 Refactor: Move fetchUrl up from FetchResult into Fetching Thore Goebel 2024-04-14 15:05:25 +0200
  • cce647049c Merge branch 'no-mb-on-header' into 'master' Hans-Christoph Steiner 2024-04-14 03:53:36 +0000
  • 8eaaf2d25c Merge branch 'remove-repos-no-cert' into 'master' Torsten Grote 2024-04-12 12:49:00 +0000
  • 27d6fe70e4 Merge branch 'no_sni' into 'master' Matthew Bogner 2024-04-12 01:16:14 +0000
  • 8573d68da9 Merge branch 'edge-to-edge' into 'master' junkfood 2024-04-11 11:53:19 +0000
  • 3d2b5ce962 Merge branch 'md3' into 'master' proletarius101 2024-04-11 08:50:22 +0000
  • bc02a8cb38 Merge branch 'master' into 'master' rajasekhar 2024-04-11 08:49:42 +0000
  • 429eae6f9e Merge branch '2704-auto-update-pref' into 'master' master Hans-Christoph Steiner 2024-04-11 05:59:44 +0000
  • 148f9c3829 Merge branch '2704-auto-update-pref' into 'master' Torsten Grote 2024-04-11 05:58:06 +0000
  • c5ad3ced73 [app] update auto-fetch label to show that apps also get installed Torsten Grote 2024-04-08 11:41:54 -0300
  • 50a694ad50 Fix lint Ray c 2024-04-11 00:07:53 +0000
  • d3b22f517e Use `LocaleListCompat.getDefault()` to get system locales list and swapped out `ConfigurationCompat.getLocales(Resources.getSystem().getConfiguration())` Ray c 2024-04-10 23:23:00 +0000
  • fe1c8f5c0d Merge branch 'junit-report' into 'master' Hans-Christoph Steiner 2024-04-10 12:19:29 +0000
  • d64d6b802e Merge branch 'junit-report' into 'master' Torsten Grote 2024-04-10 12:19:02 +0000
  • f3b8444d38 Use junit test reports, so it is easier to see which test failed Torsten Grote 2024-04-08 10:31:30 -0300
  • 9627b27553 Merge branch 'licaon-kter-master-patch-38007' into 'master' Hans-Christoph Steiner 2024-04-10 12:17:59 +0000
  • 9271c51966 Try to resurrect order of less common languages which seems to be pushed back in `ConfigurationCompat.getLocales(Resources.getSystem().getConfiguration()` Ray c 2024-04-10 05:55:10 +0000
  • 10920c1f3c Unify calls to get system locales list Ray c 2024-04-10 04:47:56 +0000
  • 1d864a0594 Merge branch 'licaon-kter-master-patch-38007' into 'master' Licaon_Kter 2024-04-09 08:07:47 +0000
  • f750c3658e Session Installer is out of beta Licaon_Kter 2024-04-09 08:07:36 +0000
  • a4b9b72d36
    [app] Adapt to library changes related to non-null repo certs in the DB Torsten Grote 2024-04-05 18:05:44 -0300
  • afd11f285f
    [db] make repo certs non-null and remove repos without cert Torsten Grote 2024-04-05 18:04:52 -0300
  • fbf96a80cd
    [index] stop passing certificates around Torsten Grote 2024-04-05 17:44:33 -0300
  • 7b1aedc9d8 Merge branch 'weblate-f-droid-f-droid' into 'master' Weblate 2024-04-08 08:48:11 +0000
  • 9a1da94f78
    Translated using Weblate: Vietnamese (vi) by Long Kim <kimlong01102000@icloud.com> Long Kim 2024-04-07 23:47:41 +0200
  • eb8855a56a
    Translated using Weblate: Malayalam (ml) by Akhil Raj <akhilakae07@gmail.com> Akhil Raj 2024-04-07 23:47:41 +0200
  • bec49e8233
    Translated using Weblate: Armenian (hy) by At protom <atprotom@gmail.com> At protom 2024-04-07 23:47:41 +0200
  • d687da8f9c
    Translated using Weblate: Slovak (sk) by Martin M <mclenin666@protonmail.com> Martin M 2024-04-07 23:47:41 +0200
  • 205433ee5e
    Translated using Weblate: Latvian (lv) by Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Edgars Andersons 2024-04-07 23:47:41 +0200
  • 8c7bb50904
    Translated using Weblate: Chinese (Traditional, Hong Kong) (zh-Hant-HK) by Ray <ray@users.noreply.hosted.weblate.org> Ray 2024-04-07 23:47:41 +0200
  • 4a518866ba
    Translated using Weblate: Danish (da) by Max <lol.aramax.2.0@gmail.com> Max 2024-04-07 23:47:41 +0200
  • a5fcc4d912
    Translated using Weblate: Bengali (bn) by Arafat Hossain <arafat.cse1993@gmail.com> Arafat Hossain 2024-04-07 23:47:40 +0200
  • 9ec3523936
    Translated using Weblate: Dutch (nl) by Mikachu <micah.sh@proton.me> Mikachu 2024-04-07 23:47:40 +0200
  • 6e694d2314
    Translated using Weblate: Finnish (fi) by Tuomas Hietala <tuomas.hietala@iki.fi> Tuomas Hietala 2024-04-07 23:47:40 +0200
  • c43b392117
    Translated using Weblate: Hungarian (hu) by Daniel Popov <Wh1ter0se@users.noreply.hosted.weblate.org> Daniel Popov 2024-04-07 23:47:40 +0200
  • ed5974408f
    Translated using Weblate: Azerbaijani (az) by Cyber <thehouseofrecord@proton.me> Cyber 2024-04-07 23:47:40 +0200
  • 338301229d
    Translated using Weblate: Azerbaijani (az) by Mücteba Nesiri <muctebanesiri@gmail.com> Mücteba Nesiri 2024-04-07 23:47:40 +0200
  • a4b76490ff
    Translated using Weblate: Korean (ko) by SeonGn J <kitrew979@gmail.com> SeonGn J 2024-04-07 23:47:40 +0200
  • 4a3e0c93ed
    Translated using Weblate: Catalan (ca) by Oriol <oriolginger2008@gmail.com> Oriol 2024-04-07 23:47:40 +0200
  • 98aedb9409
    Translated using Weblate: Kannada (kn) by Dhiraj M <dhira6j@gmail.com> Dhiraj M 2024-04-07 23:47:40 +0200
  • 3c01eafd12
    Translated using Weblate: Swedish (sv) by Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Kristoffer Grundström 2024-04-07 23:47:39 +0200
  • acea0fda5f
    Translated using Weblate: Galician (gl) by "Miguel A. Bouzada" <mbouzada@gmail.com> Miguel A. Bouzada 2024-04-07 23:47:39 +0200
  • 281aa1218a
    Translated using Weblate: Shona (sn) by Anonymous <noreply@weblate.org> Anonymous 2024-04-07 23:47:39 +0200
  • 44d1ac8039
    Translated using Weblate: Basque (eu) by Alexander Gabilondo <alexgabi@openmailbox.org> Alexander Gabilondo 2024-04-07 23:47:39 +0200
  • a7c15613a3
    Translated using Weblate: Burmese (my) by --//-- <htetoh2006@outlook.com> --//-- 2024-04-07 23:47:39 +0200
  • d1c33b52aa
    Translated using Weblate: Uzbek (uz) by Elvis <svlpolb31j@zlorkun.com> Elvis 2024-04-07 23:47:39 +0200
  • a50d1dea42
    Added translation using Weblate: Ainu (Japan) (ain) by Zakhar Valtser <zvaltser11@gmail.com> Zakhar Valtser 2024-04-07 23:47:39 +0200
  • de023ee339
    Translated using Weblate: Swedish (sv) by Jacob <jacob@carlbacker.se> Jacob 2024-04-07 23:47:39 +0200
  • 1a40c0bb32
    Translated using Weblate: Tamil (ta) by Prasanna Venkadesh <prasmailme@gmail.com> Prasanna Venkadesh 2024-04-07 23:47:38 +0200
  • 2630b2dbef
    Translated using Weblate: Hindi (hi) by Scrambled777 <weblate.scrambled777@simplelogin.com> Scrambled777 2024-04-07 23:47:38 +0200
  • c9217e231f
    Translated using Weblate: Persian (fa) by Danial Behzadi <dani.behzi@ubuntu.com> Danial Behzadi 2024-04-07 23:47:38 +0200
  • fc54b1ad4f
    Translated using Weblate: Danish (da) by Peter stevens <peterstevens77@gmail.com> Peter stevens 2024-04-07 23:47:38 +0200
  • 0e83995bd2
    Translated using Weblate: Hungarian (hu) by Balázs Meskó <meskobalazs@mailbox.org> Balázs Meskó 2024-04-07 23:47:38 +0200
  • 99d7154971
    Translated using Weblate: Hungarian (hu) by Bálint László <blaszlobors@gmail.com> Bálint László 2024-04-07 23:47:38 +0200
  • 2a24aa8009
    Translated using Weblate: Dutch (nl) by Dklfajsjfi49wefklsf32 <nlincus@users.noreply.hosted.weblate.org> Dklfajsjfi49wefklsf32 2024-04-07 23:47:38 +0200
  • 419de20baa
    Translated using Weblate: Dutch (nl) by Jeroen Hellingman <jeroen@bohol.ph> Jeroen Hellingman 2024-04-07 23:47:38 +0200
  • f8f1fb8b30
    Translated using Weblate: Kurdish (Central) (ckb) by ڕاستی <rasti.k5@outlook.com> ڕاستی 2024-04-07 23:47:37 +0200
  • 40699d85cd
    Added translation using Weblate: Páez (pbb) by Duver Campo Castro <duverca84@gmail.com> Duver Campo Castro 2024-04-07 23:47:37 +0200
  • 15a8b690a9
    Translated using Weblate: Kazakh (kk) by Fontan 030 <pomanfedurin@gmail.com> Fontan 030 2024-04-07 23:47:37 +0200
  • 0471a34bce
    Translated using Weblate: Kurdish (Central) (ckb) by Omar Fattahi <omarfattahi2006@gmail.com> Omar Fattahi 2024-04-07 23:47:37 +0200
  • 2b3ac43cbc
    Translated using Weblate: Kurdish (Central) (ckb) by Halbast Abdullah <halbastabdullah7@gmail.com> Halbast Abdullah 2024-04-07 23:47:37 +0200
  • aef0ee8935
    Translated using Weblate: Nepali (ne) by Prabin <acharyaprabin101@gmail.com> Prabin 2024-04-07 23:47:37 +0200
  • 4e15256122
    Added translation using Weblate: Bosnian (bs) by Ensar Sarajcic <weblate@ensarsarajcic.com> Ensar Sarajcic 2024-04-07 23:47:37 +0200
  • 52e3905f4c Merge branch 'remove-unused-and-blank-translations' into 'master' Hans-Christoph Steiner 2024-04-05 23:20:53 +0000
  • 9efd92037a refactor: rename AppThemeTransparent to Theme.App.Transparent for consistency proletarius101 2024-03-20 22:46:17 +0800
  • 1eb7f5a30b refactor: migrate the error dialog to MD3 proletarius101 2024-03-20 22:43:29 +0800
  • ec433f5367 fix: repo enter screen expand string occupies the whole row proletarius101 2024-03-20 00:17:54 +0800
  • ab057c4a5f fix: repository archive switch is not MD3 proletarius101 2024-03-19 07:32:19 +0800
  • 33e2ab5262 fix: compose content can't be previewed due to accessing preferences in compose functions proletarius101 2024-03-18 21:52:18 +0800
  • a226dac725 docs: add file source in comment for preference_edit_text.xml proletarius101 2024-03-16 17:35:33 +0800
  • d92021fdac fix: changelog is not highlight anymore proletarius101 2024-03-16 16:56:59 +0800
  • 35cb07709d fix: app card not normal doesn't have click animation proletarius101 2024-03-16 02:24:53 +0800
  • d3bebab04d fix: the NEW IN VERSION section has no contrast against the card it's on proletarius101 2024-03-16 02:21:58 +0800
  • 6919d361eb refactor: migrate EditTextPreference to MD3 proletarius101 2024-03-15 23:47:25 +0800
  • af2d2e62ae refactor: migrate Dialogs to MD3 proletarius101 2024-03-15 22:20:04 +0800
  • e465021fee fix: preference dialogs are not themed with material 3 proletarius101 2024-03-15 22:13:55 +0800
  • d88f39e64d fix: preference dialogs are not themed with material 3 proletarius101 2024-03-15 21:05:13 +0800
  • ef083be9c6 refactor: use the official library way to theme the SwitchPreference proletarius101 2024-03-09 17:19:51 +0800
  • 86e5269772 fix: inconsistency in the background of the repo chooser menu item proletarius101 2024-03-09 09:30:30 +0800
  • db0f788d34 style: fix lint proletarius101 2024-03-09 09:25:53 +0800