Commit Graph

2664 Commits

Author SHA1 Message Date
Aayush Gupta
8f09c7d6ed NetworkPreference: Move proxy validation logic into viewModel
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-07 17:19:59 +05:30
Aayush Gupta
2a41baf69d DownloadWorker: Download files using proxy when exists
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-07 14:37:19 +05:30
Aayush Gupta
717cb29a04 Bump to latest stable AGP and Hilt version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-07 14:37:19 +05:30
Aayush Gupta
00b94fbac3 SessionInstaller: Automatically pick the best install location
This ensures that if an app is installed in external storage, it continues
to install it there, otherwise defaults to internal like existing behaviour.

Ref: https://cs.android.com/android/platform/superproject/+/main:frameworks/base/core/java/com/android/internal/content/InstallLocationUtils.java;l=328

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-06 19:23:00 +05:30
Aayush Gupta
a7db9f55d0 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!297
2024-03-05 09:39:57 +00:00
Aayush Gupta
28ba1ac17c SplashFragment: Fixes for AuthState.Failed
* Make menu invisible instead of clearing it
* Apply appropriate margin to the status textView

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-05 14:52:28 +05:30
Aayush Gupta
72d077decf BasePreferenceFragment: Move Material3 preference logic to new fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-05 14:42:56 +05:30
Fjuro
4046ece609 Translated using Weblate (Czech)
Currently translated at 100.0% (384 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-03-05 09:54:50 +01:00
ngocanhtve
7611b8cd52 Translated using Weblate (Vietnamese)
Currently translated at 99.4% (381 of 383 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/vi/
2024-03-05 09:54:49 +01:00
Mirosław Żylewicz
6e6a541126 Translated using Weblate (Polish)
Currently translated at 100.0% (383 of 383 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-03-05 09:54:48 +01:00
Sergey Dudkin
e9d1329376 Translated using Weblate (Russian)
Currently translated at 99.7% (382 of 383 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-03-05 09:54:48 +01:00
Aayush Gupta
ac3065ab2c Improve and fix proxy setup/usage
* Switch connectivitycheck URL to HTTPS as cleartext communication is disabled
* Use GlobalScope to verify and setup proxy URL
* Ignore proxy setup in HttpClient if its empty

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-05 14:17:11 +05:30
Aayush Gupta
80df8affe4 backup_rules: Fix backup rules on Android 12 and higher
Android 12 and higher requires different namespace for cloud and device transfers

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-05 12:38:41 +05:30
Aayush Gupta
29ce733611 UpdatesFragment: Move Update All button to FAB
* Also link BlacklistFragment in in it's place as requested by users

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-04 14:50:15 +05:30
Aayush Gupta
85226a8f41 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!296
2024-03-04 07:33:18 +00:00
Hosted Weblate
65bdb1d21b Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2024-03-04 08:30:36 +01:00
Aayush Gupta
6caabd21bb Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!295
2024-03-04 07:30:26 +00:00
Aayush Gupta
caf6dd18c1 Cleanup and retire non-working download options
* External storage download uses external files directory and not the SD card
  to downloads while the description states otherwise. This is in-accurate and
  thus dropped (See #985).

* Custom download path is broken which was implemented as a workaround for the
  above (See #1003).

* Move downloads storage to internal files directory which is sandboxed and only
  accessible to us.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-04 12:55:39 +05:30
winver
da65d50c4e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-03-03 23:02:00 +01:00
Λευτέρης Τ
0efdcf7c16 Translated using Weblate (Greek)
Currently translated at 81.3% (314 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-03-03 23:01:59 +01:00
Aayush Gupta
2f5d39106a UpdateWorker: Merge self-updates logic for non-fdroid builds
Treat Aurora Store as a normal app for non-fdroid builds and check
for its updates based on auto-update preference.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-02 13:26:54 +05:30
Aayush Gupta
3b9efeed11 UpdateWorker: Move update notification logic to NotificationUtil
* All notification related logic should be in this class

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-02 10:48:16 +05:30
Aayush Gupta
658c20f9f8 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!294
2024-03-01 14:29:57 +00:00
ShareASmile
88bca44a6d Translated using Weblate (Punjabi)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-03-01 07:00:11 +01:00
ShareASmile
d3ce88c610 Translated using Weblate (Hindi)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-03-01 07:00:10 +01:00
Ihor Hordiichuk
c604e7cdd1 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/uk/
2024-02-29 06:54:44 +01:00
ShareASmile
99a0f3e67d Translated using Weblate (Punjabi)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pa/
2024-02-29 06:54:44 +01:00
lucasmz
2bcd3ebce1 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pt_BR/
2024-02-29 06:54:15 +01:00
Scrambled777
758e286018 Translated using Weblate (Hindi)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/hi/
2024-02-29 06:54:14 +01:00
Ihor Hordiichuk
399f33efd8 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-29 06:54:14 +01:00
ShareASmile
51aff07013 Translated using Weblate (Punjabi)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-02-29 06:54:14 +01:00
Scrambled777
35f119ef4b Translated using Weblate (Hindi)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-02-29 06:54:14 +01:00
Mirosław Żylewicz
685f261b7c Translated using Weblate (Polish)
Currently translated at 55.0% (11 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pl/
2024-02-28 11:20:51 +01:00
Mirosław Żylewicz
0ec84ac431 Translated using Weblate (Polish)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-02-28 11:20:51 +01:00
Igor Sorocean
cbc4e2f466 Translated using Weblate (Romanian)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-02-28 11:20:51 +01:00
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
804d37a579 MainActivity: Move search FAB to fragment_apps_games layout
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-27 22:46:08 +05:30
Aayush Gupta
7e4e4c0bd3 Bump dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-27 22:46:08 +05:30
Aayush Gupta
99e469711f Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!293
2024-02-26 07:07:21 +00:00
jonnysemon
886943a057 Translated using Weblate (Arabic)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ar/
2024-02-26 08:03:21 +01:00
Software In Interlingua
2c4c8f8a7f Translated using Weblate (Interlingua)
Currently translated at 60.3% (234 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-02-26 08:03:20 +01:00
jonnysemon
d61dc3e15b Translated using Weblate (Arabic)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-02-26 08:03:20 +01:00
Ingo Brückl
c7e185eed4 Translated using Weblate (German)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-02-26 08:03:20 +01:00
gallegonovato
5617a98e70 Translated using Weblate (Spanish)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/es/
2024-02-25 14:01:12 +01:00
Oğuz Ersen
14bffce0a0 Translated using Weblate (Turkish)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/tr/
2024-02-25 14:01:12 +01:00
FrzHrzn
10d23ad57a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/zh_Hans/
2024-02-25 14:01:12 +01:00
Fjuro
fa1733762e Translated using Weblate (Czech)
Currently translated at 100.0% (20 of 20 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/cs/
2024-02-25 14:01:11 +01:00
Fjuro
5e7794258e Translated using Weblate (Czech)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-02-25 14:01:11 +01:00
Oğuz Ersen
2469da2be1 Translated using Weblate (Turkish)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-02-25 14:01:11 +01:00
FrzHrzn
fb2a3ca6fe Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-02-25 14:01:11 +01:00