Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

joypixels/emojione-android

Repository files navigation

This repository is now maintained as JoyPixels/emoji-toolkit-android.

You'll find the latest version of our resources at emoji-toolkit-android.

EmojiOne Logo

Release License

EmojiOne Android library to help users find and replace native system emojis with EmojiOne in thier Android app.

What's Included?

  • This project includes a Java library used to convert emoji into various formats, including conversion to EmojiOne emoji images.
  • The library included here are available free under the MIT license. Please check the LICENSE.md file for more details.

License to Use EmojiOne Images

EmojiOne Version 3

EmojiOne launched version 3.0 in 2017, which has several licensing options available. PNG 32px, 64px, and 128px as well as 32px and 64px sprites are available for digital use, with attribution. See emojione.com/developers/free-license for more information on usage and attribution requirements.

Premium Licenses are available for larger PNG assets and SVG assets, for digital and print use. See emojione.com/developers/premium-license for more information or to obtain a Premium License.

Installation

emojione-android is available through JitPack. To install it, simply add the following line to your build.gradle:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
dependencies {
    implementation 'com.github.emojione:emojione-android:3.1.0'
}

and in your manifest add:

<uses-permission android:name="android.permission.INTERNET" />

Internet is required to download the converted emoji.

Contributing

Please see CONTRIBUTING.md for more info on contributing to the emojione project. For artwork comments and questions please see the emojione-assets repo.

Usage

You'll find basic usage examples here in the /EmojioneExamples/ directory, and links to usage demos in USAGE.md.

Information

Bug reports

If you discover any bugs, feel free to create an issue on GitHub. We also welcome the open-source community to contribute to the project by forking it and issuing pull requests.

Contact

If you have any questions, comments, or concerns you are welcome to contact us.