Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Releases: thanx/thanx-sdk-android

Thanx SDK Android v0.0.11

24 Sep 21:58
Compare
Choose a tag to compare

Breaking changes

  • New Thanx.initialize method signature

Enhancements

  • Play Store rating prompt

Bugfixes

None

Deprecations

None

Thanx SDK Android v0.0.10

23 Aug 23:53
Compare
Choose a tag to compare

Breaking changes

  • Helper method WebActivity.start does not exist anymore.

Enhancements

  • Loading Callbacks
  • Update to Kotlin 1.3.41

Bugfixes

None

Deprecations

None

Thanx SDK Android v0.0.7

21 Sep 21:17
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • Need to include the jitpack repo to your repositories
repositories {
  // ...Other repositories...
 
  maven { url "https://dl.bintray.com/thanx/sdk" } // Thanx SDK repository
  maven { url "https://jitpack.io" } // New repository to include
}
  • Need to add the following permissions to your app Manifest.xml
<!-- Permission to read/write external storage - required -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<!-- Permission to use camera - required -->
<uses-permission android:name="android.permission.CAMERA"/>

Enhancements

None

Bugfixes

  • Receipt submission
  • Email support fix
  • Thanxgiving

Deprecations

None

Thanx SDK Android v0.0.6

30 Aug 06:50
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

  • Better logout support

Bugfixes

  • Attempt to fix auto-login support

Deprecations

None

Thanx SDK Android v0.0.5

25 Aug 04:34
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

None

Bugfixes

  • Facebook login displaying incorrect layout
  • Keyboard not showing when user taps in an input

Deprecations

None

Thanx SDK Android v0.0.4

10 Aug 03:54
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

  • Push Notification registration support
  • Push Notification landing screens

Bugfixes

None

Deprecations

None

Thanx SDK Android v0.0.3

08 Aug 01:04
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

  • Initial support for Push Notification registration
  • Thanx web view can be displayed via fragment using WebFragment

Bugfixes

None

Deprecations

None

Thanx SDK Android v0.0.2

02 Aug 23:17
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

  • Do not hide toolbar in WebActivity

Bugfixes

None

Deprecations

None

Thanx SDK Android v0.0.1

02 Aug 23:18
Compare
Choose a tag to compare
Pre-release

Breaking changes

None

Enhancements

First version!

  • SDK initialization
  • WebActivity to display the Thanx experience

Bugfixes

None

Deprecations

None