diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 1e24d535e..a1e63ba2f 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -103,6 +103,9 @@ dependencies { compile 'fr.avianey.com.viewpagerindicator:library:2.4.1@aar' + // lodash/underscore + compile 'com.github.javadev:underscore:1.23' + //RxJava compile 'io.reactivex:rxandroid:1.2.1' compile 'io.reactivex:rxjava:1.2.0' diff --git a/Habitica/res/drawable-hdpi/ic_arrow_drop_down_80000000_24dp.png b/Habitica/res/drawable-hdpi/ic_arrow_drop_down_80000000_24dp.png new file mode 100644 index 000000000..6c5cc3661 Binary files /dev/null and b/Habitica/res/drawable-hdpi/ic_arrow_drop_down_80000000_24dp.png differ diff --git a/Habitica/res/drawable-mdpi/ic_arrow_drop_down_80000000_24dp.png b/Habitica/res/drawable-mdpi/ic_arrow_drop_down_80000000_24dp.png new file mode 100644 index 000000000..94028d1a3 Binary files /dev/null and b/Habitica/res/drawable-mdpi/ic_arrow_drop_down_80000000_24dp.png differ diff --git a/Habitica/res/drawable-xhdpi/ic_arrow_drop_down_80000000_24dp.png b/Habitica/res/drawable-xhdpi/ic_arrow_drop_down_80000000_24dp.png new file mode 100644 index 000000000..903aaed0c Binary files /dev/null and b/Habitica/res/drawable-xhdpi/ic_arrow_drop_down_80000000_24dp.png differ diff --git a/Habitica/res/drawable-xxhdpi/ic_arrow_drop_down_80000000_24dp.png b/Habitica/res/drawable-xxhdpi/ic_arrow_drop_down_80000000_24dp.png new file mode 100644 index 000000000..3d2089007 Binary files /dev/null and b/Habitica/res/drawable-xxhdpi/ic_arrow_drop_down_80000000_24dp.png differ diff --git a/Habitica/res/drawable-xxxhdpi/ic_arrow_drop_down_80000000_24dp.png b/Habitica/res/drawable-xxxhdpi/ic_arrow_drop_down_80000000_24dp.png new file mode 100644 index 000000000..8b60cb037 Binary files /dev/null and b/Habitica/res/drawable-xxxhdpi/ic_arrow_drop_down_80000000_24dp.png differ diff --git a/Habitica/res/layout/activity_challenge_overview.xml b/Habitica/res/layout/activity_challenge_overview.xml deleted file mode 100644 index 57214e51a..000000000 --- a/Habitica/res/layout/activity_challenge_overview.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Habitica/res/layout/dialog_challenge_filter.xml b/Habitica/res/layout/dialog_challenge_filter.xml new file mode 100644 index 000000000..7ed2f808c --- /dev/null +++ b/Habitica/res/layout/dialog_challenge_filter.xml @@ -0,0 +1,163 @@ + + + + + + + + + + + + + +