Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/conversation
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
..
ConversationAdapter.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
ConversationEntity.kt Fix visibility of answer from DM column, from private to direct (#1094) 2019-03-03 17:44:29 +01:00
ConversationViewHolder.java Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
ConversationsBoundaryCallback.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
ConversationsFragment.kt Add ability to scroll to top by tab click at the Account activity (#1146) 2019-04-08 15:40:16 +02:00
ConversationsRepository.kt Fix crash with null lastStatus in Conversations (#1042) 2019-02-13 21:14:12 +01:00
ConversationsViewModel.kt call db functions on background thread in ConversationsViewModel (#1040) 2019-02-15 20:41:10 +01:00