Commit Graph

5148 Commits

Author SHA1 Message Date
J. Lavoie
6767c6cbdc Translated using Weblate (Finnish)
Currently translated at 94.8% (365 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fi/
2023-12-28 20:09:50 +01:00
J. Lavoie
023ecce781 Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
J. Lavoie
822af84063 Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
Spearman5572
92543249ac Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
Spearman5572
30dfa23a12 Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
Spearman5572
61eda2530a Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
Dan
89b6fd0937 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2023-12-28 20:09:50 +01:00
Fjuro
2bc786a97a Translated using Weblate (Czech)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2023-12-28 20:09:50 +01:00
NEXI
f7bb4fac2e Translated using Weblate (Serbian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2023-12-28 20:09:50 +01:00
Eric
8a60051c43 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2023-12-28 20:09:50 +01:00
Mirosław Żylewicz
0e583b131d Translated using Weblate (Polish)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2023-12-28 20:09:50 +01:00
v1s7
89b79c795a Translated using Weblate (Russian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-12-28 20:09:50 +01:00
Spearman5572
f7d64d8083 Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
J. Lavoie
f74131d332 Translated using Weblate (Italian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2023-12-28 20:09:50 +01:00
joaooliva
67d3660e58 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2023-12-28 20:09:50 +01:00
J. Lavoie
65ea7f9cd2 Translated using Weblate (German)
Currently translated at 99.7% (384 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2023-12-28 20:09:49 +01:00
J. Lavoie
460bf3435a Translated using Weblate (French)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2023-12-28 20:09:49 +01:00
Aayush Gupta
96c10df255 DownloadWorkerUtil: Properly collect flow to cancel downloads
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
87dc309d35 PackageManagerReceiver: Rework package install actions
Notify on package installation and delete the downloaded directory

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
e0cda7eadf UpdatesFragment: Listen to install & uninstall events
Similar logic as AppDetailsFragment to update list of updates

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
14c8da2db5 DownloadWorker: Move app installation logic to new onSuccess method
Move app installation logic to onSuccess method in worker under a NonCancellable
context and convert the receiver class to be a generic status handler for anything
except success which should be handled in PackageManagerReceiver.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
763bf45a70 gradle: Drop dependency upon unused libraries
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
e9080614af Drop dependency upon Fetch2 library
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
a796c4c381 SelfUpdateWorker: Move self-updates logic into dedicated worker
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
59309783b1 UpdatesPreference: Setup auto-updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
97b145e2e5 DownloadWorker: Download required shared libs for apps
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Software In Interlingua
8737999454 Translated using Weblate (Interlingua)
Currently translated at 40.5% (155 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2023-12-27 12:13:16 +01:00
Software In Interlingua
f7dac22e53 Translated using Weblate (Interlingua)
Currently translated at 33.5% (128 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2023-12-25 14:45:55 +01:00
Software In Interlingua
dd9481e357 Translated using Weblate (Interlingua)
Currently translated at 27.2% (104 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2023-12-25 14:45:55 +01:00
Aayush Gupta
fbc31ff2ff gradle: Bump dependencies to latest stable release
Skip dagger-hilt 2.50 as release notes mention of potential breaking change.
We will upgrade the next major version.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-25 14:25:17 +05:30
Andrey
2dacff3dc4 Translated using Weblate (Russian)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-12-22 00:20:33 +01:00
Andrey
849ade0429 Translated using Weblate (Russian)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-12-21 12:55:14 +01:00
bittin1ddc447d824349b2
97360e1fe4 Translated using Weblate (Swedish)
Currently translated at 99.2% (379 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2023-12-21 12:55:13 +01:00
ssantos
751a8dab17 Translated using Weblate (Portuguese)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2023-12-21 12:55:13 +01:00
v1s7
0fdbce7150 Translated using Weblate (Russian)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-12-21 12:55:13 +01:00
Aayush Gupta
e915c5060b DownloadWorker: Address race condition on download complete
Sometimes when download gets completed, the progress hasn't been updated which
results in no notification data and downloads showing status as completed with
a progress less than 100%.

Set progress manually to 100% and avoid checking progress in notificationUtil if
download has succeded. Also avoid calling onProgress again if download has finished.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-20 21:07:54 +05:30
Aayush Gupta
010dde2896 values-{in|id}: Switch locale code for indonesia
Android otherwise cannot see the translations and continues to use english

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-19 11:36:14 +05:30
NEXI
7d922ab5d1 Translated using Weblate (Serbian)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2023-12-19 05:20:18 +01:00
ssantos
58f43d539e Translated using Weblate (Portuguese)
Currently translated at 99.7% (381 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2023-12-19 05:20:18 +01:00
Bandit0s
6089d67c7a Translated using Weblate (Finnish)
Currently translated at 92.6% (354 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fi/
2023-12-19 05:20:18 +01:00
Rex_sa
e335270a8f Translated using Weblate (Arabic)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2023-12-19 05:20:18 +01:00
VfBFan
d2fa669ddf Translated using Weblate (German)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2023-12-19 05:20:18 +01:00
Kryštof Černý
cf9d6ba3ca Translated using Weblate (Czech)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2023-12-19 05:20:18 +01:00
Eric
cfd353b835 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2023-12-19 05:20:18 +01:00
Aayush Gupta
a3c4df37be values-v21: Set default statusBarColor to colorScrimAlt
Simple and best fix

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-18 23:28:30 +05:30
Aayush Gupta
691a3c61a4 PathUtil: Switch to File instead of Path class
Path is only available since Android 8.0+ and it makes no sense to
add a dependency upon desugaring lib for it.

Switch to File class instead which is available on all Android versions

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-18 23:28:30 +05:30
Aayush Gupta
cd8c4c1364 DownloadWorker: Use a generic download notification if required
On old android versions, work manager runs expedited jobs using FGS which
seem to require a work notification as soon as the service starts by automatically
calling getForegroundInfo method.

This causes an exception as we haven't parsed the data yet. Use a generic
download notification for such cases.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-18 23:28:30 +05:30
Aayush Gupta
70cfdbafd8 DownloadWorker: Inject Gson's instance using Hilt
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-18 23:28:30 +05:30
Aayush Gupta
8f518d026a fixup! Fix AuroraOSS/AuroraStore#981 allow Sui without Shizuku app
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-18 23:28:30 +05:30
Ihor Hordiichuk
06a966d4ef Translated using Weblate (Ukrainian)
Currently translated at 100.0% (382 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2023-12-18 06:58:43 +01:00