Aayush Gupta
a9d1667405
AuthViewModel: Use auth validation logic from AuthProvider
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-19 12:49:34 +05:30
Aayush Gupta
df3056cc43
AuthProvider: Inject it via hilt where needed
...
- Merge validation function in it as well instead of using it as an extension
- Use dedicated preference to check if we are anonymous or not instead of authData
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-19 12:31:34 +05:30
Aayush Gupta
56cd89086a
PackageUtil: Filter packages which are apps
...
* Last commit's message is wrong :P
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-17 19:00:37 +05:30
Aayush Gupta
05d9f279c9
BlacklistViewModel: Filter packages which are not apps
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-17 18:55:44 +05:30
Aayush Gupta
0fdef34baf
DownloadFragment: Drop non-required SwipeRefreshLayout
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-17 12:06:22 +05:30
Aayush Gupta
18c0c94253
UpdateWorker: Avoid auto-updating Aurora Store
...
Some users have complained that Aurora Store gets stuck in a loop of
updating again and again. Let people update it manually from the Updates tab.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-17 11:55:32 +05:30
grgergo
3ae3b475b1
Translated using Weblate (Hungarian)
...
Currently translated at 96.3% (400 of 415 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-06-14 06:48:06 +02:00
Gorom
0224520bda
Translated using Weblate (French)
...
Currently translated at 100.0% (415 of 415 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-06-14 06:48:05 +02:00
Aayush Gupta
7f32b9078e
LinearProgressIndicator: Fixes for new M3 design
...
* Since 1.12.0, LinearProgressIndicator uses new M3 design that doesn't plays well with install and ratings for us
* Switch both back to old style using new Widget.Material3.LinearProgressIndicator.Legacy style
* Additionally drop trackCornerRadius and switch to custom background with clipToOutline for download as the class
now has a bug that messes with style
Keep downloads to follow new M3 design
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-13 22:00:50 +05:30
Aayush Gupta
7c0e258d58
fixup! Improvements to download progress UI
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-13 22:00:13 +05:30
Gorom
fb0910276a
Translated using Weblate (French)
...
Currently translated at 99.7% (414 of 415 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2024-06-13 15:16:09 +02:00
Edgars Andersons
0050f11146
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2024-06-13 08:09:46 +02: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
Fikri Akbar
17a7047bdd
Translated using Weblate (Indonesian)
...
Currently translated at 97.6% (407 of 417 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/id/
2024-06-13 08:09:44 +02:00
Wenbin Lv
9e7042f5a2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-06-13 08:09:43 +02:00
grgergo
5796714d8d
Translated using Weblate (Hungarian)
...
Currently translated at 95.9% (400 of 417 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2024-06-13 08:09:42 +02:00
Andrey
238dac5e66
Translated using Weblate (Russian)
...
Currently translated at 100.0% (417 of 417 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2024-06-13 08:09:41 +02:00
Aayush Gupta
f70fe21cc0
fixup! view_toolbar_search: Add button to clear searchView's text
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-13 10:40:29 +05:30
Aayush Gupta
1bc396598e
view_toolbar_search: Add button to clear searchView's text
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 16:33:04 +05:30
Aayush Gupta
38f8ccacee
SearchSuggestionView: Adjust padding and text size for search suggestions
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 15:33:48 +05:30
Aayush Gupta
0232c4117c
view_toolbar_search: Drop background in favor of divider
...
Looks much better and cleaner
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 14:57:23 +05:30
Aayush Gupta
27c5d657ef
SearchResultsFragment: Avoid fetching search results again on back
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 14:39:58 +05:30
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
df90a8d8ed
SearchResultsFragment: Clear filters onDestroy instead
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 10:25:11 +05:30
Aayush Gupta
4adb0fa613
4.5.1
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-12 09:46:38 +05:30
Aayush Gupta
7dace02c2c
Merge https://hosted.weblate.org/git/aurora-store/aurorastore-translations
...
Conflicts:
app/src/main/res/values-ar/strings.xml
app/src/main/res/values-hi/strings.xml
app/src/main/res/values-pl/strings.xml
app/src/main/res/values-pt-rBR/strings.xml
app/src/main/res/values-zh-rCN/strings.xml
2024-06-12 09:19:28 +05:30
大王叫我来巡山
ab258a78a4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2024-06-12 05:46:10 +02:00
Mirosław Żylewicz
953e50abb4
Translated using Weblate (Polish)
...
Currently translated at 99.7% (417 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2024-06-12 05:46:10 +02:00
joaooliva
25a4001f8b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2024-06-12 05:46:10 +02:00
jonnysemon
5016735352
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2024-06-12 05:46:10 +02:00
Scrambled777
fd7cbaa497
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hi/
2024-06-12 05:46:10 +02:00
Aayush Gupta
590e325753
SessionInstaller: Enqueue sessions using SessionInfo class
...
Cleaner as well as avoid scenarios where download object gets overwritten by next
enqueued install resulting in wrong information
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-11 17:56:30 +05:30
Aayush Gupta
c92c4220d7
InstallerStatusReceiver: Pass required data as extra instead of parcel
...
Old Android versions experience a crash otherwise for some reason
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-11 17:56:30 +05:30
Aayush Gupta
d8ba59ad53
InstallerStatusReceiver: Override appropriate onReceive method
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-11 14:24:34 +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
8173105353
Context: Drop unused extensions
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-11 12:10:47 +05:30
Aayush Gupta
285571f387
Use PendingIntentCompat for mutable flag
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-11 12:09:33 +05:30
Oğuz Ersen
1e143e2a46
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2024-06-11 05:26:54 +02:00
NEXI
c705248bb0
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2024-06-11 05:26:53 +02:00
Syuugo
58714aa624
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-06-11 05:26:53 +02:00
Igor Sorocean
8568cf2ffb
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2024-06-10 14:11:03 +02:00
Fjuro
22c30d80ca
Translated using Weblate (Czech)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-06-10 14:11:03 +02:00
VfBFan
bd6bdd3cb8
Translated using Weblate (German)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2024-06-10 14:11:03 +02:00
gallegonovato
a0ea27d56a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-06-10 11:35:53 +02:00
gallegonovato
eb40d9fe49
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2024-06-10 11:31:00 +02:00
Fjuro
b7aa4218ce
Translated using Weblate (Czech)
...
Currently translated at 100.0% (418 of 418 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2024-06-10 11:31:00 +02:00
Syuugo
a2081258e6
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (415 of 415 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ja/
2024-06-10 11:31:00 +02:00
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
6210cd51ee
AppUtil: Disable self-updates for App Gallery builds
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-10 11:00:00 +05:30
Aayush Gupta
be42199d76
MigrationReceiver: Remove default dispenser from App Gallery builds
...
While default dispenser is not added for existing installs on App Gallery builds,
existing installs still had default dispenser preseved which is not an intended behavior.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2024-06-10 10:56:11 +05:30