diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e5b79e0d2a..bcadff2bfe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -95,6 +95,7 @@ android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> diff --git a/build.gradle b/build.gradle index aaf2669978..0b287cfca5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0' + classpath 'com.android.tools.build:gradle:1.0.1' classpath files('libs/gradle-witness.jar') } } @@ -29,6 +29,7 @@ repositories { maven { url "https://raw.github.com/whispersystems/maven/master/shortcutbadger/releases/" } + jcenter() } dependencies { @@ -40,6 +41,7 @@ dependencies { compile 'org.apache.httpcomponents:httpclient-android:4.3.5' compile 'com.github.chrisbanes.photoview:library:1.2.3' compile 'com.makeramen:roundedimageview:1.5.0' + compile 'com.afollestad:material-dialogs:0.6.1.5' compile 'com.soundcloud.android:android-crop:0.9.10@aar' compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.melnykov:floatingactionbutton:1.1.0' @@ -73,6 +75,7 @@ dependencyVerification { 'org.apache.httpcomponents:httpclient-android:6f56466a9bd0d42934b90bfbfe9977a8b654c058bf44a12bdc2877c4e1f033f1', 'com.github.chrisbanes.photoview:library:8b5344e206f125e7ba9d684008f36c4992d03853c57e5814125f88496126e3cc', 'com.makeramen:roundedimageview:7dda2e78c406760e5c356ccce59b0df46b5b171cf18abb891998594405021548', + 'com.afollestad:material-dialogs:ccb013e6572c86cfcca433855cf0dbfbff9b5e7bb9d1f504b761a6bc6f467b60', 'com.soundcloud.android:android-crop:ffd4b973cf6e97f7d64118a0dc088df50e9066fd5634fe6911dd0c0c5d346177', 'com.android.support:appcompat-v7:5dbeb5316d0a6027d646ae552804c3baa5e3bd53f7f33db50904d51505c8a0e5', 'com.melnykov:floatingactionbutton:0679ad9f7d61eb7aeab91e8dc56358cdedd5b1c1b9c48464499ffa05c40d3985', diff --git a/res/drawable-hdpi/icon_dialog.png b/res/drawable-hdpi/icon_dialog.png new file mode 100644 index 0000000000..0ed7d0332b Binary files /dev/null and b/res/drawable-hdpi/icon_dialog.png differ diff --git a/res/drawable-mdpi/icon_dialog.png b/res/drawable-mdpi/icon_dialog.png new file mode 100644 index 0000000000..7f2dbb42e9 Binary files /dev/null and b/res/drawable-mdpi/icon_dialog.png differ diff --git a/res/drawable-xhdpi/icon_dialog.png b/res/drawable-xhdpi/icon_dialog.png new file mode 100644 index 0000000000..9920940238 Binary files /dev/null and b/res/drawable-xhdpi/icon_dialog.png differ diff --git a/res/drawable-xxhdpi/icon_dialog.png b/res/drawable-xxhdpi/icon_dialog.png new file mode 100644 index 0000000000..6511c7c8bc Binary files /dev/null and b/res/drawable-xxhdpi/icon_dialog.png differ diff --git a/res/layout/device_provisioning_activity.xml b/res/layout/device_provisioning_activity.xml deleted file mode 100644 index 3f33d55179..0000000000 --- a/res/layout/device_provisioning_activity.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - -