chinwag-android/app/src/main/java/com/keylesspalace/tusky/fragment
pandasoft0 76ce28980c Migrate to Glide (#1175)
* Replace Picasso library with Glide library tuskyapp#1082

* Replace Picasso library with Glide library tuskyapp#1082

* Update load emoji with glide

* Update context used for Glide

* Removed unused import

* Replace deprecated SimpleTarget with CustomTarget

* Fix crash at the view image fragment, remove override image size

* Replace Single.create with Single.fromCallable

* View image fragment refactor

* Fix after merge

* Try to load cached image first and show progress view on failure

* Try to load cached image first and show progress view on failure
2019-04-16 21:39:12 +02:00
..
preference Update Deps + Cleanup (#1158) 2019-03-30 15:18:16 +01:00
AccountListFragment.kt
AccountMediaFragment.kt Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
BaseFragment.java
NotificationsFragment.java confirm delete notifications (#1186) 2019-04-12 00:13:06 +02:00
SearchFragment.kt Improve Dependency Injection (#1120) 2019-03-11 17:25:11 +01:00
SFragment.java Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
TimelineFragment.java Add ability to scroll to top by tab click at the Account activity (#1146) 2019-04-08 15:40:16 +02:00
ViewImageFragment.kt Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
ViewMediaFragment.kt
ViewThreadFragment.java fix IndexOutOfBoundException caused by ListStatusAccessibilityDelegate (#1178) 2019-04-07 16:32:58 +02:00
ViewVideoFragment.kt