gallegonovato
f8e418b4ad
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-10-09 14:56:27 +02:00
Gorom
ff10cdbd6c
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-10-09 14:56:27 +02:00
Edgars Andersons
b6f978af83
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-10-09 07:48:11 +02:00
Mato
3087af7768
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/sk/
2024-10-09 07:48:11 +02:00
Gorom
f8cfe0a413
Translated using Weblate (French)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/fr/
2024-10-09 07:48:11 +02:00
Besnik Bleta
486474ecaa
Translated using Weblate (Albanian)
...
Currently translated at 93.7% (390 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-10-09 07:48:11 +02:00
VfBFan
c7e7b0c76e
Translated using Weblate (German)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-10-09 07:48:11 +02:00
Oasis Tri
b8c784edc8
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-10-09 07:48:11 +02:00
Gorom
783c24b368
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-10-09 07:48:11 +02:00
Aayush Gupta
6b7eb87de2
InstalledViewModel: Drop unused livedata variable
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 18:56:07 +05:30
Aayush Gupta
03e34d064a
SearchSuggestion*: Switch from livedata to flow
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 18:55:01 +05:30
Aayush Gupta
d066e070bf
InstallationPreference: Drop setting to abandon sessions manually
...
Sessions are always abandoned on app start similar to downloads
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 18:38:55 +05:30
Aayush Gupta
a5c85939ed
DownloadPreference: Move APK post-install setting to InstallationPreference
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 18:15:52 +05:30
Aayush Gupta
00347ae4fc
fixup! Address button color issues
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:38:55 +05:30
Aayush Gupta
86f3713ab7
data: DownloadWorkerUtil -> DownloadHelper
...
Relocate and rename DownloadWorkerUtil to DownloadHelper.
We plan on having a separate helper class for updates too and considering all
util methods are more or less independent, it doesn't makes sense to keep these
classes into util package
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:31 +05:30
Aayush Gupta
9a49ccc727
AppInstaller: Rework and extend silent install logic check
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
6ea0cda277
OnboardingFragment: Improvements to auto-updates setup
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
424ae09fc4
RoomModule: Don't fallback to destructive migrations
...
We should write appropriate migration steps whenever possible
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
1438cb9435
MigrationReceiver: Remove non-required general and alert notification channels
...
They have been renamed to downloads, install and export
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
376bdb3fbc
gradle: Suffix last git commit's hash into versionName
...
* Only for debug and nightlies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
2eb129fbb7
NotificationUtil: Split and rename notification channels for install & exports
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
ddfa99ec6d
NotificationUtil: Rename general channel to downloads
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
8abb358f6c
NotificationUtil: Drop unused updater service notification channel
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
385817990f
libs: Bump to latest dependencies versions
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
527245db93
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!388
2024-10-07 17:51:46 +00:00
大王叫我来巡山
1599b188b0
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/zh_Hans/
2024-10-07 16:17:49 +02:00
VfBFan
10dc78d848
Translated using Weblate (German)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/de/
2024-10-07 16:17:49 +02:00
Aayush Gupta
8267d80947
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!387
2024-10-07 09:48:19 +00:00
Oğuz Ersen
9d51d23cbc
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/tr/
2024-10-07 02:06:46 +02:00
jonnysemon
bec1224b13
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/ar/
2024-10-07 02:06:45 +02:00
Dan
3f9246fb9d
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/uk/
2024-10-06 13:30:56 +02:00
joaooliva
591a8f2817
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/pt_BR/
2024-10-06 13:30:55 +02:00
Ghost of Sparta
3496e2bf05
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-10-06 13:30:54 +02:00
gallegonovato
5f0ca4a4f5
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/es/
2024-10-05 23:30:59 +02:00
Fjuro
ad7ccac107
Translated using Weblate (Czech)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: Aurora Store/Fastlane
Translate-URL: https://hosted.weblate.org/projects/aurora-store/fastlane/cs/
2024-10-05 23:30:59 +02:00
Aayush Gupta
7653a01bc1
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!386
2024-10-05 20:57:47 +00:00
Anonymous
224cdd3031
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sk/
2024-10-05 22:56:08 +02:00
Anonymous
3668b56d75
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-10-05 22:56:08 +02:00
Anonymous
8135a28c87
Translated using Weblate (Slovenian)
...
Currently translated at 65.3% (272 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sl/
2024-10-05 22:56:07 +02:00
Anonymous
e7ba07082c
Translated using Weblate (Sardinian)
...
Currently translated at 57.4% (239 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sc/
2024-10-05 22:56:07 +02:00
Anonymous
62e16bb9b1
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-10-05 22:56:06 +02:00
Anonymous
d64f3d4c09
Translated using Weblate (Albanian)
...
Currently translated at 93.7% (390 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-10-05 22:56:06 +02:00
Anonymous
0705461d81
Translated using Weblate (Esperanto)
...
Currently translated at 84.8% (353 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/eo/
2024-10-05 22:56:02 +02:00
Anonymous
e646b34b5b
Translated using Weblate (Bulgarian)
...
Currently translated at 65.6% (273 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/bg/
2024-10-05 22:56:02 +02:00
Anonymous
4b14c40554
Translated using Weblate (Galician)
...
Currently translated at 68.2% (284 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/gl/
2024-10-05 22:56:01 +02:00
Anonymous
9d8676a43f
Translated using Weblate (Catalan)
...
Currently translated at 59.3% (247 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ca/
2024-10-05 22:56:01 +02:00
Anonymous
122111b5bb
Translated using Weblate (Tamil)
...
Currently translated at 56.4% (235 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ta/
2024-10-05 22:56:01 +02:00
Anonymous
34d95987dd
Translated using Weblate (Swedish)
...
Currently translated at 83.1% (346 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2024-10-05 22:56:01 +02:00
Anonymous
ce22053abe
Translated using Weblate (Korean)
...
Currently translated at 89.4% (372 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2024-10-05 22:56:00 +02:00
Anonymous
dc5e8ae816
Translated using Weblate (Somali)
...
Currently translated at 56.9% (237 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/so/
2024-10-05 22:56:00 +02:00