Commit Graph

2707 Commits

Author SHA1 Message Date
Aayush Gupta
3f36b3ca6b AboutFragment: Update URL to XDA Forums thread
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 11:04:05 +05:30
Aayush Gupta
89a060e3cd SplashFragment: Load launcher icon directly
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 10:54:03 +05:30
Aayush Gupta
75a5f51967 SplashFragment: Add menu button to about fragment
Instead of showing version below login buttons (that for some reason has never been shown),
link about fragment in the menu button which provides more information.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 10:45:58 +05:30
Aayush Gupta
446b8213ee DispenserFragment: Show info if no dispensers are available
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 10:28:20 +05:30
Aayush Gupta
453f6f24c2 Initial support for third-party dispensers
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 09:46:20 +05:30
Aayush Gupta
9004aa6df8 AppInstaller: Check if aurora services is also enabled
This ensures that users aren't shown Aurora Services as a valid installer
in case it is disabled by user or system.

* Also hardcode the required version to be 9 or above as it is the case right now.

Test: adb shell pm disable com.aurora.services

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 17:56:44 +05:30
Aayush Gupta
7bd15138df Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!326
2024-05-31 10:34:58 +00:00
Aayush Gupta
358e81e67e UIPreference: Hide accent color preference on Android 12+ devices
Android 12 and above devices have system based accent color system known as monet
that is highly customizable compared to our offerings.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Aayush Gupta
ac2345254d CleanCacheWorker: Rename to CacheWorker for simplicity
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Aayush Gupta
45e92d3efe UpdateWorker: Drop non-required foregroundInfo method
We are not an expedited nor in foreground, no need to have foregroundInfo method
with an ongoing notification.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Aayush Gupta
fc6c5b0307 CleanCacheWorker: Don't allow configuring cache duration
6 hours is ample time to do anything a user would like to do

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Aayush Gupta
687a7c1540 MigrationReceiver: Add logic to do migrations on version bumps
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
VfBFan
f21f044234 Translated using Weblate (German)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-05-31 00:21:23 +00:00
ShareASmile
1f6593eaea Translated using Weblate (Punjabi)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-05-29 22:45:34 +02:00
Ray
5093626671 Translated using Weblate (Yue (Traditional))
Currently translated at 66.7% (271 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/yue_Hant/
2024-05-28 04:36:41 +02:00
Con
434cc44d4f Translated using Weblate (Norwegian Bokmål)
Currently translated at 71.4% (290 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/nb_NO/
2024-05-28 04:36:41 +02:00
SC
c42850f8d1 Translated using Weblate (Portuguese)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2024-05-28 04:36:41 +02:00
Mirosław Żylewicz
e95f0d6068 Translated using Weblate (Polish)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-05-27 07:52:21 +02:00
tabby
5eb8edc26b Translated using Weblate (Korean)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-05-26 16:19:13 +02:00
Syuugo
9eaa686872 Translated using Weblate (Japanese)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-05-26 16:19:13 +02:00
Aayush Gupta
2217315f80 Bump AGP, plugins and dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-24 18:26:30 +05:30
Aayush Gupta
58ffbd6017 OnboardingFragment: Set default theme and accent color again
Summary provider behaves weird otherwise and doesn't loads default preference

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-21 18:38:28 +05:30
Aayush Gupta
59b7c17c5b AppLinksFragment: Drop amazon appstore links support
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-21 18:36:21 +05:30
Aayush Gupta
a655358e47 NotificationUtil: Use download object available from parcel
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-21 18:06:25 +05:30
Aayush Gupta
e338146e9e fixup! SessionInstaller: Rework installation queue logic
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-21 17:46:25 +05:30
serbul
d17855e85d Translated using Weblate (Russian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-05-21 13:01:57 +02:00
Aayush Gupta
d901948475 AppDetailsFragment: Flip download button on permission denial
If storage permissions are required and aren't granted, fallback to install button.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 21:24:25 +05:30
Aayush Gupta
07e09eeb18 FilterProvider: Inject and manage instances using hilt
This also switchers to default gson instance without any modifier
changes fixing issues happening with missing params.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 21:12:04 +05:30
Aayush Gupta
c23f054d3e SessionInstaller: Rework installation queue logic
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 20:35:59 +05:30
Aayush Gupta
3d15818b07 Don't run post-install steps for shared libs
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 19:18:54 +05:30
Aayush Gupta
fa185e61c5 Deleted translation using Weblate (Haitian) 2024-05-20 11:41:15 +02:00
Aayush Gupta
623315b682 Deleted translation using Weblate (Kurdish (Central)) 2024-05-20 11:40:54 +02:00
Aayush Gupta
a656571b01 Deleted translation using Weblate (Malayalam) 2024-05-20 11:38:46 +02:00
Aayush Gupta
d95f17e257 Deleted translation using Weblate (Odia) 2024-05-20 11:38:18 +02:00
Aayush Gupta
74aa1acd08 Deleted translation using Weblate (Slovak) 2024-05-20 11:37:42 +02:00
Aayush Gupta
dfa1196b36 Deleted translation using Weblate (Thai) 2024-05-20 11:36:57 +02:00
Aayush Gupta
58250d8202 Deleted translation using Weblate (Estonian) 2024-05-20 11:36:44 +02:00
Aayush Gupta
7a418a5796 Deleted translation using Weblate (Afrikaans) 2024-05-20 11:36:21 +02:00
Aayush Gupta
2061967f90 Deleted translation using Weblate (Telugu) 2024-05-20 11:35:58 +02:00
Aayush Gupta
08ef908815 Deleted translation using Weblate (Berber) 2024-05-20 11:35:38 +02:00
Aayush Gupta
1fbf3ef412 Deleted translation using Weblate (Belarusian) 2024-05-20 11:35:17 +02:00
Aayush Gupta
5e7d57e02d Deleted translation using Weblate (Arabic (Najdi)) 2024-05-20 11:35:01 +02:00
Aayush Gupta
25cfc4daf0 Deleted translation using Weblate (Adyghe) 2024-05-20 11:32:52 +02:00
Igor Sorocean
93c9073120 Translated using Weblate (Romanian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-05-20 11:19:03 +02:00
lucasmz-dev
7c0022fdb3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-05-20 11:19:03 +02:00
Aayush Gupta
e2aa5e6b1d DownloadConverter: Inject gson instance using hilt
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-20 14:40:49 +05:30
Aayush Gupta
38c6c704d7 SessionInstaller: Clear enqueued installs properly
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-15 16:05:05 +05:30
Dan
0202e9f2ca Translated using Weblate (Ukrainian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-05-10 12:24:19 +02:00
NEXI
69ad5bc74a Translated using Weblate (Serbian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-05-10 12:24:19 +02:00
ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ
22c3f3b899 Translated using Weblate (Greek)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-05-10 12:24:18 +02:00