mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Updated default playback engine, remote admin layout, and kotlin
version.
This commit is contained in:
parent
04b62ef345
commit
95a7fa3010
@ -34,7 +34,7 @@ class Prefs {
|
||||
val CERT_VALIDATION_DISABLED = false
|
||||
val TRANSCODER_BITRATE_INDEX = 0
|
||||
val DISK_CACHE_SIZE_INDEX = 2
|
||||
val PLAYBACK_ENGINE_INDEX = 0
|
||||
val PLAYBACK_ENGINE_INDEX = 1
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -44,10 +44,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="24dp"/>
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="24dp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@ -61,10 +57,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="24dp"/>
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="24dp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@ -90,7 +82,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<SeekBar
|
||||
@ -112,10 +104,6 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="24dp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@ -127,7 +115,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
|
@ -116,8 +116,8 @@
|
||||
<string name="settings_confirm_delete_message">are you sure you want to delete \'%s\'?</string>
|
||||
<string name="settings_playback_engine">playback engine</string>
|
||||
<string name="settings_playback_engine_exo">ExoPlayer (stable)</string>
|
||||
<string name="settings_playback_engine_exo_gapless">ExoPlayer Gapless (experimental)</string>
|
||||
<string name="settings_playback_engine_mp">MediaPlayer (deprecated)</string>
|
||||
<string name="settings_playback_engine_exo_gapless">ExoPlayer Gapless (default)</string>
|
||||
<string name="settings_playback_engine_mp">MediaPlayer (legacy)</string>
|
||||
<string name="remote_settings_title">remote management</string>
|
||||
<string name="remote_settings_output_driver">output driver</string>
|
||||
<string name="remote_settings_output_device">output device</string>
|
||||
|
@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.0'
|
||||
ext.kotlin_version = '1.2.10'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
Loading…
Reference in New Issue
Block a user