Skip to content

Commit

Permalink
1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
VicV committed Oct 28, 2016
1 parent 51cc13c commit 817cd45
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
566892868744d1d139fed9e0d12d0ea2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3174ee28ce38525e27c89d4936ab6fa79d0b029b
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<version>1.11.11</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.volley</groupId>
<artifactId>volley</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>+</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<version>+</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dbe0513aeef5e06d565afc2cbcd7dd71
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1f81752235431f8de3fee2f49c852f1b88cf97e4
6 changes: 3 additions & 3 deletions AndroidStudio/com/taplytics/sdk/taplytics/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.taplytics.sdk</groupId>
<artifactId>taplytics</artifactId>
<versioning>
<release>1.11.10</release>
<release>1.11.11</release>
<versions>
<version>1.11.10</version>
<version>1.11.11</version>
</versions>
<lastUpdated>20161026201251</lastUpdated>
<lastUpdated>20161028190641</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3fcbeb2c186b47301fe13992b3d7dda9
d68f73a998e8f89b811416d84176fd38
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a5f8ee82b3a5e783e9d7608c5e76d927856300ba
8acfa48a2516b46574df00a5a9dad9258bc426a4
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _Taplytics is a native mobile A/B testing and push notification platform that he

**[Get started with Taplytics](https://taplytics.com/docs/android-sdk/getting-started)** | **[View the Javadoc](https://s3.amazonaws.com/cdn.taplytics.com/javadoc/index.html)** | **[FAQ](https:/88/github.com/taplytics/Taplytics-Android-SDK/blob/master/FAQ/FAQ.md)** | **[Commercial License / Terms](http://taplytics.com/terms)**

###**Current Version: [1.11.10](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.11.10)**
###**Current Version: [1.11.11](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.11.11)**

###Big News: [Push has changed and is better in 1.9.0+](https://github.com/taplytics/Taplytics-Android-SDK/blob/master/FAQ/push%20update.md)

Expand All @@ -19,6 +19,21 @@ _How do I, as a developer, start using Taplytics?_

## Changelog

**[1.11.11](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.11.11)**

1. DelayLoad should no longer immediately return during liveUpdate builds.

delayLoad now waits for a pass/fail on the config request before triggering. Previously, on connected debug builds, it would trigger after visual edits have been applied, even if just from disk.

2. Added safety around new external integration methods.

Simple safety checks and catches to ensure no errors showing up. Errors are expected in these integrations and our attempts do deal with them, however they are squelched. This update just ensures that such errors don't reach crashlytics and cause confusion.

3. Update Taplytics internal Retrofit interceptor.

Taplytics uses a networkInterceptor to do a simple obfuscation of network traffic through Taplytics (using its own okKttpClient). This may not work depending on the app's okHttp/retrofit versions (older). While not technically an issue, extra safety has been added in this area.


**[1.11.10](https://github.com/taplytics/Taplytics-Android-SDK/releases/tag/1.11.10)**

1. Updated Flurry, Amplitude, Adobe, Localytics, and Mixpanel integrations to allow event handling on their newest SDK versions.
Expand Down

0 comments on commit 817cd45

Please sign in to comment.