Commit Graph

41 Commits

Author SHA1 Message Date
Aayush Gupta
8aeec0c082 AppDetailsFragment: Add data safety section
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-29 23:42:00 +07:00
Rahul Patel
2b65eeb742 Resource house keeping + color cleanup 2024-07-29 01:11:16 +05:30
Rahul Patel
460f65518d AppDetails: Make badge divider thick & small 2024-07-29 01:11:12 +05:30
Aayush Gupta
d75f70590a ExportWorker: Show notification on export status when finished
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-10 18:29:13 +07:00
Rahul Patel
bbedb30d46 Add favourites apps [1/2]
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-09 11:22:16 +07:00
Aayush Gupta
7f32b9078e LinearProgressIndicator: Fixes for new M3 design
* Since 1.12.0, LinearProgressIndicator uses new M3 design that doesn't plays well with install and ratings for us
* Switch both back to old style using new Widget.Material3.LinearProgressIndicator.Legacy style
* Additionally drop trackCornerRadius and switch to custom background with clipToOutline for download as the class
  now has a bug that messes with style

Keep downloads to follow new M3 design

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-13 22:00:50 +05:30
Aayush Gupta
66045bceac Context: Drop leftovers of custom tab intent
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-11 12:15:33 +05:30
Aayush Gupta
925cfac7c9 Add details about Aurora Store in welcome and about fragments
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-09 20:45:33 +05:30
Aayush Gupta
dd5f443e1f AboutFragment: Add link to GitLab wiki
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 11:16:47 +05:30
Aayush Gupta
453f6f24c2 Initial support for third-party dispensers
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 09:46:20 +05:30
Aayush Gupta
c3963519e0 MainActivity: Move navigation drawer items into dialogfragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-04-16 10:37:38 +05:30
Aayush Gupta
f939e20e35 Refresh icons with latest material icons
* Try to keep bottom navigation bar icon as filled

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-28 11:38:57 +05:30
Aayush Gupta
42c182bdb7 Revert "AppUpdateView: Show icons on incompatible updates buttons"
This reverts commit d4552007a7.
2024-02-15 17:27:21 +05:30
Aayush Gupta
d4552007a7 AppUpdateView: Show icons on incompatible updates buttons
- Slashed circle: Disabled
- Shield with a cross: Fails certificate verification

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-12 15:03:42 +05:30
Aayush Gupta
9845e74700 menu_details: Show uninstall button as action
Requested by people

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-08 20:38:50 +05:30
Aayush Gupta
f851a5ad3e Improvements to download progress UI
Switch to LinearProgressIndicator where possible and show an indeterminate
progress bar while download progress is below 1%

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-31 15:54:05 +05:30
Aayush Gupta
acd2e7a586 MainActivity: Warn users if battery optimizations are enabled
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-14 18:26:18 +05:30
Aayush Gupta
81e6428610 Apply appropriate icon tint on bottom navigation icons
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-21 19:50:47 +05:30
Aayush Gupta
11302915d2 fixup! Restore old download manager icon
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-21 18:41:01 +05:30
Rahul Patel
747541658c Restore old download manager icon 2023-10-18 06:15:11 +05:30
Aayush Gupta
b77a87d55f Drop easylauncher plugin and import generated files
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 12:07:28 +05:30
Aayush Gupta
0da8cd94cd ic_arrow_back: Apply proper tint for themes
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-09 18:51:24 +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
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
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
6ef16a840d Drop dependency upon expansionpanel library
Deprecated

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-18 11:10:24 +05:30
Aayush Gupta
6b2f22350c Add preference to open custom tab for searching apps
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-04 12:13:34 +05:30
Aayush Gupta
614f367977 Add new advanced preference page
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-04 12:13:34 +05:30
Aayush Gupta
4391e485c3 Add option for system accent
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-04-30 12:20:52 +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
fischer-felix
4c3bb0f172 Add adaptive icon 2023-04-08 05:01:51 +00:00
nwuensche
90f1822a07 Use Stroke Color for Background of Onboarding Tabs
As one cannot see the background of the tab numbers in the Onboarding,
this commit uses the stroke-color as the background color for the tabs
2022-05-28 09:31:30 +02:00
evermind
3f8d94bce9 create pngs for ic_install.xml and ic_notification_outlined.xml
convert pngs from xmls for Notification icons. They will be
used on platforms prior sdk v21
2021-07-05 09:52:11 +02:00
0123456789
296a602b2b Statusbar icons must be white 2021-04-11 01:28:16 +05:30
Rahul Kumar Patel
5d70370e4c Add Android TV banner 2021-03-29 04:39:07 +05:30
Rahul Kumar Patel
527989a393 Improve app updates page [1/2] 2021-03-08 00:17:45 +05:30
Rahul Kumar Patel
8ebb362f58 Add app permission sheet 2021-02-27 01:01:20 +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
0e1ae6364d Improve installer & related UI 2021-02-25 10:28:56 +05:30
Rahul Kumar Patel
548cced8a2 Improve editor choice & expanded stream UI 2021-02-22 00:10:08 +05:30
Rahul Kumar Patel
dfc706b13e Initial v4 2021-02-15 05:37:36 +05:30