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
Grooty12
72caa55bd9
Translated using Weblate (Danish)
...
Currently translated at 29.4% (5 of 17 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/da/
2024-02-04 19:01:59 +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
Aayush Gupta
17798b0a9a
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!284
2024-01-31 05:55:45 +00:00
Aayush Gupta
f7ce09b427
gradle: Bump gplayapi to 3.2.10
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-31 06:45:46 +01:00
r5jyhte
cbe950b451
Translated using Weblate (Polish)
...
Currently translated at 70.5% (12 of 17 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pl/
2024-01-31 00:02:02 +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
Aayush Gupta
2b3e34a196
Bump plugins & dependencies to latest stable release
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-20 13:55:37 +05:30
Aayush Gupta
b2574b7ddf
Merge documentation into wiki
...
Anonymous acction creation and token generation have been moved to https://gitlab.com/AuroraOSS/AuroraStore/-/wikis/Anonymous-Logins
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-20 13:49:04 +05:30
Aayush Gupta
dc6a78a439
gitlab-ci: Drop unused stages and scripts
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-20 13:48:57 +05:30
Aayush Gupta
513acddc53
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!283
2024-01-19 06:15:51 +00:00
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
David Porto
004e8e5632
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (17 of 17 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pt_BR/
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
Aayush Gupta
9b5fd56540
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!282
2024-01-15 07:06:10 +00:00
Aayush Gupta
a5429f6dc2
.gitlab: Update bug report template
...
Mention reading wiki in advance and testing nightly builds as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-15 12:27:43 +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