Tusky-App-Android/app/src/test/java/com/keylesspalace/tusky
Levi Bard c47d9ef6ac
Support setting filter expirations (#2667)
* Show filter expiration in list

* Add support for setting and updating the duration of a filter

* Add tests for duration conversion math

* Refactor network wrapper code

* Mark updated mastodon api functions as suspend

* Avoid creating unnecessary Date objects

* Apply suggestions to filter dialog layout
2022-08-17 17:50:34 +02:00
..
components rewrite threads with Kotlin & coroutines (#2617) 2022-08-15 11:00:18 +02:00
db Upgrade robolectric (#2664) 2022-08-15 11:01:17 +02:00
json
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 Support setting filter expirations (#2667) 2022-08-17 17:50:34 +02:00
FocalPointUtilTest.kt
SpanUtilsTest.kt
StatusComparisonTest.kt
StringUtilsTest.kt
TuskyApplication.kt