Commit Graph

5148 Commits

Author SHA1 Message Date
Aayush Gupta
d257d53a07 4.6.1
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-20 12:40:19 +05:30
Aayush Gupta
b198421203 CommonUtil: Improve proxy protocol regex
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-19 10:08:32 +05:30
Aayush Gupta
2ccfcd6c02 fixup! HttpClient: Enable SSL pinning for google domains
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-09-19 10:05:24 +05:30
Λευτέρης Τ
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
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
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
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
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
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
Software In Interlingua
087a5c3de6 Translated using Weblate (Interlingua)
Currently translated at 52.8% (220 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-09-03 16:09:23 +02:00
Moo
e5847a8783 Translated using Weblate (Lithuanian)
Currently translated at 76.2% (317 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lt/
2024-09-03 16:09:22 +02:00
Luna
4bb611ad54 Translated using Weblate (Danish)
Currently translated at 72.1% (300 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/da/
2024-09-03 16:09:21 +02:00
SC
3f414f01e1 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-03 16:09:20 +02:00
Aayush Gupta
bef2969bb5 Merge branch 'master' of https://hosted.weblate.org/git/aurora-store/aurorastore-translations into dev 2024-09-02 13:53:25 +05:30
Luna
5a01b117c0 Translated using Weblate (Danish)
Currently translated at 72.6% (318 of 438 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/da/
2024-09-02 09:09:12 +02:00
Rahul Patel
27a2202a89 fix! Search fab color diff on updates page 2024-09-02 10:42:45 +05:30