Commit Graph

40 Commits

Author SHA1 Message Date
Mesehordo
91c4dfc755 Translated using Weblate (Hungarian)
Currently translated at 100.0% (404 of 404 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-04-14 11:03:19 +02: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
Daniel Popov
da3a998b6a Translated using Weblate (Hungarian)
Currently translated at 100.0% (384 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-03-13 12:01:49 +01:00
Daniel Popov
38004e9069 Translated using Weblate (Hungarian)
Currently translated at 100.0% (384 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-03-12 10:02:27 +01:00
Daniel Popov
56a4c316ca Translated using Weblate (Hungarian)
Currently translated at 100.0% (384 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-03-11 09:24:21 +01: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
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
Unger Szabolcs
4c8f5539c9 Translated using Weblate (Hungarian)
Currently translated at 100.0% (387 of 387 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-02-21 14:02:04 +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
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
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
Kingproone
62ffcc47f5 Translated using Weblate (Hungarian)
Currently translated at 99.7% (373 of 374 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2023-11-20 05:02:33 +00: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
99e6508ccf Remove advance preferences 2023-10-12 21:38:24 +05:30
Kingproone
5c9ac8f3f8 Translated using Weblate (Hungarian)
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/hu/
2023-09-03 20:10:32 +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
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
Kingproone
5ea80019fc Translated using Weblate (Hungarian)
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/hu/
2023-07-31 16:35:39 +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
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
Aayush Gupta
298fcb1150 Use external storage access description for storage manager as well
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2022-08-29 15:10:35 +05:30
Viktória Nagy
ed8feb1847 Translated using Weblate (Hungarian)
Currently translated at 100.0% (368 of 368 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2022-05-25 17:17:52 +02:00
Unger Szabolcs
ecde906dec Translated using Weblate (Hungarian)
Currently translated at 100.0% (352 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-10-01 20:36:03 +02:00
Unger Szabolcs
a3d822aa0c Translated using Weblate (Hungarian)
Currently translated at 96.3% (339 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-09-30 12:36:20 +02:00
SoftwareByRedline
3155f6828f Translated using Weblate (Hungarian)
Currently translated at 96.3% (339 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-09-30 12:36:20 +02:00
SoftwareByRedline
6243979eab Translated using Weblate (Hungarian)
Currently translated at 95.1% (335 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-08-19 18:35:23 +02:00
Hosted Weblate
d3a9e78623 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2021-06-01 11:46:39 +02:00
Hosted Weblate
37c0dbc30b Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2021-05-28 00:34:44 +02:00
Tibor Botfai (gidano)
2698948874 Translated using Weblate (Hungarian)
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/hu/
2021-05-21 17:33:55 +02:00
Tibor Botfai (gidano)
780d21195c Translated using Weblate (Hungarian)
Currently translated at 100.0% (345 of 345 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-04-12 10:34:43 +02:00
Tibor Botfai (gidano)
d7b14a15d0 Translated using Weblate (Hungarian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-04-06 19:03:35 +02:00
Tibor Botfai (gidano)
b6e0eea0ab Translated using Weblate (Hungarian)
Currently translated at 100.0% (339 of 339 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-04-06 17:46:07 +02:00
Tibor Botfai (gidano)
8a1209c632 Translated using Weblate (Hungarian)
Currently translated at 100.0% (335 of 335 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-04-06 01:27:54 +02:00
Tibor Botfai (gidano)
d685c07935 Translated using Weblate (Hungarian)
Currently translated at 100.0% (322 of 322 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2021-04-03 07:09:29 +02:00
Weblate
d723301c54 Translated using Weblate (Spanish)
Currently translated at 100.0% (317 of 317 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2021-03-15 05:43:06 +00:00