Skip to content

Commit

Permalink
Released version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronocod committed Jul 26, 2016
1 parent 7061481 commit 773a7e3
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 90 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Change Log
# Changelog

## Version 3.0.2

26-07-2016

* Fixed an issue where Context objects could have their locale changed by the SDK
* Fixed an issue where the Messenger could be opened more than once from a push notification
* Update Support Library dependencies to `24.1.1`

## Version 3.0.1

22-07-2016

Fixed an issue with real time messaging.
Fixed an issue with launcher color being default color on first registration of a user on launch.
Fixed an issue with passing attributes to a user registration which resulted in not updating the user after the very first registration.
Fixed an issue with failed text parts being treated like uploaded attachments.
* Fixed an issue with real time messaging.
* Fixed an issue with launcher color being default color on first registration of a user on launch.
* Fixed an issue with passing attributes to a user registration which resulted in not updating the user after the * very first registration.
* Fixed an issue with failed text parts being treated like uploaded attachments.

## Version 3.0.0

Expand Down
35 changes: 13 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Add the following dependency to your `build.gradle` file:

```gradle
compile 'io.intercom.android:intercom-sdk:3.0.1'
compile 'io.intercom.android:intercom-sdk:3.+'
```

or if you are not using GCM:

```gradle
compile 'io.intercom.android:intercom-sdk-base:3.0.1'
compile 'io.intercom.android:intercom-sdk-base:3.+'
```

`.aar` files are also included in this repo if you want to use them instead. If so then you will need to include GCM in your `build.gradle` file.
Expand Down Expand Up @@ -205,36 +205,27 @@ Before version 1.1.0 of our Android SDK was released we included Google’s GCM
Here is our complete dependency graph:
```
+--- project :intercom-sdk-base
| +--- com.android.support:design:24.1.0
| | +--- com.android.support:appcompat-v7:24.1.0
| | | +--- com.android.support:animated-vector-drawable:24.1.0
| | | | \--- com.android.support:support-vector-drawable:24.1.0
| | | | \--- com.android.support:support-v4:24.1.0
| | | | \--- com.android.support:support-annotations:24.1.0
| | | +--- com.android.support:support-v4:24.1.0 (*)
| | | \--- com.android.support:support-vector-drawable:24.1.0 (*)
| | +--- com.android.support:support-v4:24.1.0 (*)
| | \--- com.android.support:recyclerview-v7:24.1.0
| | +--- com.android.support:support-v4:24.1.0 (*)
| | \--- com.android.support:support-annotations:24.1.0
| +--- com.android.support:design:24.1.1
| +--- com.android.support:appcompat-v7:24.1.1
| +--- com.android.support:animated-vector-drawable:24.1.1
| +--- com.android.support:support-vector-drawable:24.1.1
| +--- com.android.support:support-v4:24.1.1
| +--- com.android.support:support-annotations:24.1.1
| +--- com.android.support:recyclerview-v7:24.1.1
| +--- com.facebook.rebound:rebound:0.3.8
| +--- com.squareup:otto:1.3.8
| +--- com.github.bumptech.glide:glide-intercom:3.7.0
| +--- com.squareup.okio:okio:1.9.0
| +--- com.squareup.okhttp3:okhttp:3.4.1
| +--- com.squareup.okhttp3:okhttp-ws:3.4.1
| +--- com.squareup.retrofit2:retrofit:2.1.0
| | \--- com.squareup.okhttp3:okhttp:3.3.0 -> 3.4.1
| | \--- com.squareup.okio:okio:1.9.0
| +--- com.squareup.retrofit2:converter-gson:2.1.0
| | +--- com.squareup.retrofit2:retrofit:2.1.0 (*)
| | \--- com.google.code.gson:gson:2.7
| +--- com.google.code.gson:gson:2.7
| +--- com.squareup.okhttp3:okhttp:3.4.1 (*)
| \--- com.squareup.okhttp3:okhttp-ws:3.4.1
| \--- com.squareup.okhttp3:okhttp:3.4.1 (*)
\--- project :intercom-sdk-gcm
\--- com.google.android.gms:play-services-gcm:9.2.1
+--- com.google.android.gms:play-services-base:9.2.1
| +--- com.google.android.gms:play-services-basement:9.2.1
| | \--- com.android.support:support-v4:23.0.0 -> 24.1.0 (*)
| | \--- com.android.support:support-v4:23.0.0 -> 24.1.1 (*)
| \--- com.google.android.gms:play-services-tasks:9.2.1
| \--- com.google.android.gms:play-services-basement:9.2.1 (*)
+--- com.google.android.gms:play-services-basement:9.2.1 (*)
Expand Down
Binary file removed aar/intercom-sdk-base/intercom-sdk-base-3.0.1.aar
Binary file not shown.
Binary file added aar/intercom-sdk-base/intercom-sdk-base-3.0.2.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>All Classes (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>All Classes (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Constant Field Values (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Deprecated List (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>API Help (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Index (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>intercom-sdk-base API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/Intercom.Visibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Intercom.Visibility (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/Intercom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Intercom (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/identity/Registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:57 IST 2016 -->
<title>Registration (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/identity/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk.identity (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/identity/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk.identity (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/identity/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk.identity Class Hierarchy (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/io/intercom/android/sdk/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>io.intercom.android.sdk Class Hierarchy (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/overview-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Overview List (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Overview (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Wed Jul 20 17:25:53 IST 2016 -->
<!-- Generated by javadoc (1.8.0_77) on Tue Jul 26 13:19:58 IST 2016 -->
<title>Class Hierarchy (intercom-sdk-base API)</title>
<meta name="date" content="2016-07-20">
<meta name="date" content="2016-07-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 3 additions & 5 deletions samples/intercom-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "23.0.3"
buildToolsVersion "24.0.1"

defaultConfig {
applicationId "io.intercom.androidstudiosample"
applicationId "io.intercom.sample"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
Expand All @@ -26,7 +26,5 @@ repositories {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'io.intercom.android:intercom-sdk:3.0.0'
compile 'io.intercom.android:intercom-sdk:3.0.2'
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

public class SampleApplication extends Application {
//----------------------------------------------------------------------------------------------
//You need to enter your api key and app id here to use Intercom for Android
//To get these keys go to https://app.intercom.io/a/apps/_/settings/android and follow the step-up guide
// You need to enter your api key and app id here to use Intercom for Android
// To get these keys go to https://app.intercom.io/a/apps/_/settings/android and follow the step-up guide
//----------------------------------------------------------------------------------------------
static final String YOUR_API_KEY = "";
static final String YOUR_APP_ID = "";
Expand Down
7 changes: 1 addition & 6 deletions samples/intercom-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:2.1.2'
}
}

Expand Down

0 comments on commit 773a7e3

Please sign in to comment.