Commit Graph

43 Commits

Author SHA1 Message Date
RotBe1n
dc7f7fe912 Translated using Weblate (Albanian)
Currently translated at 97.1% (413 of 425 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-07-13 11:13:06 +00:00
Besnik Bleta
eb774ddcf3 Translated using Weblate (Albanian)
Currently translated at 96.7% (411 of 425 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-07-11 13:38:16 +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
Besnik Bleta
e1af887fad Translated using Weblate (Albanian)
Currently translated at 96.8% (402 of 415 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-06-08 18:09:13 +02:00
Besnik Bleta
10672e7ad4 Translated using Weblate (Albanian)
Currently translated at 95.6% (397 of 415 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-06-01 16:58:05 +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
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
Besnik Bleta
d4c2875bc3 Translated using Weblate (Albanian)
Currently translated at 99.5% (406 of 408 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-05-05 09:07:36 +02:00
Besnik Bleta
2ef0013a88 Translated using Weblate (Albanian)
Currently translated at 99.4% (380 of 382 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-04-03 18:01:33 +02:00
Besnik Bleta
ee9ea2d7a2 Translated using Weblate (Albanian)
Currently translated at 99.4% (379 of 381 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-03-22 12:11:04 +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
Besnik Bleta
a8bcfc4c6a Translated using Weblate (Albanian)
Currently translated at 99.4% (382 of 384 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2024-03-12 10:02:29 +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
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
Aayush Gupta
2cd3870cf3 fixup! DownloadWorker: Restrict concurrent downloads to one 2023-11-29 19:47:59 +05:30
Aayush Gupta
645177bfa7 fixup! Get rid of TOS
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-24 18:06:08 +05:30
Besnik Bleta
b20a85cab3 Translated using Weblate (Albanian)
Currently translated at 81.8% (294 of 359 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2023-08-25 14:51:44 +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
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
Besnik Bleta
62f851b3c3 Translated using Weblate (Albanian)
Currently translated at 85.9% (299 of 348 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2023-07-26 23:02:59 +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
a66e802d63 Merge https://hosted.weblate.org/git/aurora-store/aurorastore-translations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>

 Conflicts:
	app/src/main/res/values-fa/strings.xml
	app/src/main/res/values-pl/strings.xml
	app/src/main/res/values-pt/strings.xml
2023-05-19 16:43:41 +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
Hosted Weblate
db41fb505f Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2023-04-09 21:22:56 +02:00
Hosted Weblate
d1d3c2b39d Update translation files
Updated by "Remove blank strings" hook in Weblate.

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2023-04-09 21:22:51 +02:00
Anonymous
de35f28774 Translated using Weblate (Albanian)
Currently translated at 99.1% (365 of 368 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2023-04-09 21:22:01 +02:00
Besnik Bleta
3fc1232746 Translated using Weblate (Albanian)
Currently translated at 99.1% (365 of 368 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2022-09-09 17:23:16 +02:00
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
Besnik Bleta
b750b149d7 Translated using Weblate (Albanian)
Currently translated at 99.4% (350 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2021-11-17 19:50:09 +01:00
Besnik Bleta
6bda46be2f Translated using Weblate (Albanian)
Currently translated at 4.2% (15 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2021-11-16 10:30:45 +01:00
J. Lavoie
74dfe5b3e5 Translated using Weblate (Albanian)
Currently translated at 4.2% (15 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2021-11-16 10:30:06 +01:00
Besnik Bleta
50b0e2f781 Translated using Weblate (Albanian)
Currently translated at 3.1% (11 of 352 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2021-11-14 12:51:48 +01:00
Besnik Bleta
145a2bec35 Added translation using Weblate (Albanian) 2021-11-13 11:47:16 +01:00