chinwag-android/app/src/test/java/com/keylesspalace/tusky
Nik Clayton 22834431ca
Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046)
* Fix off-by-one error in HttpHeaderLink

Link headers with multiple URLs with multiple parameters were being parsed
incorrectly.

Detected by adding unit tests ahead of converting to Kotlin.

* Convert util/HttpHeaderLink from Java to Kotlin

* Convert util/ThemeUtils from Java to Kotlin

* Convert util/TimestampUtils from Java to Kotlin

* Add tests for PairedList

* Convert util/PairedList from Java to Kotlin

* Implement feedback from PR

* Relicense as GPL
2022-12-31 13:01:35 +01:00
..
components Status: Display indicators of edited posts (#2935) 2022-12-03 12:15:54 +01:00
db Status: Display indicators of edited posts (#2935) 2022-12-03 12:15:54 +01:00
entity 2952/proxy (#2961) 2022-12-07 19:29:18 +01: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
usecase Status: Display indicators of edited posts (#2935) 2022-12-03 12:15:54 +01:00
util Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
BottomSheetActivityTest.kt Load goto social and microblog.pub urls in the app (#2945) 2022-12-03 12:16:17 +01:00
ComposeActivityTest.kt Language selection fixes (#2917) 2022-11-24 15:45:19 +01:00
ComposeTokenizerTest.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
FilterTest.kt Status: Display indicators of edited posts (#2935) 2022-12-03 12:15:54 +01:00
FocalPointUtilTest.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
MainActivityTest.kt Add support for moderation report notifications (#2887) 2022-12-01 20:11:55 +01:00
SpanUtilsTest.kt Fix the tag span generation for tags with nonascii characters (#2700) 2022-09-17 19:06:45 +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 support Android 13 per-app languages (#2829) 2022-11-16 19:45:18 +01:00