chinwag-android/app/src/main/java/com/keylesspalace/tusky/components/conversation
Konrad Pozniak 78b5aa8baf
Upgrade api level to Android 10, implement new sharing api (#1537)
* upgrade api level to Android 10, resolve compile errors

* use androidx.preference.PreferenceManager instead of deprecated platform class

* add hyphenation to important TextViews

*  setBottomSheetCallback -> addBottomSheetCallback

* implement new sharing api

* improve TuskyTileService so it shows account picker when multiple accounts are present

* delete unused AccountChooserService

* fix test

* improve ShareShortcutHelper

* remove debug log statement

* improve image loading fallback behavior in ShareShortcutHelper

* improve behavior on foldable devices
2019-10-22 21:18:20 +02:00
..
ConversationAdapter.kt fix some lint warnings and Kotlin style issues (#1390) 2019-07-16 19:26:55 +02:00
ConversationEntity.kt fix shouldTrimStatus and add tests (#1404) 2019-07-25 12:15:54 +02:00
ConversationsBoundaryCallback.kt
ConversationsFragment.kt Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
ConversationsRepository.kt Remove search v1 (#1484) 2019-09-22 08:18:44 +02:00
ConversationsViewModel.kt use status source for delete and redraft (#1461) 2019-08-28 19:54:46 +02:00
ConversationViewHolder.java Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00