Commit Graph

66 Commits

Author SHA1 Message Date
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
Rahul Kumar Patel
9b7059b0e7 Fix minor layout issue in accounts 2021-03-20 02:40:35 +05:30
Rahul Kumar Patel
4023a1881e Improve updates fragment actions 2021-03-20 02:35:27 +05:30
Rahul Kumar Patel
527989a393 Improve app updates page [1/2] 2021-03-08 00:17:45 +05:30
Rahul Kumar Patel
ded8d110e1 Parse links in app description 2021-03-07 03:17:21 +05:30
Rahul Kumar Patel
2d53cbdc9d Fix issues related to reviews 2021-03-07 01:19:25 +05:30
Rahul Kumar Patel
ebb6118c16 Allow user to Deny TOS as well :p 2021-03-02 01:29:15 +05:30
Rahul Kumar Patel
b202025cbb Add dialog to read TOS 2021-03-02 01:09:26 +05:30
Rahul Kumar Patel
e5536c5349 Fix tingu tingu bugs 2021-03-01 16:31:42 +05:30
Rahul Kumar Patel
e81f05b9d4 Fix scrolling issue on details page 2021-03-01 16:18:18 +05:30
Rahul Kumar Patel
38e9e8771d Add Permissions on Onboading Page 2021-03-01 14:09:21 +05:30
Rahul Kumar Patel
8ebb362f58 Add app permission sheet 2021-02-27 01:01:20 +05:30
Rahul Kumar Patel
aea94e19ae Add version info in updates page 2021-02-26 15:49:36 +05:30
Rahul Kumar Patel
a0565384cc Fix force close issue when network connectivity changes 2021-02-25 16:43:22 +05:30
Rahul Kumar Patel
5aa4d6fe5e Add edge cases to detect MIUI & Huawei devices to select correct installer and apply spoof 2021-02-25 16:21:45 +05:30
Rahul Kumar Patel
d255419977 Allow selecting root or services, only when access is available 2021-02-25 12:01:14 +05:30
Rahul Kumar Patel
0e1ae6364d Improve installer & related UI 2021-02-25 10:28:56 +05:30
Rahul Kumar Patel
55865d3ce5 Add initial support for external storage 2021-02-24 15:34:21 +05:30
Rahul Kumar Patel
22ddd3c4fc Minor padding improvements 2021-02-22 09:52:55 +05:30