Emoji Toolkit Android to help users find and replace native system emojis with JoyPixels in their Android app.
- 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.
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.
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.
Please see CONTRIBUTING.md for more info on contributing to the JoyPixels project. For artwork comments and questions please see the emoji-assets repo.
You'll find links to usage demos in USAGE.md.
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.
If you have any questions, comments, or concerns you are welcome to contact us.
The library's unicodeRegexp
value was generated using s9e\RegexpBuilder.