Skip to content

Commit 4565150

Browse files
committed
Released 1.1.16
1 parent 57a7bff commit 4565150

File tree

12 files changed

+19
-11
lines changed

12 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## Version 1.1.16
4+
5+
04-03-2016
6+
7+
* Updated to Okhttp 2.7.5 for improved reliability and bug fixes, fixes [issue#181](https://github.com/intercom/intercom-android/issues/181)
8+
* Fixed an issue where a loading dialog could get into a state where it stayed on screen incorrectly, [issue#183](https://github.com/intercom/intercom-android/issues/183)
9+
* Fixed an issue with the keyboard not dismissing while viewing an image, [issue#184](https://github.com/intercom/intercom-android/issues/184)
10+
311
## Version 1.1.15
412

513
12-02-2016

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intercom for Android 1.1.15
1+
# Intercom for Android 1.1.16
22

33
## Supported versions
44
Targets Android 2.3 (API 9) but *only* 4.0.3 (API 15) and above have tracking and messaging functionality.
-22.1 KB
Binary file not shown.
22.2 KB
Binary file not shown.

jar/intercom-sdk-base/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk"
4-
android:versionCode="32"
5-
android:versionName="1.1.15" >
4+
android:versionCode="33"
5+
android:versionName="1.1.16" >
66

77
<uses-sdk
88
android:minSdkVersion="9"
@@ -33,7 +33,7 @@
3333
android:configChanges="screenSize|orientation"
3434
android:exported="false"
3535
android:theme="@style/IntercomSDK_AttachmentTheme"
36-
android:windowSoftInputMode="stateUnchanged|adjustResize" />
36+
android:windowSoftInputMode="stateHidden" />
3737
<activity
3838
android:name="io.intercom.android.sdk.activities.TestActivity"
3939
android:exported="false" />

jar/intercom-sdk-base/aapt/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk"
4-
android:versionCode="32"
5-
android:versionName="1.1.15" >
4+
android:versionCode="33"
5+
android:versionName="1.1.16" >
66

77
<uses-sdk
88
android:minSdkVersion="9"
@@ -33,7 +33,7 @@
3333
android:configChanges="screenSize|orientation"
3434
android:exported="false"
3535
android:theme="@style/IntercomSDK_AttachmentTheme"
36-
android:windowSoftInputMode="stateUnchanged|adjustResize" />
36+
android:windowSoftInputMode="stateHidden" />
3737
<activity
3838
android:name="io.intercom.android.sdk.activities.TestActivity"
3939
android:exported="false" />
Binary file not shown.
Binary file not shown.

jar/intercom-sdk-gcm/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="io.intercom.android.sdk.gcm"
4-
android:versionCode="32"
5-
android:versionName="1.1.15" >
4+
android:versionCode="33"
5+
android:versionName="1.1.16" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

0 commit comments

Comments
 (0)