Commit Graph

47 Commits

Author SHA1 Message Date
zarzet
39ddb7a14f fix: persist download queue to survive app restart (v1.6.1)
- Download queue now persisted to SharedPreferences
- Auto-restore pending downloads on app restart
- Interrupted downloads reset to queued and auto-resumed
- singleTask launch mode to prevent app restart on share intent
- onNewIntent handler for proper intent handling
- Reverted share_plus to 10.1.4 (12.0.1 has Kotlin build issues)
2026-01-02 17:35:34 +07:00
zarzet
bd9b527161 release: v1.6.0 - Live search, quality picker, dependency updates v1.6.0 2026-01-02 17:13:22 +07:00
zarzet
39bcc2c547 feat: live search with back navigation and animated transitions 2026-01-02 16:43:59 +07:00
zarzet
973c2e3b41 v1.5.6: UI improvements, logger migration, and bug fixes
- Fix update checker for versions with suffix (hotfix/beta/rc)
- Add collapsing header to Search tab for consistent UI
- Redesign Settings with Android-style grouped cards
- Increase app bar title size (28px) and height (130px)
- Replace all print() with structured logging (logger package)
- Fix lint warnings (curly braces, unnecessary underscores)
2026-01-02 15:16:50 +07:00
zarzet
62805720da Add auto-tag workflow on version change 2026-01-02 06:52:28 +07:00
zarzet
0d8234ccd2 v1.5.5: History tab, share intent, artist support, lyrics viewer, folder organization v1.5.5 2026-01-02 06:47:49 +07:00
zarzet
0edd616c3d Remove redundant workflows, keep only release.yml 2026-01-02 04:44:26 +07:00
zarzet
9ca0e8cf5c v1.5.0-hotfix6: Use sign-android-release action v1.5.0-hotfix6 2026-01-02 04:29:55 +07:00
zarzet
37b8682faa v1.5.0-hotfix5: Use key.properties per Flutter docs 2026-01-02 04:27:02 +07:00
zarzet
6563f0f2b3 Remove APK from tracking 2026-01-02 04:17:44 +07:00
zarzet
562fd4d7bb v1.5.0-hotfix4: Create keystore.properties in workflow 2026-01-02 04:17:24 +07:00
zarzet
7aa3e77df1 Remove APK 2026-01-02 04:10:07 +07:00
zarzet
4caa803eb2 v1.5.0-hotfix3: Decode keystore in workflow 2026-01-02 04:09:49 +07:00
zarzet
6d5c9d0f91 Remove accidentally committed APK 2026-01-02 03:52:00 +07:00
zarzet
1b2ad4cdd5 v1.5.0-hotfix2: Fix CI signing config 2026-01-02 03:51:41 +07:00
zarzet
33e8ddd758 v1.5.0-hotfix: Fix app signing, add in-app update v1.5.0-hotfix 2026-01-02 03:36:11 +07:00
zarzet
d227d57545 v1.5.0: UI rework, multi-progress tracking, performance optimizations v1.5.0 2026-01-02 02:54:50 +07:00
zarzet
db1439e08f fix: improve changelog extraction in release workflow 2026-01-02 00:15:14 +07:00
zarzet
47e7850ee0 chore: remove screenshot 2026-01-02 00:14:02 +07:00
zarzet
3ea665dab4 docs: add v1.2.0 changelog, update gitignore 2026-01-02 00:12:36 +07:00
zarzet
bd4acdf222 v1.2.0: Track Metadata Screen, Hi-Res fix, Settings navigation fix 2026-01-02 00:10:30 +07:00
zarzet
8ac679003e v1.1.1: UI fixes, MIT license, history persistence improvements v1.1.1 2026-01-01 22:29:40 +07:00
zarzet
6a1265eac3 v1.1.0: Parallel downloads, bug fixes, history persistence v1.1.0 2026-01-01 22:09:39 +07:00
zarzet
9570547ff9 fix: trim whitespace from metadata fields to prevent filename issues 2026-01-01 21:45:33 +07:00
zarzet
ef62fb218a fix: add connection pooling and periodic cleanup to prevent TCP exhaustion 2026-01-01 21:42:25 +07:00
zarzet
ba5c91090c fix: add progress tracking for BTS downloads and persist history 2026-01-01 21:28:00 +07:00
zarzet
c454bcd5ee docs: center logo in README 2026-01-01 21:14:17 +07:00
zarzet
4d2ee6fca6 docs: resize logo to 128px 2026-01-01 21:13:12 +07:00
zarzet
89851bbd62 docs: add screenshots to README 2026-01-01 21:11:22 +07:00
zarzet
2c614f9e2f chore: bump version to 1.0.5 v1.0.5 2026-01-01 20:54:36 +07:00
zarzet
f36bee1095 feat: add GitHub links and credits to Settings 2026-01-01 20:49:12 +07:00
zarzet
e4218a1894 fix: correct GobackendSetDownloadDirectory call signature for iOS 2026-01-01 20:46:08 +07:00
zarzet
db335f5ba6 chore: bump version to 1.0.3 v1.0.3 2026-01-01 20:36:02 +07:00
zarzet
ab9869a849 fix: add XCFramework to Xcode project dynamically for iOS build 2026-01-01 20:35:10 +07:00
zarzet
34791310b7 fix: remove empty assets/icons folder reference 2026-01-01 20:25:53 +07:00
zarzet
97e366b5ef chore: bump version to 1.0.2 v1.0.2 2026-01-01 20:13:47 +07:00
zarzet
3a4019a55e fix: trigger release workflow directly from auto-release 2026-01-01 20:12:53 +07:00
zarzet
320bc09b57 chore: bump version to 1.0.1 v1.0.1 2026-01-01 19:57:23 +07:00
zarzet
c033c73a95 perf: reduce APK size - switch to audio-only FFmpeg, enable ProGuard, split APK by ABI 2026-01-01 19:54:45 +07:00
zarzet
d4d3a48167 fix: add Gobackend framework search paths for iOS build 2026-01-01 19:50:54 +07:00
zarzet
52310dd801 Remove ignored files from tracking 2026-01-01 19:40:43 +07:00
zarzet
f374af2023 Add auto-release on version bump, update repo URLs to SpotiFLAC-Mobile 2026-01-01 19:40:14 +07:00
zarzet
b0016fb510 Build only on version tag push 2026-01-01 19:39:01 +07:00
zarzet
b3f5c7b2dc Clean up README 2026-01-01 19:35:34 +07:00
zarzet
0340e44a88 Fix: Use latest stable Flutter instead of 3.24.0 v1.0.0 2026-01-01 19:33:43 +07:00
zarzet
f2642f783f Update README with badges and disclaimer 2026-01-01 19:31:21 +07:00
zarzet
3fdcf6d5b7 Initial commit: SpotiFLAC Android/iOS app 2026-01-01 19:28:15 +07:00