SpotiFLAC-Mobile/go_backend
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
..
amazon.go chore: fix linter warnings and remove unused functions 2026-01-31 15:12:13 +07:00
cancel.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
cover.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
deezer.go chore: fix linter warnings and remove unused functions 2026-01-31 15:12:13 +07:00
duplicate.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
exports.go feat: add search filters for Deezer default search 2026-01-31 15:12:10 +07:00
extension_manager.go feat: add Home Feed with pull-to-refresh and gobackend.getLocalTime() API 2026-01-21 08:30:44 +07:00
extension_manifest.go feat: add search filter bar for extension custom search 2026-01-31 15:10:18 +07:00
extension_providers.go feat: artist navigation from album, UI improvements, concise changelog 2026-01-21 12:07:50 +07:00
extension_runtime.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_auth.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_ffmpeg.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_file.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_http.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_matching.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_polyfills.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_storage.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_runtime_utils.go feat: add Home Feed with pull-to-refresh and gobackend.getLocalTime() API 2026-01-21 08:30:44 +07:00
extension_settings.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_store.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
extension_test.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
extension_timeout.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
filename.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
go.mod fix: release build crash on Android 15+ (API 36) 2026-01-31 17:17:08 +07:00
go.sum fix: preserve golang.org/x/mobile/bind dependency for gomobile 2026-01-31 15:12:13 +07:00
httputil.go fix(ios): separate uTLS code with build tags for iOS compatibility 2026-01-31 15:31:21 +07:00
httputil_ios.go fix(ios): separate uTLS code with build tags for iOS compatibility 2026-01-31 15:31:21 +07:00
httputil_utls.go fix(ios): separate uTLS code with build tags for iOS compatibility 2026-01-31 15:31:21 +07:00
idhs.go feat(backend): add IDHS as fallback link resolver when SongLink fails 2026-01-31 15:12:10 +07:00
logbuffer.go refactor: remove emojis from Go backend code 2026-01-31 15:12:09 +07:00
lyrics.go feat: v3.2.1 - lyrics improvements, pause/resume, folder options 2026-01-22 02:15:43 +07:00
metadata.go chore: fix linter warnings and remove unused functions 2026-01-31 15:12:13 +07:00
mobile_deps.go fix: preserve golang.org/x/mobile/bind dependency for gomobile 2026-01-31 15:12:13 +07:00
parallel.go perf: optimize cache cleanup and reduce unnecessary widget rebuilds 2026-01-31 15:12:13 +07:00
progress.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
qobuz.go refactor: remove emojis from Go backend code 2026-01-31 15:12:09 +07:00
ratelimit.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
romaji.go chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
songlink.go feat(backend): add IDHS as fallback link resolver when SongLink fails 2026-01-31 15:12:10 +07:00
spotify.go feat: add playlist search to Deezer default search 2026-01-31 15:12:10 +07:00
tidal.go refactor: remove emojis from Go backend code 2026-01-31 15:12:09 +07:00