Skip to content

Commit b7613ae

Browse files
authored
Merge pull request #346 from intercom/dalecantwell/3.2.2
Release 3.2.2
2 parents bd175e0 + 7378d82 commit b7613ae

11 files changed

+49
-8
lines changed

CHANGELOG.md

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

3+
## Version 3.2.2
4+
5+
11-05-2017
6+
* Added a new public API setBottomPadding() which takes a pixel value to add to the default bottom padding of the default launcher and in app messages.
7+
* Fixed typo in our IntercomFcmInstanceIdService class check [#342](https://github.com/intercom/intercom-android/issues/342)
8+
* Fixed IllegalArgumentException [#344](https://github.com/intercom/intercom-android/issues/344)
9+
* Fixed an issue with our real time system not trigger a UI update for a message received when the app is backgrounded and reopened in a short period of time.
10+
311
## Version 3.2.1
412

513
03-05-2017
Binary file not shown.
-61.4 KB
Binary file not shown.
61.4 KB
Binary file not shown.

aar/intercom-sdk-base-3.2.1.aar

-2.2 MB
Binary file not shown.

aar/intercom-sdk-base-3.2.2.aar

2.2 MB
Binary file not shown.

aar/intercom-sdk-fcm-3.2.1.aar

-25.2 KB
Binary file not shown.

aar/intercom-sdk-fcm-3.2.2.aar

25.1 KB
Binary file not shown.
Binary file not shown.

docs/index-all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ <h2 class="title">S</h2>
320320
<dd>
321321
<div class="block">Handle the Intercom push message</div>
322322
</dd>
323+
<dt><span class="memberNameLink"><a href="io/intercom/android/sdk/Intercom.html#setBottomPadding-int-">setBottomPadding(int)</a></span> - Method in class io.intercom.android.sdk.<a href="io/intercom/android/sdk/Intercom.html" title="class in io.intercom.android.sdk">Intercom</a></dt>
324+
<dd>
325+
<div class="block">Set the bottom padding of in app messages and the launcher.</div>
326+
</dd>
323327
<dt><span class="memberNameLink"><a href="io/intercom/android/sdk/Intercom.html#setInAppMessageVisibility-io.intercom.android.sdk.Intercom.Visibility-">setInAppMessageVisibility(Intercom.Visibility)</a></span> - Method in class io.intercom.android.sdk.<a href="io/intercom/android/sdk/Intercom.html" title="class in io.intercom.android.sdk">Intercom</a></dt>
324328
<dd>
325329
<div class="block">Toggles visibility of in-app messages.</div>

0 commit comments

Comments
 (0)