Aayush Gupta
08b418aea7
InstallerFragment: Remove native and aurora services from choices
...
* Both are deprecated and shouldn't be promoted to users
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-10-24 18:28:13 +05:30
Rahul Patel
47f1edc922
Add support for proxies - 3/3
2023-10-22 14:34:12 +05:30
Rahul Patel
f19631ad6a
Add support for proxies - 2/3
2023-10-22 14:27:13 +05:30
Rahul Patel
52851c7afa
Filter out bogus apps from publisher page
2023-10-18 06:23:09 +05:30
Rahul Patel
c7c2781281
Add filter to list & update apps installed by Aurora Store only
...
- Improves fdroid filter
- Remove all apps that have no launch intent:
2023-10-18 05:33:59 +05:30
Rahul Patel
79516bbc20
Add option to open app-specific setting for installed apps
2023-10-18 02:19:06 +05:30
Rahul Patel
3339d4a395
Make update check intervals configurable
2023-10-18 02:08:39 +05:30
Rahul Patel
a355989054
Add Pixel-7a configs for Huawei devices
2023-10-18 01:49:28 +05:30
Rahul Patel
ea2436ae6f
Add support for proxies - 1/3
2023-10-18 00:51:05 +05:30
Rahul Patel
93b8cf3455
Add back toggle to enable wifi-only downloads
2023-10-17 06:20:17 +05:30
Rahul Patel
1ce09c5c35
Revert "Add back toggle for auto install post app download"
...
This reverts commit 24496b1405 .
2023-10-17 05:59:52 +05:30
Rahul Patel
4fe7d453f5
Allow choosing custom download directory
2023-10-17 05:46:02 +05:30
Rahul Patel
13f1459827
Restore download manager icon to toolbar
2023-10-17 05:45:50 +05:30
Rahul Patel
3940d05b7c
Installer: specify install reason
2023-10-15 22:39:50 +05:30
Rahul Patel
8375412a1a
Improve AppSales page & clearly indicate source
2023-10-15 22:01:33 +05:30
Rahul Patel
eb46790994
Use Web API only for anonymous accounts
2023-10-15 21:25:49 +05:30
Rahul Patel
e7198ad92e
SearchFilter: Resolve ConcurrentModificationException
...
--- https://gitlab.com/AuroraOSS/AuroraStore/-/issues/839
2023-10-15 05:54:29 +05:30
Rahul Patel
2220d58c82
Ask user first before uninstalling an app via root
2023-10-15 03:50:55 +05:30
Rahul Patel
0c9f739211
Do not play sound for quick & update notifications
2023-10-15 02:08:43 +05:30
Rahul Patel
25601b2a41
Update action button on UI thread
2023-10-15 01:37:07 +05:30
Rahul Patel
4770aa3540
Updates: track actual download progress
2023-10-14 07:35:59 +05:30
Rahul Patel
24496b1405
Add back toggle for auto install post app download
2023-10-14 06:47:20 +05:30
Rahul Patel
9b7029bded
Fix adding reviews via personal accounts
2023-10-14 03:24:27 +05:30
Rahul Patel
79e5879d33
Replace progress bar in lists with shimmers
2023-10-14 01:20:40 +05:30
Rahul Patel
72241bd444
Improve Apps & Games page
2023-10-14 01:14:49 +05:30
Rahul Patel
bd621163cc
Validate packagename to avoid bogus packagenames
2023-10-13 05:13:22 +05:30
Rahul Patel
cdbbebbea6
Trim probable packagename, if found
2023-10-13 05:07:31 +05:30
Rahul Patel
3ed31aee19
Add AuroraStore to global share action
2023-10-13 04:52:06 +05:30
Rahul Patel
191d4ad4c4
Fix ENTER event on searchbar for HW Keyboards
2023-10-13 00:09:33 +05:30
Rahul Patel
99e6508ccf
Remove advance preferences
2023-10-12 21:38:24 +05:30
Rahul Patel
e296fcbd7b
Get rid of TOS
2023-10-12 21:03:14 +05:30
Rahul Patel
98285c420d
Filter out bogus apps from WebSearchHelper
2023-10-12 19:26:06 +05:30
Rahul Patel
8126e44c7a
Use default http client from gplayapi
2023-10-12 19:03:33 +05:30
Rahul Patel
bf5fe6ebe3
Fix search issue
2023-10-12 18:53:38 +05:30
Aayush Gupta
103b6b6f78
treewide: Optimize imports
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-10-02 22:59:50 +05:30
Aayush Gupta
fd097fbba1
Initial Web APIs implementation
...
Introduce a toggle in Settings > Advanced to let user use Web APIs.
Currently implemented for search suggestions and results only.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-10-02 16:47:09 +05:30
Aayush Gupta
76bd9add23
AppUpdateView: Switch to MaterialButton for expanding layouts
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-10-02 11:09:27 +05:30
Aayush Gupta
ab020f33ff
[LeakCanary] UpdatesFragment: Use viewbinding as official way
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-10-02 10:36:42 +05:30
Aayush Gupta
b48ebe3754
AuroraApplication: Drop unused vector drawables code for pre-lolipop
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-23 15:57:25 +05:30
Aayush Gupta
777f07644c
AuroraApplication: Don't export package install receiver
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-23 15:54:46 +05:30
Aayush Gupta
9bf4c3c53b
[LeakCanary] AccentFragment: Set binding to null onDestroyView
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-22 23:44:54 +05:30
Aayush Gupta
078b0892fe
[LeakCanary] MainActivity: Drop unused authData
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-22 23:42:48 +05:30
Aayush Gupta
69d4030caf
[LeakCanary] MainActivity: Use applicationContext for observing network calls
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-22 23:39:00 +05:30
Aayush Gupta
5e9e1878a2
fixup! [LeakCanary]: OnboardingFragment: Use viewbinding as official way
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-20 19:31:26 +05:30
Aayush Gupta
8d1bde8985
fixup! AppLinksFragment: Bring back market.android.com support
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-19 14:14:01 +05:30
Aayush Gupta
dbcc05f675
AppLinksFragment: Support opening amazon appstore links
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-18 16:40:18 +05:30
Aayush Gupta
29dc3692d2
AppLinksFragment: Bring back market.android.com support
...
Apparently tons of applications still use the outdated way to open the store
Ref:
- https://developer.android.com/distribute/marketing-tools/linking-to-google-play
- https://www.androidauthority.com/android-market-google-play-different-787082/
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-18 16:40:05 +05:30
Aayush Gupta
90752a814b
[LeakCanary] OnboardingFragment: Rework viewpager2 adapter
...
Also re-arrange code a bit for better readbility
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-17 18:00:57 +05:30
Aayush Gupta
b4e34acf31
[LeakCanary]: OnboardingFragment: Use viewbinding as official way
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-17 18:00:56 +05:30
Aayush Gupta
ba2ecbd85f
[LeakCanary] SplashFragment: Early return if onboarding isn't completed
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-09-17 18:00:56 +05:30