Skip to content

Commit

Permalink
release 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
harkin committed Apr 18, 2016
1 parent aa69f9e commit 4c110c4
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Change Log

## Version 1.1.18

18-04-2016

* Checks that there are intents capable of opening links etc before opening them, fixes [issue#190](https://github.com/intercom/intercom-android/issues/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](https://www.ietf.org/rfc/rfc1123.txt) for a small number of people, more context in [issue#186](https://github.com/intercom/intercom-android/issues/186)

## Version 1.1.17

01-04-2016

* Update to fix remaining issues with registration [issue#181](https://github.com/intercom/intercom-android/issues/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.
* Removed some unnecessary noisy logging when calling reset, fixes [issue#188](https://github.com/intercom/intercom-android/issues/188)
* Fixed a bug where the empty inbox list does not update when the user starts a new conversation for the first time.

## Version 1.1.16
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intercom for Android 1.1.17
# Intercom for Android 1.1.18

## Supported versions
Targets Android 2.3 (API 9) but *only* 4.0.3 (API 15) and above have tracking and messaging functionality.
Expand Down
Binary file modified aar/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file removed aar/intercom-sdk-gcm/intercom-sdk-gcm-1.1.17.aar
Binary file not shown.
Binary file added aar/intercom-sdk-gcm/intercom-sdk-gcm-1.1.18.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions jar/intercom-sdk-base/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk"
android:versionCode="34"
android:versionName="1.1.17" >
android:versionCode="35"
android:versionName="1.1.18" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions jar/intercom-sdk-base/aapt/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk"
android:versionCode="34"
android:versionName="1.1.17" >
android:versionCode="35"
android:versionName="1.1.18" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Binary file modified jar/intercom-sdk-base/libs/intercom-sdk-base-classes.jar
Binary file not shown.
Binary file modified jar/intercom-sdk-base/libs/repackaged_dependencies.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions jar/intercom-sdk-gcm/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk.gcm"
android:versionCode="34"
android:versionName="1.1.17" >
android:versionCode="35"
android:versionName="1.1.18" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions jar/intercom-sdk-gcm/aapt/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.intercom.android.sdk.gcm"
android:versionCode="34"
android:versionName="1.1.17" >
android:versionCode="35"
android:versionName="1.1.18" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
Binary file modified jar/intercom-sdk-gcm/libs/intercom-sdk-gcm-classes.jar
Binary file not shown.

0 comments on commit 4c110c4

Please sign in to comment.