Commit Graph

114 Commits

Author SHA1 Message Date
Anonymous
a4524f0615 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-10-05 22:55:59 +02:00
Rahul Patel
3546ed8a54 Dynamic colors [1/2] 2024-08-31 02:33:07 +05:30
Ihor Hordiichuk
ce782d9a15 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (438 of 438 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-08-23 13:09:17 +00:00
Ihor Hordiichuk
6b79c7f9cb Translated using Weblate (Ukrainian)
Currently translated at 100.0% (438 of 438 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-08-22 04:03:22 +02:00
Dan
7388ccf833 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (438 of 438 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-08-15 23:06:27 +02:00
Dan
9eb3e07411 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (436 of 436 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-08-09 19:09:21 +02:00
Ihor Hordiichuk
94138aa4b3 Translated using Weblate (Ukrainian)
Currently translated at 99.5% (434 of 436 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-08-08 05:25:33 +02:00
Dan
36e7e05aca Translated using Weblate (Ukrainian)
Currently translated at 100.0% (434 of 434 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-31 03:45:37 +00:00
Dan
a99a480950 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (427 of 427 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-17 20:10:43 +02:00
Aayush Gupta
04e2e69c54 {SplashFragment|NetworkPreference}: Updates to AuthData building
* Always generate GSF ID on device regardless of login type
* Switch to new method for building AuthData

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-07-17 13:45:30 +07:00
Dan
33411dcf22 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (429 of 429 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-15 14:19:31 +02:00
Dan
ad016d692f Translated using Weblate (Ukrainian)
Currently translated at 100.0% (425 of 425 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-07-11 10:59:12 +02:00
Сергій
fa46e19156 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (416 of 416 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-06-29 11:09:27 +00:00
Dan
9a95b3b32c Translated using Weblate (Ukrainian)
Currently translated at 100.0% (417 of 417 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-06-13 08:09:45 +02:00
Aayush Gupta
1fc5f3b87b FilterPreference: Drop persistant search filter setting
Filters should persist for a single search only to ensure users can view all available
apps when starting a new search

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-12 10:25:17 +05:30
Aayush Gupta
66045bceac Context: Drop leftovers of custom tab intent
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-11 12:15:33 +05:30
Aayush Gupta
df45048757 SplashFragment: Reword session_login string to request login
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-10 14:52:51 +05:30
Сергій
0980382dc3 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (415 of 415 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-06-01 16:58:04 +00:00
Dan
0f7b874986 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (415 of 415 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-06-01 16:58:04 +00:00
Aayush Gupta
6bf75bb68a AccountFragment: Throw users on splashFragment on logout
We have multiple checks implemented at this point in splashFragment to ensure
proper validation and navigation. If a user logs out and hits back button, he still
gets to browse Aurora Store which is an unintended behaviour.

Instead of handling same logic twice everywhere, make AccountFragment minimal and only
handle logging out here.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-06-01 13:42:40 +05:30
Aayush Gupta
45e92d3efe UpdateWorker: Drop non-required foregroundInfo method
We are not an expedited nor in foreground, no need to have foregroundInfo method
with an ongoing notification.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Aayush Gupta
fc6c5b0307 CleanCacheWorker: Don't allow configuring cache duration
6 hours is ample time to do anything a user would like to do

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-31 15:59:18 +05:30
Dan
0202e9f2ca Translated using Weblate (Ukrainian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-05-10 12:24:19 +02:00
Dan
91a54508c5 Translated using Weblate (Ukrainian)
Currently translated at 99.7% (405 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-05-10 12:24:16 +02:00
Aayush Gupta
196f9d00c5 InstallerFragment: Relocate to settings instead of onboarding
* This makes onboarding minimal and only required screens are shown
* SessionInstaller is the recommended choice, user who needs a different can configure in settings
* Instead of showing minimal list, show installer fragment that contains more information
* Also show all installers like before

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-08 15:44:15 +05:30
Aayush Gupta
6cba36f2e3 Drop unused preferences and variables
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-08 14:51:10 +05:30
Сергій
306bc7b797 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (408 of 408 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-05-05 09:07:35 +02:00
winver
18d8c4c886 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (406 of 406 strings)

Co-authored-by: winver <kirillstuzhuk@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
Translation: Aurora Store/Android
2024-04-29 19:54:06 +02:00
Ihor Hordiichuk
5e45f0fe4f Translated using Weblate (Ukrainian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-04-24 07:25:14 +02:00
winver
fcd60438d0 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (406 of 406 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-04-20 09:47:10 +02:00
Ihor Hordiichuk
18f215c4a2 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (404 of 404 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-04-10 02:51:01 +02:00
Dan
066b814e74 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (404 of 404 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-04-05 21:02:22 +02:00
Dan
b4a7129e2b Translated using Weblate (Ukrainian)
Currently translated at 100.0% (394 of 394 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-04-04 05:23:31 +02:00
Ihor Hordiichuk
4fba434f62 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (381 of 381 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-03-22 12:11:09 +01:00
Aayush Gupta
d4f4b4bca5 OnboardingFragment: Drop theme and accent fragments
Still available in the settings

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-14 11:46:44 +05:30
Ihor Hordiichuk
ff8abab66e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (384 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-03-08 22:01:58 +01:00
Aayush Gupta
6caabd21bb Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
Translations update from Hosted Weblate

See merge request AuroraOSS/AuroraStore!295
2024-03-04 07:30:26 +00:00
Aayush Gupta
caf6dd18c1 Cleanup and retire non-working download options
* External storage download uses external files directory and not the SD card
  to downloads while the description states otherwise. This is in-accurate and
  thus dropped (See #985).

* Custom download path is broken which was implemented as a workaround for the
  above (See #1003).

* Move downloads storage to internal files directory which is sandboxed and only
  accessible to us.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-04 12:55:39 +05:30
winver
da65d50c4e 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-03-03 23:02:00 +01:00
Aayush Gupta
2f5d39106a UpdateWorker: Merge self-updates logic for non-fdroid builds
Treat Aurora Store as a normal app for non-fdroid builds and check
for its updates based on auto-update preference.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-02 13:26:54 +05:30
Ihor Hordiichuk
399f33efd8 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (388 of 388 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-29 06:54:14 +01:00
Сергій
dd69c06b09 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-24 18:04:55 +01:00
Ihor Hordiichuk
7c6ab1885e Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-15 12:54:20 +01:00
Сергій
b1ea60eab1 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-13 21:10:15 +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
2c9c8d25cf Merge branch 'weblate-aurora-store-aurorastore-translations' of gitlab.com:weblate/AuroraStore
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-12 13:17:46 +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
Сергій
609a01ca95 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2024-02-11 04:02:14 +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
Dan
89b6fd0937 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (385 of 385 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2023-12-28 20:09:50 +01:00