Skip to content

Commit 3388085

Browse files
author
Conor O'Donnell
committed
Released version 3.0.16
1 parent 6a64b91 commit 3388085

File tree

8 files changed

+11
-19
lines changed

8 files changed

+11
-19
lines changed

CHANGELOG.md

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

3+
## Version 3.0.16
4+
5+
13-12-2016
6+
* Networking optimisations
7+
* UI fixes
8+
* Fix crash in conversations started from Acquire on web
9+
310
## Version 3.0.15
411

512
06-12-2016
Binary file not shown.

aar/intercom-sdk-fcm-3.0.15.aar

-23.8 KB
Binary file not shown.

aar/intercom-sdk-fcm-3.0.16.aar

23.4 KB
Binary file not shown.

aar/intercom-sdk-gcm-3.0.15.aar

-25.7 KB
Binary file not shown.

aar/intercom-sdk-gcm-3.0.16.aar

25.3 KB
Binary file not shown.

docs/index-all.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ <h2 class="title">I</h2>
202202
<dd>
203203
<div class="block">Check if the cloud message is from Intercom</div>
204204
</dd>
205-
<dt><span class="memberNameLink"><a href="io/intercom/android/sdk/identity/Registration.html#isValidRegistration--">isValidRegistration()</a></span> - Method in class io.intercom.android.sdk.identity.<a href="io/intercom/android/sdk/identity/Registration.html" title="class in io.intercom.android.sdk.identity">Registration</a></dt>
206-
<dd>&nbsp;</dd>
207205
</dl>
208206
<a name="I:L">
209207
<!-- -->

docs/io/intercom/android/sdk/identity/Registration.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
catch(err) {
1818
}
1919
//-->
20-
var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
20+
var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
2121
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
2222
var altColor = "altColor";
2323
var rowColor = "rowColor";
@@ -185,22 +185,18 @@ <h3>Method Summary</h3>
185185
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/intercom/android/sdk/identity/Registration.html#getUserId--">getUserId</a></span>()</code>&nbsp;</td>
186186
</tr>
187187
<tr id="i4" class="altColor">
188-
<td class="colFirst"><code>protected boolean</code></td>
189-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/intercom/android/sdk/identity/Registration.html#isValidRegistration--">isValidRegistration</a></span>()</code>&nbsp;</td>
190-
</tr>
191-
<tr id="i5" class="rowColor">
192188
<td class="colFirst"><code><a href="../../../../../io/intercom/android/sdk/identity/Registration.html" title="class in io.intercom.android.sdk.identity">Registration</a></code></td>
193189
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/intercom/android/sdk/identity/Registration.html#withEmail-java.lang.String-">withEmail</a></span>(java.lang.String&nbsp;email)</code>
194190
<div class="block">Add an email address to this registration.</div>
195191
</td>
196192
</tr>
197-
<tr id="i6" class="altColor">
193+
<tr id="i5" class="rowColor">
198194
<td class="colFirst"><code><a href="../../../../../io/intercom/android/sdk/identity/Registration.html" title="class in io.intercom.android.sdk.identity">Registration</a></code></td>
199195
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/intercom/android/sdk/identity/Registration.html#withUserAttributes-java.util.Map-">withUserAttributes</a></span>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;attributes)</code>
200196
<div class="block">Add a map of user attributes to this registration.</div>
201197
</td>
202198
</tr>
203-
<tr id="i7" class="rowColor">
199+
<tr id="i6" class="altColor">
204200
<td class="colFirst"><code><a href="../../../../../io/intercom/android/sdk/identity/Registration.html" title="class in io.intercom.android.sdk.identity">Registration</a></code></td>
205201
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../io/intercom/android/sdk/identity/Registration.html#withUserId-java.lang.String-">withUserId</a></span>(java.lang.String&nbsp;userId)</code>
206202
<div class="block">Add a unique user identifier to this registration.</div>
@@ -330,21 +326,12 @@ <h4>getUserId</h4>
330326
<a name="getAttributes--">
331327
<!-- -->
332328
</a>
333-
<ul class="blockList">
329+
<ul class="blockListLast">
334330
<li class="blockList">
335331
<h4>getAttributes</h4>
336332
<pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;getAttributes()</pre>
337333
</li>
338334
</ul>
339-
<a name="isValidRegistration--">
340-
<!-- -->
341-
</a>
342-
<ul class="blockListLast">
343-
<li class="blockList">
344-
<h4>isValidRegistration</h4>
345-
<pre>protected&nbsp;boolean&nbsp;isValidRegistration()</pre>
346-
</li>
347-
</ul>
348335
</li>
349336
</ul>
350337
</li>

0 commit comments

Comments
 (0)