Skip to content

Releases: verloop/android-sdk

Fix: parcelable issue with proguard

26 Mar 06:51
e0786af

Choose a tag to compare

Merge pull request #29 from verloop/bugfix/parcel-crash-fix-proguard

Creator Parcel replaced with Kotlin Annotation Parcelize

Handled build version issue for parcelable objects

19 Mar 05:57
9132b41

Choose a tag to compare

  • Upgraded the target SDK to 34
  • Upgraded proguard rules
  • Removed deprecated intent methods and moved them to IntentCompact
  • Upgraded gradle versions

Fixed subtitle alignment

01 Feb 13:09
59857ef

Choose a tag to compare

  • Marked subtitle as optional
  • Alignment of title is fixed if subtitle is not present

Configurable title bar

29 Dec 06:40
1250d4f

Choose a tag to compare

Title bar can be configured using 3 methods:

  • Server side configuration: Go to settings > widget branding > update the configuration
  • Code configuration: In VerloopConfig Builder, you can now set headerConfig which will override the server configs and has more precedence over server config
  • Custom XML: In VerloopConfig Builder, you can set overrideHeaderLayout as true and add toolbar_verloop.xml in the root folder. Check sample app for placement. This has highest precedence.

Added openMenuWidgetOnStart method in config

11 Oct 13:08
d072de6

Choose a tag to compare

Bug fixes and improved logging

21 Sep 04:25
258ad5e

Choose a tag to compare

  • Fixed the redirection issue on 302 status
  • Added log listeners

1.1.9-rc.2: Merge pull request #20 from verloop/error-handling

14 Sep 10:21
258ad5e

Choose a tag to compare

Error handling and LogEventListener implementation

Added callback handler for events in the system

09 Aug 10:44

Choose a tag to compare

  • Events could be debug/info/warn/error

RC build for Minor fixes

25 Jul 11:47
d4a4254

Choose a tag to compare

  • Optimizations
  • Debug logs
  • Remove webview cache
  • Destroying views on clearing of activity
  • Removing staging flag

Bug fixes

26 May 05:09

Choose a tag to compare

  • Fixed issue with the attachment of files