Yuito-app-android/app/src/test/java/com/keylesspalace/tusky/components/timeline
Levi Bard addce87eb6
Use tags from status when adding handlers to hashtag spans in status content (#2344)
* Migrate LinkHelper to kotlin

* Support tags field on statuses

* Use embedded tags list in status instead of text scraping to embed tag click handler.
Fixes #2283

* Make mentions and tags lists nonnullable

* Make LinkHelper.openLink a Context extension method

* Use builtin extension for uri conversion

* More cleanup in LinkHelper

* Add tests for LinkHelper.getDomain

* Unbreak tags in places that don't have a tag list (e.g. profiles)

* Fixup javadoc
2022-02-25 18:56:21 +01:00
..
CachedTimelineRemoteMediatorTest.kt Fix disappearing placeholders (#2309) 2022-02-03 18:51:15 +01:00
NetworkTimelinePagingSourceTest.kt Timeline paging (#2238) 2022-01-11 19:00:29 +01:00
NetworkTimelineRemoteMediatorTest.kt correctly detect end of pagination in network timeline (#2296) 2022-01-20 18:30:21 +01:00
StatusMocker.kt Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
TimelineViewModelTest.kt Cleanup dagger setup (#2300) 2022-01-23 20:24:55 +01:00