Skip to content

Releases: verloop/android-sdk

Close chat and logout functionality

07 Nov 11:07
54d6615

Choose a tag to compare

1.1.19

Update Verloop SDK version in Readme

fix: window inset for newer Android versions

20 Aug 13:55
d2a65fb

Choose a tag to compare

Merge pull request #34 from verloop/fix/window-inset

fix: window inset

Fixed cases for different android versions

24 Feb 10:07
e59a7c8

Choose a tag to compare

Merge pull request #33 from verloop/dismiss_chat_issue

fixing the reciever export flog deuplication.

1.1.17-rc.1

17 Feb 14:17

Choose a tag to compare

1.1.17-rc.1 Pre-release
Pre-release
updating broadcast receivers

Adding broadcast listener

27 Oct 16:56
33177d1

Choose a tag to compare

Merge pull request #32 from verloop/feature/broadcast_listener

Adding broadcast listener to close the activity

Added download attachment functionality

15 Apr 10:59
932b1b5

Choose a tag to compare

function to use allowFileDownload(true)

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.