Skip to content

Releases: tidev/ti.nfc

iOS 4.1.1

18 Apr 10:59
7f72b46
Compare
Choose a tag to compare

What's Changed

  • fix(ios): fix sendMiFareCommand parameter and return value by @m1ga in #84

New Contributors

  • @m1ga made their first contribution in #84

v5.0.0-android

03 Sep 21:39
accac9c
Compare
Choose a tag to compare
  • Added Android 12 support.

v4.0.0-iphone: Merge pull request #50 from fasihul-axway/NFC/bump-version

31 Mar 05:54
33685e8
Compare
Choose a tag to compare
Rebase with NativeTagSupport branch and bumped version

v4.0.0-android

14 Oct 10:11
Compare
Choose a tag to compare
build: build with sdk 9.2.0

v3.0.0-iphone

14 Oct 10:11
Compare
Choose a tag to compare
build: build with sdk 9.2.0

Android 4.0.0

18 Jun 23:14
2d0dfca
Compare
Choose a tag to compare
  • Now builds with gradle to an "AAR" library.
  • Set min Titanium SDK version to 9.0.0.
  • Added x86_64 architecture support.

iOS 2.1.0

28 Mar 08:15
Compare
Choose a tag to compare
  • Add parity for the NfcAdapter method isEnabled() to guard against unsupported devices:
  if (!nfcAdapter.isEnabled()) {
    Ti.API.error('This device does not support NFC capabilities!');
    return;
  }

  nfcAdapter.begin(); // This is required for iOS only. Use "invalidate()" to invalidate a session.

iOS 2.0.1

28 Mar 07:52
a9143f8
Compare
Choose a tag to compare
  • Create new NFC proxies on the correct thread and context
  • Fix payload message
  • Add onNdefInvalidated callback (iOS-only) to monitor cancelled / errored sessions

Android 3.0.0

13 Dec 21:38
25e5cd5
Compare
Choose a tag to compare
  • Support for Titanium SDK 7.0.0+
  • Support for Android 64-Bit

iOS 2.0.0

09 Dec 13:47
Compare
Choose a tag to compare
  • iOS parity with Android (using the iOS 11+ CoreNFC framework)