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
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
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