Aayush Gupta
ddfa99ec6d
NotificationUtil: Rename general channel to downloads
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Aayush Gupta
8abb358f6c
NotificationUtil: Drop unused updater service notification channel
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-10-08 17:06:30 +05:30
Anonymous
2fc7787cc5
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-10-05 22:55:53 +02:00
ShareASmile
b72a8cb833
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-09-18 21:40:58 +02:00
Rahul Patel
3546ed8a54
Dynamic colors [1/2]
2024-08-31 02:33:07 +05:30
ShareASmile
c8a7ee8793
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (438 of 438 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-08-22 04:03:22 +02:00
bgo-eiu
8dafe8ee00
Translated using Weblate (Punjabi)
...
Currently translated at 97.7% (426 of 436 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-08-15 08:41:47 +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
ShareASmile
e18218bbaf
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (429 of 429 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-07-15 14:19:31 +02:00
ShareASmile
d53e501b13
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (416 of 416 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-07-10 11:34:33 +00: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
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
ShareASmile
1f6593eaea
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (406 of 406 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-05-29 22:45:34 +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
ShareASmile
baff3af18e
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (406 of 406 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-04-20 09:47:07 +02:00
ShareASmile
79cb71cd48
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (381 of 381 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-04-03 18:01:33 +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
ShareASmile
ac7d9116fc
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (384 of 384 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-03-11 04:01:52 +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
ShareASmile
88bca44a6d
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-03-01 07:00:11 +01:00
ShareASmile
51aff07013
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (388 of 388 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-02-29 06:54:14 +01:00
ShareASmile
5b85a008c2
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-02-15 12:54:19 +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
ShareASmile
fef2e98bbb
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (387 of 387 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-02-11 19:10:59 +01:00
ShareASmile
c23114a48c
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (386 of 386 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2024-01-17 13:06:32 +01:00
ShareASmile
8e0cd97286
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (385 of 385 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-12-29 15:25:00 +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
ShareASmile
adfe17ce55
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (382 of 382 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-12-18 06:58:42 +01:00
Aayush Gupta
711c26af42
strings: Drop unused string & translation
...
New downloads logic can show speed and parts like before too
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2023-12-14 18:26:19 +05:30
RAJViR
b8a7aeed2f
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (379 of 379 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-12-13 14:40:12 +01:00
Aayush Gupta
2cd3870cf3
fixup! DownloadWorker: Restrict concurrent downloads to one
2023-11-29 19:47:59 +05:30
ShareASmile
bb4a7785c0
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (376 of 376 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-11-25 05:13:52 +00:00
ShareASmile
78e28a22f9
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (374 of 374 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-11-03 18:33:20 +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
ShareASmile
cf1864e681
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-10-21 18:01:47 +02:00
ShareASmile
bac5e739ef
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (373 of 373 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-10-20 11:13:30 +02:00
ShareASmile
b1b02518de
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (363 of 363 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-10-20 04:13:29 +00:00
Rahul Patel
99e6508ccf
Remove advance preferences
2023-10-12 21:38:24 +05:30
ShareASmile
70fac871ae
Translated using Weblate (Punjabi)
...
Currently translated at 100.0% (365 of 365 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pa/
2023-10-03 20:37:59 +02:00
ShareASmile
d71192eb66
Translated using Weblate (Punjabi)
...
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/pa/
2023-09-26 21:09:07 +00:00
ShareASmile
c2117c94e9
Translated using Weblate (Punjabi)
...
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/pa/
2023-09-22 14:01:24 +00:00
ShareASmile
731b4635c4
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-09-06 12:53:24 +02:00