Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/util
Konrad Pozniak 6d4f5ad027
migrate to paging 3 (#2182)
* migrate conversations and search to paging 3

* delete SearchRepository

* remove unneeded executor from search

* fix bugs in conversations

* update license headers

* fix conversations refreshing

* fix search refresh indicators

* show fullscreen loading while conversations are empty

* search bugfixes

* error handling

* error handling

* remove mastodon bug workaround

* update ConversationsFragment

* fix conversations more menu and deleting conversations

* delete unused class

* catch exceptions in ConversationsViewModel

* fix bug where items are not diffed correctly / cleanup code

* fix search progressbar display conditions
2021-06-17 18:54:56 +02:00
..
BiListing.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
BindingHolder.kt migrating to ViewBinding part 4: Adapters (#2095) 2021-03-07 19:24:01 +01:00
BlurHashDecoder.kt speedup blurhash decoding by using a intermediate int array (#1835) 2020-06-21 18:26:06 +02:00
CardViewMode.kt Add option to show link previews in timelines (#1681) 2020-03-02 19:34:31 +01:00
ComposeTokenizer.kt Don't stop autocompletion after second @ (#2062) 2021-02-04 19:16:58 +01:00
CustomEmojiHelper.kt upgrade kotlin to 1.5.0 (#2162) 2021-05-21 17:51:35 +02:00
CustomFragmentStateAdapter.kt fix FragmentAdapter returning null fragments when activity was recreated (#1647) 2020-01-29 19:17:11 +01:00
Either.kt List editing (#1104) 2019-03-16 13:36:16 +01:00
EmojiCompatFont.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
FocalPointUtil.kt Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
HttpHeaderLink.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
IOUtils.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ImageLoadingHelper.kt Use blurhash as image preview and as sensitive media cover, close #1571 (#1581) 2019-12-30 21:37:20 +01:00
LinkHelper.java correctly serialize custom spans to html (#2199) 2021-06-14 11:00:35 +02:00
ListStatusAccessibilityDelegate.kt Timeline refactor (#2175) 2021-06-11 20:15:40 +02:00
ListUtils.kt Timeline refactor (#2175) 2021-06-11 20:15:40 +02:00
LiveDataUtil.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
LocaleManager.kt Upgrade api level to Android 10, implement new sharing api (#1537) 2019-10-22 21:18:20 +02:00
MediaUtils.kt delete unused stuff (#1601) 2019-12-21 17:32:42 +01:00
NetworkState.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
NoUnderlineURLSpan.kt correctly serialize custom spans to html (#2199) 2021-06-14 11:00:35 +02:00
NotificationTypeConverter.kt upgrade Android gradle plugin, Kotlin and jetifier (#1468) 2019-09-03 18:35:42 +02:00
PagingRequestHelper.java fix some lint warnings 2019-04-21 08:24:29 +02:00
PairedList.java fix IndexOutOfBoundException caused by ListStatusAccessibilityDelegate (#1178) 2019-04-07 16:32:58 +02:00
PickMediaFiles.kt update AndroidX, use ActivityResultContracts (#2170) 2021-05-22 17:50:08 +02:00
Resource.kt Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
RickRoll.kt enhance bad-domain detection 2019-06-01 15:29:15 -04:00
RxAwareViewModel.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
ShareShortcutHelper.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
SharedPreferencesExtensions.kt New settings (#891) 2018-11-12 21:09:39 +01:00
SmartLengthInputFilter.kt fix shouldTrimStatus and add tests (#1404) 2019-07-25 12:15:54 +02:00
SpanUtils.kt correctly serialize custom spans to html (#2199) 2021-06-14 11:00:35 +02:00
StatusDisplayOptions.kt Animated emoji support (#2064) 2021-02-06 08:14:51 +01:00
StatusViewHelper.kt Animated emoji support (#2064) 2021-02-06 08:14:51 +01:00
StringUtils.kt Timeline refactor (#2175) 2021-06-11 20:15:40 +02:00
ThemeUtils.java Wellbeing mode (#1992) 2020-12-23 19:13:37 +01:00
TimestampUtils.java cleanup code in StatusViewHolders (#1418) 2019-07-27 21:53:28 +02:00
VersionUtils.java add test for VersionUtils (#1602) 2019-12-21 18:56:30 +01:00
ViewBindingExtensions.kt migrating to ViewBinding part 4: Fragments (#2108) 2021-03-13 21:27:20 +01:00
ViewDataUtils.kt Timeline refactor (#2175) 2021-06-11 20:15:40 +02:00
ViewExtensions.kt ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
getErrorMessage.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00