Commit Graph

6100 Commits

Author SHA1 Message Date
Aayush Gupta
d353115ae7 compose: details: Add preview for reviews
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
2eb4dd4abe compose: Relocate preview to top directory
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
d9267c7c3b details: review: Move nextPageUrl variable to function
This is only used pager, no need to expose to the class

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
154d468322 details: Ensure app is not null before fetching more info
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
0a721fa571 compose: details: Load description of permissions as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
30dc819fa8 compose: details: Switch review summary container color to surface
We will use primary for user reviews.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
f9fd5b9644 Switch compose to Material3 Expressive theme
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
a37485080f Bump compose-material3 to latest alpha
The library hasn't hit a stable release in over an year by now

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
2bffcafed5 Remove unused pref_ui_similar_apps_desc string
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
cb216f6c01 compose: details: Simplify and fix showing app states
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
4c479e060b compose: details: Pass screen directly in single parameter
Reduces the function parameter hell for navigating to extra pane.
Credits to Torsten for suggesting this.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
e3215a6721 compose: details: Link privacy policy to data safety section header
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
70d68dc872 compose: details: Move manual download to independent screen
We want to allow users to select location to download files and select splits
in future too.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
38f96eacbc fixup! libs: Bump gplyapi to 3.5.0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
e9f6bb42e9 view: details: Drop unused custom epoxy views
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
793db41bb7 compose: details: Setup permissions screen
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
5d0bb8b634 compose: details: Merge suggestions pane back into AppDetails
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
5276e70373 compose: details: Show 2nd review as featured
There are always 3 featured reviews, show the 2nd one as first
as that makes page indicator looks better

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
0c439f3457 compose: details: Show featured reviews again (review summary)
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
f868a0f505 compose: details: Initial DevProfileScreen implementation
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
3a23088525 compose: blacklist: Minor changes to menu
Drop leading icons as they look odd

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
e7f6d40709 compose: details: Setup menu
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
6c38ff5479 compose: Introduce new compositionLocal for different Android OS
Android uses different variant of OS on devices such as TV, Wear, and Auto.
Introduce a new compositionLocal to detect and show different UI as needed.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
26816e8fab compose: details: Show averge rating out of on large-screen devices
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
fea81ce8b3 compose: details: Split AppDetails screen logic into individual files
Make it more readable and independent to adapt for different devices

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
6f1ee9f082 compose: menu: Expose modifier and expanded state boolean
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:42 +08:00
Aayush Gupta
ea9ab9ebbc compose: Expose modifier for root composables
This will allow adapting them as needed from different screens

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:41 +08:00
Aayush Gupta
097f5a7375 compose: Initial migration of AppDetails* logic to compose [2/*]
Deprecate setting to hide similar and related apps as they will be always
listed in the suggestions pane on widescreen devices

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:14:40 +08:00
Aayush Gupta
f6f858e9f5 compose: Initial migration of AppDetails* logic to compose [1/*]
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-20 10:13:29 +08:00
Rahul Patel
9ccbd62df0 4.7.5 4.7.5 2025-08-19 13:35:57 +05:30
Aayush Gupta
5ef656de1e Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!511
2025-08-19 15:40:27 +08:00
EESF-2
8878fae5d4 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (34 of 34 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/zh_Hant/
2025-08-18 09:02:15 +02:00
EESF-2
5666fc8ebe Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hant/
2025-08-18 09:02:10 +02:00
LucasMZ
94c4d9b158 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2025-08-18 09:02:08 +02:00
shiloni
c20a40fcbf Translated using Weblate (Hebrew)
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/he/
2025-08-16 20:14:16 +02:00
LucasMZ
392720545e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2025-08-16 20:14:16 +02:00
Igor Sorocean
bd8da5f4a7 Translated using Weblate (Romanian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ro/
2025-08-16 20:14:16 +02:00
Aayush Gupta
99c7c2d197 Merge branch 'dev' 2025-08-17 02:10:46 +08:00
Rahul Patel
89251ab879 Merge branch 'patch-2' into 'master'
Synced across with string. MR512

See merge request AuroraOSS/AuroraStore!513
2025-08-15 16:14:26 +05:30
vdbhb59
662817ec5c Synced across with string. MR512 2025-08-15 16:14:25 +05:30
Rahul Patel
d45a9d7b67 Huawei: fix silent install fallback - 2 2025-08-15 00:03:13 +05:30
Rahul Patel
ae4cc1196b Merge branch 'fix/huawei-silent-install-fallback' into 'dev'
Huawei: fix silent install fallback

See merge request AuroraOSS/AuroraStore!510
2025-08-14 14:47:37 +05:30
Aayush Gupta
f1cb6b988f Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!509
2025-08-13 13:37:14 +08:00
Rahul Patel
57a955e10f Huawei: fix silent install fallback 2025-08-08 21:24:03 +05:30
AO Localisation Lab
f0ab67a214 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-06 17:39:15 +02:00
ssantos
b744af8b98 Translated using Weblate (Portuguese)
Currently translated at 100.0% (456 of 456 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2025-08-06 17:39:15 +02:00
Rahul Patel
9da24be548 fix nightly link in bug-report template 2025-08-05 22:29:27 +05:30
Aayush Gupta
50c1e30214 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!508
2025-08-02 15:40:21 +08:00
Aayush Gupta
9ca68752d5 Bump to latest stable AGP, Gradle and dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-02 15:27:20 +08:00
AO Localisation Lab
e61e9cc06e 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-07-30 22:23:08 +02:00