Commit Graph

82 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
ad994f3ca3 feat(jam-session): implement track addition to jam session and enhance UI feedback for jam state 2026-09-11 22:04:59 +06:00
Kingkor Roy Tirtho
a2b9f4178c feat(jam-session): integrate MQTT broker configuration and enhance jam session settings 2026-09-11 19:35:54 +06:00
Kingkor Roy Tirtho
571aea8d38 feat(remote-control): refactor service registration and cleanup logic for improved reliability 2026-09-05 09:52:06 +06:00
Kingkor Roy Tirtho
9ec7704d7b feat(jam-session): enhance jam session functionality with improved playback synchronization and error handling 2026-09-05 09:38:44 +06:00
Kingkor Roy Tirtho
60e38f4868 feat(jam-session): add connection state management and update UI feedback for session status 2026-09-04 15:46:56 +06:00
Kingkor Roy Tirtho
0eb07ef9b6 feat(webrtc): update ICE server configuration and enhance logging for peer connection events 2026-09-04 14:17:37 +06:00
Kingkor Roy Tirtho
7bf17afc42 feat(remote-control): enhance remote playback functionality with new commands and UI integration 2026-09-04 12:02:32 +06:00
Kingkor Roy Tirtho
1c169d007a feat(remote-control): enhance queue management and player state synchronization 2026-09-04 09:24:15 +06:00
Kingkor Roy Tirtho
c5d35bfc93 fix(remote-control): update connection handling and improve logging for remote control events 2026-09-04 09:07:08 +06:00
Kingkor Roy Tirtho
df3a6dcbd2 feat(remote-control): implement remote playback functionality and UI components 2026-08-28 18:28:24 +06:00
Kingkor Roy Tirtho
1aeee1db79 fix(sidebar): add spacer to AppSidebar for improved layout 2026-08-28 13:18:04 +06:00
Kingkor Roy Tirtho
f21442b1c2 feat(deeplinks): implement deep link handling for jam sessions 2026-08-28 09:33:39 +06:00
Kingkor Roy Tirtho
d3a8548661 feat(devices): add device discovery and remote control features 2026-08-21 19:50:09 +06:00
Kingkor Roy Tirtho
94ec831a96 feat(mediacontrol): implement SystemMediaControlService for OS media integration 2026-08-16 15:07:28 +06:00
Kingkor Roy Tirtho
7b506b49e6 refactor(plugin): replace PluginDiscoverViewModel with PluginViewModel and update navigation 2026-08-16 14:19:01 +06:00
Kingkor Roy Tirtho
11cc5e2457 fix(plugin): handle service closure exception during authentication check 2026-08-16 12:27:07 +06:00
Kingkor Roy Tirtho
0a76abba65 chore: update Gradle wrapper to version 9.4.0 and Kotlin standard library to 2.4.10 2026-08-16 11:57:10 +06:00
Kingkor Roy Tirtho
e826052691 fix(webview): linux webview crashing the app 2026-08-15 21:59:15 +06:00
Kingkor Roy Tirtho
e0b9ab530d feat: implement system tray functionality with Compose Native Tray integration 2026-08-14 21:41:09 +06:00
Kingkor Roy Tirtho
94903dcc33 feat: integrate Nucleus framework for enhanced window management and webview support 2026-08-14 20:40:37 +06:00
Kingkor Roy Tirtho
d95e1aad70 fix: update pendingNextIndex when playing a track from the playlist 2026-08-14 19:08:01 +06:00
Kingkor Roy Tirtho
19c1d0ec35 refactor: streamline PlayerQueueContent and ViewModel for better state management 2026-08-14 18:35:42 +06:00
Kingkor Roy Tirtho
870195bdfd feat: improve NewPipe video rank matching 2026-08-14 17:29:25 +06:00
Kingkor Roy Tirtho
4ef256249e fix: play next not working 2026-08-14 17:17:14 +06:00
Kingkor Roy Tirtho
f4eac7dbd9 refactor: make sure screens use viewmodels instead of having logic in composables 2026-08-14 17:11:38 +06:00
Kingkor Roy Tirtho
16e2a743a5 fix: cached track audio not being invalidated causing alternative track source to not being played 2026-08-14 13:15:34 +06:00
Kingkor Roy Tirtho
b6615bdbc8 feat: update dependencies and configure compose hot reload settings 2026-08-13 22:03:41 +06:00
Kingkor Roy Tirtho
fe0ebb47fe Refactor webview configuration and data clearing functions for iOS and JVM platforms
- Updated `platformWebviewConfig` function to accept an optional `pluginId` parameter for both iOS and JVM implementations.
- Enhanced data directory handling in JVM to create a separate directory for each plugin.
- Implemented `platformClearWebviewData` function for both platforms to clear webview data based on the provided `pluginId`.
- Added necessary imports for iOS and JVM specific functionalities.
2026-07-30 22:53:15 +06:00
Kingkor Roy Tirtho
4bc487782f feat(plugin_install): add plugin installation dialog and release fetching functionality 2026-07-25 22:26:06 +06:00
Kingkor Roy Tirtho
160f1f318f feat(plugin_discovery): implement GitHub plugin discovery and add logo support and information dialog in UI 2026-07-25 22:06:13 +06:00
Kingkor Roy Tirtho
ec672d5f84 feat(plugin_discovery): implement GitHub plugin discovery and add logo support in UI 2026-07-25 14:57:35 +06:00
Kingkor Roy Tirtho
6c9c762b87 refactor: audio metadata handling and add Discord RPC client functionality 2026-07-24 17:28:37 +06:00
Kingkor Roy Tirtho
cfaea59e2f feat(systemtray): self-manage tray lifecycle via Koin DI
SystemTrayService now observes settings internally and creates/removes
the tray icon when minimizeToTray toggles. No more external start/stop
calls from composables — eliminates infinite tray icon recreation.

- SystemTrayService init block subscribes to settings changes
- Close button uses hideWindow() when tray enabled
- Double-click uses hideWindow()/showWindow() for consistent state
- main.kt stripped of LaunchedEffect/remember tray management
- ApplicationMainBar close button checks minimizeToTray setting
2026-07-22 16:54:11 +06:00
Kingkor Roy Tirtho
3448e16ed2 feat: implement blacklist functionality for tracks and artists with UI updates 2026-07-22 16:23:02 +06:00
Kingkor Roy Tirtho
019bbfae14 feat: add hover effect to menu items in System Tray for improved user experience 2026-07-21 22:22:12 +06:00
Kingkor Roy Tirtho
e5993b8ba1 fix: enhance Discord RPC connection management with cooldown and error handling 2026-07-21 14:34:45 +06:00
Kingkor Roy Tirtho
032d9d174b feat: implement System Tray integration for window management and media controls 2026-07-21 14:28:21 +06:00
Kingkor Roy Tirtho
74c345d53c feat: add Discord Rich Presence integration for enhanced media playback visibility 2026-07-21 13:59:07 +06:00
Kingkor Roy Tirtho
16f10b5ba2 feat: refactor LyricsViewModel to use AudioPlayerInterface for improved abstraction 2026-07-20 22:24:53 +06:00
Kingkor Roy Tirtho
5f9f98fb9e feat: update skipToNext and skipToPrevious methods in AudioPlayer for improved media item management 2026-07-20 21:58:52 +06:00
Kingkor Roy Tirtho
a9760a711a feat: introduce AudioPlayerInterface and refactor AudioPlayer implementations for better abstraction 2026-07-20 21:45:33 +06:00
Kingkor Roy Tirtho
189a0c658b feat: simplify playback control logic in AudioPlayer by removing redundant state checks 2026-07-20 18:28:58 +06:00
Kingkor Roy Tirtho
9013b374c7 feat: add current time management in AudioPlayer for improved playback control 2026-07-20 17:45:47 +06:00
Kingkor Roy Tirtho
c10c9bb3fc feat: implement CollectionView component and refactor Album, Playlist, SavedTracks screens for improved UI consistency 2026-07-20 17:40:30 +06:00
Kingkor Roy Tirtho
b22ab3d43e feat: enhance AdaptiveDialogBottomSheet with dismiss icon and improve plugin screen layout 2026-07-20 17:04:39 +06:00
Kingkor Roy Tirtho
c3852a1c32 feat: add adaptive dialog bottom sheet component and enhance plugin installation UI 2026-07-20 15:19:52 +06:00
Kingkor Roy Tirtho
7d1a6750c3 feat: enhance haze effect integration in AppShell and AppSidebar for improved UI experience 2026-07-20 14:04:49 +06:00
Kingkor Roy Tirtho
edc7cdd3fa feat: implement haze effect and UI enhancements in AppLargePlayer and AppShell 2026-07-20 13:22:14 +06:00
Kingkor Roy Tirtho
12dea49c2c feat: replace FeatherIcons with Iconsax in window controls and update sidebar with better design 2026-07-20 11:58:52 +06:00
Kingkor Roy Tirtho
a09a7c8976 feat: integrate Uniffi for audio metadata reading and writing with Lofty library 2026-07-18 00:14:35 +06:00