Commit Graph

6100 Commits

Author SHA1 Message Date
joaooliva
19bb7f0bba Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.4% (386 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-02-24 18:10:24 +01:00
Kristoffer Grundström
823ee8abd4 Translated using Weblate (Swedish)
Currently translated at 99.4% (385 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2024-02-24 18:04:55 +01:00
Сергій
dd69c06b09 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-24 18:04:55 +01:00
lucasmz
35b58d419c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-02-24 18:04:54 +01:00
Aayush Gupta
361707f0cc SelfUpdateWorker: Make update check interval configurable
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-24 06:39:10 +05:30
Aayush Gupta
b1ed3b3fcb updates: Update to 4.4.2 release for self-updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-24 06:23:42 +05:30
Aayush Gupta
2ba8692467 4.4.2
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
4.4.2
2024-02-23 22:11:05 +05:30
Aayush Gupta
3091679c4c ShortcutManagerUtil: Ensure app has a launch intent
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-23 12:53:52 +05:30
Aayush Gupta
fdd58ef153 updates: Update the 4.4.1 release URL
* Server side changes to the file naming scheme

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-23 12:32:48 +05:30
Aayush Gupta
89fdf1186f AppDetailsFragment: Show menu action to create app shortcut if supported
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-23 12:25:48 +05:30
Aayush Gupta
dd584b5b7b SplashFragment: Remove from backstack when launching an intent
SplashFragment always removes itself from backstack in every other case, do same
when launching the app detail page to handle intents as well.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-22 18:27:48 +05:30
Aayush Gupta
57ddeff710 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!292
2024-02-22 08:29:51 +00:00
Aayush Gupta
98fe3e3cb3 fixup! DownloadWorkerUtil: Rework cancelAll logic to only cancel request downloads
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-22 13:50:39 +05:30
Aayush Gupta
14729ad7ca fixup! DownloadWorkerUtil: Cancel all failed downloads on init
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-22 11:49:30 +05:30
Aayush Gupta
defd6272d2 SplashFragment: Build secure anonymous data when requested
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-21 21:08:24 +05:30
Aayush Gupta
e0d1185f16 DownloadWorker: Always run onSuccess block as NonCancellable
* Change context in SessionInstaller when starting activity instead

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-21 20:31:17 +05:30
Aayush Gupta
1108edc303 DownloadWorkerUtil: Cancel all failed downloads on init
WorkManager downloads can fail due to n number of reason. Regardless of the reason
there might be not enough time to mark the download as failed within the worker
causing the download to keep the status as downloading on next startup, thus blocking
the queue.

Always check for downloads with downloading status on init and cancel them if work
manager cannot find atleast one ongoing work for it.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-21 20:00:22 +05:30
Aayush Gupta
1a01f96f08 DownloadWorkerUtil: Rework cancelAll logic to only cancel request downloads
We don't want to cancel all downloads when user requests to cancel only updates.
Also, update the download's status to cancelled atomically.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-21 20:00:17 +05:30
Unger Szabolcs
4c8f5539c9 Translated using Weblate (Hungarian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-02-21 14:02:04 +01:00
Aayush Gupta
11ac8092e2 DownloadWorker: Update file and sharedLib list atomically
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-21 17:54:06 +05:30
Aayush Gupta
13a08857b2 Bump dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-20 19:14:51 +05:30
Aayush Gupta
4e8d2cd78a UpdatesPreferences: Fix updating the work frequency
Missed during 3339d4a395

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-20 18:49:37 +05:30
Aayush Gupta
45b1fdf44b DownloadWorkerUtil: Cancel download regardless of status when requested
This is useful when an active download is stuck which could happen if the app
was force stopped by user or killed by Android.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-19 18:11:28 +05:30
Aayush Gupta
b3cada603c DownloadWorker: Split out download database update logic
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-19 15:43:08 +05:30
Aayush Gupta
3ac7ed806e Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!291
2024-02-19 06:03:55 +00:00
gallegonovato
728a75b077 Translated using Weblate (Spanish)
Currently translated at 100.0% (19 of 19 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/es/
2024-02-18 16:02:24 +01:00
jirogoro
c91f94df6c Translated using Weblate (Japanese)
Currently translated at 97.6% (378 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-02-18 16:02:24 +01:00
gallegonovato
5b43d5914b Translated using Weblate (Spanish)
Currently translated at 68.4% (13 of 19 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/es/
2024-02-18 16:02:24 +01:00
Fjuro
673276424a Translated using Weblate (Czech)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-02-18 16:02:24 +01:00
Aayush Gupta
94f724ee66 fixup! DownloadWorker: Only update appropriate status field on status change
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-17 15:36:09 +05:30
Aayush Gupta
295f7decfa fixup! CertUtil: Fix & improve fdroid app check
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-17 15:20:30 +05:30
Aayush Gupta
3c25626a75 DownloadWorker: Only update appropriate status field on status change
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-17 15:04:37 +05:30
Aayush Gupta
b35f6e0f1d UpdatesViewModel: Only cancel updates with cancelAll button
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-16 18:19:48 +05:30
Aayush Gupta
b3f991b8d7 DownloadFragment: Bring back force clear all menu action
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-16 17:59:28 +05:30
Aayush Gupta
2e19eac1c4 CertUtil: Fix & improve fdroid app check
* Check for fdroid basic as install source as well
* Check for fdroid.org as organization name in signing certificate attribute

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-15 19:43:54 +05:30
Aayush Gupta
42c182bdb7 Revert "AppUpdateView: Show icons on incompatible updates buttons"
This reverts commit d4552007a7.
2024-02-15 17:27:21 +05:30
Aayush Gupta
454dc3dd33 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!290
2024-02-15 11:56:45 +00:00
HumanistAtypik
70e15d7d6f Translated using Weblate (French)
Currently translated at 26.3% (5 of 19 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/fr/
2024-02-15 12:54:20 +01:00
Software In Interlingua
d45fcdb615 Translated using Weblate (Interlingua)
Currently translated at 59.1% (229 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-02-15 12:54:20 +01:00
ButterflyOfFire
26f898d5a9 Translated using Weblate (Kabyle)
Currently translated at 15.2% (59 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/kab/
2024-02-15 12:54:20 +01:00
Ihor Hordiichuk
7c6ab1885e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-15 12:54:20 +01:00
ShareASmile
5b85a008c2 Translated using Weblate (Punjabi)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-02-15 12:54:19 +01:00
HumanistAtypik
f63e4d2612 Translated using Weblate (French)
Currently translated at 99.7% (386 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-02-15 12:54:19 +01:00
ShareASmile
c942e0d34c Translated using Weblate (Hindi)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-02-15 12:54:19 +01:00
Сергій
b1ea60eab1 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-13 21:10:15 +01:00
NEXI
7c41149bfd Translated using Weblate (Serbian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-02-13 21:10:15 +01:00
大王叫我来巡山
309b82591a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-02-13 21:10:15 +01:00
v1s7
4f19e1e0ae Translated using Weblate (Russian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-02-13 21:10:15 +01:00
joaooliva
1569104b6a Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-02-13 21:10:15 +01:00
Ingo Brückl
68df89ae73 Translated using Weblate (German)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-02-13 21:10:15 +01:00