AO yahoe.001
7d2650e844
Translated using Weblate (French)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-05-23 17:12:23 +02:00
Mickaël Binos
67688775a7
Translated using Weblate (French)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-05-23 17:12:22 +02:00
Sylvain Pichon
c7b552924c
Translated using Weblate (French)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-05-23 17:12:20 +02:00
Besnik Bleta
c8bf4c168b
Translated using Weblate (Albanian)
...
Currently translated at 99.2% (529 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-05-23 17:12:18 +02:00
大王叫我来巡山
c5d2c57577
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2026-05-23 17:12:14 +02:00
VfBFan
23fc54db30
Translated using Weblate (German)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2026-05-23 17:12:10 +02:00
Arif Budiman
532602a465
Translated using Weblate (Indonesian)
...
Currently translated at 99.6% (531 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/id/
2026-05-23 17:12:04 +02:00
Ghost of Sparta
df552982cc
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2026-05-23 17:11:55 +02:00
Dan
77c15431cf
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2026-05-23 17:11:46 +02:00
Fjuro
9b7a47b62c
Translated using Weblate (Czech)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2026-05-23 17:11:44 +02:00
LucasMZ
491e8812b5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2026-05-23 17:11:38 +02:00
ojppe
74699ec0e7
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/nl/
2026-05-23 17:11:34 +02:00
Rahul Patel
d5bc58c98b
Merge branch 'patch-1' into 'master'
...
Edited the about section with the account requirement.
See merge request AuroraOSS/AuroraStore!512
2026-05-20 15:05:03 +05:30
vdbhb59
a17fb8c82f
Edited the about section with the account requirement.
2026-05-20 15:05:02 +05:30
Rahul Patel
fa5bec4e60
Merge branch 'dev' into 'master'
...
dev
See merge request AuroraOSS/AuroraStore!568
2026-05-20 12:29:46 +05:30
Rahul Patel
0493075783
installed/blacklist: add sort & filter sheet + dedicated list item [1/2]
...
Share a sort/filter sheet between InstalledScreen and BlacklistScreen via
new commons module (SortFilterState + SortFilterSheet + applyFilter/applySort
on InstalledAppMeta), persisted per-screen. InstalledScreen renders a new
InstalledAppListItem that surfaces size, last-update, and installer instead
of Play-listing extras. Blacklisted rows now desaturate their icons.
2026-05-20 03:43:36 +05:30
vcodesai
77124254e3
Translated using Weblate (Greek)
...
Currently translated at 99.5% (484 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/el/
2026-05-19 20:14:31 +00:00
Rahul Patel
5c6bcd6361
compose: housekeeping
2026-05-19 16:40:37 +05:30
Rahul Patel
8f0bf55714
updates: granular installer filters + advanced-section move
...
- New SourceFiltersScreen with All toggle + add/remove of specific
installer package names. Backed by PREFERENCE_FILTER_INSTALLERS
(Set<String>); PREFERENCE_FILTER_AURORA_ONLY preserved as the All
switch for backward compat.
- UpdateWorker reads installer via getInstallSourceInfo (R+) / falls
back to deprecated getInstallerPackageName below.
- UpdatesPreferenceScreen: "Filter F-Droid apps" moved to Advanced;
"Filter apps from other sources" becomes a navigation row to the
new sub-screen with a state summary.
2026-05-19 12:14:59 +05:30
Rahul Patel
106779737c
updates: switch frequency slider to discrete preset chooser
...
Replace the 1-24h slider with a SingleChoiceDialog listing 7 presets
(3h, 6h, 12h, 24h, 3d, 7d, 15d). Storage stays as an Int hour count
under the same preference key, so old values keep working; off-preset
values display as the nearest preset but are only overwritten when the
user picks something new.
2026-05-19 12:14:59 +05:30
Rahul Patel
1e191e13c8
updates: revamp updates UX
...
- Group updates into main / approval-required / incompatible / ignored
- New ignored_update table (v8) with per-version skip support
- isIncompatible flag on pristine system apps for HyperOS / GrapheneOS (v7)
- requiresOwnershipTransfer() runtime check on Android 14+
- Rename AppMenuSheet -> AppUpdateSheet; drop MinimalApp, nav carries Update
- Trim AppUpdateItem (no changelog dropdown / long-click)
- Fix DownloadHelper.downloadsList recomposition flicker (stable StateFlow)
- ExportWorker is now download-only
2026-05-19 12:14:59 +05:30
Rahul Patel
59d297386c
compose: trim themes, attrs and gradle deps for compose-only UI
...
Drops the legacy AuroraTheme styles, custom attrs and now-unused
styles_widget/styles_text overlays. Updates the dark/light themes,
strings, arrays, dimens and colors to match what the Compose screens
consume. Adds ic_logo_alt and tweaks the launcher/logo drawables.
Trims gradle dependencies tied to the removed Fragment/Epoxy stack.
2026-05-19 12:14:44 +05:30
Rahul Patel
ac9eb055e4
legacy: remove XML layouts, menus and preference graphs
...
Deletes res/layout/*, res/menu/*, the mobile_navigation graph,
preference_*.xml screens, and the fade in/out anims plus the
material-switch color selector. The Compose screens own all of
this rendering now.
2026-05-19 12:14:28 +05:30
jonnysemon
6c9f80ad7d
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ar/
2026-05-18 07:11:37 +02:00
Mirosław Żylewicz
7a0d2afea7
Translated using Weblate (Polish)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pl/
2026-05-18 07:11:36 +02:00
Andrey
72b6ae18b4
Translated using Weblate (Russian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2026-05-18 07:11:35 +02:00
cyberboh
435ba7400c
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/id/
2026-05-18 07:11:34 +02:00
Priit Jõerüüt
1e76c24fd5
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/et/
2026-05-18 07:11:32 +02:00
439JBYL80IGQTF25UXNR0X1BG
63a1581ff3
Translated using Weblate (Russian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ru/
2026-05-17 00:12:21 +02:00
Mato
1905f5db8b
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sk/
2026-05-17 00:12:21 +02:00
Ghost of Sparta
a724937170
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/hu/
2026-05-15 15:11:41 +02:00
LucasMZ
f8cb9d7271
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt_BR/
2026-05-15 15:11:40 +02:00
AO yahoe.001
63aa3a2b5b
Translated using Weblate (French)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-05-15 15:11:39 +02:00
Dan
c7788b540e
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/uk/
2026-05-15 15:11:38 +02:00
ezn24
9831a752d8
Translated using Weblate (Chinese (Traditional Han script))
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hant/
2026-05-15 15:11:36 +02:00
Guzleon
b7932b2fbf
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/es/
2026-05-15 15:11:35 +02:00
Eder Etxebarria Rojo
c3ec2123de
Translated using Weblate (Basque)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/eu/
2026-05-15 15:11:34 +02:00
ssantos
ad09172c27
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/pt/
2026-05-15 15:11:33 +02:00
ojppe
4a2caa11f0
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/nl/
2026-05-14 01:11:59 +02:00
Priit Jõerüüt
a2a76e41ec
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/et/
2026-05-14 01:11:58 +02:00
Oğuz Ersen
2742a12ddc
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/tr/
2026-05-14 01:11:57 +02:00
Besnik Bleta
cf63fdb799
Translated using Weblate (Albanian)
...
Currently translated at 98.9% (481 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sq/
2026-05-14 01:11:56 +02:00
Mickaël Binos
c7189e49ec
Translated using Weblate (French)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fr/
2026-05-14 01:11:55 +02:00
VfBFan
e0b165624a
Translated using Weblate (German)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/de/
2026-05-14 01:11:54 +02:00
bittin1ddc447d824349b2
c5fee36ff8
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/sv/
2026-05-14 01:11:53 +02:00
大王叫我来巡山
7b4b50ed62
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/zh_Hans/
2026-05-14 01:11:52 +02:00
Fjuro
37995d4b59
Translated using Weblate (Czech)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/cs/
2026-05-14 01:11:51 +02:00
Igor Sorocean
f83ad09e9f
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (486 of 486 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/ro/
2026-05-14 01:11:50 +02:00
Joonas Reinholm
b2a3f0f6ab
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (485 of 485 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/fi/
2026-05-12 23:11:58 +02:00
ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)
a9bc54313d
Translated using Weblate (Latvian)
...
Currently translated at 98.7% (479 of 485 strings)
Translation: Aurora Store/Android
Translate-URL: https://hosted.weblate.org/projects/aurora-store/aurorastore-translations/lv/
2026-05-12 23:11:57 +02:00