diff --git a/AndroidManifest.xml b/AndroidManifest.xml --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,6 +15,7 @@ android:name="android.hardware.telephony" android:required="false" /> + @@ -28,6 +29,7 @@ + @@ -157,7 +159,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -4,14 +4,13 @@ google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.2' + classpath 'com.android.tools.build:gradle:3.1.3' } } apply plugin: 'com.android.application' android { - buildToolsVersion '27.0.3' compileSdkVersion 25 defaultConfig { minSdkVersion 9 @@ -78,7 +77,7 @@ implementation 'org.apache.sshd:sshd-core:0.8.0' //0.9 seems to fail on Android 6 and 1.+ requires java.nio.file, which doesn't exist in Android - implementation 'com.madgag.spongycastle:pkix:1.54.0.0' //For SSL certificate generation + implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0' //For SSL certificate generation // Testing androidTestImplementation 'org.mockito:mockito-core:1.10.19' diff --git a/res/drawable/ic_stop.xml b/res/drawable/ic_stop.xml new file mode 100644 --- /dev/null +++ b/res/drawable/ic_stop.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/res/layout/activity_list.xml b/res/layout/activity_list.xml new file mode 100644 --- /dev/null +++ b/res/layout/activity_list.xml @@ -0,0 +1,10 @@ + diff --git a/res/layout/fragment_pair.xml b/res/layout/fragment_pair.xml new file mode 100644 --- /dev/null +++ b/res/layout/fragment_pair.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/mpris_control.xml b/res/layout/mpris_control.xml --- a/res/layout/mpris_control.xml +++ b/res/layout/mpris_control.xml @@ -74,6 +74,16 @@ android:src="@drawable/ic_rewind_black" /> + + + + + + + + + + + + +