Commit Graph

6100 Commits

Author SHA1 Message Date
Aayush Gupta
15d2a9841a Bump Gradle & dependencies to latest stable version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-02 14:13:40 +05:30
Aayush Gupta
b2cbc8dc16 DownloadWorker: Move downloads observing logic into worker as well
This allows us to keep all the modifications related to DownloadWorker in a
single place.

Also, drop the 3seconds delay and do the cleanup instead of delegating it to
worker if last job was failed. This is better and more error-proof.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-01 20:23:06 +05:30
Aayush Gupta
77738d8549 Merge https://hosted.weblate.org/git/aurora-store/aurorastore-translations 2023-11-29 19:50:57 +05:30
gallegonovato
1a41400714 Translated using Weblate (Spanish)
Currently translated at 99.7% (380 of 381 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2023-11-29 15:18:29 +01:00
Aayush Gupta
2cd3870cf3 fixup! DownloadWorker: Restrict concurrent downloads to one 2023-11-29 19:47:59 +05:30
Aayush Gupta
02aa302915 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!266
2023-11-29 14:13:18 +00:00
Igor Sorocean
3e020d6ec2 Translated using Weblate (Romanian)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2023-11-29 15:11:41 +01:00
bittin1ddc447d824349b2
e0bd1c4869 Translated using Weblate (Swedish)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2023-11-29 15:11:41 +01:00
Vladyslav
cac1313bff Translated using Weblate (Ukrainian)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2023-11-29 15:11:41 +01:00
Fjuro
4ed82937c9 Translated using Weblate (Czech)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2023-11-29 15:11:41 +01:00
NEXI
b3213ad1c4 Translated using Weblate (Serbian)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2023-11-29 15:11:41 +01:00
Sergio Marques
6d694f05fc Translated using Weblate (Portuguese)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2023-11-29 15:11:41 +01:00
Eric
3b82aa77d6 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2023-11-29 15:11:41 +01:00
Mirosław Żylewicz
601b6f0510 Translated using Weblate (Polish)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2023-11-29 15:11:41 +01:00
Vladyslav
31b7438b59 Translated using Weblate (Russian)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-11-29 15:11:41 +01:00
joaooliva
9827c2d567 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2023-11-29 15:11:41 +01:00
Rex_sa
ea2ea52e77 Translated using Weblate (Arabic)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2023-11-29 15:11:41 +01:00
gallegonovato
d6dec72c0f Translated using Weblate (Spanish)
Currently translated at 100.0% (378 of 378 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2023-11-29 15:11:41 +01:00
Aayush Gupta
acecf6b89b DownloadWorker: Ensure ell app downloads are unique works
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 19:35:30 +05:30
Aayush Gupta
1e75bcbf85 DownloadWorker: Handle cancelling downloads
* Keep results for 7 days atleast
* Cancel download using tag & remove app from download queue
* Tag downloads and updates. This will allow a user to query & cancel all updates or downloads in one click
* Default to cancel all downloads & updates

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 19:35:16 +05:30
Aayush Gupta
67bd65be94 DownloadWorker: Support downloading OBB and patch files
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
0f4021117f DownloadWorker: Progress improvements
* Handle split apk download progress
* Also share download speed and time remaining

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
5b60758347 InstallReceiver: Notify package installation status as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
26c4749047 DownloadWorker: Restrict concurrent downloads to one
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
dcaf4f024a PermissionsFragment: Request users to disable doze during onboarding
* Required for background downloads using WorkManager expedited works

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
932723d784 DownloadWorker: Do cleanup on download failure/cancellation
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
01dee174bc DownloadWorker: Trigger app installation on success
* Transparent dummy activity to trigger installation of apps from notification

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
6f707b2a37 DownloadWorker: Initial implementation
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-29 18:59:17 +05:30
Aayush Gupta
debb0bf920 NetworkPreference: Use M3 ListPreference
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-28 19:58:30 +05:30
Aayush Gupta
feb273687e receiver: Drop unused broadcast receivers
Keep InstallReceiver as that will be used with the upcoming downloads refactor

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-28 18:39:04 +05:30
Aayush Gupta
b4127916ad fixup! Add option to open app-specific setting for installed apps 2023-11-28 18:34:52 +05:30
Aayush Gupta
31e104ba8a App: Update object with installation status
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-28 18:25:24 +05:30
Aayush Gupta
f45a27f3f8 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!264
2023-11-28 12:41:26 +00:00
Aayush Gupta
5ea7503516 Merge branch 'master' into 'master'
strings: Fix typo in AM installer

See merge request AuroraOSS/AuroraStore!265
2023-11-28 09:59:51 +00:00
yaloli
6f05a44d56 strings: Fix typo in AM installer 2023-11-28 09:59:51 +00:00
Hosted Weblate
844f36a0b4 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (17 of 17 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/zh_Hans/
2023-11-28 09:56:21 +00:00
Sergio Marques
e24a9616e0 Translated using Weblate (Portuguese)
Currently translated at 100.0% (376 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2023-11-28 09:56:20 +00:00
J E
20b9503047 Translated using Weblate (Hebrew)
Currently translated at 96.5% (363 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/he/
2023-11-28 09:56:19 +00:00
Vladyslav
7dc541d874 Translated using Weblate (Russian)
Currently translated at 100.0% (376 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-11-28 09:56:18 +00:00
Sergio Marques
2986895757 Translated using Weblate (Portuguese)
Currently translated at 99.4% (374 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2023-11-28 09:56:17 +00:00
Aayush Gupta
e08ac77b36 Merge branch 'master' into 'master'
Add google play version selection to settings

See merge request AuroraOSS/AuroraStore!263
2023-11-27 15:41:24 +00:00
vladrevers
511e9ce58b Apply suggestions and corrections from code review 2023-11-27 15:51:29 +02:00
Aayush Gupta
4ef81a04dc Bump dependencies to latest stable version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-27 18:19:36 +05:30
Aayush Gupta
2f7c055cdb LocaleView: Show localized display language
display language seems to be more or less always empty/blank. Let's just
use localized display language instead. This will ensure both lines don't show
same values unless same locale is applied.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-27 18:19:04 +05:30
vladrevers
582194bb87 Add google play version selection to settings 2023-11-27 00:01:30 +02:00
Aayush Gupta
cbc5ff32c8 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!262
2023-11-25 06:32:04 +00:00
bittin1ddc447d824349b2
9caf5ca38e Translated using Weblate (Swedish)
Currently translated at 100.0% (17 of 17 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/sv/
2023-11-25 05:13:58 +00:00
Subham Jena
680bfa6345 Translated using Weblate (Odia)
Currently translated at 11.1% (42 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/or/
2023-11-25 05:13:57 +00:00
bittin1ddc447d824349b2
e9366c2c10 Translated using Weblate (Swedish)
Currently translated at 100.0% (376 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2023-11-25 05:13:57 +00:00
Dan
4801333bb2 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (376 of 376 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2023-11-25 05:13:56 +00:00