Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/timeline/viewmodel
Konrad Pozniak 3e849244f9
move Html parsing to ViewData (#2414)
* move Html parsing to ViewData

* refactor reports to use viewdata

* cleanup code

* refactor conversations

* fix getEditableText

* rename StatusParsingHelper

* fix tests

* commit db schema file

* add file header

* rename helper function to parseAsMastodonHtml

* order imports correctly

* move mapping off main thread to default dispatcher

* fix ktlint
2022-04-15 13:20:27 +02:00
..
CachedTimelineRemoteMediator.kt Fix Timeline not loading (#2398) 2022-03-28 18:39:16 +02:00
CachedTimelineViewModel.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
EmptyTimelinePagingSource.kt fix various timeline related crashes (#2369) 2022-03-06 17:40:24 +01:00
NetworkTimelinePagingSource.kt Timeline paging (#2238) 2022-01-11 19:00:29 +01:00
NetworkTimelineRemoteMediator.kt Fix Timeline not loading (#2398) 2022-03-28 18:39:16 +02:00
NetworkTimelineViewModel.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
TimelineViewModel.kt Don't hide potential timeline bugs by catching all exceptions (#2372) 2022-03-08 21:39:59 +01:00