Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Tags: Galarzaa90/android-things-rc522

Tags

1.0.0

Toggle 1.0.0's commit message
Preparing for 1.0.0 release

0.3.0

Toggle 0.3.0's commit message
Bumped to version 0.3.0

0.2.2

Toggle 0.2.2's commit message
Bumped to version 0.2.2

0.2.1

Toggle 0.2.1's commit message
Bumped to version 0.2.1

0.2.0

Toggle 0.2.0's commit message
Fixed error in writeBlock, improved example, improved method document…

…ations and more

-  Renamed uuid field to uid and renamed getter. Old getter kept for backwards compatibility
-  AUTH_A and AUTH_B constants are now public
-  authenticateCard no longer requires uid parameter, old name kept for backwards compatibility
- readBlock now takes buffer (byte array) parameter. The value read is stored there and the method returns a boolean indicating if the read was successful or not. If used without the buffer parameter, the value array will be returned, with no way to check if the read was successful or not
- write renamed to writeBlock, old name kept for backwards compatibility
- Fixed bug in writeBlock that was causing all writes to fail
- New static function: getBlockAddress, given a sector and block, returns the block's absolute address
- Updated README.md
- Updated example app
- Bumped to version 1.2.0
- Fixes #2

0.1.2

Toggle 0.1.2's commit message
Fixed version number in README.md

0.1.1

Toggle 0.1.1's commit message
Update to version 0.1.1 on Bintray

0.1.0

Toggle 0.1.0's commit message
Add library to bintray