Commit Graph

2217 Commits

Author SHA1 Message Date
Aayush Gupta
c651a65a91 SessionInstaller: Claim responsibility for future updates
The new setRequestUpdateOwnership() method allows us to indicate to the system that we intend to be responsible for future updates to an app it is installing.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-08 10:53:08 +01:00
Aayush Gupta
cb584db2e4 AMInstaller: Support installing shared libraries as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-07 21:12:48 +01:00
bittin1ddc447d824349b2
803c0bc747 Translated using Weblate (Swedish)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2024-02-05 17:51:38 +01:00
jonnysemon
a3bcfb16c5 Translated using Weblate (Arabic)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-02-05 17:51:38 +01:00
David Millan
9426ba0ad8 Translated using Weblate (Spanish)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-02-05 17:51:38 +01:00
Fjuro
0fe9ec3a4e Translated using Weblate (Czech)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-02-05 09:23:24 +01:00
大王叫我来巡山
cc3b4ed76f Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-02-05 09:23:24 +01:00
Oğuz Ersen
415b37fab0 Translated using Weblate (Turkish)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-02-04 22:26:45 +01:00
Sergio Marques
0917233063 Translated using Weblate (Portuguese)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2024-02-04 22:26:45 +01:00
Mirosław Żylewicz
807fdb593b Translated using Weblate (Polish)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-02-04 22:26:45 +01:00
Edgars Andersons
fe18fdf38b Translated using Weblate (Latvian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-02-04 19:01:59 +01:00
Aayush Gupta
4297bac4fe AppMenuSheet: Use ACTION_CREATE_DOCUMENT to export APK
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-01 12:00:37 +01:00
Aayush Gupta
aa95542b0d Preferenes: Drop wifi only download support
Not used anywhere nor working with rework. Needs to be implemented properly
before adding again.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-01 10:40:44 +01:00
Igor Sorocean
b9e1c42d76 Translated using Weblate (Romanian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-01-31 00:02:01 +01:00
Sergio Marques
251f7dd566 Translated using Weblate (Portuguese)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2024-01-31 00:02:00 +01:00
bittin1ddc447d824349b2
8865321d74 Translated using Weblate (Swedish)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2024-01-31 00:02:00 +01:00
GB
38df520266 Translated using Weblate (Italian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2024-01-31 00:01:59 +01:00
Deleted User
c97736d730 Translated using Weblate (Dutch)
Currently translated at 88.3% (341 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/nl/
2024-01-31 00:01:58 +01:00
Сергій
64eda450f0 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-01-31 00:01:57 +01:00
Aayush Gupta
7e899ff8eb IInstaller: Support installing shared libraries via supported installers
Session, Shizuku and Root Installer are supported for now. Native and Aurora Services
have been deprecated and won't be supported. App Manager might support it or it will
be deprecated as well (if it doesn't).

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-27 18:43:56 +05:30
Aayush Gupta
c562f4351e IInstaller: Use Download object for installing apps
Contains all required data for us to install an app making things easier
to work with.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-26 13:15:26 +05:30
Aayush Gupta
1ebe86a22b UpdatesFragment: Check if downloads are running instead of finished
Update all button otherwise shows cancel on first run

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-25 20:17:31 +05:30
Aayush Gupta
683c00ee0d SearchResultsFragment: Update navArg when query is updated
Switch from args to arguments as the current one caches the old
value and returns it again on creation.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-21 19:19:59 +05:30
Aayush Gupta
87b4301eb1 InstallActivity: Extend AppCompatActivity instead of Activity
This lets us use hilt for dependency injection here

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 18:37:27 +05:30
Aayush Gupta
8de734761f DownloadMenuSheet: Show toast if files are missing for install
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 15:28:01 +05:30
Aayush Gupta
09c64a7002 AppInstaller: Use hilt to manage instance
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 15:22:36 +05:30
Aayush Gupta
859d32d878 AppInstaller: Always use intent based uninstallation of apps
This requests user's confirmation before uninstallation every time which
is what we want to happen as well.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 15:12:57 +05:30
Aayush Gupta
b46d232956 AndroidManifest: Add comments wherever required
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 14:03:02 +05:30
Aayush Gupta
fd0e6b9a38 AndroidManifest: Drop non-default backup flags
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 13:57:51 +05:30
jirogoro
71b8a85d77 Translated using Weblate (Japanese)
Currently translated at 97.9% (378 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-01-19 06:04:15 +01:00
Jonathan Soares
00328cdc56 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-01-17 13:06:32 +01:00
J. Lavoie
3cadab5fd1 Translated using Weblate (French)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-01-17 13:06:32 +01:00
NEXI
64df2e3fa0 Translated using Weblate (Serbian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-01-17 13:06:32 +01:00
ShareASmile
c23114a48c Translated using Weblate (Punjabi)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-01-17 13:06:32 +01:00
v1s7
2dd9c0e1cd Translated using Weblate (Russian)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-01-17 13:06:32 +01:00
David Porto
9d2a07d9ef Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-01-17 13:06:32 +01:00
ShareASmile
d6d2af47f7 Translated using Weblate (Hindi)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-01-17 13:06:32 +01:00
Aayush Gupta
580717931d DownloadMenuSheet: Add install action
This would be useful for self-updates when they get downloaded but user
isn't automatically installed.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-16 18:41:19 +05:30
Aayush Gupta
a3591406b2 Download: change status parameter to downloadStatus
We want an installStatus parameter as well to enqueue installations as well

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-16 18:22:46 +05:30
Nyakoo
5ddbad4566 Translated using Weblate (Korean)
Currently translated at 57.5% (222 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-01-15 07:44:54 +01:00
Fjuro
d866f0cbfe Translated using Weblate (Czech)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-01-15 07:44:53 +01:00
Oğuz Ersen
9a4a608062 Translated using Weblate (Turkish)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-01-15 07:44:53 +01:00
大王叫我来巡山
cb4da36e98 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-01-15 07:44:53 +01:00
Mirosław Żylewicz
0c2ed63284 Translated using Weblate (Polish)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-01-15 07:44:53 +01:00
Rex_sa
01f389a769 Translated using Weblate (Arabic)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-01-15 07:44:53 +01:00
World Test
620a36f4c3 Translated using Weblate (German)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-01-15 07:44:52 +01:00
gallegonovato
c18c174faa Translated using Weblate (Spanish)
Currently translated at 100.0% (386 of 386 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-01-15 07:44:52 +01:00
Nyakoo
845b622280 Translated using Weblate (Korean)
Currently translated at 54.0% (208 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-01-14 13:32:49 +01:00
Software In Interlingua
8a190af596 Translated using Weblate (Interlingua)
Currently translated at 57.4% (221 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-01-14 13:32:49 +01:00
Nyakoo
569d0d483d Translated using Weblate (Korean)
Currently translated at 53.7% (207 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-01-14 13:32:49 +01:00