Skip to content

Emoji Toolkit for Android - from JoyPixels (formerly EmojiOne)

License

Notifications You must be signed in to change notification settings

mikebe11/emoji-toolkit-android

 
 

Repository files navigation

JoyPixels Logo

Release

Emoji Toolkit Android to help users find and replace native system emojis with JoyPixels in their Android app.

What's Included?

  • This project includes a Java library used to convert emoji into various formats, including conversion to JoyPixels 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 JoyPixels Images

JoyPixels Version 3+

JoyPixels 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 joypixels.com/liceses/free 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 joypixels.com/licenses/premium for more information or to obtain a Premium License.

Installation

emoji-toolkit-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.joypixels:emoji-toolkit-android:8.0.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 JoyPixels project. For artwork comments and questions please see the emoji-assets repo.

Usage

You'll find 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.

Consideration

The library's unicodeRegexp value was generated using s9e\RegexpBuilder.

About

Emoji Toolkit for Android - from JoyPixels (formerly EmojiOne)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%