zarzet
7bb808cba5
ci: auto-update AltStore source (apps.json) on release
2026-03-15 19:11:29 +07:00
zarzet
fffce6039a
feat: add Deezer entry in provider priority UI and improve release changelog
...
- Add 'deezer' case with icon to _ProviderItem in provider_priority_page.dart
- Fix release.yml: deterministic previous-tag lookup for Full Changelog link
- Strip version header line and author attribution from Telegram changelog
- cliff.toml: hide repo owner username from commit attribution
- cliff.toml: remove PR number stripping preprocessor
2026-03-12 02:51:37 +07:00
zarzet
9c6856b584
refactor: migrate to git-cliff for changelog and deduplicate library items
...
- Replace manual CHANGELOG.md parsing with git-cliff action in release workflow
- Add cliff.toml config for conventional commit grouping and GitHub integration
- Extract buildPathMatchKeys into shared utility with Android storage alias support
- Deduplicate local library items overlapping with downloaded items in queue tab
2026-03-10 15:26:19 +07:00
zarzet
ab26d84632
chore: rebuild dev history without streaming-era commits
2026-02-27 13:48:44 +07:00
renovate[bot]
fdbb474763
chore(deps): update dependency go to 1.26
2026-02-11 05:30:57 +00:00
Zarz Eleutherius
c74fb28a3a
Merge pull request #131 from zarzet/renovate/actions-setup-java-5.x
...
chore(deps): update actions/setup-java action to v5
2026-02-07 19:49:18 +07:00
Zarz Eleutherius
ab62a8b1a9
Merge pull request #134 from zarzet/renovate/softprops-action-gh-release-2.x
...
chore(deps): update softprops/action-gh-release action to v2
2026-02-07 19:48:04 +07:00
renovate[bot]
d23562e579
chore(deps): update softprops/action-gh-release action to v2
2026-02-07 12:47:07 +00:00
renovate[bot]
d4f7e6e494
chore(deps): update github artifact actions
2026-02-07 12:47:00 +00:00
renovate[bot]
532c08fe2e
chore(deps): update actions/setup-java action to v5
2026-02-07 12:46:56 +00:00
Zarz Eleutherius
704b9674f4
Merge pull request #128 from zarzet/renovate/actions-cache-5.x
...
chore(deps): update actions/cache action to v5
2026-02-07 19:35:15 +07:00
Zarz Eleutherius
3de94280d2
Merge pull request #129 from zarzet/renovate/actions-checkout-6.x
...
chore(deps): update actions/checkout action to v6
2026-02-07 19:34:45 +07:00
renovate[bot]
5d097c3a95
chore(deps): update actions/setup-go action to v6
2026-02-07 12:32:50 +00:00
renovate[bot]
4023e752a0
chore(deps): update actions/checkout action to v6
2026-02-07 12:32:47 +00:00
renovate[bot]
37b4727a29
chore(deps): update actions/cache action to v5
2026-02-07 11:49:57 +00:00
zarzet
b29dc63337
fix: release build crash on Android 15+ (API 36)
...
- Add ProGuard rules for Flutter plugins (path_provider, local_notifications, receive_sharing_intent, etc.)
- Upgrade Go to 1.25.6 for 16KB page alignment support
- Expand ProGuard rules for Go backend and Kotlin coroutines
- Fix R8 stripping plugin implementations in release builds
2026-01-31 17:17:08 +07:00
zarzet
29699117dc
fix(ci): add -tags ios to gomobile bind for iOS build
2026-01-31 15:34:34 +07:00
zarzet
8ac035d146
chore: remove obsolete iOS-specific files
...
- Delete pubspec_ios.yaml (now identical to main pubspec.yaml)
- Delete build_assets/ffmpeg_service_ios.dart (main service works for both platforms)
- Remove iOS pubspec/FFmpeg swap steps from release.yml
- Both Android and iOS now use ffmpeg_kit_flutter_new_audio plugin
2026-01-31 15:11:19 +07:00
zarzet
31fdd30c13
fix: use --data-urlencode for Telegram message to handle special chars (+, &)
2026-01-31 15:10:17 +07:00
zarzet
b627ae1874
fix: handle CRLF in changelog extraction for Telegram
2026-01-21 16:23:19 +07:00
zarzet
46afa6e733
fix: use HTML parse mode for Telegram notifications to handle special chars
2026-01-21 13:30:35 +07:00
zarzet
e725a7be77
feat: convert GitHub Markdown to Telegram format in release notification
2026-01-20 10:12:01 +07:00
zarzet
d960708dac
feat: improve Telegram notification - upload IPA, remove redundant links, increase changelog limit
2026-01-20 10:08:35 +07:00
zarzet
c62ad005f5
docs: update README and release workflow
2026-01-20 09:58:31 +07:00
zarzet
125d070cfe
fix: remove duplicate --- separator in release notes
...
Extract changelog now strips trailing --- from CHANGELOG.md sections
2026-01-13 23:51:59 +07:00
zarzet
f12c18d76b
Add issue templates, update workflow SDK, fix about logo
2026-01-10 16:53:41 +07:00
zarzet
0da39a1b8b
chore: update NDK to r27d LTS (27.3.13750724) for 16KB page size support
2026-01-10 16:48:52 +07:00
zarzet
bea5dd1d4a
v2.2.0: Default to Tidal, faster ISRC matching, ISRC enrichment for search
2026-01-10 04:33:05 +07:00
zarzet
cbc8fdcb0c
feat: add download badges to release page
2026-01-09 17:25:01 +07:00
zarzet
3b79b4f1ca
fix: use absolute path for IPA creation
2026-01-09 02:41:19 +07:00
zarzet
5692a76650
Fix: iOS embedMetadata method + Android APK path detection
2026-01-09 02:31:01 +07:00
zarzet
e5e75e7092
Fix iOS build: use xcodebuild with CODE_SIGNING_ALLOWED=NO
2026-01-09 02:18:54 +07:00
zarzet
9baa1e2088
fix: Replace android-actions/setup-android with direct SDK setup
2026-01-07 03:38:00 +07:00
zarzet
cf00ecb756
feat: use custom FFmpeg AAR for Android, reduce APK size
...
- Replace ffmpeg_kit_flutter plugin with custom AAR (arm64 + arm7a only)
- Add MethodChannel bridge for FFmpeg in MainActivity
- Create separate pubspec_ios.yaml for iOS builds with ffmpeg_kit plugin
- Update GitHub workflow to swap pubspec for iOS builds
- Reduces Android APK size by ~50MB
2026-01-05 14:09:32 +07:00
zarzet
d641a517b8
ci: Fix disk cleanup - only remove safe directories
2026-01-04 12:09:13 +07:00
zarzet
608fa2ca74
ci: Fix disk cleanup - don't remove Android SDK path
2026-01-04 12:08:18 +07:00
zarzet
343b309314
ci: Add disk cleanup step to fix runner space issue
2026-01-04 12:01:34 +07:00
zarzet
b87de1f00a
feat: quality picker with track info, update dialog redesign, finalizing notification fix
...
- Quality picker now shows track name, artist, and cover
- Tap to expand long track titles (icon only shows when truncated)
- Ripple effect follows rounded corners including drag handle
- Update dialog redesigned with Material Expressive 3 style
- Fixed update notification stuck at 100% after download complete
- Ask before download now enabled by default
- Finalizing notification for multi-progress polling
2026-01-03 04:26:19 +07:00
zarzet
9ca0e8cf5c
v1.5.0-hotfix6: Use sign-android-release action
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
562fd4d7bb
v1.5.0-hotfix4: Create keystore.properties in workflow
2026-01-02 04:17:24 +07:00
zarzet
4caa803eb2
v1.5.0-hotfix3: Decode keystore in workflow
2026-01-02 04:09:49 +07:00
zarzet
33e8ddd758
v1.5.0-hotfix: Fix app signing, add in-app update
2026-01-02 03:36:11 +07:00
zarzet
db1439e08f
fix: improve changelog extraction in release workflow
2026-01-02 00:15:14 +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
ab9869a849
fix: add XCFramework to Xcode project dynamically for iOS build
2026-01-01 20:35:10 +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
0340e44a88
Fix: Use latest stable Flutter instead of 3.24.0
2026-01-01 19:33:43 +07:00
zarzet
3fdcf6d5b7
Initial commit: SpotiFLAC Android/iOS app
2026-01-01 19:28:15 +07:00