Replaced Ion with Glide. Big performance boost, and should also fix the FCs many people get because of recycled bitmaps. Fixed the ripple flickering by using ?selectableItemBackground on Lollipop again instead of custom ripple. Search is broken for now, remake in progress.

This commit is contained in:
Karim Abou Zeid 2015-04-22 21:17:38 +02:00
commit ee2b661eb4
34 changed files with 448 additions and 667 deletions

View file

@ -59,9 +59,6 @@ dependencies {
compile 'com.android.support:support-v13:22.1.0'
compile 'com.android.support:cardview-v7:22.1.0'
compile 'com.nhaarman.listviewanimations:lib-core:+@aar'
compile 'com.nhaarman.listviewanimations:lib-manipulation:+@aar'
compile 'com.nhaarman.listviewanimations:lib-core-slh:+@aar'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile 'asia.ivity.android:drag-sort-listview:1.0'
@ -69,9 +66,8 @@ dependencies {
compile 'com.mcxiaoke.volley:library:1.0.15'
compile 'com.squareup:otto:1.3.6'
compile 'com.squareup.okhttp:okhttp:2.2.0'
compile 'de.hdodenhof:circleimageview:1.2.2'
compile 'com.koushikdutta.ion:ion:2.1.3'
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.afollestad:material-dialogs:0.7.2.6'
compile 'com.jpardogo.materialtabstrip:library:1.0.9'