Various cleanups

Move ProgressWheel into the project proper, optimize the DL ListView
And also remove android-iconify. Despite using icons (which is awesome)
it didn't handle button highlight on click well, and the icons seemed a
bit small anyways.
This commit is contained in:
Bradlee Speice
2014-05-17 01:16:36 -04:00
parent 01d5e97d21
commit 5222b6e3e6
7 changed files with 560 additions and 23 deletions

View File

@ -17,7 +17,6 @@ repositories {
dependencies {
compile project(path: ':jsword-minimalbible', configuration: 'buildJSword')
compile project(':appcompat_v7')
compile project(':ProgressWheel')
apt "org.androidannotations:androidannotations:3.0+"
compile "org.androidannotations:androidannotations-api:3.0+"
@ -35,7 +34,7 @@ dependencies {
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'de.greenrobot:eventbus:2.2.0'
compile 'com.joanzapata.android:android-iconify:1.0.+'
// compile 'com.joanzapata.android:android-iconify:1.0.+'
// Handled by appcompat
// compile 'com.google.android:support-v4:r7'
@ -75,6 +74,7 @@ android {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/services/javax.annotation.processing.Processor'
}
}