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
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
Кирилл
981a1ba3c6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-01-14 13:32:49 +01:00
Aayush Gupta
262ee94d84
DownloadFragment: Avoid capturing download object in listener
...
This results in their state never being updated when passed to menu fragment.
Store the ongoing downloads in a list and find it when required using the
package name instead.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-09 19:42:16 +05:30
Aayush Gupta
8c7377efd6
AppDetailsFragment: Link exodus analysis submission page
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-08 21:01:25 +05:30
Aayush Gupta
66fda15d81
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!280
2024-01-08 15:11:44 +00:00
Aayush Gupta
9845e74700
menu_details: Show uninstall button as action
...
Requested by people
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-08 20:38:50 +05:30
Yefita
f6cb50b3f6
Translated using Weblate (Indonesian)
...
Currently translated at 99.7% (384 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/id/
2024-01-08 16:06:13 +01:00
Musa Beyit
305d9a3969
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-01-08 16:06:13 +01:00
ssantos
725431bfa1
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2024-01-08 16:06:13 +01:00
Kingproone
ea61f5dae8
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-01-05 20:07:09 +00:00
Software In Interlingua
3160feb8aa
Translated using Weblate (Interlingua)
...
Currently translated at 51.6% (199 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-01-04 20:07:03 +01:00
Aayush Gupta
e23d17e4ac
Context: Switch to Intent for share extension
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-01-02 11:32:03 +05:30
Aayush Gupta
82f6a27846
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!279
2024-01-02 04:40:35 +00:00
Hosted Weblate
6a3bd65e02
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-01-02 04:29:47 +00:00
Software In Interlingua
ff65b021b7
Translated using Weblate (Interlingua)
...
Currently translated at 47.0% (181 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-01-02 04:29:46 +00:00
Ray
284f4d64c6
Translated using Weblate (Yue (Traditional))
...
Currently translated at 69.3% (267 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/yue_Hant/
2024-01-02 04:29:45 +00:00
Software In Interlingua
ef20085493
Translated using Weblate (Interlingua)
...
Currently translated at 40.2% (155 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ia/
2024-01-02 04:29:45 +00:00
Colorful Rhino
23ca4ca5e9
Translated using Weblate (German)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-01-02 04:29:44 +00:00
Aayush Gupta
25f2b111c2
fixup! UpdatesPreference: Setup auto-updates
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-31 19:37:33 +05:30
Aayush Gupta
f851a5ad3e
Improvements to download progress UI
...
Switch to LinearProgressIndicator where possible and show an indeterminate
progress bar while download progress is below 1%
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-31 15:54:05 +05:30
Aayush Gupta
fe88345734
DownloadWorker: Use appropriate reason for failure on API 31+
...
Don't show failure notification if download was cancelled by the user
on Android 12+ devices. Sadly the method is not backwards compt nor I
want to spend time on it.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-31 13:18:40 +05:30
Aayush Gupta
7005409010
AuroraApplication: Limit hidden API exemptions to required ones
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-31 12:56:23 +05:30
Aayush Gupta
f84ab072e5
OnboardingFragment: Create required notification channels
...
No need to keep them in application class anymore now that we have moved
away from services
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-31 12:42:06 +05:30
Aayush Gupta
e400dac915
Material3: Switch to M3 button everywhere
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-30 13:12:46 +05:30
Aayush Gupta
d3539f3772
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!278
2023-12-30 07:11:06 +00:00
Aayush Gupta
e66c558f82
Updates: Use appropriate certificate to verify and purchase apps
...
* Only show updates for devices that has atleast one matching certificate
* On Android 9.0+ devices, purchase apps with latest certificate's hash while updating
to support key rotations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-30 12:39:17 +05:30
gallegonovato
820a133d52
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2023-12-29 23:28:48 +01:00
ShareASmile
8e0cd97286
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-12-29 15:25:00 +00:00
Rex_sa
c4baa47250
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2023-12-29 15:24:59 +00:00
Ingo Brückl
ca52050645
Translated using Weblate (German)
...
Currently translated at 99.7% (384 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2023-12-29 15:24:58 +00:00
ShareASmile
e66c7b6c93
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2023-12-29 15:24:57 +00:00
Aayush Gupta
8f788dc01f
UpdatesFragment: Set Update All button's status based on downloads
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-29 19:36:55 +05:30