Tusky-App-Android/app/src/test/java/com/keylesspalace/tusky
Konrad Pozniak 741461acde
rewrite threads with Kotlin & coroutines (#2617)
* initial class setup

* handle events and filters

* handle status state changes

* code formatting

* fix status filtering

* cleanup code a bit

* implement removeAllByAccountId

* move toolbar into fragment, implement menu

* error and load state handling

* fix pull to refresh

* implement reveal button

* use requireContext() instead of context!!

* jump to detailed status

* add ViewThreadViewModelTest

* fix ktlint

* small code improvements (thx charlag)

* add testcase for toggleRevealButton

* add more state change testcases to ViewThreadViewModel
2022-08-15 11:00:18 +02:00
..
components rewrite threads with Kotlin & coroutines (#2617) 2022-08-15 11:00:18 +02:00
db Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
json use custom JsonAdapter to be compatible with instances that have a custom subscribing feature (#2298) 2022-01-21 07:34:26 +01:00
network add test for InstanceSwitchAuthInterceptor and convert it to Kotlin (#2596) 2022-06-30 21:25:44 +02:00
util Remove code to check the server version (#2469) 2022-04-29 18:35:25 +02:00
BottomSheetActivityTest.kt Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
ComposeActivityTest.kt support Pleroma upload_limit configuration (#2646) 2022-08-07 19:14:42 +02:00
ComposeTokenizerTest.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
FilterTest.kt Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
FocalPointUtilTest.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
SpanUtilsTest.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
StatusComparisonTest.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
StringUtilsTest.kt Fix Timeline not loading (#2398) 2022-03-28 18:39:16 +02:00
TuskyApplication.kt New emoji picker (#2395) 2022-04-26 18:50:58 +02:00