Commit Graph

6100 Commits

Author SHA1 Message Date
Aayush Gupta
daea7ccc53 fixup! compose: details: Specify key for hiltViewModel
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-23 16:45:26 +08:00
Aayush Gupta
8f3e45b12b res: drawable: Restore tint for view-based screens
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-23 16:32:17 +08:00
Aayush Gupta
c58269c552 compose: search: Request focus on clearing textfield
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-23 12:36:33 +08:00
Aayush Gupta
3c76876e99 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!516
2025-08-23 12:23:50 +08:00
Emin Tufan Çetin
0bdaddacb7 Translated using Weblate (Turkish)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2025-08-23 04:22:30 +00:00
ColorfulRhino
a1bbb0235b Translated using Weblate (German)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2025-08-23 04:22:30 +00:00
Fjuro
bd6cd3ad5a Translated using Weblate (Czech)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2025-08-23 04:22:29 +00:00
Quint
edf306918f Translated using Weblate (Turkish)
Currently translated at 99.3% (464 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2025-08-23 04:22:28 +00:00
ojppe
cee296f580 Translated using Weblate (Dutch)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/nl/
2025-08-23 04:22:28 +00:00
Ghost of Sparta
726917607a Translated using Weblate (Hungarian)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2025-08-23 04:22:27 +00:00
Mirosław Żylewicz
0a85b00a8d Translated using Weblate (Polish)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2025-08-23 04:22:26 +00:00
Andrey
9fedfce37a Translated using Weblate (Russian)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2025-08-23 04:22:26 +00:00
LucasMZ
abf39d52a0 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2025-08-23 04:22:25 +00:00
joaooliva
fb35d162a3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2025-08-23 04:22:24 +00:00
jonnysemon
ddf7529dd5 Translated using Weblate (Arabic)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2025-08-23 04:22:24 +00:00
VfBFan
8dd7d1cce6 Translated using Weblate (German)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2025-08-23 04:22:23 +00:00
AO Localisation Lab
6e9eaf91a3 Translated using Weblate (French)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2025-08-23 04:22:22 +00:00
Aayush Gupta
da50177c57 compose: search: Limit suggestions to 3 with better padding
Align it to SearchBar's default suggestions layout

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-22 16:59:12 +08:00
Aayush Gupta
4f7d744491 compose: search: Use scaffoldNavigator to navigateUp from details
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-22 16:41:56 +08:00
Aayush Gupta
7ecb142b3e compose: search: Switch to new AppBarWithSearch API
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-22 16:35:17 +08:00
Aayush Gupta
ef488ff2b4 NetworkPreference: Only show microG login switch if supported
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 16:45:16 +08:00
Aayush Gupta
0ff43042a0 fixup! compose: details: Adjust adaptive screens based on latest alpha changes
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 16:36:40 +08:00
Aayush Gupta
e324e9d69c Drop non-required SDK level checks for Android 6.0
Minimum supported version is now Android 6.0

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 16:35:16 +08:00
Aayush Gupta
2f93879c1d compose: navigation: Migrate from navigation2 to navigation3
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 15:59:31 +08:00
Aayush Gupta
7f41ad0923 compose: details: Specify key for hiltViewModel
This ensures that hilt doesn't reuses ViewModel for another app with another one.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 15:16:47 +08:00
Aayush Gupta
cf75e9f9f1 REUSE compliance [1/*]
Resolve license and copyright issues for all files other than the "app/" module

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 14:45:44 +08:00
Aayush Gupta
65fca94636 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!515
2025-08-21 13:56:16 +08:00
Максим Горпиніч
7035ad6d86 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (467 of 467 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2025-08-21 07:53:33 +02:00
mestari
3aefc16a43 Translated using Weblate (Finnish)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/fi/
2025-08-21 07:46:00 +02:00
Priit Jõerüüt
728a64aa26 Translated using Weblate (Estonian)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/et/
2025-08-21 07:45:59 +02:00
Максим Горпиніч
a7a428cfc3 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/uk/
2025-08-21 07:45:59 +02:00
Fjuro
3a9f068594 Translated using Weblate (Czech)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/cs/
2025-08-21 07:45:59 +02:00
Thomas Gabriel de Medeiros Silva
b130decaad Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pt_BR/
2025-08-21 07:45:59 +02:00
noname
51a40cd434 Translated using Weblate (Russian)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ru/
2025-08-21 07:45:59 +02:00
jonnysemon
fa14e641e9 Translated using Weblate (Arabic)
Currently translated at 100.0% (35 of 35 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ar/
2025-08-21 07:45:59 +02:00
AO Localisation Lab
83b3c6342b Translated using Weblate (French)
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2025-08-21 07:45:59 +02:00
Aayush Gupta
94c5f90fbb compose: details: Adjust adaptive screens based on latest alpha changes
* WindowWidthSizeClass is deprecated, switch to WindowSizeClass and breakpoints instead with flipped logic
* Specify a dragHandle and adaptStratergy for supporting pane to levitate on single pane screens

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 17:23:11 +08:00
Aayush Gupta
d4179319f4 Bump to latest stable dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
ade4a2d7e9 DownloadWorker: Address lint warning regarding response being non-null
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
a9afd0785e compose: Drop all optin for experimental APIs
Too many of them at this point. Simply set them in compiler arguments
and revisit to remove after 2-3 years.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
0432dc0f00 compose: Remove epoxy and view related logic for searching
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
1e4820d53d Bump minSdk to API 23 with latest dependencies
androidx now requires API 23

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
62e81da258 compose: Initial migration of searching logic to compose
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
458b984a06 compose: AppDetailsScreen: Merge ScreenContentApp logic into one function
Makes paramater hell a bit easier to manage

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
e792c57943 libs: Bump compose material3 to latest stable
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
f8983c6744 details: Adapt for changes related to microg warning
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
6cd57c2454 extensions: Drop unused extensions
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
cd5da2b83c BaseFragment: Drop unused app parameter
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
2bb3bbec0c view: Drop logic related to details
This has been moved to compose

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
fe6c62851b compose: dev: Fix searching for apps by publisher
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00