Commit 199e545
committed
Refactor navigation, Bluetooth transfer, and Realm queries
Major update:
- Refactored artist/album/song navigation with improved transitions and dynamic chips; switched to SupportFragmentManager.
- Added device-to-device Bluetooth transfer UI and logic, with updated permissions and improved pairing.
- Replaced all Realm .ToList() with .AsEnumerable() for LINQ compliance and cross-platform stability.
- Enhanced RecyclerView adapters for real-time updates and playback state awareness.
- Updated backup/restore to use app state and song IDs.
- Improved error handling, dependency injection, and UI responsiveness.
- Bumped app version to 1.7.2.1 parent 57bcf9c commit 199e545
File tree
45 files changed
+1298
-735
lines changed- Dimmer
- Dimmer.Droid
- DimmerAudio
- NativeServices
- Utils
- Extensions
- ViewModels
- ViewsAndPages
- NativeViews
- Activity
- AlbumSection
- ArtistSection
- DeviceTransfer
- DimsSection
- Misc
- SingleSong
- ViewUtils
- Dimmer.WinUI
- NativeServices
- Views/WinuiPages
- DimmsSection
- Dimmer
- Data
- ModelView
- RealmStaticFilters
- DimmerLive
- DimmerSearch
- Interfaces/Services
- Orchestration
- ViewModel
- DimmerLiveVM
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1298
-735
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments