Nite
|
5b0c9906f1
|
Fixed Server Id and Indexing
|
2020-09-24 18:20:59 +02:00 |
Óscar García Amor
|
a7d29a4093
|
More UltraSonic -> Ultrasonic
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-24 13:03:05 +02:00 |
Nite
|
31853cc8bc
|
Made the hostname part of the server url mandatory
|
2020-09-23 17:14:14 +02:00 |
Nite
|
b7c21e4aac
|
Fixed Server Id to be the same as the Preference was
|
2020-09-23 16:26:54 +02:00 |
Nite
|
55105e52b6
|
Fixed ktlint errors
|
2020-09-22 22:01:33 +02:00 |
Nite
|
06109424ec
|
Index fix, added logging
|
2020-09-22 21:50:53 +02:00 |
Nite
|
bed29ce33b
|
Fixed migrated server indexing
|
2020-09-22 20:18:36 +02:00 |
Nite
|
cc954e4d5a
|
Fixed migration to check for empty database at every start
|
2020-09-22 17:03:04 +02:00 |
Nite
|
234e4703a1
|
Fixed first time migration
Minor fixes
|
2020-09-19 11:56:10 +02:00 |
Nite
|
6721500202
|
Updated Server Settings UI and Storage
Updated Koin to latest
|
2020-09-18 09:37:19 +02:00 |
Nite
|
ca2bfbf14b
|
Updated Subsonic API version handling
|
2020-08-27 10:27:25 +02:00 |
Nite
|
5739b2bf4b
|
Implemented file picker for cache folder settings
|
2020-08-18 21:24:24 +02:00 |
Nite
|
07553464e8
|
Fixed ktlintCheck
|
2020-07-13 16:37:13 +02:00 |
Nite
|
3d61dde83f
|
Fixed audio focus handling
|
2020-07-07 18:50:26 +02:00 |
Nite
|
5b5c8ea8b7
|
Fixed CI things
|
2020-06-30 17:09:13 +02:00 |
Nite
|
bd77c2a851
|
Added null checks, moved MediaPlayer to its own Koin module
|
2020-06-26 16:33:27 +02:00 |
Nite
|
bbe9f39300
|
Moved externally visible functions to interface, added comments
|
2020-06-26 15:18:14 +02:00 |
Nite
|
b83631107c
|
Major cleanup, minor fixes
|
2020-06-25 14:33:44 +02:00 |
Nite
|
0820763c7f
|
Refactored playback related things
|
2020-06-23 18:40:44 +02:00 |
Nite
|
53628dde54
|
Started to use Koin, refactored lifecycleSupport and Intent handling
|
2020-06-22 18:44:15 +02:00 |
Nite
|
de7eaef668
|
Updated Gradle to 6.5
Tried to satisfy ktlint rules
|
2020-06-13 19:04:31 +02:00 |
Nite
|
b23c1b4a6a
|
Cleaned up dependencies.gradle
Moved MultiDex to debug only
|
2020-06-05 17:09:33 +02:00 |
Nite
|
915a659b5d
|
Fixed MultiDex
|
2020-05-29 11:23:51 +02:00 |
Nite
|
ab624be93d
|
Implemented five star rating
|
2020-01-13 21:20:52 +01:00 |
Yahor Berdnikau
|
c2924df25f
|
Use Koin java module.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-08-03 22:08:30 +02:00 |
Yahor Berdnikau
|
48acc64ee3
|
Migrate Koin to 1.0.0-beta3 version.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-08-03 21:50:21 +02:00 |
Yahor Berdnikau
|
a63c47112c
|
Add feature flags that contains new image loader flag.
This allows to release new versions of the app with unfinished/
not fully implemented features.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-07-15 09:50:07 +02:00 |
Yahor Berdnikau
|
02467cb05b
|
Add loading user avatars.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-07-14 20:55:45 +02:00 |
Yahor Berdnikau
|
c0b6500b47
|
Provide configuration for image load request.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-28 22:03:47 +02:00 |
Yahor Berdnikau
|
77eb257d84
|
Glue together old ImageLoader impl and new one.
Currently it is working in a pretty limited way.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-26 23:09:16 +02:00 |
Yahor Berdnikau
|
b97e09b14b
|
Provide app okhttp client instance to subsonic api client.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-24 17:30:38 +02:00 |
Yahor Berdnikau
|
f007418298
|
Move subsonic api client to it's own DI module.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-24 17:30:38 +02:00 |
Yahor Berdnikau
|
8dc9534327
|
Move api client configuration to separate data class.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-24 17:30:38 +02:00 |
Yahor Berdnikau
|
52b32d0fd6
|
Add DI for MusicService.
It is still hidden behind MusicServiceFactory, but opens a way to use
it directly via injection.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-06-24 17:30:38 +02:00 |
Yahor Berdnikau
|
ad52e3ad95
|
Move domain entities to own module.
This allow other modules to depend on them.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-03-10 19:42:28 +01:00 |
Yahor Berdnikau
|
182eb7ec3b
|
Fix unit tests.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-24 22:19:34 +01:00 |
Yahor Berdnikau
|
a11037ecf1
|
Fix ChatMessage was not data class.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-24 22:19:17 +01:00 |
Yahor Berdnikau
|
440eb4067d
|
Fix missing empty line in the end.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 22:47:41 +01:00 |
Yahor Berdnikau
|
1fe6da5f46
|
Convert MusicDirectory domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 22:45:28 +01:00 |
Yahor Berdnikau
|
47d5a4dba1
|
Convert Artist domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 22:30:39 +01:00 |
Yahor Berdnikau
|
3e3d39e2cd
|
Convert Bookmark domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 22:23:48 +01:00 |
Yahor Berdnikau
|
817122c16f
|
Convert ChatMessage domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 22:18:23 +01:00 |
Yahor Berdnikau
|
ea5fd0d1be
|
Convert Genre domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:57:10 +01:00 |
Yahor Berdnikau
|
9ddd68f941
|
Convert Indexes domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:46:53 +01:00 |
Yahor Berdnikau
|
21b3fcc77c
|
Convert JukeboxStatus domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:36:58 +01:00 |
Yahor Berdnikau
|
3dd7e531b9
|
Convert Lyrics domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:26:40 +01:00 |
Yahor Berdnikau
|
a1f2132a17
|
Convert MusicFolder domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:18:24 +01:00 |
Yahor Berdnikau
|
b3d70f8745
|
Convert Playlist domain enum to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:16:41 +01:00 |
Yahor Berdnikau
|
5265e58d47
|
Convert Playlist domain entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-22 21:15:32 +01:00 |
Yahor Berdnikau
|
257a014b18
|
Migrate PodcastsChannel entity to kotlin.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
|
2018-02-21 22:38:13 +01:00 |