Skip to content

Releases: nfcgate/nfcgate

v2.4.4

10 Dec 22:32
Compare
Choose a tag to compare
  • Downgrade targetSdk to workaround edge-to-edge issues on Android 15 (fixes #187).
  • Removed DependencyInfoBlock (fixes #185).

Full Changelog: v2.4.3...v2.4.4

v2.4.3

10 Dec 01:10
Compare
Choose a tag to compare
  • 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

11 Jun 19:25
Compare
Choose a tag to compare

Hotfix for NFC service crash during struct size detection.

Full Changelog: v2.4.1...v2.4.2

v2.4.1

07 Jun 13:24
Compare
Choose a tag to compare

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

29 May 16:33
Compare
Choose a tag to compare
  • 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

26 Sep 20:51
Compare
Choose a tag to compare
  • 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

12 Sep 22:08
Compare
Choose a tag to compare
v2.3.0-rc Pre-release
Pre-release
  • 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

23 Aug 22:40
Compare
Choose a tag to compare
  • Confirmed Android 11 support πŸŽ‰.
  • Compatibility with LSPosed supporting Zygisk and Riru βœ”.
  • Improved native hooking for broader device compatibility πŸ™Œ.
  • Improved error handling and user feedback πŸ“.
  • Code cleanup 🧹.
  • Small bug fixes πŸ›.

v2.1.1

29 Jun 21:21
Compare
Choose a tag to compare
  • 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

10 May 08:15
Compare
Choose a tag to compare

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