Commit Graph

1900 Commits

Author SHA1 Message Date
Eric
5e9e199c8d Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2023-08-22 10:40:38 +02:00
Mirosław Żylewicz
ebdd6351bc Translated using Weblate (Polish)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2023-08-22 10:40:38 +02:00
ShareASmile
e4c3b494a4 Translated using Weblate (Punjabi)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-08-22 10:40:38 +02:00
Andrey
01c7e22efa Translated using Weblate (Russian)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-08-22 10:40:38 +02:00
jonnysemon
c8c6c5700d Translated using Weblate (Arabic)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2023-08-22 10:40:38 +02:00
Colorful Rhino
1108368e8e Translated using Weblate (German)
Currently translated at 98.6% (354 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2023-08-22 10:40:38 +02:00
ShareASmile
8c6fffe8c9 Translated using Weblate (Hindi)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2023-08-22 10:40:38 +02:00
Colorful Rhino
0ded06e690 Translated using Weblate (English)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/en/
2023-08-22 10:40:38 +02:00
bomzhellino
46374b49ed Translated using Weblate (Russian)
Currently translated at 100.0% (359 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2023-08-22 10:40:38 +02:00
Mirosław Żylewicz
c0a2147046 Translated using Weblate (Polish)
Currently translated at 100.0% (350 of 350 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2023-08-22 10:40:38 +02:00
Colorful Rhino
e9ce1b6d4d Translated using Weblate (German)
Currently translated at 100.0% (350 of 350 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2023-08-22 10:40:38 +02:00
Aayush Gupta
f362255d4c Bump compileSdkVersion to 34
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-22 14:09:19 +05:30
Aayush Gupta
e9213b3ffd Bump dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-22 14:00:42 +05:30
Aayush Gupta
184bfb5f69 Bump AGP and Gradle to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-22 13:54:41 +05:30
Aayush Gupta
accb986487 4.3.1
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
4.3.1
2023-08-22 13:04:44 +05:30
Aayush Gupta
e02347ec85 OnboardingFragment: Add new app links fragment
Request users Android S and above to enable play.google.com as a supported link
manually

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 15:25:36 +05:30
Aayush Gupta
004c3dd65c SplashFragment: Drop account manager menu option
Makes no sense to allow people to open account manager when login options are
also visible on splash

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 13:17:56 +05:30
Aayush Gupta
6537156019 Better handle login states
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 13:16:59 +05:30
Aayush Gupta
b77a87d55f Drop easylauncher plugin and import generated files
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 12:07:28 +05:30
Aayush Gupta
f3c56ca056 Context: Launch MainActivity for opening custom tab action
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 10:05:33 +05:30
Aayush Gupta
c8228f45cc gradle: Migrate to Kotlin DSL
Kotlin DSL is the new default DSL for Android projects

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 22:32:35 +05:30
Aayush Gupta
f648f6af49 Drop unused/deprecated gradle properties
- kapt's incrementatal annotation processing is enabled by default
- databinding incremental is deprecated
- compile.classpath is experimental

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 21:02:26 +05:30
Aayush Gupta
299cc4e11a Enable nonTransitiveRClass flag
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 20:53:07 +05:30
Aayush Gupta
2b81c9ad61 gradle: Disable jetifier
No dependencies need it anymore

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 20:37:44 +05:30
Aayush Gupta
7e8ab41ce5 Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!236
2023-08-18 14:55:52 +00:00
Igor Sorocean
9de9c43f62 Translated using Weblate (Romanian)
Currently translated at 100.0% (350 of 350 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2023-08-18 06:49:19 +02:00
nexi
f9d99b27d2 Translated using Weblate (Serbian)
Currently translated at 100.0% (350 of 350 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2023-08-18 06:49:19 +02:00
Aayush Gupta
06f918ee1a Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!235
2023-08-14 19:01:06 +00:00
wdw1007
eab889a744 Translated using Weblate (Chinese (Simplified))
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/zh_Hans/
2023-08-14 20:54:00 +02:00
ShareASmile
92d5827871 Translated using Weblate (Punjabi)
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/pa/
2023-08-14 20:54:00 +02:00
joaooliva
a2d17f1d61 Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
2023-08-14 20:54:00 +02:00
ShareASmile
0b46115a9b Translated using Weblate (Hindi)
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/hi/
2023-08-14 20:54:00 +02: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
Aayush Gupta
ed8fb3b7df 4.3.0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
4.3.0
2023-08-14 15:00:57 +05:30
Aayush Gupta
8692f87400 Drop navigation bar theme improvements
These needs to be tested better as they currently look bad on
old devices

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-14 09:44:24 +05:30
Aayush Gupta
901cf0f2e2 Optimize imports
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-14 09:30:52 +05:30
Aayush Gupta
f538c68a8d Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!234
2023-08-14 03:52:49 +00:00
Ihor Hordiichuk
5fdc4420fe Translated using Weblate (Ukrainian)
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/uk/
2023-08-13 11:32:40 +02:00
wdw1007
026ff8fb2f Translated using Weblate (Chinese (Simplified))
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/zh_Hans/
2023-08-13 11:32:40 +02:00
teemue
73626b94e2 Translated using Weblate (Finnish)
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/fi/
2023-08-13 11:32:40 +02:00
glemco
672fa5ee23 Translated using Weblate (Italian)
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/it/
2023-08-13 11:32:40 +02:00
Aayush Gupta
db69df40bf Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!233
2023-08-12 05:01:00 +00:00
HelaBasa Group (හෙළබස සමූහය)
bb28d423d5 Translated using Weblate (Sinhala)
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/si/
2023-08-12 06:59:01 +02:00
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
Fjuro
ca0526bd6c Translated using Weblate (Czech)
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/cs/
2023-08-12 06:59:01 +02:00
Oğuz Ersen
c9b1e8ecb3 Translated using Weblate (Turkish)
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/tr/
2023-08-12 06:59:01 +02:00
Eric
cf02098fcd Translated using Weblate (Chinese (Simplified))
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/zh_Hans/
2023-08-12 06:59:01 +02:00
Mirosław Żylewicz
8fcbe8dd7b Translated using Weblate (Polish)
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/pl/
2023-08-12 06:59:01 +02:00
bomzhellino
1a3eef9e5c Translated using Weblate (Russian)
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/ru/
2023-08-12 06:59:01 +02:00
Rex_sa
9c0cac7595 Translated using Weblate (Arabic)
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/ar/
2023-08-12 06:59:01 +02:00