Skip to content

Releases: sawolabs/Android-SDK

0.3.0

01 Feb 14:36
3aa0cd7

Choose a tag to compare

  • Code Revamp
  • MVVM architecture implemented
  • Reduced unwanted code
  • Onesignal app Id null safety

0.1.9

13 Dec 09:02
b0b0e61

Choose a tag to compare

  1. Icons and theme removed to prevent build issues.
  2. Network unavailability handled for all cases.
  3. Replaced Handler method with kotlin coroutines.
  4. Null checking logic added.
  5. Target SDK version upgraded to 31.
  6. Dependencies upgraded. (biometric:1.1.0, gson:gson:2.8.6, retrofit:2.9.0, sentry-android:4.3.0)
  7. New dependency added. (androidx.lifecycle:lifecycle-runtime-ktx:2.4.0)

Internet unavailability handled (v 0.1.8)

09 Jul 12:08
4cfb9c9

Choose a tag to compare

In case of internet unavailability a toast is displayed and the web view is left buffering in order to prevent api keys from being exposed

Bug fixes and extended features (v 0.1.7)

03 Jul 12:42

Choose a tag to compare

Orientation changes handled
Dark mode added for trusted device prompt
Multiple fingerprints enabled

0.1.6

02 Apr 19:26

Choose a tag to compare

updated readme

0.1.5

29 Mar 19:43

Choose a tag to compare

small design changes

0.1.4

28 Mar 21:06

Choose a tag to compare

[ADDED] Trusted device functionality

[IMPROVEMENT] FIDO: Save in device only if biometric is available
[IMPROVEMENT] Loading spinner in webview until websdk loads

0.1.3

17 Mar 07:26

Choose a tag to compare

biometric bug fix