Skip to content

Releases: intercom/intercom-android

3.0.1

22 Jul 16:40
Compare
Choose a tag to compare
  • Fixed an issue with real time messaging.
  • Fixed an issue with launcher color being default color on first registration of a user on launch.
  • Fixed an issue with passing attributes to a user registration which resulted in not updating the user after the very first registration.
  • Fixed an issue with failed text parts being treated like uploaded attachments.

3.0.0

21 Jul 12:09
Compare
Choose a tag to compare

Our new Messenger is out of beta 🎉
You can read all about the updated design and new functionality here.
If you are upgrading from an older version of our Messenger you may need to change some of the methods you used to call. You can see any changes you may need to make here.
Where is 2.x? We're skipping it. We did this to align the Android SDK with our iOS and web counter parts.

1.1.21

14 Jun 10:49
Compare
Choose a tag to compare

14-06-2016

  • Protect against crash if the image resource is not found issue#198

1.1.20

02 Jun 10:19
Compare
Choose a tag to compare

Version 1.1.20

02-06-2016

  • Fixed an issue which can result in inflated session counts for both identified and unidentified users.

1.1.19

17 May 14:41
Compare
Choose a tag to compare

17-05-2016

  • Removed permission VIBRATE. VIBRATE was used for push notifications. If it is included in the host app the push will still cause the default device vibration.
  • Removed permissions READ_EXTERNAL_STORAGE and MANAGE_DOCUMENTS. These permissions are optional for attachments. In most cases they are not required but certain OS and file provider combinations may fail to send the attachment without.
  • Fixed an issue with push only messages not following the URI correctly.

1.1.18

18 Apr 10:50
Compare
Choose a tag to compare

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 Apr 19:56
Compare
Choose a tag to compare

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

09 Mar 10:49
Compare
Choose a tag to compare

04-03-2016

  • Updated to Okhttp 2.7.5 for improved reliability and bug fixes, fixes issue#181
  • Fixed an issue where a loading dialog could get into a state where it stayed on screen incorrectly, issue#183
  • Fixed an issue with the keyboard not dismissing while viewing an image, issue#184

1.1.15

12 Feb 17:27
Compare
Choose a tag to compare

12-02-2016

  • Fixed IndexOutOfBounds exception, issue#176
  • Fixed a crash caused by BitmapFactory.decodeResource returning null.

1.1.14

02 Feb 13:16
Compare
Choose a tag to compare

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.