Commit Graph

4449 Commits

Author SHA1 Message Date
Licaon_Kter
f81ed7abea AF Other - on by default 2024-02-27 12:23:09 +00:00
Nitai Sasson
fc9e6a3a6d Update 2 files
- /app/src/main/res/values/strings.xml
- /app/src/main/res/values-en-rGB/strings.xml
2024-02-27 12:12:31 +00:00
Licaon_Kter
6aaaae51d6 rephrase 2024-02-23 16:59:19 +00:00
Licaon_Kter
c2d048f47f Rephrase preferred from 2024-02-22 11:51:41 +00:00
Torsten Grote
7d3539d7e0 [app] set update job as persisted 2024-02-20 13:36:42 -03:00
Torsten Grote
052bda7e25 [app] log when receiving BOOT_COMPLETED 2024-02-20 13:36:41 -03:00
Torsten Grote
936f4497b4 [app] expose last repo update time in UI 2024-02-20 13:36:41 -03:00
Conny Duck
b3bd648310 Fix new badge sometimes being hidden 2024-02-20 14:54:21 +00:00
Torsten Grote
1e5cfd4764 [app] use keyboard action for repo Url input 2024-02-20 14:05:20 +00:00
Torsten Grote
0bb92cb965 [app] improve RepoChooser drop-down style
Uses F-Droid blue if selected repo is preferred and allows multi-line for long repo names
2024-02-20 09:48:30 -03:00
Torsten Grote
49ac998640 [app] show repo dropdown only if app is in more than one repo or if not in default repo 2024-02-20 09:42:43 -03:00
Torsten Grote
10601ec0ed [app] fix NPE race-condition in app details 2024-02-20 09:42:43 -03:00
Torsten Grote
81653be6d3 [app] remove star icon for preferred repos 2024-02-20 09:42:43 -03:00
Torsten Grote
b0b97a0898 [app] hide install/update/open buttons in app details when not seeing preferred repo 2024-02-20 09:42:43 -03:00
Torsten Grote
8efa13d562 [app] Improve archive toggle in repo details 2024-02-20 09:42:43 -03:00
Torsten Grote
de33b4de28 [app] Show special error when user tries to add archive repo directly 2024-02-20 09:42:42 -03:00
Torsten Grote
218a9ebb59 [app] Hide install button in repo app lists
These lists show repo versions of the apps with different preferred signers, release channels, etc. The user may not be aware of this, so we force install through repo details screen which has special logic and UI for handling repo preferences.
2024-02-20 09:42:42 -03:00
Torsten Grote
b6a8b9e8e6 [app] use material progress bar for versions list loading indicator 2024-02-20 09:42:42 -03:00
Torsten Grote
b45efadc45 [app] show repo list info dialog in ManageReposActivity 2024-02-20 09:42:42 -03:00
Torsten Grote
349f386d92 [app] move archive repos to toggle of main repo
archive repos can now be enabled/disabled in the details screen of each repo
2024-02-20 09:42:42 -03:00
Torsten Grote
4831cd8a8d [app] Wrap repo items in a card 2024-02-20 09:42:41 -03:00
Torsten Grote
8b20267f34 [app] Warn user about resetting preferred repo when disabling repo 2024-02-20 09:42:41 -03:00
Torsten Grote
c6d1a74dce [app] Show a frame around repo on app details screen
This was voted for in the fdroid-dev channel.
2024-02-20 09:42:41 -03:00
Torsten Grote
3842479259 [app] Show/consider only versions from selected repo in app details 2024-02-20 09:42:41 -03:00
Torsten Grote
bb8cb29bfe [app] refactor RepoIcon into its own Composable 2024-02-20 09:42:41 -03:00
Torsten Grote
f6970e4245 [app] allow changing preferred repo in app details 2024-02-20 09:42:40 -03:00
Torsten Grote
25326e24f6 [app] Allow repo position/priority to be reordered by long tap + drag 2024-02-20 09:42:40 -03:00
Torsten Grote
0bfc0b1059 [app] stop assigning a weight to repos as the DB handles this now
therefore the order of the default repos is reversed, so the archive repos has a lower weight than the official repo
2024-02-20 09:42:40 -03:00
Torsten Grote
b28d2ecd5b [app] Only request updates and suggested versions from preferred repositories
Before, we would install compatible updates from any repository
2024-02-20 09:42:39 -03:00
Torsten Grote
393c74ab35 [app] adapt to new AppPrefs constructor 2024-02-20 09:42:39 -03:00
Torsten Grote
67995f3be7 [app] cancel download when DownloadService is told to stop
Otherwise, we may download the same file concurrently to the same location which will be messy and not work.
2024-02-14 11:26:06 +00:00
Hans-Christoph Steiner
bca34e6f76 remove random 'PluralsCandidate' text that slipped in
cd0a8687be

sed -i 's,PluralsCandidate,,' app/src/main/res/values*/strings.xml
2024-02-13 16:07:33 +00:00
Torsten Grote
5f81b28775 [app] let compose activities respect app compat day/night theme 2024-02-13 13:48:52 +00:00
Torsten Grote
359145eaef [app] fix debug logging for libraries 2024-02-13 12:26:03 +00:00
Matthew Bogner
cf595783b0 Added a dns class that caches dns lookups 2024-02-01 11:57:31 +00:00
Torsten Grote
8dbb17e7e1 [app] Add a share sheet receiver for plain text
that adds a repository if the text contains a repo URL
2024-01-30 08:47:29 +00:00
Hans-Christoph Steiner
77f86227c5 version code 1019050 2024-01-25 21:03:34 +01:00
Hans-Christoph Steiner
635589b75a run tools/update-mirrors-in-default_repos.xml.py 2024-01-25 21:03:28 +01:00
Hans-Christoph Steiner
fc7a96424b fix missing quantity "one" in es, it 2024-01-25 17:58:54 +01:00
Hans-Christoph Steiner
ddd76b843f run tools/remove-unused-and-blank-translations.py 2024-01-25 17:18:26 +01:00
Hans Henrik Juhl
f09ad9ab5d Translated using Weblate: Danish (da) by Hans Henrik Juhl <hans@kopula.dk>
Currently translated at 93.4% (488 of 522 strings)

Co-authored-by: Hans Henrik Juhl <hans@kopula.dk>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/da/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Milo Ivir
180aea483e Translated using Weblate: Croatian (hr) by Milo Ivir <mail@milotype.de>
Currently translated at 89.6% (468 of 522 strings)

Co-authored-by: Milo Ivir <mail@milotype.de>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/hr/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Kristjan Räts
7066d95a28 Translated using Weblate: Estonian (et) by Kristjan Räts <kristjanrats@gmail.com>
Currently translated at 94.4% (493 of 522 strings)

Co-authored-by: Kristjan Räts <kristjanrats@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/et/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Akhil Raj
db4d05bb5c Translated using Weblate: Malayalam (ml) by Akhil Raj <akhilakae07@gmail.com>
Currently translated at 95.5% (492 of 515 strings)

Co-authored-by: Akhil Raj <akhilakae07@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ml/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Džiugas J
d479d66df3 Translated using Weblate: Lithuanian (lt) by Džiugas J <dziugas1959@hotmail.com>
Currently translated at 94.1% (485 of 515 strings)

Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/lt/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Kenneth Schack Banner
c66aa7d1dd Translated using Weblate: Danish (da) by Kenneth Schack Banner <ksb@fasb.dk>
Currently translated at 94.7% (488 of 515 strings)

Co-authored-by: Kenneth Schack Banner <ksb@fasb.dk>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/da/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
gallegonovato
82d6d1e3f2 Translated using Weblate: Spanish (es) by gallegonovato <fran-carro@hotmail.es>
Currently translated at 100.0% (42 of 42 strings)

Translated using Weblate: Spanish (es) by gallegonovato <fran-carro@hotmail.es>

Currently translated at 100.0% (522 of 522 strings)

Translated using Weblate: Spanish (es) by gallegonovato <fran-carro@hotmail.es>

Currently translated at 100.0% (522 of 522 strings)

Translated using Weblate: Spanish (es) by gallegonovato <fran-carro@hotmail.es>

Currently translated at 100.0% (42 of 42 strings)

Translated using Weblate: Spanish (es) by gallegonovato <fran-carro@hotmail.es>

Currently translated at 100.0% (515 of 515 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid-metadata/es/
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/es/
Translation: F-Droid/F-Droid
Translation: F-Droid/F-Droid metadata
2024-01-25 17:14:27 +01:00
Daniel Rozario
4af0cdf899 Translated using Weblate: Bengali (bn) by Daniel Rozario <rozario@tuta.io>
Currently translated at 98.2% (506 of 515 strings)

Co-authored-by: Daniel Rozario <rozario@tuta.io>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/bn/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
Steohen
5193194814 Translated using Weblate: Afrikaans (af) by Steohen <stephenvdw.social@gmail.com>
Currently translated at 88.1% (454 of 515 strings)

Co-authored-by: Steohen <stephenvdw.social@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/af/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00
K.B.Dharun Krishna
dd48064f6d Translated using Weblate: Tamil (ta) by "K.B.Dharun Krishna" <kbdharunkrishna@gmail.com>
Currently translated at 92.1% (481 of 522 strings)

Translated using Weblate: Tamil (ta) by "K.B.Dharun Krishna" <kbdharunkrishna@gmail.com>

Currently translated at 93.7% (483 of 515 strings)

Translated using Weblate: Tamil (ta) by "K.B.Dharun Krishna" <kbdharunkrishna@gmail.com>

Currently translated at 93.7% (483 of 515 strings)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/f-droid/ta/
Translation: F-Droid/F-Droid
2024-01-25 17:14:27 +01:00