Skip to content

Commit b4d76f7

Browse files
authored
Merge pull request #492 from intercom/dalecantwell/5.0.0
Release 5.0.0
2 parents bb4e804 + 88332b0 commit b4d76f7

9 files changed

+49
-28
lines changed

CHANGELOG.md

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

3+
# Version 5.0.0
4+
24-04-2018
5+
6+
The Business Messenger reimagined.
7+
8+
**Messenger apps**
9+
- Complete actions beyond chat in the Messenger seamlessly with a growing library of apps. Messenger apps are being rolled out to all customers over the next 2 weeks.
10+
11+
**Extendable platform**
12+
- Create your own Messenger apps to suit your unique workflows – and enable entirely new ones.
13+
14+
**Updated Design**
15+
- Updated visual design with new wallpapers and expanded color settings.
16+
17+
**Messenger settings**
18+
- New wallpapers to customize your profile.
19+
- Set a background color for your profile and an action color for cards and chat bubbles.
20+
- Support light theme colors in your messenger.
21+
22+
![5-0-0-release-screens](https://user-images.githubusercontent.com/2615468/39157445-befb7196-4752-11e8-8a33-57636975ecec.png)
23+
324
# Version 4.1.9
425
20-04-2018
526

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
![Intercom](samples/Intercom_logo-github.png)
1+
<img src="https://user-images.githubusercontent.com/3185423/39155454-0c61c11e-474a-11e8-9471-dc4b37bf9d7c.png" width="238" height="65" alt="Intercom">
22

3-
Intercom for Android supports API 15 and above.
3+
### Onboard, retain and support mobile users at scale
4+
Engage customers with email, push, and in‑app messages and support them with an integrated knowledge base and help desk.
45

5-
## Customer Support
6-
👋 We are moving all our issues support to our [Intercom Developer Hub available here](https://developers.intercom.com/docs/intercom-mobile-installation?utm_source=github&utm_campaign=android-help). If you bump into any problems or need more support, just start a conversation using Intercom there and it will be immediately routed to our Customer Support Engineers.
6+
<img src="https://user-images.githubusercontent.com/2615468/39139749-931ffb7e-471a-11e8-862e-a70e594892ce.png">
7+
8+
Intercom for Android supports API 15 and above.
79

810
## Installation
911
There are 3 options for installing Intercom on your Android app.
@@ -12,16 +14,16 @@ There are 3 options for installing Intercom on your Android app.
1214
Add the following dependency to your app's `build.gradle` file:
1315
```groovy
1416
dependencies {
15-
compile 'io.intercom.android:intercom-sdk:4.+'
17+
compile 'io.intercom.android:intercom-sdk:5.+'
1618
}
1719
```
1820

1921
### Option 2: Install Intercom with Firebase Cloud Messaging (FCM)
2022
Add the following dependency to your app's `build.gradle` file:
2123
```groovy
2224
dependencies {
23-
compile 'io.intercom.android:intercom-sdk-base:4.+'
24-
compile 'io.intercom.android:intercom-sdk-fcm:4.+'
25+
compile 'io.intercom.android:intercom-sdk-base:5.+'
26+
compile 'io.intercom.android:intercom-sdk-fcm:5.+'
2527
}
2628
```
2729

@@ -30,10 +32,13 @@ dependencies {
3032
If you'd rather not have push notifications in your app, you can use this dependency:
3133
```groovy
3234
dependencies {
33-
compile 'io.intercom.android:intercom-sdk-base:4.+'
35+
compile 'io.intercom.android:intercom-sdk-base:5.+'
3436
}
3537
```
3638

39+
## Customer Support
40+
👋 Contact us with any issues at [Intercom Developer Hub available here](https://developers.intercom.com/docs/intercom-mobile-installation?utm_source=github&utm_campaign=android-help). If you bump into any problems or need more support, just start a conversation using Intercom there and it will be immediately routed to our Customer Support Engineers.
41+
3742
## Sample Apps
3843
A project with some basic examlpe integrations is provided [here](https://github.com/intercom/intercom-android/tree/master/samples).
3944

@@ -47,10 +52,6 @@ A project with some basic examlpe integrations is provided [here](https://github
4752
## Cordova/Phonegap Support
4853
Looking for Cordova/Phonegap support? We have a [Cordova Plugin](https://github.com/intercom/intercom-cordova) for Intercom 🎉
4954

50-
## Upgrading from 1.x.x
51-
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](https://docs.intercom.com/a-guide-to-the-new-intercom-messenger/upgrade-to-the-new-messenger-android).
52-
53-
5455
## Permissions
5556

5657
We include the [INTERNET](http://developer.android.com/reference/android/Manifest.permission.html#INTERNET) permission by default as we need it to make network requests:
@@ -88,16 +89,16 @@ Here is our complete dependency graph:
8889
### intercom-sdk-base
8990
```
9091
# Transitive (shared with your app)
91-
com.android.support:design:27.0.2
92-
com.android.support:appcompat-v7:27.0.2
93-
com.android.support:animated-vector-drawable:27.0.2
94-
com.android.support:support-vector-drawable:27.0.2
95-
com.android.support:support-compat:27.0.2
96-
com.android.support:support-core-utils:27.0.2
97-
com.android.support:support-core-ui:27.0.2
98-
com.android.support:support-fragment:27.0.2
99-
com.android.support:support-annotations:27.0.2
100-
com.android.support:recyclerview-v7:27.0.2
92+
com.android.support:design:27.1.1
93+
com.android.support:appcompat-v7:27.1.1
94+
com.android.support:animated-vector-drawable:27.1.1
95+
com.android.support:support-vector-drawable:27.1.1
96+
com.android.support:support-compat:27.1.1
97+
com.android.support:support-core-utils:27.1.1
98+
com.android.support:support-core-ui:27.1.1
99+
com.android.support:support-fragment:27.1.1
100+
com.android.support:support-annotations:27.1.1
101+
com.android.support:recyclerview-v7:27.1.1
101102
102103
# Repackaged (not shared with your app)
103104
com.squareup:otto:1.3.8
Binary file not shown.

aar/intercom-sdk-fcm-4.1.9.aar

-32.6 KB
Binary file not shown.

aar/intercom-sdk-fcm-5.0.0.aar

32.8 KB
Binary file not shown.

aar/intercom-sdk-gcm-4.1.9.aar

-33.7 KB
Binary file not shown.

aar/intercom-sdk-gcm-5.0.0.aar

33.9 KB
Binary file not shown.

docs/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
<!-- Generated by javadoc -->
66
<title>intercom-sdk-base API</title>
77
<script type="text/javascript">
8-
tmpTargetPage = "" + window.location.search;
9-
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
10-
tmpTargetPage = tmpTargetPage.substring(1);
11-
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
12-
tmpTargetPage = "undefined";
13-
targetPage = tmpTargetPage;
8+
targetPage = "" + window.location.search;
9+
if (targetPage != "" && targetPage != "undefined")
10+
targetPage = targetPage.substring(1);
11+
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
12+
targetPage = "undefined";
1413
function validURL(url) {
1514
try {
1615
url = decodeURIComponent(url);

samples/Intercom_logo-github.png

-7.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)