Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components
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
..
account New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
announcements fix unparsed html in announcements (#2451) 2022-04-21 18:47:05 +02:00
compose New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
conversation move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
drafts fix unparsed html in "replying to" toggle (#2448) 2022-04-21 18:46:43 +02:00
instanceinfo refactor compose & announcements to coroutines (#2446) 2022-04-21 18:46:21 +02:00
instancemute Fix toolbar for instance list activity. (#2248) 2021-09-28 19:55:30 +02:00
login fix login on Android API level <24 (#2432) 2022-04-15 10:50:28 +02:00
notifications Add support for post edit notifications (#2431) 2022-04-19 11:10:13 +02:00
preference New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
report Improve time format of posts when using absolute time (#2413) 2022-04-18 21:41:18 +02:00
scheduled introduce KotlinResultCallAdapter for nice suspending network calls (#2415) 2022-04-14 19:49:49 +02:00
search fix unparsed html in "replying to" toggle (#2448) 2022-04-21 18:46:43 +02:00
timeline move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00