Aayush Gupta
e02347ec85
OnboardingFragment: Add new app links fragment
...
Request users Android S and above to enable play.google.com as a supported link
manually
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-08-21 15:25:36 +05:30
Aayush Gupta
73440055ad
Use launcher icon instead of logo everywhere
...
logo has a white background that doesn't plays well with light theme.
Use launcher icon instead that has a colorful background.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-08-10 09:51:34 +05:30
Aayush Gupta
bd7f31858c
NetworkDialogSheet: Show option to check internet connectivity instead
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-08-08 12:10:09 +05:30
Aayush Gupta
9e4d14ac6e
DeviceHuaweiSheet: Drop unused sheet
...
Not required since 69567dfaa0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-08-07 14:07:35 +05:30
Aayush Gupta
88d813756c
Settings: Migrate all preferences to navigation components
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-24 23:02:13 +05:30
Aayush Gupta
b9d0f15ca3
MainActivity: Move to actual toolbar
...
Drop downloads icon as its already present in drawer
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-18 14:56:38 +05:30
Aayush Gupta
4431054e9c
GoogleFragment: Show progress on page load
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
08f06beaa9
Switch to system font
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
544ee8eb54
Migrate OnboardingActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
cd5e49d1d2
DO NOT MERGE: Migrate GoogleActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
da343e8530
Migrate SplashActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
7fab0496b9
Migrate DetailsReviewActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
6509062ef7
Migrate DetailsMoreActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
86f6939097
Migrate DevProfileActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
fc3dfaa747
Migrate ScreenshotActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
88d9dcdd53
DO NOT MERGE: WIP: Migrate AppDetailsActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
b01a9cacbd
DO NOT MERGE: Migrate DownloadActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
0d7419f398
Migrate SearchResultsActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
43004cdf07
Migrate SearchSuggestionActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
9d0d819ac2
DO NOT MERGE: Migrate SettingsActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
aa0e396891
Migrate AccountActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:50 +05:30
Aayush Gupta
e92b54d16d
Migrate AboutActivity to fragment
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-07-16 13:49:49 +05:30
Aayush Gupta
b54b6b14ba
Revert "Always verify sessions before login"
...
This reverts commit 87af312f54 .
2023-07-08 12:05:20 +05:30
Aayush Gupta
77fe8652b7
Drop support for kitkat; Bump minSdk to 21
...
This has been dead for a while already, remove the code and bump minSdk to a
version that actually works
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-30 18:16:22 +05:30
Aayush Gupta
7e06a99191
AppProgressView: Center layout
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-21 10:28:03 +05:30
Aayush Gupta
f3e2a8e852
Show packagename of the app below name
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-20 13:31:13 +05:30
Aayush Gupta
87af312f54
Always verify sessions before login
...
Also avoid auto-login if saved account is anonymous and invalid
as this results in fetching new account every time app is restarted
as long as the validation fails resulting in rate-limiting.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-19 20:32:34 +05:30
Aayush Gupta
76fa3646cc
Override switch widget style to Material3
...
Preference library has apparently no love for Material3 by default
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-05 13:33:05 +08:00
Aayush Gupta
88dde3cdd8
SearchResults: Apply horizontal margin to the error layout
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-06-03 00:23:55 +08:00
Aayush Gupta
3b79aa2407
MainActivity: Switch to FragmentContainerView for navigation
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-05-21 10:58:24 +05:30
Aayush Gupta
023a860136
Minor searchbar improvements
...
- Don't place cursor at center, looks out of place
- Add a hint text as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-05-19 13:32:57 +05:30
Aayush Gupta
6ef16a840d
Drop dependency upon expansionpanel library
...
Deprecated
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-05-18 11:10:24 +05:30
Patryk Mis
79b3645a3a
Label icons for accessibility
...
Signed-off-by: Patryk Mis <foss@patrykmis.com >
2023-05-02 12:31:00 +02:00
Aayush Gupta
9d978852ae
Apply proper margin between accents
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-04-30 12:20:52 +05:30
Aayush Gupta
5c79d6ac7a
Switch to white color for tab and accent indicator
...
They seem to work the best across all accent colors
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-04-30 12:20:52 +05:30
Aayush Gupta
a180207b24
Resolve Android resource validation errors
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-04-30 12:20:51 +05:30
Aayush Gupta
2e024150de
Notify user when they are ratelimited
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-04-24 15:38:09 +05:30
Ingo Brückl
e6dc9fefdd
Increase the update button width
...
Depending on the localization, the text may not fit into
the button and may be unreadable or difficult to read.
2022-08-31 21:22:24 +02:00
Ingo Brückl
a10cc0026d
Fix build errors
...
Lint found fatal errors while assembling a release target.
Error: @id/checkbox is not a sibling in the same RelativeLayout.
2022-08-25 19:16:26 +02:00
Rahul Patel
7509ae34e0
Merge branch 'onboarding-installer-checkbox-to-radiobuttons' into 'master'
...
Replace Checkboxes in Onboarding-Installer with Radiobuttons
See merge request AuroraOSS/AuroraStore!176
2022-07-24 17:59:36 +00:00
nwuensche
af93f6a604
Fix no-theme bug in Onboarding by using Radiobuttons
...
It was possible to de-select all Themes in the Onboarding as
Checkboxes where used. Now this is not possible anymore because we use
Radiobuttons
2022-05-28 10:24:38 +02:00
nwuensche
62333c7fa1
Replace Checkboxes in Onboarding-Installer with Radiobuttons
2022-05-28 09:26:56 +02:00
Rahul Patel
fbeb4f69eb
Merge branch 'insecure-anonymous-button' into 'master'
...
Add Insecure Anonymous login button
See merge request AuroraOSS/AuroraStore!149
2021-12-18 17:30:46 +00:00
Oliver Scott
6842893902
Add Insecure Anonymous login button
2021-09-30 19:06:57 -04:00
cergor
0c94027cba
The ability to select and copy text
...
Adding the ability to select and copy text in the columns like "What's New", "Description" and in the comments.
2021-08-18 11:10:20 +03:00
Rahul Kumar Patel
9f1feb9ea1
Allow exporting current device config
2021-05-14 02:52:55 +05:30
Rahul Kumar Patel
e03ad145dc
Fix self update issues
2021-04-06 04:53:34 +05:30
Rahul Kumar Patel
1a454a0bc9
Add back manual downloader from v3
2021-04-06 03:26:05 +05:30
Rahul Kumar Patel
9aa03ebec2
Update about page layout
2021-04-06 01:30:27 +05:30
Rahul Kumar Patel
ee8cde3f26
Add back search filters from v3
2021-04-05 04:29:10 +05:30