chinwag-android/app/src/test/java/com/keylesspalace/tusky
Konrad Pozniak 1157be18cf
Properly handle more than 4 fields in EditProfileViewModel (#4936)
Also read `configuration.accounts.max_profile_fields` from
`api/v2/instance` to get the correct limit for GoToSocial.

Glitch-soc also allows more fields but does not provide configuration
yet, see https://github.com/glitch-soc/mastodon/issues/2973

closes https://github.com/tuskyapp/Tusky/issues/3305
2025-02-24 14:18:48 +01:00
..
components Properly handle more than 4 fields in EditProfileViewModel (#4936) 2025-02-24 14:18:48 +01:00
db Move all database queries off the ui thread & add a ViewModel for MainActivity (#4786) 2025-01-17 12:35:35 +01:00
entity modernize tests (#4777) 2024-12-03 18:46:29 +01:00
json Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
network fix account switching (#4636) 2024-09-02 19:49:22 +02:00
usecase modernize tests (#4777) 2024-12-03 18:46:29 +01:00
util fix(deps): update kotlin (#4774) 2025-01-10 14:00:00 +01:00
BottomSheetActivityTest.kt Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
FilterV1Test.kt modernize tests (#4777) 2024-12-03 18:46:29 +01:00
FocalPointUtilTest.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
MainActivityTest.kt Improve push notifications (#4896) 2025-02-20 12:27:06 +01:00
SpanUtilsTest.kt Fix detecting urls (#4642) 2024-09-02 19:56:38 +02:00
StatusComparisonTest.kt modernize tests (#4777) 2024-12-03 18:46:29 +01:00
StringUtilsTest.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
TuskyApplication.kt inject SharedPreferences (#4441) 2024-05-24 08:05:09 +02:00