Commit Graph

36 Commits

Author SHA1 Message Date
Anonymous
f0a7a4588f Translated using Weblate (Latvian)
Currently translated at 98.1% (381 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-02-24 18:10:25 +01:00
Aayush Gupta
d387406f3d preferences_updates: Rename extended updates to incompatible updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-12 15:03:41 +05:30
Aayush Gupta
ff6b7154c7 menu_download_main: Rename completed to finished
Finished implies completed, canceled and failed which is the new behaviour.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-12 13:11:31 +05:30
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
59309783b1 UpdatesPreference: Setup auto-updates
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-27 21:15:00 +05:30
Aayush Gupta
2cd3870cf3 fixup! DownloadWorker: Restrict concurrent downloads to one 2023-11-29 19:47:59 +05:30
Edgars Andersons
cc4ffc357b Translated using Weblate (Latvian)
Currently translated at 100.0% (374 of 374 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-11-01 08:04:14 +00:00
Edgars Andersons
1a2f2b8cf2 Translated using Weblate (Latvian)
Currently translated at 94.3% (353 of 374 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-10-31 07:49:52 +01:00
Aayush Gupta
645177bfa7 fixup! Get rid of TOS
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-24 18:06:08 +05:30
Rahul Patel
bdc79f640f fix build 2023-10-15 05:29:52 +05:30
Rahul Patel
a5c81d90cf Merge branch 'master' into 'weblate-aurora-store-aurorastore-translations'
# Conflicts:
#   app/src/main/res/values-tr/strings.xml
2023-10-12 22:11:07 +00:00
Rahul Patel
99e6508ccf Remove advance preferences 2023-10-12 21:38:24 +05:30
Edgars Andersons
67b69f446e Translated using Weblate (Latvian)
Currently translated at 100.0% (365 of 365 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-10-10 18:02:37 +02:00
Edgars Andersons
f238967c53 Translated using Weblate (Latvian)
Currently translated at 100.0% (363 of 363 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-09-22 14:01:21 +00:00
Aayush Gupta
c627db3e65 Bring back default tab feature
This time with navigation components

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-15 00:21:50 +05:30
Edgars Andersons
13e9ffbfc3 Translated using Weblate (Latvian)
Currently translated at 100.0% (348 of 348 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-08-12 06:59:01 +02:00
Aayush Gupta
4cd1cad3cc Merge branch 'weblate-aurora-store-aurorastore-translations' of gitlab.com:weblate/AuroraStore 2023-08-08 12:34:56 +05:30
Aayush Gupta
bd7f31858c NetworkDialogSheet: Show option to check internet connectivity instead
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-08 12:10:09 +05:30
Aayush Gupta
9e4d14ac6e DeviceHuaweiSheet: Drop unused sheet
Not required since 69567dfaa0

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-07 14:07:35 +05:30
Edgars Andersons
482bdae2ac Translated using Weblate (Latvian)
Currently translated at 100.0% (351 of 351 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-08-06 08:46:40 +02:00
Aayush Gupta
eaa640ca9c Merge https://hosted.weblate.org/git/aurora-store/aurorastore-translations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-30 21:54:47 +08:00
Edgars Andersons
15f7906bbc Translated using Weblate (Latvian)
Currently translated at 100.0% (348 of 348 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-07-26 23:02:58 +02:00
Aayush Gupta
6ab3e4b40d Drop default tab feature
Similar to quick exit, this now causes issue considering there are multiple
navigation destinations available.

In any case, the destinations are just one click away and people who liked
updates fragment as default tab can also rest easy since we have updates
notifications implemented that let's us open the tab by default.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-16 13:49:50 +05:30
Aayush Gupta
5094a3faca Drop quick exit feature
Broken now due to multiple navigation destinations unlike before
when there were only 3 fragments were the only choices.

Quick exit is supposed to be now the default behaviour in the coming commits

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-07-16 13:49:50 +05:30
Aayush Gupta
b54b6b14ba Revert "Always verify sessions before login"
This reverts commit 87af312f54.
2023-07-08 12:05:20 +05:30
Edgars Andersons
ef3082eaee Translated using Weblate (Latvian)
Currently translated at 100.0% (349 of 349 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-07-06 10:49:24 +02:00
Edgars Andersons
8e9d1b428c Translated using Weblate (Latvian)
Currently translated at 79.6% (278 of 349 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-07-02 13:53:00 +02:00
Edgars Andersons
2b832b80e8 Translated using Weblate (Latvian)
Currently translated at 70.4% (246 of 349 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2023-06-27 09:48:23 +02:00
Aayush Gupta
35be50b05a Removed unused strings
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-19 17:38:56 +05:30
Aayush Gupta
dbaf577f2a Drop dependency upon apache's commons-text
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-05-15 14:33:35 +05:30
Edgars Andersons
82e8cb320a Translated using Weblate (Latvian)
Currently translated at 75.0% (276 of 368 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2022-06-08 09:19:08 +02:00
Line
e37c1f6589 Translated using Weblate (Latvian)
Currently translated at 76.4% (269 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2021-11-10 12:49:47 +01:00
J. Lavoie
b73931d39c Translated using Weblate (Latvian)
Currently translated at 19.3% (68 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2021-10-20 02:49:59 +02:00
Line
8fd6b05af2 Translated using Weblate (Latvian)
Currently translated at 19.4% (67 of 345 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2021-04-18 16:27:06 +02:00
J. Lavoie
a6e6b2d139 Translated using Weblate (Latvian)
Currently translated at 19.4% (67 of 345 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2021-04-18 16:27:06 +02:00
Line
a3a4f0ea07 Added translation using Weblate (Latvian) 2021-04-15 23:40:12 +02:00