diff --git a/app/build.gradle b/app/build.gradle index 4b7462b..2581221 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.android.support:appcompat-v7:28.0.0-rc01' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.support:design:28.0.0-rc01' diff --git a/app/src/androidTest/java/eu/depau/etchdroid/ExampleInstrumentedTest.kt b/app/src/androidTest/java/eu/depau/etchdroid/ExampleInstrumentedTest.kt index 199add1..61c26bb 100644 --- a/app/src/androidTest/java/eu/depau/etchdroid/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/eu/depau/etchdroid/ExampleInstrumentedTest.kt @@ -2,12 +2,10 @@ package eu.depau.etchdroid import android.support.test.InstrumentationRegistry import android.support.test.runner.AndroidJUnit4 - +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith -import org.junit.Assert.* - /** * Instrumented test, which will execute on an Android device. * diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 191307b..e4b3918 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,7 +3,7 @@ package="eu.depau.etchdroid"> - + ) : RecyclerView.Adapter() { diff --git a/app/src/main/res/anim/slide_in_right.xml b/app/src/main/res/anim/slide_in_right.xml index e3bea6c..6cd6ac3 100644 --- a/app/src/main/res/anim/slide_in_right.xml +++ b/app/src/main/res/anim/slide_in_right.xml @@ -1,8 +1,8 @@ + android:toXDelta="0"/> \ No newline at end of file diff --git a/app/src/main/res/anim/slide_out_left.xml b/app/src/main/res/anim/slide_out_left.xml index 3e94368..3a6d106 100644 --- a/app/src/main/res/anim/slide_out_left.xml +++ b/app/src/main/res/anim/slide_out_left.xml @@ -1,8 +1,8 @@ + android:toXDelta="-100%"/> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_navigate_next_black_24dp.xml b/app/src/main/res/drawable/ic_navigate_next_black_24dp.xml index 0ab6802..1f7a255 100644 --- a/app/src/main/res/drawable/ic_navigate_next_black_24dp.xml +++ b/app/src/main/res/drawable/ic_navigate_next_black_24dp.xml @@ -1,5 +1,11 @@ - - + + diff --git a/app/src/main/res/drawable/ic_usb_white_24dp.xml b/app/src/main/res/drawable/ic_usb_white_24dp.xml index e72fe24..e635a86 100644 --- a/app/src/main/res/drawable/ic_usb_white_24dp.xml +++ b/app/src/main/res/drawable/ic_usb_white_24dp.xml @@ -1,5 +1,10 @@ - - + + diff --git a/app/src/main/res/layout/fragment_confirminfo.xml b/app/src/main/res/layout/fragment_confirminfo.xml index cc41e05..32e3805 100644 --- a/app/src/main/res/layout/fragment_confirminfo.xml +++ b/app/src/main/res/layout/fragment_confirminfo.xml @@ -26,11 +26,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" + android:ellipsize="end" + android:text="@string/selected_method" android:textColor="@color/name" android:textSize="16sp" - android:textStyle="bold" - android:ellipsize="end" - android:text="@string/selected_method"/> + android:textStyle="bold"/> + android:textStyle="bold"/> + android:textStyle="bold"/> - + android:textSize="16sp"/> diff --git a/app/src/main/res/layout/fragment_select_flash_method.xml b/app/src/main/res/layout/fragment_select_flash_method.xml index aadffe7..f6b774a 100644 --- a/app/src/main/res/layout/fragment_select_flash_method.xml +++ b/app/src/main/res/layout/fragment_select_flash_method.xml @@ -1,7 +1,6 @@ + android:onClick="onRadioButtonClicked" + android:text="@string/flash_dd_usb_api"/> + android:onClick="onRadioButtonClicked" + android:text="@string/flash_dd_root"/> + android:onClick="onRadioButtonClicked" + android:text="@string/flash_unetbootin"/> + android:onClick="onRadioButtonClicked" + android:text="@string/flash_woeusb"/> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_select_location.xml b/app/src/main/res/layout/fragment_select_location.xml index ab906b6..5624e26 100644 --- a/app/src/main/res/layout/fragment_select_location.xml +++ b/app/src/main/res/layout/fragment_select_location.xml @@ -39,9 +39,9 @@ android:id="@+id/img_url_textview" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="textUri" android:enabled="false" - android:hint="@string/image_url_hint"/> + android:hint="@string/image_url_hint" + android:inputType="textUri"/> + android:textStyle="bold"/>