1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-14 10:40:55 +01:00

11 Commits

Author SHA1 Message Date
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
tzugen
f9401ba1fa
Apply JVM Target to all Kotlin tasks 2021-05-28 19:21:50 +02:00
tzugen
d0ad8cef7d
Remove deprecated kotlin-android-extension plugin 2021-04-19 12:21:42 +02:00
tzugen
b5806cbbbf
Set language level 1.8 correctly also to Kotlin compiler,
removed unused variables.
2021-04-19 12:21:36 +02:00
tzugen
42967ef45f
Remove warning about deprecated 'variant.getGenerateBuildConfig()' 2021-04-18 22:18:41 +02:00
Nite
a22984566a
Trying to fix CI error 2020-08-24 13:59:40 +02:00
Nite
c23616e57a
Trying to fix CI error 2020-08-24 12:10:34 +02:00
Nite
f4ae87fffe
Migrated to Androidx 2020-04-26 12:05:28 +02:00
Yahor Berdnikau
2e008c7ed6 Fix slightly wrong jacoco setup. 2018-10-07 21:21:49 +02:00
Yahor Berdnikau
21bcb5429a Use JUnit5 engine to run unit tests in android modules. 2018-10-07 20:59:06 +02:00
Yahor Berdnikau
eb59e3ccc1 Add common configuration for android modules. 2018-10-07 20:59:06 +02:00