Releases: intercom/intercom-android
Releases · intercom/intercom-android
1.1.18
Version 1.1.18
18-04-2016
- Checks that there are intents capable of opening links etc before opening them, fixes issue#190
- Fixed an bug where apps running on Ice Cream Sandwich were unable to send attachments
- Fixed a bug that was causing us to generate a URL to communicate with the Intercom servers that doesn't conform with rfc1123 for a small number of people, more context in issue#186
1.1.17
01-04-2016
- Update to fix remaining issues with registration issue#181
- Made some permissions we use in the GCM module optional ("android.permission.READ_PHONE_STATE" and "android.permission.ACCESS_WIFI_STATE")
- Removed some unessesary noisy logging when calling reset.
- Fixed a bug where the empty inbox list does not update when the user starts a new conversation for the first time.
1.1.16
1.1.15
1.1.14
02-02-2016
- Reduced the initialization time by 50%
- Fixed an NPE in our ConversationAdapter, issue#164
- Removed the remaining hard coded strings in the client, issue#156
- Fixed a crash caused when a video failed to load. We now always show an error image for failed videos.
1.1.13
22-01-2016
Fixed a crash with drawing the avatar in push notifcations, issue#163
Fixed a crash with websockets cleanup
1.1.12
22-12-2015
Protected against a potential NPE in the networking layer.
Fixed an issue with the public reset call that resulted in the GCM device token not being removed from the server.
Small improvements to GCM notifications, including enabling notification lighting to use the host apps base color.
1.1.11
04-12-2015
- Fixed a crashing issue when you try to attach a contact from an Android device. We now also protect against other unexpected failed attachment types.
- Fixed a bug with the unread count not being correctly maintained if you come and go from the Inbox and composer/conversation screen.
1.1.10
27-11-2015
- Tweaked some network settings for improved reliability
- Improved logging messages for network request failures, in particular a 'canceled' request should give the reason why it was cancelled now and if you provide invalid credentials (app-id or api key) the library will fail faster with a better log message.
- Fixed a bug that was causing the library to do unnecessary work if an app became active in the background.
- Fixed a bug where calling
reset()
wasn't removing on screen notifications. - Fixed a bug where push messages were still being sent after
reset()
was called. - Fixed a bug that caused a new message to duplicate the first part if it was replied to immediately