Tusky-App-Android/app/src/test/java/com/keylesspalace/tusky
Levi Bard 0126ee9500
Language selection fixes (#2917)
* Fix duplicated language entries from system and app language sets.
Closes #2900

* Prefer modern language codes.
Closes #2903

* Synchronize per-account default posting language with server.
Closes #2902

* Allow users to post in languages android doesn't know about yet (e.g. toki pona)

* Always put the preselected language at the top of the list
2022-11-24 15:45:19 +01:00
..
components migrate timeline api calls from Rx Single to suspending functions (#2690) 2022-09-13 19:47:55 +02:00
db Spelling (#2771) 2022-11-09 19:32:39 +01:00
json
network add test for InstanceSwitchAuthInterceptor and convert it to Kotlin (#2596) 2022-06-30 21:25:44 +02:00
usecase Show toast if pin fails (#2755) 2022-11-09 19:30:50 +01:00
util Make URLSpans with trailing URL not marked up (#2813) 2022-11-16 18:28:00 +01:00
BottomSheetActivityTest.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02: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 Parse html tags out of status content before applying filters. (#2713) 2022-10-14 20:03:19 +02:00
FocalPointUtilTest.kt
MainActivityTest.kt Navigate to the Follow Requests page from notification (#2757) 2022-11-07 20:04:07 +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
TuskyApplication.kt support Android 13 per-app languages (#2829) 2022-11-16 19:45:18 +01:00