Commit Graph

19 Commits

Author SHA1 Message Date
Aayush Gupta
e6c29ad05d Enable per-app language preferences
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-19 22:52:44 +05:30
Aayush Gupta
211ad47d10 Move all ignored lint warnings into lintConfig
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-04-30 12:20:51 +05:30
Aayush Gupta
cba0a5f794 Bump to latest stable AGP and Gradle version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-04-08 00:18:23 +05:30
Aayush Gupta
852cba87b1 Add permission and guard for notifications on Android 13
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2022-08-29 19:33:56 +05:30
Rahul Kumar Patel
26f5d4fd55 Get rid of CTT 2021-12-27 22:02:34 +05:30
Oliver Scott
f83d26df58 Android 12 updates
* Updated gradle version and dependencies
* Bumped compileSdkVersion and targetSdkVersion to 31
* Added support for updates without user action
* Bumped versionCode and versionName

Changes required by API level 31:
 * Added explicit exported tags to activities and receivers
 * Added explicit IMMUTABLE|MUTABLE flags to PendingIntents
2021-11-12 09:46:00 -05:00
Konstantin Tuev
ca4f8d939e Updating apps is done in a separate foreground service so that AuroraStore doesn't need to be open for updating to work, every app downloaded is fetched with a unique random but saved and constant groupID based on appID and versionCode (prevents install issues with updated apps while keeping history), fix double install calls by finishing the implementation of the install queue (ServiceInstaller only for now), fix issues with ServiceInstaller (uninstall calls wrong bus event, service connection was not detached properly) and more + more to come 2021-06-08 22:22:25 +03:00
Rahul Kumar Patel
d9af4f6502 Add legacy link handler for market links
Resolves : https://gitlab.com/AuroraOSS/AuroraStore/-/issues/621
2021-05-27 00:31:00 +05:30
Rahul Kumar Patel
5d70370e4c Add Android TV banner 2021-03-29 04:39:07 +05:30
Rahul Kumar Patel
502139f9e7 Improve installer & error handling 2021-03-06 15:23:21 +05:30
Rahul Kumar Patel
90113ab338 Add legacy self-update so v3 users can get v4 update 2021-03-01 22:02:09 +05:30
Rahul Kumar Patel
38e9e8771d Add Permissions on Onboading Page 2021-03-01 14:09:21 +05:30
Rahul Kumar Patel
cd96e80930 Improve editors choice stream 2021-02-21 20:04:30 +05:30
Rahul Kumar Patel
0471e52b65 Add ExpandedStreamBrowse page 2021-02-20 20:39:39 +05:30
Rahul Kumar Patel
db59843c58 Allow parsing dev profile URLs 2021-02-20 01:47:56 +05:30
Rahul Kumar Patel
489783e612 Allow parsing app listing URLs 2021-02-19 11:01:27 +05:30
Rahul Kumar Patel
b6ccf6d3cf Add landscape layout for onboarding page 2021-02-16 09:15:56 +05:30
Rahul Kumar Patel
c189f6e29a Add landscape layout for splash page 2021-02-16 09:02:58 +05:30
Rahul Kumar Patel
dfc706b13e Initial v4 2021-02-15 05:37:36 +05:30