Rahul Patel
1484e0f24b
pager: do not skip first batch of packages + fix indexoutofbound exception
2026-05-06 03:15:10 +05:30
Rahul Patel
49718f8723
fix: allow importing favourite app even if list is empty
2026-05-06 02:28:12 +05:30
Rahul Patel
0c1786e77b
microg: Improve bundle installation state & UX
2026-05-06 01:17:05 +05:30
Rahul Patel
20dabbe9b4
fix: exporting installed apps from download manager
2026-05-05 22:20:39 +05:30
Aayush Gupta
afb301d3ce
compose: Extract force restart dialog logic into separate file
...
We also require users to force restart on applying proxy. This logic can be reused
there when migrated to compose.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-05-05 11:47:58 +08:00
Aayush Gupta
6041672003
Bump target SDK to Android 17
...
Also specify minor API level for compile SDK
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-05-05 11:15:19 +08:00
Aayush Gupta
ecfbe20722
Upgrade to AGP 9.2.0
...
Building is still broken on encrypted linux file systems but that's seems to be not a priority
for Google to fix
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-05-05 11:12:18 +08:00
Rahul Patel
de88411d63
fix: restart app on external storage permission grant
2026-05-03 18:09:28 +05:30
Aayush Gupta
3584853bb8
Merge branch 'gabr/StopOnVerifyFailure' into 'master'
...
Don't try to install if verifyFile fails
See merge request AuroraOSS/AuroraStore!550
2026-05-01 14:48:02 +08:00
ggabr
b1c932b7d6
Don't try to install if verifyFile fails
2026-05-01 14:48:02 +08:00
Aayush Gupta
611e536fa4
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!551
2026-05-01 14:47:43 +08:00
Rahul Patel
44728a160c
microg: update version
2026-05-01 00:05:34 +05:30
Hosted Weblate
a96c1ea7e9
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2026-04-27 20:10:09 +02:00
Besnik Bleta
5e84537805
Translated using Weblate (Albanian)
...
Currently translated at 99.1% (475 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-04-27 20:10:08 +02:00
Flavjo Avdiu
f06fca5f18
Translated using Weblate (Albanian)
...
Currently translated at 99.1% (475 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-04-27 20:10:07 +02:00
Rahul Patel
8fdc560907
appdetails: improve ui states
2026-04-27 21:08:04 +05:30
Aayush Gupta
60d732e6fe
gradle: Specify compile SDK using the new DSL
...
Ref: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/37141
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-26 22:06:14 +08:00
Aayush Gupta
75ba09af32
4.8.2
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-26 11:14:13 +08:00
Guzleon
57a6186db4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2026-04-26 03:10:31 +00:00
Aayush Gupta
a8d3b424ac
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!548
2026-04-26 10:57:51 +08:00
Aayush Gupta
bf5a667232
Replace preview template logic with new provider annotation
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-26 10:55:43 +08:00
BoneNI
0cb43a3549
Translated using Weblate (Lao)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lo/
2026-04-22 05:10:07 +02:00
BoneNI
3358808887
Added translation using Weblate (Lao)
2026-04-22 05:10:05 +02:00
Aayush Gupta
87f563da70
Bump compile SDK to Android 17
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-15 14:50:23 +08:00
Aayush Gupta
40471c15a9
compose: commons: Migrate stream browse fragment to compose
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-14 11:44:45 +08:00
Aayush Gupta
6753667c85
app: Reformat using ktlint
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-08 17:17:42 +08:00
Aayush Gupta
2d6f2168c8
AppInstaller: Check if microG services enable app installer or not
...
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-08 17:14:20 +08:00
Aayush Gupta
a1d15f16bd
compose: SearchScreen: Use random UUID as keys
...
Server can send same package again as we are filtering through different bundles. Keys are basically
packageName's hashcode, so they can end up as being similar and crash the app.
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-04-08 16:08:02 +08:00
Hosted Weblate
b651146403
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2026-03-23 01:09:53 +01:00
Besnik Bleta
9676e1d6b5
Translated using Weblate (Albanian)
...
Currently translated at 99.3% (476 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-03-23 01:09:49 +01:00
Adnit Kamberi
c420770f34
Translated using Weblate (Albanian)
...
Currently translated at 99.3% (476 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-03-23 01:09:48 +01:00
fray-cloud
4d1eed14d4
Translated using Weblate (Korean)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ko/
2026-03-17 05:10:18 +00:00
Aayush Gupta
a56f544f46
Switch from bundleOf to Bundle class
...
The extension method has been deprecated
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com >
2026-03-16 15:25:28 +08:00
Aayush Gupta
0458a102c2
Merge branch 'weblate-aurora-store-aurorastore-translations' into 'master'
...
Translations update from Hosted Weblate
See merge request AuroraOSS/AuroraStore!546
2026-03-16 15:08:21 +08:00
Shrek3010
6ab7638b51
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sk/
2026-03-13 17:09:52 +00:00
J. Lavoie
2776374519
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-03-13 17:09:47 +00:00
cfopuser
857afb444a
Translated using Weblate (Hebrew)
...
Currently translated at 94.9% (455 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/he/
2026-03-10 01:09:46 +01:00
Zoran Jeremić
e3816ff709
Translated using Weblate (Serbian)
...
Currently translated at 99.1% (475 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sr/
2026-03-08 18:09:47 +00:00
AO yahoe.001
49a15a8816
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:10:02 +00:00
Dyxux
a260385abe
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:10:01 +00:00
AO yahoe.001
a8858f1d51
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:09:59 +00:00
Dyxux
4e75124c30
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:09:58 +00:00
AO yahoe.001
628b06f1a2
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:09:57 +00:00
Dyxux
671d43412d
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-28 17:09:56 +00:00
kae
49118ff927
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2026-02-28 17:09:54 +00:00
ur fausto
bdbebe2864
Translated using Weblate (Italian)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/it/
2026-02-25 20:09:47 +01:00
AO yahoe.001
a863c3d625
Translated using Weblate (French)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-02-22 23:09:50 +01:00
nautilusx
5401515d42
Translated using Weblate (German)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2026-02-22 23:09:48 +01:00
Hosted Weblate
c83420f17f
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/
2026-02-21 13:09:59 +00:00
Francisco Serrador
80ab74c838
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (479 of 479 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2026-02-21 13:09:51 +00:00