Zarz Eleutherius
581f43f4c1
New translations app_en.arb (Turkish)
2026-03-09 22:45:36 +07:00
Zarz Eleutherius
221d7e4829
New translations app_en.arb (Hindi)
2026-03-09 22:45:35 +07:00
Zarz Eleutherius
706528f04b
New translations app_en.arb (Indonesian)
2026-03-09 22:45:33 +07:00
Zarz Eleutherius
f95a96dd1f
New translations app_en.arb (Chinese Traditional)
2026-03-09 22:45:32 +07:00
Zarz Eleutherius
d85c16ce0f
New translations app_en.arb (Chinese Simplified)
2026-03-09 22:45:31 +07:00
Zarz Eleutherius
35afdf4be4
New translations app_en.arb (Russian)
2026-03-09 22:45:30 +07:00
Zarz Eleutherius
eb5ed86019
New translations app_en.arb (Portuguese)
2026-03-09 22:45:28 +07:00
Zarz Eleutherius
0cfa6f56be
New translations app_en.arb (Dutch)
2026-03-09 22:45:27 +07:00
Zarz Eleutherius
5af88ead33
New translations app_en.arb (Korean)
2026-03-09 22:45:25 +07:00
Zarz Eleutherius
8ec63ee610
New translations app_en.arb (Japanese)
2026-03-09 22:45:24 +07:00
Zarz Eleutherius
c8247bf7a0
New translations app_en.arb (German)
2026-03-09 22:45:22 +07:00
Zarz Eleutherius
2f3270c7ff
New translations app_en.arb (Spanish)
2026-03-09 22:45:21 +07:00
Zarz Eleutherius
960d60f0bc
New translations app_en.arb (French)
2026-03-09 22:45:19 +07:00
zarzet
808083c938
chore(l10n): merge Crowdin translation updates ( #153 )
...
Merge branch 'l10n_dev' into dev.
- Update translations for 10 languages (de, fr, hi, id, ja, ko, nl, ru, zh_CN, zh_TW)
- Add new language support: Spanish (es-ES), Portuguese (pt-PT), Turkish (tr-TR)
- Translate previously untranslated English strings to their respective languages
- Add new localization keys: collection/playlist management, batch convert, share, advanced filename tags
- Consolidate and remove deprecated translation keys
Conflicts resolved:
- app_en.arb: kept dev version (reflects Amazon Music moved to extension)
- All other ARB files: kept l10n_dev version (proper Crowdin translations)
2026-03-08 22:52:24 +07:00
zarzet
7e41ab4460
fix: YouTube Music share intent not recognizing album/browse URLs
2026-03-08 22:13:01 +07:00
zarzet
75a2bec8d5
chore: accessibility improvements, Semantics wrappers, and tooltip additions across screens
2026-03-08 15:08:13 +07:00
zarzet
c35857bb61
fix(ios): local library scan fails on iOS due to missing security-scoped bookmark access
2026-03-08 14:57:13 +07:00
zarzet
2c897992c5
feat: resolve audio metadata from file, backfill placeholder quality labels with actual bit depth and sample rate
2026-03-08 04:28:16 +07:00
zarzet
7d5cb574c6
feat: move Amazon Music to extension, fix Deezer download timeout
2026-03-08 04:15:28 +07:00
Zarz Eleutherius
c582f96cf6
New translations app_en.arb (Turkish)
2026-03-06 23:32:51 +07:00
Zarz Eleutherius
8fab3f60a7
New translations app_en.arb (Hindi)
2026-03-06 23:32:49 +07:00
Zarz Eleutherius
c6e981b3a1
New translations app_en.arb (Indonesian)
2026-03-06 23:32:48 +07:00
Zarz Eleutherius
f0c5c5660a
New translations app_en.arb (Chinese Traditional)
2026-03-06 23:32:47 +07:00
Zarz Eleutherius
9c647bb31b
New translations app_en.arb (Chinese Simplified)
2026-03-06 23:32:46 +07:00
Zarz Eleutherius
e1e82ac586
New translations app_en.arb (Russian)
2026-03-06 23:32:45 +07:00
Zarz Eleutherius
585d6da98d
New translations app_en.arb (Portuguese)
2026-03-06 23:32:43 +07:00
Zarz Eleutherius
bc279dd7fd
New translations app_en.arb (Dutch)
2026-03-06 23:32:42 +07:00
Zarz Eleutherius
f2fdead6d3
New translations app_en.arb (Korean)
2026-03-06 23:32:41 +07:00
Zarz Eleutherius
f66ccb4741
New translations app_en.arb (Japanese)
2026-03-06 23:32:40 +07:00
Zarz Eleutherius
32c10c2b23
New translations app_en.arb (German)
2026-03-06 23:32:38 +07:00
Zarz Eleutherius
05674d9586
New translations app_en.arb (Spanish)
2026-03-06 23:32:37 +07:00
Zarz Eleutherius
11bda9aae5
New translations app_en.arb (French)
2026-03-06 23:32:36 +07:00
Zarz Eleutherius
02c803385c
Update source file app_en.arb
2026-03-06 23:32:33 +07:00
zarzet
4a61ffea8d
chore: update VirusTotal hash
2026-03-06 22:00:56 +07:00
zarzet
91548691ad
feat(site): add Ruubiiiii as Qobuz & Deezer API provider on partners page
2026-03-06 21:57:39 +07:00
zarzet
36a646e5c0
feat: add Deezer download service, Qobuz squid.wtf fallback, update changelog
v3.7.1
2026-03-06 21:18:50 +07:00
zarzet
f306599ab2
v3.7.1: YT Music extension priority for YouTube downloads, Qobuz store fallback, queue fixes, server-side search filters
2026-03-06 16:44:53 +07:00
zarzet
3a7b777717
fix(queue): unique queue IDs, nullable currentDownload, local cancel tracking; refactor(l10n): consolidate and clean up localization files
...
download_queue_provider: generate unique queue item IDs with sequence counter to prevent collisions, fix copyWith to allow setting currentDownload to null via sentinel object pattern, add _locallyCancelledItemIds set for reliable cancel state, normalize restored queue IDs on load. l10n: remove redundant keys, consolidate ARB files, regenerate Dart localization classes.
2026-03-06 16:44:53 +07:00
Zarz Eleutherius
2334e659ad
Merge pull request #206 from zarzet/renovate/major-flutter-dependencies
...
fix(deps): update dependency flutter_local_notifications to v21
2026-03-05 17:32:17 +07:00
renovate[bot]
2a0216c87a
fix(deps): update dependency flutter_local_notifications to v21
2026-03-05 10:14:36 +00:00
Zarz Eleutherius
ab2d671760
New translations app_en.arb (Turkish)
2026-03-04 23:19:46 +07:00
Zarz Eleutherius
5532d0a7d9
New translations app_en.arb (Hindi)
2026-03-04 23:19:44 +07:00
Zarz Eleutherius
277e7719d3
New translations app_en.arb (Indonesian)
2026-03-04 23:19:43 +07:00
Zarz Eleutherius
d6cb9fc261
New translations app_en.arb (Chinese Traditional)
2026-03-04 23:19:42 +07:00
Zarz Eleutherius
e6a857335f
New translations app_en.arb (Chinese Simplified)
2026-03-04 23:19:40 +07:00
Zarz Eleutherius
e82e3a8343
New translations app_en.arb (Russian)
2026-03-04 23:19:39 +07:00
Zarz Eleutherius
6d812c76c2
New translations app_en.arb (Portuguese)
2026-03-04 23:19:38 +07:00
Zarz Eleutherius
5af4bb7ade
New translations app_en.arb (Dutch)
2026-03-04 23:19:36 +07:00
Zarz Eleutherius
030d66fd65
New translations app_en.arb (Korean)
2026-03-04 23:19:35 +07:00
Zarz Eleutherius
c929f8d0a6
New translations app_en.arb (Japanese)
2026-03-04 23:19:33 +07:00