Nite
|
537478430c
|
Fixed null checks in SongView
Migrated SongView to Kotlin
|
2020-10-31 08:51:43 +01:00 |
Óscar García Amor
|
645f524ce5
|
Bump version to 2.15.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-25 11:13:56 +01:00 |
Óscar García Amor
|
cf19736049
|
Merge branch 'develop' into fix/equalizer_visualizer_init
|
2020-10-25 10:38:49 +01:00 |
Nite
|
5c81097df8
|
Merge branch 'develop' into fix/equalizer_visualizer_init
|
2020-10-20 11:59:37 +02:00 |
Nite
|
bd5440bb96
|
Merge branch 'develop' into fix/store-api-version
|
2020-10-20 11:52:08 +02:00 |
Nite
|
9eeff3fabc
|
Fixed clearing the playlist when MediaPlayerService isn't running
|
2020-10-20 11:29:05 +02:00 |
Nite
|
30a5abaa34
|
Fixed exception on Room downgrade
|
2020-10-17 12:38:48 +02:00 |
Nite
|
0482c540bd
|
Updated Equalizer and Visualizer to use late initialization with LiveData
|
2020-10-17 12:35:30 +02:00 |
Nite
|
eb3ce0db8a
|
Added creating the client again after setting the minimum API version to NULL
|
2020-10-15 14:34:10 +02:00 |
Nite
|
4e6df12f4e
|
Moved minimumApiVersion detection to be executed before any first request
Refactored RESTMusicService to Kotlin
Refactored OfflineMusicService not to be a subclass of RESTMusicService
Minor fixes
|
2020-10-15 10:22:15 +02:00 |
Nite
|
a396b4b27b
|
Fixed Subsonic API version detection
Fixed server change detection
Minor fixes
|
2020-10-13 21:41:01 +02:00 |
Óscar García Amor
|
356af198e0
|
Bump version to 2.14.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-10 11:54:11 +02:00 |
Nite
|
fe591ce0c6
|
Fixed removed constructor by minify in genres API
|
2020-10-09 21:38:35 +02:00 |
Óscar García Amor
|
768e8e6fb5
|
Remove more untranslated strings
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-08 14:19:24 +02:00 |
Óscar García Amor
|
3eeb9618f2
|
Deleted untranslated strings from values files
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-08 09:25:26 +02:00 |
Nite
|
0b21dfdb2d
|
Merge branch 'develop' into feature/log_to_file
|
2020-10-07 21:05:54 +02:00 |
Nite
|
1f7167e016
|
Removed file existence check to improve performance
|
2020-10-07 20:52:58 +02:00 |
Nite
|
b16dde0b07
|
Fixed Opus file handling
Fixed file name generation in offline mode
|
2020-10-07 17:52:16 +02:00 |
Nite
|
60a8599a02
|
Merge branch 'develop' into feature/log_to_file
|
2020-10-06 17:07:16 +02:00 |
Max Pop
|
d4ecc5825d
|
Merge remote-tracking branch 'base/develop' into develop
|
2020-10-05 11:49:14 +02:00 |
Max Pop
|
c565dfef24
|
Revert "Add basic translation"
This reverts commit cd4b1239fc .
|
2020-10-05 11:48:42 +02:00 |
Nite
|
8fa7fdd18b
|
Merge branch 'develop' into feature/log_to_file
|
2020-10-05 10:52:24 +02:00 |
Óscar García Amor
|
dcd27919a2
|
Do not treat missing translations as errors
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-05 09:08:50 +02:00 |
Max Pop
|
675a32a3ef
|
Remove useless import
|
2020-10-05 01:59:53 +02:00 |
Max Pop
|
cd4b1239fc
|
Add basic translation
|
2020-10-05 01:53:23 +02:00 |
Max Pop
|
6ae3c9692a
|
Add Material Black Theme
|
2020-10-05 01:45:58 +02:00 |
Óscar García Amor
|
57a89c4a77
|
Bump version to 2.13.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-10-04 11:41:51 +02:00 |
Nite
|
e15fa23def
|
Fixed ktLint errors
|
2020-10-02 19:08:05 +02:00 |
Nite
|
6e7ebeabef
|
Implemented file logging settings
Implemented log rotation, log deletion
Minor fixes
|
2020-10-02 18:47:21 +02:00 |
Nite
|
5de20861ca
|
Added Timber to Koin and OkHttp, started implementing file logging
|
2020-09-30 18:17:57 +02:00 |
Nite
|
7217f2cca8
|
Refactored Log calls to Timber
|
2020-09-30 14:47:59 +02:00 |
Nite
|
6355a7ed80
|
Fixed missing Intent in AndroidManifest
|
2020-09-29 14:13:49 +02:00 |
Nite
|
f6e61b5484
|
Clarified strings for options
|
2020-09-29 13:58:15 +02:00 |
Nite
|
75a9c60889
|
Fixed handling Bluetooth intents while Ultrasonic isn't running
|
2020-09-29 11:09:24 +02:00 |
Nite
|
c805005b02
|
Added resume and pause settings for bluetooth device connection / disconnection
|
2020-09-28 21:14:47 +02:00 |
Nite
|
046916221d
|
Started implementing Bluetooth connection settings
|
2020-09-28 21:14:30 +02:00 |
Óscar García Amor
|
81448e34d6
|
Bump version to 2.12.0
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-28 15:15:20 +02:00 |
Nite
|
4b85bc16d5
|
Merge branch 'develop' into fix/edit_server
|
2020-09-25 20:11:14 +02:00 |
Nite
|
4991eb8d13
|
Fixed Edit Server button layout and exit check
|
2020-09-25 20:02:59 +02:00 |
Óscar García Amor
|
8c07346296
|
Fix fatal error loading unknown album cover
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-25 19:36:35 +02:00 |
Óscar García Amor
|
5387b58e35
|
Finish convert drawables to vectors. Closes #308
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-25 18:20:18 +02:00 |
Óscar García Amor
|
89ef73ccec
|
Merge branch 'develop' into vector
|
2020-09-25 13:35:11 +02:00 |
Óscar García Amor
|
81a0ff2967
|
Deleted some unused assets
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-25 13:34:08 +02:00 |
Nite
|
ef09807e3e
|
Fixed stopping playback when selecting the same server
|
2020-09-25 11:15:19 +02:00 |
Nite
|
7bbc3234f2
|
Added applying changes when the currently active server is modified
|
2020-09-25 11:04:48 +02:00 |
Nite
|
db4f8b83d3
|
Updated missing index handling
|
2020-09-25 10:43:33 +02:00 |
Óscar García Amor
|
81f248f446
|
Convert drawables to vectors
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
|
2020-09-24 22:00:29 +02:00 |
Nite
|
02716c827a
|
Added new preference key to avoid duplicate migration
|
2020-09-24 21:00:21 +02:00 |
Nite
|
102f3e8a04
|
Updated ServerSettingsModel to use Room for handling LiveData
|
2020-09-24 20:32:51 +02:00 |
Nite
|
5b0c9906f1
|
Fixed Server Id and Indexing
|
2020-09-24 18:20:59 +02:00 |