Commit Graph

6100 Commits

Author SHA1 Message Date
Aayush Gupta
ee94d01c9d Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!352
2024-07-21 02:05:27 +00:00
439JBYL80IGQTF25UXNR0X1BG
ead054412f Translated using Weblate (Russian)
Currently translated at 100.0% (24 of 24 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ru/
2024-07-21 04:04:51 +02:00
Renko
c99dec6ddb Translated using Weblate (Romanian)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-07-21 04:04:51 +02:00
439JBYL80IGQTF25UXNR0X1BG
dba1e3ffbc Translated using Weblate (Russian)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-07-21 04:04:51 +02:00
Fjuro
1fb4282592 Translated using Weblate (Czech)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-07-20 04:58:54 +02:00
mpt.c
4ebb7df280 Translated using Weblate (Greek)
Currently translated at 25.0% (6 of 24 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/el/
2024-07-20 04:58:53 +02:00
mpt.c
376723601d Translated using Weblate (Greek)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-07-20 04:58:53 +02:00
tct123
bc52efa299 Translated using Weblate (German)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-07-20 04:58:52 +02:00
Scrambled777
46ad6ade69 Translated using Weblate (Hindi)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-07-20 04:58:52 +02:00
大王叫我来巡山
f07fb9a57a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (24 of 24 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/zh_Hans/
2024-07-20 04:58:51 +02:00
大王叫我来巡山
0c50992c94 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-07-20 04:58:51 +02:00
gallegonovato
ebc4c24ff0 Translated using Weblate (Spanish)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-07-20 04:58:50 +02:00
Aayush Gupta
f424f58c1b fixup! Initial support for caching updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 19:30:15 +07:00
Aayush Gupta
e7762e6d15 AppDetailsFragment: Require extended updates for incompatible apps too
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 19:20:56 +07:00
Aayush Gupta
8e70eed9bc gradle: Bump targetSdk to 35 (Android 15)
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-19 12:59:50 +07:00
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
24fce11c77 gradle: Bump dependencies to latest stable release
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
Aayush Gupta
1ab5d966a2 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!351
2024-07-18 05:59:32 +00: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
Aayush Gupta
74f3b8e563 Bump to latest stable AGP & Gradle release
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
Aayush Gupta
1f29633283 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!350
2024-07-17 06:44:37 +00: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