Commit Graph

41 Commits

Author SHA1 Message Date
Aayush Gupta
2eb129fbb7 NotificationUtil: Split and rename notification channels for install & exports
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-10-08 17:06:30 +05:30
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
Rahul Patel
3546ed8a54 Dynamic colors [1/2] 2024-08-31 02:33:07 +05:30
Femini
2493bb4350 Translated using Weblate (Azerbaijani)
Currently translated at 70.8% (309 of 436 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-08-13 16:09:10 +02:00
Femini
398537baeb Translated using Weblate (Azerbaijani)
Currently translated at 71.1% (309 of 434 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-08-06 04:30:37 +02:00
Femini
12edf4c494 Translated using Weblate (Azerbaijani)
Currently translated at 62.2% (270 of 434 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-08-05 16:29:32 +02:00
Femini
2d64672656 Translated using Weblate (Azerbaijani)
Currently translated at 62.2% (270 of 434 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-08-05 16:03:40 +02:00
Femini
0948247b81 Translated using Weblate (Azerbaijani)
Currently translated at 62.2% (270 of 434 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-08-05 15:57:53 +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
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
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
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
Anonymous
9f353e3b04 Translated using Weblate (Azerbaijani)
Currently translated at 73.7% (281 of 381 strings)

Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2024-03-22 12:11:01 +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
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
Rahul Patel
99e6508ccf Remove advance preferences 2023-10-12 21:38:24 +05:30
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
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
Nidi
a86d8928fe Translated using Weblate (Azerbaijani)
Currently translated at 89.6% (312 of 348 strings)

Translation: Aurora Store/AuroraStore Translations
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/az/
2023-07-15 18:54:04 +02:00
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
Nidi
a01f212faf Translated using Weblate (Azerbaijani)
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/az/
2023-05-02 11:49:00 +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
703439999e Translated using Weblate (Azerbaijani)
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/az/
2023-04-09 21:22:36 +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
Nizami
d1a0b62c31 Translated using Weblate (Azerbaijani)
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/az/
2022-06-08 09:19:08 +02:00
Nizami
e2a7a468f8 Translated using Weblate (Azerbaijani)
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/az/
2022-05-30 13:18:32 +02:00
Nizami
39c78fb5e3 Translated using Weblate (Azerbaijani)
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/az/
2022-05-28 18:15:22 +02:00
Corc
1020b1ad8c Translated using Weblate (Azerbaijani)
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/az/
2022-05-15 16:19:35 +02:00
Corc
43a5b6ac68 Added translation using Weblate (Azerbaijani) 2022-05-12 18:43:49 +02:00