Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
coding
/
emoji-java
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
41
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
emoji-java
src
on
coding-dev
User selector
All users
All time
Commit history
Commits on Apr 13, 2018
1. Change reading data from json to binary.
Show description for f4442f6
Garfield Dai
committed
f4442f6
View commit details
Copy full SHA for f4442f6
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Fix #85: add support for a replaceAllEmojis function
Show description for 3664230
cbedoy
authored and
vdurmont
committed
3664230
View commit details
Copy full SHA for 3664230
View code at this point
Browse repository at this point
Commits on Oct 15, 2017
Add source code string for emojis
Show description for 99f4681
vdurmont
committed
99f4681
View commit details
Copy full SHA for 99f4681
View code at this point
Browse repository at this point
Fix few emojis with missing/out-of-order codepoints (#88)
BillyGalbreath
authored and
vdurmont
committed
98dd599
View commit details
Copy full SHA for 98dd599
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
Add family_man_woman_girl_boy emoji (#77)
freva
authored and
vdurmont
committed
95c2eca
View commit details
Copy full SHA for 95c2eca
View code at this point
Browse repository at this point
Freva∕detect emoji with fitzpatrick modifier (#76)
Show description for c6cb218
freva
authored and
vdurmont
committed
c6cb218
View commit details
Copy full SHA for c6cb218
View code at this point
Browse repository at this point
Commits on May 4, 2017
Fixed some emoji has wrong fitzpatric flag set. (#68)
Show description for b1e44dd
Tapchicoma
authored and
vdurmont
committed
b1e44dd
View commit details
Copy full SHA for b1e44dd
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
method added to extract emojis from text (#67)
Show description for 7f74d36
t4deon
authored and
vdurmont
committed
7f74d36
View commit details
Copy full SHA for 7f74d36
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Fix several duplicate aliases + add test so we don't add anymore duplicates
vdurmont
committed
d75b072
View commit details
Copy full SHA for d75b072
View code at this point
Browse repository at this point
Fix #14: add an isOnlyEmojis method
vdurmont
committed
91281b3
View commit details
Copy full SHA for 91281b3
View code at this point
Browse repository at this point
Fix #42: missing fitzpatrick modifiers
vdurmont
committed
107534d
View commit details
Copy full SHA for 107534d
View code at this point
Browse repository at this point
Fix #48: couple_kiss_woman_woman was invalid
vdurmont
committed
a5124f9
View commit details
Copy full SHA for a5124f9
View code at this point
Browse repository at this point
Fix #59: nail polish should support fitzpatrick
vdurmont
committed
9d1ff59
View commit details
Copy full SHA for 9d1ff59
View code at this point
Browse repository at this point
Fix #58: duplicate alias for squared_ng and nigeria flag
vdurmont
committed
3e36a68
View commit details
Copy full SHA for 3e36a68
View code at this point
Browse repository at this point
Fix #62: Add emojis from Apple iOS 10.2
vdurmont
committed
07c8c02
View commit details
Copy full SHA for 07c8c02
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Added slight_smile as variation of slightly_smiling (#57)
Show description for ca4a06e
miquelbeltran
authored and
vdurmont
committed
ca4a06e
View commit details
Copy full SHA for ca4a06e
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Added emojis introduced in Unicode 9.0 (#45)
Sheigutn
authored and
vdurmont
committed
3ace39c
View commit details
Copy full SHA for 3ace39c
View code at this point
Browse repository at this point
Commits on Jun 22, 2016
Fixed tag of the Poland flag (#43)
Sheigutn
authored and
vdurmont
committed
261dc28
View commit details
Copy full SHA for 261dc28
View code at this point
Browse repository at this point
Commits on May 27, 2016
removed Variance Selector from U+263A emoji (#39)
Show description for 0734cc1
roberterdin
authored and
vdurmont
committed
0734cc1
View commit details
Copy full SHA for 0734cc1
View code at this point
Browse repository at this point
Commits on May 22, 2016
Add a javadoc annotation to remove a warning
vdurmont
committed
c76e20c
View commit details
Copy full SHA for c76e20c
View code at this point
Browse repository at this point
Fix #36: Force UTF-8 when loading the emojis database
vdurmont
committed
af81323
View commit details
Copy full SHA for af81323
View code at this point
Browse repository at this point
Fix #37: Removing the private empty constructor from `EmojiParser` to enable the developpers to extend the class
vdurmont
committed
71be3e2
View commit details
Copy full SHA for 71be3e2
View code at this point
Browse repository at this point
Fix the tests: some emojis have been added to the database but the test wasn't updated.
vdurmont
committed
15cc1f8
View commit details
Copy full SHA for 15cc1f8
View code at this point
Browse repository at this point
Commits on May 12, 2016
Minor additions and changes to emojis.json
Daniel Bishop
committed
8616cf5
View commit details
Copy full SHA for 8616cf5
View code at this point
Browse repository at this point
Commits on May 10, 2016
Added REGIONAL INDICATOR SYMBOLs and the flag for Saint Vincent and the Grenadines
Daniel Bishop
committed
7702142
View commit details
Copy full SHA for 7702142
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
Rename Emoji.getHexidecimal to Emoji.getHexadecimal
vdurmont
committed
9c7a967
View commit details
Copy full SHA for 9c7a967
View code at this point
Browse repository at this point
Code style: 80 columns wrapping
vdurmont
committed
49a42a5
View commit details
Copy full SHA for 49a42a5
View code at this point
Browse repository at this point
Javadoc for EmojiParser.getEmojiEndPos
vdurmont
committed
c2fee10
View commit details
Copy full SHA for c2fee10
View code at this point
Browse repository at this point
Code style: switch to 2 spaces indentation
vdurmont
committed
5e65274
View commit details
Copy full SHA for 5e65274
View code at this point
Browse repository at this point
Custom replacement of unicode emojis (#29)
Show description for 5853939
freva
authored and
vdurmont
committed
5853939
View commit details
Copy full SHA for 5853939
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
Fix some javadoc comments
vdurmont
committed
1295e73
View commit details
Copy full SHA for 1295e73
View code at this point
Browse repository at this point
Fix some codestyle (nitpicking :))
vdurmont
committed
5053a1e
View commit details
Copy full SHA for 5053a1e
View code at this point
Browse repository at this point
Reorder imports
vdurmont
committed
d8589cb
View commit details
Copy full SHA for d8589cb
View code at this point
Browse repository at this point
Fix #17: use a BufferedReader to read the emojis.json file
vdurmont
committed
f0e4848
View commit details
Copy full SHA for f0e4848
View code at this point
Browse repository at this point
Fix #16: No duplicates when using EmojiManager.getAll()
vdurmont
committed
1617037
View commit details
Copy full SHA for 1617037
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.