Skip to content

Releases: freshworks/hotline-android

Hotline Android SDK 1.2.6

29 Nov 12:00
Compare
Choose a tag to compare

Add support for user interaction listener (HotlineUserInteractionListener)

Hotline Android SDK 1.2.5

06 Oct 12:26
Compare
Choose a tag to compare
  • Support for notification channels for Oreo
  • Fix issue for FAQs not loading when app's targetSdkVersion is Oreo and the app is ran on an Oreo device
  • Fix proguard rules for optional dependency - Calligraphy

Hotline Android SDK 1.2.4

18 Jul 12:55
Compare
Choose a tag to compare
  • Fix init issues in devices of specific manufactures(Gionee) running Android 7.0+ causing to throw HotlineComponentNotFoundException

Hotline Android SDK 1.2.3

31 May 12:53
Compare
Choose a tag to compare
  • Check for FileProvider presence only if camera capture is enabled
  • Crash fix for random IllegalStateException from FragmentActivity (appcompat-v7)

Hotline Android SDK 1.2.2

14 Apr 14:38
Compare
Choose a tag to compare
  • Unread count API behaviour change - Will now return count of unread messages of public channels only
  • Made "Support" name optional in message list screen
  • Fixes issues with clearUserData being called out of order
  • Fixes background start issue in Oppo devices
  • Ability to capture debug logs

Hotline Android SDK 1.2.1

04 Feb 14:24
Compare
Choose a tag to compare
  • Add support for getting unread count by tags
  • Fixes build errors during build
  • Fixes audio message
  • Request permission for audio messages only on user action
  • Support for FileProvider (For apps targeting Android 7.0+)
  • Fixes issues in specific versions of Fire OS / Kindle Fire

Hotline Android SDK 1.2.0

09 Jan 20:39
Compare
Choose a tag to compare
  • Add support for filtering Conversations and FAQ Categories by tags
  • Resolve resource leaks - Fixes #11
  • Larger image previews in conversation detail and attachment preview screen
  • Support for theming the background of Channel list and FAQ Category list
  • Support restricting Conversation/Channel visibility

Hotline Android SDK 1.1.1

21 Dec 12:01
Compare
Choose a tag to compare
  • Support for longer question text in customer satisfaction surveys
  • Increment unread count when a customer satisfaction survey is pending
  • Fix delays in displaying customer satisfaction surveys in specific cases

Hotline Android SDK 1.1.0

02 Dec 18:09
Compare
Choose a tag to compare
  • Customer Satisfaction Surveys
  • Better default notification icons
  • Remove mandatory check for GCM Permission during Hotline.init()
  • API Improvements and performance fixes

Hotline Android SDK 1.0.15

11 Oct 18:31
Compare
Choose a tag to compare
  • Efficient background auto retries for failed API calls
  • Auto correct orientation for image attachments from specific manufacturer devices which have incorrect camera orientation
  • Fix user's phone number being retained after clearUserData
  • Misc fixes