Commit Graph
53 Commits
Author SHA1 Message Date
kfj001 c523d0121f additional carplay changes 2026-05-17 18:35:16 -07:00
kfj001 b8e86263d9 functional carplay experience in simulators 2026-05-17 18:35:01 -07:00
kfj001 e3288e044a fixes build issues related to using ios 14 apis in ios 13 project. restores runnable and listenable on ios. 2026-05-17 17:57:03 -07:00
kfj001 b8d624343b Merge pull request 'Alters the metadata sent to google cast to reflect the station rather the song when cast began.' (#8) from cast_station_name_not_current_track into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/8
2026-05-17 14:32:58 -07:00
kfj001 4c4113f66f Alters the metadata sent to google cast to reflect the station rather the song when cast began. 2026-05-17 14:32:38 -07:00
kfj001 5f3801e65f Merge pull request 'corrects problem where google cast was disconnected from player state when app launched from head unit' (#7) from fix_cast into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/7
2026-05-17 14:21:45 -07:00
kfj001 a2b5da3669 corrects problem where google cast was disconnected from player state when app launched from head unit 2026-05-16 23:45:11 -07:00
kfj001 1c7e27b83d Merge pull request 'refactors design to flutter driven service core.' (#6) from central_flutter_service into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/6
2026-05-16 21:22:16 -07:00
kfj001 df2338e5e9 higher resolution android auto logo 2026-05-16 21:21:34 -07:00
kfj001 85740b399b bug fixes for android auto 2026-05-16 21:05:34 -07:00
kfj001 5ea7442c7c refactors design to flutter driven service core. 2026-05-16 20:52:39 -07:00
kfj001 533a3d74f3 Merge pull request 'Fix: remove orphaned old class body from KryzAutoMediaBrowserService' (#5) from agents/android-auto-apple-carplay-support into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/5
2026-05-15 23:17:10 -07:00
kfj001 065d3c8e47 Merge pull request 'Fixes bug where canceling cast dialog would lockout cast button' (#4) from bug_fix_cast_button into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/4
2026-05-15 23:14:37 -07:00
kfj001 83dd1a28b8 First pass adding android auto and apple carplay support. Android auto tuned on emulator. 2026-05-15 21:30:23 -07:00
kfj001andCopilot 52f5ec577b Fix: remove orphaned old class body from KryzAutoMediaBrowserService
The previous rewrite left the entire old class body (companion object,
mediaSessionCallback, lifecycle overrides, launchMainActivity helpers)
dangling outside the new class closing brace — a Kotlin syntax error.
Gradle was using the last successfully compiled APK, so Android Auto
received a broken service and showed 'doesn't seem to be working'.

Remove lines 362-581 (old code), leaving only the new clean class.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-15 21:17:21 -07:00
kfj001 5827d129f6 Fixes bug where canceling cast dialog would lockout cast button 2026-05-15 07:13:54 +00:00
kfj001 da0779cafb Merge pull request 'fixes timestamping across timezones' (#3) from fix_time into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/3
2026-05-14 23:57:38 -07:00
kfj001 d32720a2e0 fixes timestamping across timezones 2026-05-14 22:51:04 -07:00
kfj001 cbdc3f7710 Merge pull request 'Adds Apple airplay/Google cast support to the app' (#2) from cast into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/2
2026-05-14 22:19:45 -07:00
kfj001 283a918b81 corrects minor branding issue with cast/airplay 2026-05-14 22:17:32 -07:00
kfj001 f7979a70e6 additional changes 2026-05-14 22:02:50 -07:00
kfj001 c9ef69c8b5 Adds Apple airplay/Google cast support to the app 2026-05-14 22:02:37 -07:00
kfj001 3bb2630e1a Refactors duration formatting logic for improved clarity and correctness. 2026-05-11 20:48:09 +00:00
kfj001 65e5db2d35 Removed unneeded imports after refactor. 2026-05-11 20:21:27 +00:00
kfj001 318bb095a1 Corrects formatting issue quirk unique to airtime 2026-05-10 02:40:31 +00:00
kfj001 f1fd59c199 Fixes app orientation to vertical for mobile phones 2026-05-10 01:20:05 +00:00
kfj001 0c6442e260 Updates formatting for last updated 2026-05-10 01:19:48 +00:00
kfj001 a5e1e36ebf Fixes time display of current/next song UI. Adds localized formatting code for start times of shows current and next. 2026-05-10 00:45:31 +00:00
kfj001 de0a243388 Alters devcontainer config to allow for building and running on Linux desktop. 2026-05-10 00:13:34 +00:00
kfj001andCopilot 6893758a16 Refactors visual widgets from live_info_panel into their own widgets.
removes the play history widget from the live info panel.

Co-authored-by: Copilot <copilot@github.com>
2026-05-08 22:42:10 -07:00
kfj001 42a34712a2 Minor renaming 2026-05-01 20:22:12 -07:00
kfj001 e3656a64a8 Removes dropdown selector for refresh cycle. Changes refresh to 20 seconds. 2026-04-30 21:20:35 -07:00
kfj001 15fc7e3d6f Merge pull request 'corrected icon text. created info panel to replace web view with station stream info from airtime' (#1) from info_at_top into main
Reviewed-on: http://192.168.1.74:30008/kfj001/kryz-go-flutter/pulls/1
2026-04-30 19:30:19 -07:00
kfj001andCopilot d7d094d70a Linux build system correction. New visual treatment
Co-authored-by: Copilot <copilot@github.com>
2026-05-01 02:29:20 +00:00
kfj001 deaa4db158 refactored live info panel missing form last checkin 2026-04-30 07:43:23 +00:00
kfj001 af7eb3b7f8 corrected icon text. created info panel to replace web view with station stream info from airtime 2026-04-30 07:42:46 +00:00
kfj001 dd429a9687 Updated branding and app naming for consistency. Added library tools to sync naming and icon across platforms. Updated readme. 2026-04-30 03:14:14 +00:00
kfj001 832437f9ea - Normalizes naming.
- Updates `readme.md`
2026-04-30 02:41:45 +00:00
kfj001andCopilot f907a4f3b6 adds buffering intermediate state
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 17:09:28 -07:00
kfj001 618acc9f38 fixes typeo 2026-04-29 16:08:44 -07:00
kfj001andCopilot 5db19217ff minor cosmetic improvement to browser space
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 16:08:33 -07:00
kfj001andCopilot f0563b6d1c adds theming class. supports light/dark mode styles
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 15:06:28 -07:00
kfj001 73679a9e20 changes to fix permission issue on mac desktop platform 2026-04-29 14:55:06 -07:00
kfj001andCopilot 67e206846e Adds KRYZ webview\
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 06:43:38 +00:00
kfj001andCopilot 41ab9cf360 minor asthetic improvements
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 06:33:24 +00:00
kfj001andCopilot 5363665fd8 working media player in ios and android
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 21:42:53 -07:00
kfj001 5e69d8f90a replaces words with emoji 2026-04-29 04:10:05 +00:00
kfj001 966ce5ca28 switches pause mechanic for stop on stream 2026-04-29 03:53:35 +00:00
kfj001andCopilot 38f4769d2d working media player on android
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 03:43:23 +00:00
kfj001andCopilot 34476a56da Functioning music player features
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 03:20:20 +00:00