sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
135 stars 28 forks source link

Support custom emoji at mastodon 2.0 #55

Closed moko256 closed 6 years ago

moko256 commented 6 years ago

Mastodon2.0のAPIが返すStatusに、カスタム絵文字が含まれるようになったので、Emojiクラスと、Status#emojisを追加して、mastodon4jで絵文字を扱えるようにしました

codecov-io commented 6 years ago

Codecov Report

Merging #55 into master will decrease coverage by 0.39%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #55     +/-   ##
===========================================
- Coverage     58.64%   58.25%   -0.4%     
  Complexity      147      147             
===========================================
  Files            43       44      +1     
  Lines           740      745      +5     
  Branches         60       60             
===========================================
  Hits            434      434             
- Misses          292      297      +5     
  Partials         14       14
Impacted Files Coverage Δ Complexity Δ
...n/java/com/sys1yagi/mastodon4j/api/entity/Emoji.kt 0% <0%> (ø) 0 <0> (?)
.../java/com/sys1yagi/mastodon4j/api/entity/Status.kt 40.74% <0%> (-1.57%) 6 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2704d4e...3e9e006. Read the comment docs.

sys1yagi commented 6 years ago

thanks~

document PR : https://github.com/tootsuite/documentation/pull/432 👀

sys1yagi commented 6 years ago

publish 1.3.0 https://github.com/sys1yagi/mastodon4j/releases/tag/1.3.0