Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #3

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Conversation

prabhuthil
Copy link

test

homer-jay and others added 27 commits December 15, 2015 18:05
In Well Known NDEF records of RTD "Text", the first byte in the payload is the status byte. This byte contains, according to the spec:

| bit number (0 is LSB)  | Content                    |
| ---------------------- | -------------------------- |
| 7  | = for UTF-8, 1 for UTF-16  |
| 6  | RFU (MUST be set to zero) |
| 5..0  | The length of the IANA language code.  |

So it is not 5 bits, but bits 5 to 0.

Source: NFC Forum Text Record Type Definition Technical Specification, p.4
Calling remove() on the ArrayList while iterating over it throws java.util.ConcurrentModificationException.
Fixed java.util.ConcurrentModificationException
fixed language code field length detection
Windows 10 does **not** support addMimeTypeListener. See chariotsolutions#262.
Added WKWebView compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants