Yuito-app-android/app/src/test/java/com/keylesspalace/tusky
Constantin A f15b3e61bb
New emoji picker (#2395)
* Update to Emoji2

* Hopefully fix the emoji picker preference

* Switch to released Filemojicompat version

* Filemojicompat version as an own var

* Remove an unused import

* Small cleanup

* Correct onDisplayPreferenceDialog; test TuskyApplication

* Use TextViews instead of EmojiTextViews

* Recreate the Main Activity if the emoji pack is updated

* Enable coreLibraryDesugaring (for Java Streams); update Filemojicompat, downgrade Emoji2

* Update emoji font versions to 14

* Use FilemojiCompat 3.2.0-beta01

* Make ktLint happy again

* Remove coreLibraryDesugaring and a FIXME

* Use EmojiPickerPreference.get()

* Disable emoji pack import

* Update FilemojiCompat to Beta 2

* Update FilemojiCompat to Beta 3

* Update FilemojiCompat to Beta 3.2.0 final

* Update FilemojiCompat to 3.2.1
2022-04-26 18:50:58 +02:00
..
components/timeline move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
db Improve timeline dao (#2353) 2022-03-02 20:40:06 +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
util New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
BottomSheetActivityTest.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
ComposeActivityTest.kt refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
ComposeTokenizerTest.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
FilterTest.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +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