Skip to content

Releases: gdmeunier/android-pin-unblocker

Android PIN Unblocker 2.0.1

21 Sep 08:12
Compare
Choose a tag to compare

Changelog from 2.0.0

The app now works perfectly all the way down to Android 4.4.2 (Android KitKat)!
This came at the cost of a 2x bigger APK file but it's certainly worth it.

Scanning QR codes now work on Android 6.0 and later.

2.0.1

  • (x) Fixed the Camera runtime permissions code (added runtimePermissions for Android 6.0+)
  • (x) Re-targeted the app with targetSdkLevel = 32 and minSdkLevel = 19 (Android 4.4 KitKat)
  • (x) Disabled a potentially duplicate permission for Camera access in the app Manifest

Known issues

No more known issues, I finally fixed basically all the bugs (I can say so since the app is small, and easy to test for bugs).

Android PIN Unblocker 2.0.0

20 Sep 18:43
Compare
Choose a tag to compare

Changelog from 1.6.0

2.0.0

  • (-) New backwards-incompatible change, removing support for 42-digits Admin keys. Turns out it was a mistake in the NFC Connector Enterprise software from MySmartLogon which should be using 48-digits Admin keys, not 42 (these keys don't exist anywhere else)
  • (x) Increased the camera autofocus delay from 1000ms to 1500ms to avoid too-fast refocus before QR scan

1.6.1

  • (x) Fixed the ability to use 32-digits Admin keys (algorithm changed to AES-128, no DESede)
  • (x) Reworked the Scan Challenge window layout to accomodate larger challenge codes and Admin keys (up to 32-chars challenge codes)

Known issues

The App's QR Code scanning function doesn't work in Android emulators, but it works perfectly fine on real Android devices.

Android PIN Unblocker 1.6.0

11 Sep 20:10
Compare
Choose a tag to compare

Changelog from 1.5.0

1.6.0

  • (+) Added the ability to use 32-digits Admin keys (for some HID Crescendo cards)
  • It's now allowed to use 32-digits, 42-digits & 48-digits Admin keys

Known issues

The App's QR Code scanning function doesn't work in Android emulators, but it works perfectly fine on real Android devices.

Android PIN Unblocker 1.5.0

07 Aug 23:01
ebbd5ce
Compare
Choose a tag to compare

Changelog from 1.4.1

1.5.0

  • (+) Added the ability to switch between the front and back cameras of real Android phones
  • (x) Fixed main layout's 'Android PIN Unblocker' and 'Scan Challenge' text paddings

Known issues

The App's QR Code scanning function doesn't work in Android emulators, but it works perfectly fine on real Android devices.

Android PIN Unblocker 1.4.1

04 Aug 12:59
Compare
Choose a tag to compare

Changelog from 1.3.1

1.4.1

  • (x) Fixed the Share To behavior when sharing Admin key to Android PIN Unblocker to the intended one (being able to also share 42-digits Admin keys instead of only 48-digits)
  • (+) Added portrait-only display attribute to force portrait orientation while the App is running
  • (x) Optimized the behavior of the UI layout loading & hiding functions to minimize unnecessary layout reveals & hidings
  • (x) Fixed the btnScanRequest_Click function for QR codes by adding setBackCamera() prior to loading the QR scanner preview (trying to make it work on Android emulators, still works well with real Android devices)
  • (x) Increased QR code's scan autofocus interval to 1000ms instead of 500ms
  • (x) Optimized the order of functions in the QR code back button, result_found & for showing it
  • (x) Removed unnecessary challengeCode sanitization in the Java native function for generating the unblockPin since I already do it in btnGenerateRequest_Click()

1.4.0

  • (+) Added the ability to scan QR codes (requires more permissions, camera + flashlight)
  • (x) Fixed the XUI layout of the Main UI & Scan Challenge one to better fit many display DPIs
  • (x) Fixed remnant background service by deleting Starter.bas (fixes the App still running in background issue from 1.3.1)
  • (x) Removed leftover code variable display in error output for invalid challenge format

Known issues

The App's QR Code scanning function doesn't work in Android emulators, but it works perfectly fine on real Android devices.

Android PIN Unblocker 1.3.1

20 Jul 01:17
a2882bb
Compare
Choose a tag to compare

Initial release

Not much to say here, it's the initial release build.

Known issues

The App stays running in the background even if it shouldn't when exited, although it doesn't do anything at all.
Thus it's fortunately a small background RAM usage only.