Zarz Eleutherius
5a8ff7db37
New translations app_en.arb (French)
2026-02-18 17:44:22 +07:00
Zarz Eleutherius
cc08596adf
Update source file app_en.arb
2026-02-18 17:44:19 +07:00
Zarz Eleutherius
e83fd66023
New translations app_en.arb (Russian)
2026-02-17 17:43:02 +07:00
Zarz Eleutherius
d49bab403d
New translations app_en.arb (German)
2026-02-17 17:43:01 +07:00
Zarz Eleutherius
a6bef63aa7
New translations app_en.arb (Indonesian)
2026-02-16 17:38:32 +07:00
Zarz Eleutherius
898e28c40c
New translations app_en.arb (German)
2026-02-15 17:40:51 +07:00
Zarz Eleutherius
17ba1713ad
New translations app_en.arb (Turkish)
2026-02-14 17:37:29 +07:00
Zarz Eleutherius
f4110204b1
New translations app_en.arb (Hindi)
2026-02-14 17:37:28 +07:00
Zarz Eleutherius
d2a183b52d
New translations app_en.arb (Indonesian)
2026-02-14 17:37:27 +07:00
Zarz Eleutherius
a8dcf3113c
New translations app_en.arb (Chinese Traditional)
2026-02-14 17:37:26 +07:00
Zarz Eleutherius
1f52a6c9e0
New translations app_en.arb (Chinese Simplified)
2026-02-14 17:37:25 +07:00
Zarz Eleutherius
adbed63196
New translations app_en.arb (Russian)
2026-02-14 17:37:24 +07:00
Zarz Eleutherius
33e20845f1
New translations app_en.arb (Portuguese)
2026-02-14 17:37:22 +07:00
Zarz Eleutherius
9a7096c301
New translations app_en.arb (Dutch)
2026-02-14 17:37:21 +07:00
Zarz Eleutherius
4c365032ff
New translations app_en.arb (Korean)
2026-02-14 17:37:20 +07:00
Zarz Eleutherius
bbd32d40a6
New translations app_en.arb (Japanese)
2026-02-14 17:37:19 +07:00
Zarz Eleutherius
73f4a91fa1
New translations app_en.arb (German)
2026-02-14 17:37:18 +07:00
Zarz Eleutherius
1e2e383794
New translations app_en.arb (Spanish)
2026-02-14 17:37:17 +07:00
Zarz Eleutherius
3b70b071e3
New translations app_en.arb (French)
2026-02-14 17:37:16 +07:00
Zarz Eleutherius
838c0ea421
Update source file app_en.arb
2026-02-14 17:37:13 +07:00
Zarz Eleutherius
d4d661d6d4
New translations app_en.arb (German)
2026-02-13 17:08:10 +07:00
Zarz Eleutherius
924569aefb
New translations app_en.arb (Russian)
2026-02-12 16:53:01 +07:00
Zarz Eleutherius
a5864e15f8
New translations app_en.arb (German)
2026-02-12 16:53:00 +07:00
zarzet
0dc89cf569
fix(deps): allow material_color_utilities sdk-pinned range
v3.6.6
2026-02-12 02:33:54 +07:00
zarzet
3c1e9d03a0
fix(ios): recover notification permission and path handling
2026-02-12 02:23:54 +07:00
zarzet
28a082f47a
fix(l10n): fix arb locale mismatch - rename es-ES/pt-PT to underscore format
2026-02-12 01:28:56 +07:00
zarzet
38994d5900
chore: bump pubspec.yaml version to 3.6.6+80
2026-02-12 01:16:49 +07:00
zarzet
472896328a
Merge remote-tracking branch 'origin/dev' into dev
2026-02-12 01:15:50 +07:00
zarzet
92f408035a
feat: enable library scan notifications on iOS (remove Android-only guard)
2026-02-12 01:14:10 +07:00
zarzet
979186243c
docs: update changelog v3.6.6 with new features and translation update
2026-02-12 01:11:12 +07:00
zarzet
ee66247bea
Merge remote-tracking branch 'origin/l10n_dev' into dev
...
# Conflicts:
# lib/l10n/arb/app_es-ES.arb
# lib/l10n/arb/app_id.arb
# lib/l10n/arb/app_pt-PT.arb
2026-02-12 01:10:04 +07:00
zarzet
66a9daf733
chore: minor formatting and whitespace cleanup
2026-02-12 01:06:27 +07:00
zarzet
69a9e0cb40
feat: add library scan notifications - progress, complete, failed, cancelled notifications for local library scan - new notification channel for library scan - Android only
2026-02-12 01:06:17 +07:00
zarzet
cd6beaa7d4
feat: add filterContributingArtistsInAlbumArtist setting - new option to strip contributing artists from Album Artist metadata - applies to folder organization and metadata embedding - collapsible Artist Name Filters section in download settings UI
2026-02-12 01:06:08 +07:00
zarzet
5f4ff17630
refactor(ios): remove legacy download handlers, use downloadByStrategy only
2026-02-12 01:02:48 +07:00
zarzet
3c3bbe516e
v3.6.6: fix iOS downloads, metadata fallback, lossy quality display, audio duration accuracy
2026-02-12 00:32:40 +07:00
zarzet
a1d1ab1f0f
fix: preserve extended metadata during fallback, accurate lossy quality display, SAF improvements
...
- Add Genre/Label/Copyright fields to DownloadResult struct
- buildDownloadSuccessResponse now prefers service result metadata over request
- enrichRequestExtendedMetadata fetches Deezer metadata by ISRC before download
- Flutter sends copyright in download request payload
- History merge preserves existing genre/label/copyright on re-download
- Accurate MP3 duration via Xing/VBRI VBR headers, MPEG2/2.5 bitrate tables
- Accurate Opus/Vorbis duration via last Ogg page granule position
- Bitrate field added to LibraryScanResult, LocalLibraryItem, DB v4 migration
- Lossy formats display format+bitrate instead of fake 16-bit quality
- Local library file date uses fileModTime instead of scannedAt
- SAF URI recovery for transient FD paths after download
- Improved SAF repair and download history path matching in library scan
- Extract quality probe logic into reusable enrichResultQualityFromFile
2026-02-12 00:19:02 +07:00
Zarz Eleutherius
ab9456fff8
New translations app_en.arb (Turkish)
2026-02-11 16:12:15 +07:00
Zarz Eleutherius
2f673469aa
New translations app_en.arb (Hindi)
2026-02-11 16:12:14 +07:00
Zarz Eleutherius
05fde22075
New translations app_en.arb (Indonesian)
2026-02-11 16:12:13 +07:00
Zarz Eleutherius
deab7b7dd6
New translations app_en.arb (Chinese Traditional)
2026-02-11 16:12:11 +07:00
Zarz Eleutherius
ae5da3b6e0
New translations app_en.arb (Chinese Simplified)
2026-02-11 16:12:10 +07:00
Zarz Eleutherius
4d0c8f49aa
New translations app_en.arb (Russian)
2026-02-11 16:12:08 +07:00
Zarz Eleutherius
3068f4e367
New translations app_en.arb (Portuguese)
2026-02-11 16:12:07 +07:00
Zarz Eleutherius
3844704490
New translations app_en.arb (Dutch)
2026-02-11 16:12:06 +07:00
Zarz Eleutherius
12144b8220
New translations app_en.arb (Korean)
2026-02-11 16:12:04 +07:00
Zarz Eleutherius
b639080494
New translations app_en.arb (Japanese)
2026-02-11 16:12:03 +07:00
Zarz Eleutherius
e67d7d68cb
New translations app_en.arb (German)
2026-02-11 16:12:01 +07:00
Zarz Eleutherius
b8f18c1cf5
New translations app_en.arb (Spanish)
2026-02-11 16:12:00 +07:00
Zarz Eleutherius
529958c4af
New translations app_en.arb (French)
2026-02-11 16:11:59 +07:00