Commit Graph

3633 Commits

Author SHA1 Message Date
Aayush Gupta
5f53576711 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!378
2024-09-19 04:27:26 +00:00
ShareASmile
c7e107a4b5 Translated using Weblate (Punjabi)
Currently translated at 100.0% (25 of 25 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pa/
2024-09-18 21:41:01 +02:00
ShareASmile
b22e903fdb Translated using Weblate (Hindi)
Currently translated at 100.0% (25 of 25 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/hi/
2024-09-18 21:41:00 +02:00
Λευτέρης Τ
93d37d4150 Translated using Weblate (Greek)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-09-18 21:40:59 +02:00
ShareASmile
b72a8cb833 Translated using Weblate (Punjabi)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-09-18 21:40:58 +02:00
ShareASmile
3971592b12 Translated using Weblate (Hindi)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-09-18 21:40:57 +02:00
Aayush Gupta
5ca35044c1 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!377
2024-09-16 05:05:23 +00:00
gallegonovato
3a17f10b3d Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 19:45:30 +02:00
Benjamin Rojas
dd54a7ed8c Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 17:37:33 +02:00
gallegonovato
293ccb391d Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 17:37:33 +02:00
Benjamin Rojas
e9b337ddbb Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 17:02:43 +02:00
gallegonovato
9e6bce90eb Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 17:02:43 +02:00
gallegonovato
ab49bfb245 Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 16:57:03 +02:00
Syuugo
54074b59fd Translated using Weblate (Japanese)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-09-15 16:57:02 +02:00
Benjamin Rojas
8f4127b795 Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-15 16:57:02 +02:00
Aayush Gupta
1ff1486161 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!376
2024-09-13 05:28:37 +00:00
Hugo Carvalho
f273813978 Translated using Weblate (Portuguese)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2024-09-12 16:09:26 +02:00
Aayush Gupta
6056cd16b4 AuroraApp: Configure coil to use to our okhttpclient too
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 13:59:36 +05:30
Aayush Gupta
0e6ee6a121 network: Cleanup logic and move required instances to separate modules
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 13:39:40 +05:30
Aayush Gupta
388a61f131 DownloadWorker: Move possible blocking call to IO dispatcher
Also use okhttpclient instead

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
f6a6f34a81 Switch to getSystemService's extension method everywhere
Null-safe and avoids type-casting

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
a0c9e398cb AppUtil: Do update filtering on init instead
Also deal with the case of app being updated when app wasn't in foreground

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
a45dafc3d9 AppDetailsFragment: Move targetSdk info to more details fragment
Since past few years Google has a target SDK requirement making this info
not so useful as apps will sooner or later always target latest SDK.

Ref: https://developer.android.com/google/play/requirements/target-sdk

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
f0cb542eae fixup! AppDetails: Fix ActionButton color
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
a642e5e969 libs: Bump to latest stable dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
fb3cc09ce2 gradle: Limit jitpack to libsu; drop unused google's maven repo
Ref: https://docs.gradle.org/current/userguide/declaring_repositories_adv.html#sec:repository-content-filtering

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
ecfd53b758 Revert "Update download every 5% progress to avoid noise"
This reverts commit 18dd3480cf.

When file sizes are big, progress may look stuck
2024-09-12 12:41:08 +05:30
Aayush Gupta
0149753cc5 DownloadWorker: Use OkHttpClient for downloading files as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
38b9794919 SessionInstaller: Keep original application enabled setting
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
6af927276d HttpClient: Enable SSL pinning for remaining domains
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
d727333202 HttpClient: Enable SSL pinning for google domains
.pem file obtained from https://pki.goog/roots.pem

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Aayush Gupta
49a22ceff3 PathUtil: Use existing method for app download dir
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-12 12:41:08 +05:30
Rahul Patel
6dcc38d49b EglExtensionProvider: Filter out empty extensions 2024-09-12 12:41:08 +05:30
Rahul Patel
25aea3766a Improve EglExtensionProvider 2024-09-12 12:41:07 +05:30
Rahul Patel
59b404309a Move from NetworkProvider to NetworkViewModel 2024-09-12 12:41:07 +05:30
Rahul Patel
6618dc7108 Sheets: Improve layout 2024-09-12 12:41:07 +05:30
Rahul Patel
4f46817a54 AppDetails: Fix ActionButton color 2024-09-12 12:41:07 +05:30
Rahul Patel
377a45f213 Improve text style & appearance [2/2] 2024-09-12 12:41:07 +05:30
Rahul Patel
7f3ec54a35 Improve text style & appearance [1/2] 2024-09-12 12:41:07 +05:30
Aayush Gupta
1aa58a95c7 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!375
2024-09-11 07:28:07 +00:00
Edgars Andersons
ff03c81fc3 Translated using Weblate (Latvian)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-09-11 07:09:22 +00:00
J. Lavoie
efa91735f2 Translated using Weblate (Italian)
Currently translated at 99.0% (412 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2024-09-11 07:09:21 +00:00
J. Lavoie
de0a347794 Translated using Weblate (French)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-09-11 07:09:21 +00:00
Aayush Gupta
40e9f756bf Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!372
2024-09-09 11:30:29 +00:00
Luna
63ccde3762 Translated using Weblate (Danish)
Currently translated at 81.2% (338 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/da/
2024-09-08 10:45:11 +02:00
Edgars Andersons
ced20627b2 Translated using Weblate (Latvian)
Currently translated at 99.0% (412 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-09-08 02:09:19 +00:00
Benjamin Rojas
95c1b8a347 Translated using Weblate (Spanish)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-09-08 02:09:18 +00:00
lucasmz-dev
1ba76be92c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (25 of 25 strings)

Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pt_BR/
2024-09-05 04:09:28 +02:00
Aayush Gupta
738988ec1b Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!371
2024-09-03 14:10:56 +00:00
Hosted Weblate
f1509590cd Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2024-09-03 16:09:30 +02:00