ultrasonic-app-subsonic-and.../core/domain/src/main/kotlin/org/moire/ultrasonic/domain
tzugen dbdb59bbff
Add a Room database for Artists, Indexes and MusicFolders.
* There is one database for each Server
* Index items are saved with a "musicFolderId" prop, which makes it possible to filter the database by musicFolder without necessarily having to query the server for it.
* Databases for new Servers are created on the fly
* If the user removes a server, the respective database is deleted.
2021-06-29 18:01:26 +02:00
..
Artist.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
ArtistOrIndex.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
Bookmark.kt Updated Gradle to 6.5 2020-06-13 19:04:31 +02:00
ChatMessage.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
GenericEntry.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
Genre.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
Index.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
JukeboxStatus.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
Lyrics.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
MusicDirectory.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
MusicFolder.kt Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
PlayerState.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
Playlist.kt Introduce new Generic Fragments, ViewModels, and Adapters for the display of API data. 2021-05-16 17:42:31 +02:00
PodcastsChannel.kt Introduce new Generic Fragments, ViewModels, and Adapters for the display of API data. 2021-05-16 17:42:31 +02:00
RepeatMode.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
SearchCriteria.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
SearchResult.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00
Share.kt Introduce new Generic Fragments, ViewModels, and Adapters for the display of API data. 2021-05-16 17:42:31 +02:00
UserInfo.kt Move domain module to core modules. 2018-10-07 20:59:06 +02:00