Releases: nfcgate/nfcgate
Releases Β· nfcgate/nfcgate
v2.4.4
v2.4.3
- Fixed Android 15 support π.
- NFCGate now requires Android 5 (API level 21)
β οΈ . - Improved device compatibility with some LG devices and others π±.
- Improved status page with more device information, version details and better share functionality π‘.
- Improved NFC chip detection on NXP Oppo/OnePlus devices πΏοΈ.
- Code cleanup and improvements π§Ή.
Thanks to everyone involved!
Full Changelog: v2.4.2...v2.4.3
v2.4.2
Hotfix for NFC service crash during struct size detection.
Full Changelog: v2.4.1...v2.4.2
v2.4.1
This release only contains build system changes and metadata for reproducible builds. The application code did not change.
Full Changelog: v2.4.0...v2.4.1
v2.4.0
- Fixed Android 14 support π.
- Improved device compatibility, now supports OnePlus, Samsung with NXP and others βοΈ. See issue and commit.
- Improved mechanism to limit listening to the emulated technology type π.
- Support for Transport Layer Security (TLS) in networked relay and replay modes π.
- Extended compatibility matrix with new devices βοΈ.
- Code cleanup π§Ή.
Thanks to everyone involved!
Full Changelog: v2.3.0...v2.4.0
v2.3.0
- Confirmed Android 13 support π.
- Added offset memory scanning for broader device compatibility π΅οΈ.
- Extended compatibility matrix with new devices βοΈ.
- Limit listening to the emulated technology type π.
- Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) π.
- Code cleanup π§Ή.
Full Changelog: v2.2.0...v2.3.0
v2.3.0-rc
- Confirmed Android 13 support π.
- Added offset memory scanning for broader device compatibility π΅οΈ.
- Limit listening to the emulated technology type π.
- Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) π.
- Code cleanup π§Ή.
Full Changelog: v2.2.0...v2.3.0-rc
v2.2.0
v2.1.1
- Android 10 support π.
- Compatibility with EdXposed and original Xposed framework β.
- Note: Passing SafetyNet is now possible, but depends on your EdXposed configuration π€.
- Note: The signing keys have changed. Upgrades require a full reinstall including data loss. Sorry about that π .
v2.0
2.0 version of NFCGate, with significant rewrites by @kleest and @roussosalex. Changes include:
New Features
- New interface: The interface got a facelift
- Replay Mode: Record a relayed NFC transaction, then replay one side of it later to fool a reader or card.
- Capture Mode: Capture NFC traffic generated by other apps, then analyze or replay it later. (Note: XPosed will make SafetyNet checks fail, so most payment apps will probably not work with XPosed installed. We cannot do anything about this.)
- PCAP Import/Export: Export recorded traffic as .pcapng files, and import it again for replays
- Modified relay / replay: Modify data on the fly during replay / relay. This functionality is enabled in the NFCGate server, check that repository for details.
Internal changes
- New package name and internal data format - you will likely loose existing data when updating
- New server version with updated protocol - update existing installs of the NFCGate server to stay compatible
- Reduced complexity of the codebase
- Remove dead code