Commit Graph

5148 Commits

Author SHA1 Message Date
Aayush Gupta
236afff89d AndroidManifest: Declare the CATEGORY_APP_MARKET intent in main action
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
Aayush Gupta
58da7e14c3 GoogleFragment: Drop databaseEnabled setting from webview
Deprecated and will be soon removed from Android System WebView similar to Chrome

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
Aayush Gupta
e844023506 ThemeEngine: Don't apply color to systembar on Android 15+
Android 15 enforces transparent colors on system bars

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
Aayush Gupta
e24d5d08e8 Resolve null-safety errors with newer compileSdk
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
Aayush Gupta
34a8d0ac20 gradle: Bump compileSdk to 35 (Android 15)
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
Aayush Gupta
840c2f0b10 UpdatesFragment: Restore menu action sheet for quick actions
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-18 13:00:04 +07:00
Aayush Gupta
14aa476313 UpdatesFragment: Add missing "for" in check_updates button
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-18 13:00:04 +07:00
Aayush Gupta
1fbf3cf56e NoAppView: Make new action button optional
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-18 13:00:04 +07:00
Aayush Gupta
2deece0117 Move InstalledApps & Blacklist fragment's viewModel owner to fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-18 13:00:04 +07:00
Aayush Gupta
6a7d4f6e3e UpdatesFragment: Restore update all button as action button
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-18 13:00:04 +07:00
Mirosław Żylewicz
ae67e6e19a Translated using Weblate (Polish)
Currently translated at 99.7% (426 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-07-18 07:18:42 +02:00
lucasmz-dev
99e037aa85 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-07-18 07:18:42 +02:00
Dan
a99a480950 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-17 20:10:43 +02:00
Oğuz Ersen
cd78c17d29 Translated using Weblate (Turkish)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-07-17 20:10:43 +02:00
joaooliva
2af72453be Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-07-17 20:10:43 +02:00
lucasmz-dev
1e08b294cb Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-07-17 20:10:43 +02:00
Rex_sa
f33b385497 Translated using Weblate (Arabic)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-07-17 20:10:43 +02:00
Aayush Gupta
cf50e14bc7 gradle: Switch to mavencentral to sync gplayapi
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 18:41:00 +07:00
Aayush Gupta
5e9e0cecce land/fragment_account: Make buttons layout visible
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:31 +07:00
Aayush Gupta
d4995c73e2 MainActivity: Run migrations if required
Thanks to OEMs breaking the MY_PACKAGE_REPLACED API, migrations haven't been
running on some devices. To mitigate this, trigger the same via MainActivity too.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:31 +07:00
Aayush Gupta
2a68f58e70 BlacklistFragment: Emit event when new apps are blacklisted
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
e9843a6b45 MainActivity: Add view binding type hint for navigation bar
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
8b341c088c Initial support for caching updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
bec1bea05a Optimize imports treewide
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
2813d28120 Adapt for data class changes
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Aayush Gupta
04e2e69c54 {SplashFragment|NetworkPreference}: Updates to AuthData building
* Always generate GSF ID on device regardless of login type
* Switch to new method for building AuthData

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Rahul Patel
c426c3b7a7 Disable AppPeekSheet, enable only when ready 2024-07-17 13:45:30 +07:00
Rahul Patel
388e2d9a35 Improve fliters & chip styles
-- Removed filter apply & close, filter is saved on dismiss
2024-07-17 13:45:30 +07:00
Aayush Gupta
ec9e237a4d AuthProvider: Return null instead of invalid AuthData
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Mirosław Żylewicz
47e33dd12f Translated using Weblate (Polish)
Currently translated at 99.7% (428 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-07-17 08:44:02 +02:00
Iker Lerones
f93ca612ac Translated using Weblate (Basque)
Currently translated at 77.3% (332 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/eu/
2024-07-16 16:43:42 +02:00
Renko
2735c9ae43 Translated using Weblate (Romanian)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-07-16 10:41:06 +00:00
NEXI
902e2d7bc4 Translated using Weblate (Serbian)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-07-16 10:41:05 +00:00
Besnik Bleta
0db103a7bc Translated using Weblate (Albanian)
Currently translated at 96.7% (415 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-07-15 14:19:32 +02:00
Dan
33411dcf22 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-15 14:19:31 +02:00
Λευτέρης Τ
1375335abe Translated using Weblate (Greek)
Currently translated at 97.6% (419 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-07-15 14:19:31 +02:00
大王叫我来巡山
e53f08d8b6 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-07-15 14:19:31 +02:00
Mirosław Żylewicz
b4c2223e4e Translated using Weblate (Polish)
Currently translated at 99.3% (426 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-07-15 14:19:31 +02:00
ShareASmile
e18218bbaf Translated using Weblate (Punjabi)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-07-15 14:19:31 +02:00
lucasmz-dev
bbf9d4d4bd Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-07-15 14:19:31 +02:00
ShareASmile
e1adda9df8 Translated using Weblate (Hindi)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-07-15 14:19:30 +02:00
Oğuz Ersen
b6896a1173 Translated using Weblate (Turkish)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-07-14 19:06:01 +02:00
joaooliva
6ce1929c18 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-07-14 19:06:01 +02:00
Rex_sa
394c9aac2b Translated using Weblate (Arabic)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-07-14 19:06:01 +02:00
gallegonovato
443e6bc845 Translated using Weblate (Spanish)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-07-14 19:06:00 +02:00
Renko
fc3607309c Translated using Weblate (Romanian)
Currently translated at 100.0% (426 of 426 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-07-14 15:09:35 +02:00
Fjuro
745be015fb Translated using Weblate (Czech)
Currently translated at 100.0% (426 of 426 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-07-14 15:09:34 +02:00
Oğuz Ersen
e1bc979083 Translated using Weblate (Turkish)
Currently translated at 100.0% (426 of 426 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-07-14 15:09:33 +02:00
Λευτέρης Τ
2181c581db Translated using Weblate (Greek)
Currently translated at 98.1% (418 of 426 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-07-14 15:09:33 +02:00
大王叫我来巡山
46196a23f5 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (426 of 426 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-07-14 15:09:32 +02:00