Commit Graph

5148 Commits

Author SHA1 Message Date
Aayush Gupta
7e4554ae61 CacheWorker: Check if old download directories exists
Silences logspam

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 12:46:41 +03:00
Aayush Gupta
e35f716e14 NotificationUtil: Navigate through splash fragment for updates notification
AuthData can get expired by the time a user clicks on the update notification.
Navigating through splash fragment will ensure required checks being ran.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 12:15:09 +03:00
Aayush Gupta
44d20d517d InstalledAppsFragment: Show all installed packages similar to blacklist
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
f30e79aeb1 UpdateWorker: Default to CHECK_AND_INSTALL
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
ff46bd7841 ScreenshotFragment: Adjust height for screenshot views
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
87d821490d NetworkViewModel: Move back as provider class with changes
* Keeping it as viewmodel makes it leak memory
* Register callbacks for default network, ignore old Android versions
* Simplify the logic and make it a flow

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
b6416cdaf7 installer: Relocate base classes to separate package
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
807ecec6db InstallerBase: Remove open modifier from non-required methods
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
43aa10cab2 ServiceInstaller: Only give read URI permission to aurora services
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Aayush Gupta
2e8db03b11 Upgrade to coil3
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-14 11:43:17 +03:00
Sedat YILMAZ
2ea27165a4 Translated using Weblate (Turkish)
Currently translated at 100.0% (418 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-11-14 09:39:04 +01:00
ProximusXXX
891ecdb674 Translated using Weblate (Slovenian)
Currently translated at 83.7% (350 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sl/
2024-11-12 22:00:49 +01:00
knsb
d5897ef1d4 Translated using Weblate (Korean)
Currently translated at 88.5% (370 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-11-10 09:00:58 +01:00
Λευτέρης Τ
3be117017d Translated using Weblate (Greek)
Currently translated at 100.0% (418 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2024-11-10 09:00:56 +01:00
ngocanhtve
c55be6a380 Translated using Weblate (Vietnamese)
Currently translated at 100.0% (418 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/vi/
2024-11-10 09:00:52 +01:00
ProximusXXX
93f681a6f0 Translated using Weblate (Slovenian)
Currently translated at 68.1% (285 of 418 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sl/
2024-11-10 09:00:48 +01:00
Aayush Gupta
fc5255ce56 CertUtil: Move certificate pinning logic to okhttpclientmodule
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-06 14:53:56 +05:30
Aayush Gupta
00e8425005 gradle: Disable dependency information for play console
Aurora Store isn't available on Google Play (yet)

Ref: https://developer.android.com/build/dependencies#dependency-info-play
Ref: https://apt.izzysoft.de/fdroid/index/info#signingblock

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-06 10:50:20 +05:30
Aayush Gupta
2ea42ae113 UpdateWorker: Make CHECK_ONLY as a valid update mode
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-06 10:47:25 +05:30
Aayush Gupta
20e7b13851 Rework permission flow for updates
* Rename CHECK_ONLY to CHECK_AND_NOTIFY to better reflect it's name

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-06 10:47:25 +05:30
Aayush Gupta
93fd6903be AppInstaller: Fix silent install logic check
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 22:56:20 +05:30
Aayush Gupta
8ee55681b5 BaseFragment: Drop non-required gson instance
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 22:37:18 +05:30
Aayush Gupta
8024b4a8f0 AppDetailsViewModel: Extract exodus API key and url
Allow it to be overriden easily for different build types

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 20:09:12 +05:30
Aayush Gupta
dadb0a4d53 ExodusDataProvider -> ExodusModule
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 20:00:05 +05:30
Aayush Gupta
c45f3dba93 AppDetailsFragment: Strip out remaining unused auto download logic
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 19:48:20 +05:30
Aayush Gupta
cef0a9d4f1 UpdateButton: Drop unused view from viewflipper
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 19:41:58 +05:30
Aayush Gupta
7af3da5288 HelperModule: Switch to singleton components for helper classes
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-11-05 19:41:20 +05:30
Milan Šalka
6721ed8adb Translated using Weblate (Slovak)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sk/
2024-11-02 21:01:04 +01:00
439JBYL80IGQTF25UXNR0X1BG
69c67a2fbd Translated using Weblate (Russian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-10-31 16:00:34 +01:00
Aayush Gupta
488edb8095 Optimize imports
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-10-30 11:14:54 +05:30
Aayush Gupta
e2f2188e60 Platform: Switch all extensions to property access syntax
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-10-30 11:14:54 +05:30
NEXI
f523e7fdef Translated using Weblate (Serbian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-10-29 06:40:03 +01:00
Francesco Saltori
905c24df9d Translated using Weblate (Italian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2024-10-29 06:40:03 +01:00
Hosted Weblate
9f5933e958 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-10-28 17:01:48 +01:00
Edgars Andersons
e33caa051d Translated using Weblate (Latvian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-10-28 17:01:45 +01:00
Fjuro
9f3ff2962e Translated using Weblate (Czech)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-10-28 17:01:42 +01:00
Enol P
1718a801b1 Translated using Weblate (Asturian)
Currently translated at 98.5% (416 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ast/
2024-10-28 17:01:37 +01:00
Rex_sa
a7f2089d3f Translated using Weblate (Arabic)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-10-28 17:01:33 +01:00
Ghost of Sparta
12ad270dd4 Translated using Weblate (Hungarian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-10-27 15:10:05 +01:00
Besnik Bleta
9cbd149915 Translated using Weblate (Albanian)
Currently translated at 99.2% (419 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-10-27 12:00:45 +00:00
Dan
d253c68f9f Translated using Weblate (Ukrainian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-10-27 12:00:43 +00:00
大王叫我来巡山
8db24c5322 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-10-27 12:00:41 +00:00
Mirosław Żylewicz
aec459cc27 Translated using Weblate (Polish)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-10-27 12:00:38 +00:00
joaooliva
73b7f0cad4 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-10-27 12:00:32 +00:00
VfBFan
8d3e20d91b Translated using Weblate (German)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-10-27 12:00:30 +00:00
gallegonovato
b35a3d7816 Translated using Weblate (Spanish)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-10-27 12:00:28 +00:00
Gorom
783a44f0cf Translated using Weblate (French)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-10-27 12:00:26 +00:00
HelaBasa Group (හෙළබස සමූහය)
64f8cedbe8 Translated using Weblate (Sinhala)
Currently translated at 79.8% (337 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/si/
2024-10-26 11:56:59 +02:00
Fjuro
53b741cb5c Translated using Weblate (Czech)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-10-26 11:56:58 +02:00
Linerly
f4211afd56 Translated using Weblate (Indonesian)
Currently translated at 100.0% (422 of 422 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/id/
2024-10-26 11:56:58 +02:00