Yuito-app-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 remove unnecessary divider styling (#1057) 2019-02-26 18:28:20 +01:00
AccountMediaFragment.kt Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
BaseFragment.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
NotificationsFragment.java confirm delete notifications (#1186) 2019-04-12 00:13:06 +02:00
SFragment.java Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
SearchFragment.kt Improve Dependency Injection (#1120) 2019-03-11 17:25:11 +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 fix crash on unknown media type 2018-11-17 16:17:47 +01:00
ViewThreadFragment.java fix IndexOutOfBoundException caused by ListStatusAccessibilityDelegate (#1178) 2019-04-07 16:32:58 +02:00
ViewVideoFragment.kt remove unnecessary compat code (#932) 2018-12-03 11:22:57 +01:00