mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-30 04:24:48 +01:00
5a5bbca171
* Update OkHttp to 4.3.1 * Fix downloading emoji fonts OkHttp strips away content length info when compression is used. Even though this behavior is old, we didn't observe it until OkHttp was updated in d3ebcc14ec6f17c22a5d1deed15aa613e171acc1. We get it from the original network response header. It should be compressed length. * Reformat EmojiCompatFont and EmojiPreference