Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Constantin A 1108652823 EmojiCompat support (#600)
* Add EmojiCompat

* EmojiCompat doesn' replace all emojis anymore

* This app should be now capable of loading a EmojiCompat-font located in a file somewhere inside the device's storage

* Should now replace all emojis

* Add EmojiCompat support to EditTextTyped

* Provide EmojiCompat fonts

* The app won't crash anymore when no emoji font is available.
Emoji font should now be located at [Private external app directory]/files/EmojiCompat.ttf

* Removed BundledEmojiCompat dependency

Since this EmojiCompat-implementation does not rely on BundledEmojiCompat, there's no reason to have it enabled.

* Update EditTextTyped.kt

Since connection isn't assigned to (I tried doing so), it can be declared final/val again.

* Update README.md

* Add some non-working emoji preferences

* Add a short font list for testing

* Finished implementation

* Add Twemoji to font list

* Update documentation, more comments

* Delete AssetEmojiCompat which is obsolete now

* Update the font list

* Update the font list

* Fix font list & add Exception handling for malformed JSON files (hopefully)

* More fixes. It should work now...

* Removed AssetEmojiCompat (again)

* Add most of the changes

* Improved the EmojiCompat dialog's style

* The font list is now based on a static layout without external files

* Re-add the real font URL for Twemoji

* Emoji-font captions are now translatable

* Removed one unused String (loading)

* Removed emoji fonts from this repo

* Applied changes from the PR change requests

* The correct emoji font will be selected after cancelling a change

* Add details on the EmojiCompat fonts available (not shown yet)

* Add licensing information on Twemoji and Blobmoji

* Reworked some strings

* Moved FileEmojiCompat to its own library

* Update FileEmojiCompat to the latest version (1.0.3)

* EmojiCompat bug should be fixed

* Better handling of failed downloads

* Removed one TODO

Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>

* Update emoji attribution strings

Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>

* Fixed some misspelled strings

Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>
2018-05-10 11:16:56 +02:00
..
adapter 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
db fix crash when de/serializing InstanceEntity 2018-04-25 20:26:00 +02:00
di 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
entity 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
fragment 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
interfaces move bottom sheet from fragments to activities (#628) 2018-05-06 22:05:54 +02:00
json remove old emoji shortcodes 2017-10-19 15:54:08 +02:00
network 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
pager Implement media tab (#430) 2017-11-05 22:32:36 +01:00
receiver Notification tweaks: Grouping and Quick Reply button (#587) 2018-05-06 11:07:10 +02:00
service fix sending notifications (this time for reals) (#594) 2018-04-22 10:37:09 +02:00
util EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
view EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
viewdata ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
AboutActivity.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
AccountActivity.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
AccountListActivity.java Add Dagger (#554) 2018-03-27 19:47:00 +02:00
BaseActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
BottomSheetActivity.kt 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ComposeActivity.java When replying, set default post visibility to the most restrictive of: original post visibility, default visibility preference. (#641) 2018-05-09 23:04:00 +02:00
EditProfileActivity.kt fix Kotlin compiler warning 2018-04-22 14:11:41 +02:00
EmojiPreference.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
FavouritesActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ListsActivity.kt Add Dagger (#554) 2018-03-27 19:47:00 +02:00
LoginActivity.kt Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
MainActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ModalTimelineActivity.kt 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
NotificationPullJobCreator.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
PreferencesActivity.java Dependency injection improvement (#596) 2018-04-22 17:20:01 +02:00
ReportActivity.java Add Dagger (#554) 2018-03-27 19:47:00 +02:00
SavedTootActivity.java ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
SearchActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
SplashActivity.kt remove unneeded notification channel 2018-05-08 22:36:04 +02:00
TuskyApplication.java EmojiCompat support (#600) 2018-05-10 11:16:56 +02:00
ViewMediaActivity.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
ViewTagActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ViewThreadActivity.java 1.8 fixes (#637) 2018-05-08 19:15:10 +02:00
ViewVideoActivity.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00