Skip to content

Commit

Permalink
v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
djodjoni committed Jan 10, 2017
1 parent 1843a53 commit 76434b5
Show file tree
Hide file tree
Showing 575 changed files with 3,542 additions and 3,362 deletions.
14 changes: 12 additions & 2 deletions CHLOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
Change Log
==========

NEXT Version 0.7.0 *(FUTURE-2016)*
NEXT Version 0.7.0 *(FUTURE-2017)*
----------------------------------

Version 0.6.9 *(10-01-2017)*
----------------------------------

* Fix: networkimageview do not reuse bitmap for api<=18 #71
* Fix: NegativeArraySizeException in DiskBasedCache.streamToBytes #79
* Fix: add Unsubscribe action before setting listeners #75
* Upd: Update(downgrade) Netty to 4.1.x #76
* New: Better Demo App
* New: Use new external RHub to implement RxHub

Version 0.6.8 *(01-08-2016)*
----------------------------------

* Bug: redirected temp requests will not send stack markers #66
* Fix: redirected temp requests will not send stack markers #66
* Upd: use okio for Base64 encoding #64
* New: add jus markers for okhttp3 stack #63
* New: add Request RxHub to rx-jus package #62
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Find [the latest JARs][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-XXX</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-XXX:0.6.8'
compile 'io.apptik.comm:jus-XXX:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand All @@ -92,50 +92,50 @@ Jus requires at minimum Java 7 or Android SDK 15.
## Modules
* [jus for Java][jus-java] - main jus library for java
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-java.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-java)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-java/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-java/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-java/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-java/0.6.9)
* [Reactive jus][rx-jus] - RxJava support for jus
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/rx-jus.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/rx-jus)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:rx-jus/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:rx-jus/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:rx-jus/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:rx-jus/0.6.9)
* HTTP Stacks
* [OkHttp][jus-okhttp] = OkHttp Client Stack for jus
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-okhttp.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-okhttp)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp/0.6.9)
* [OkHttp3][jus-okhttp3] = OkHttp3 Client Stack for jus
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-okhttp3.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-okhttp3)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp3/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp3/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp3/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-okhttp3/0.6.9)
* [ApacheHttp][jus-apachehttp] = ApacheHttp Client Stack for jus
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-apachehttp.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-apachehttp)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-apachehttp/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-apachehttp/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-apachehttp/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-apachehttp/0.6.9)
* [Netty][jus-netty] = Netty Client Stack for jus
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-netty.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-netty)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-netty/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-netty/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-netty/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-netty/0.6.9)

* Jus for Android
* [Android jus][jus-android] - jus optimized for Android
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-android.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-android)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-android/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-android/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-android/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-android/0.6.9)
* Data serializers support and custom requests for jus
* [Gson][jus-gson] - support for Gson
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-gson.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-gson)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-gson/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-gson/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-gson/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-gson/0.6.9)
* [Jackson][jus-jackson] - support for Jackson
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-jackson.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-jackson)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-jackson/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-jackson/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-jackson/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-jackson/0.6.9)
* [JJson][jus-jjson] - support for JustJson
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-jjson.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-jjson)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-jjson/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-jjson/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-jjson/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-jjson/0.6.9)
* [Moshi][jus-moshi] - support for Moshi
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-moshi.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-moshi)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-moshi/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-moshi/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-moshi/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-moshi/0.6.9)
* [Protobuf][jus-protobuf] - support for Google Protobuf
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-protobuf.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-protobuf)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-protobuf/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-protobuf/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-protobuf/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-protobuf/0.6.9)
* [SimpleXML][jus-simplexml] - support for Simple
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-simplexml.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-simplexml)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-simplexml/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-simplexml/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-simplexml/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-simplexml/0.6.9)
* [Wire][jus-wire] - support for wire
[![Maven Central](https://img.shields.io/maven-central/v/io.apptik.comm/jus-wire.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.apptik.comm/jus-wire)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-wire/0.6.8/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-wire/0.6.8)
[![VersionEye](https://www.versioneye.com/java/io.apptik.comm:jus-wire/0.6.9/badge.svg)](https://www.versioneye.com/java/io.apptik.comm:jus-wire/0.6.9)

## Licence

Expand Down
4 changes: 2 additions & 2 deletions android/jus-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-android</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-android:0.6.8'
compile 'io.apptik.comm:jus-android:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-gson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-gson</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-gson:0.6.8'
compile 'io.apptik.comm:jus-gson:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-jackson</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-jackson:0.6.8'
compile 'io.apptik.comm:jus-jackson:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-jjson-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-jjson</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-jjson:0.6.8'
compile 'io.apptik.comm:jus-jjson:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-jjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-jjson</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-jjson:0.6.8'
compile 'io.apptik.comm:jus-jjson:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-moshi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-moshi</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-moshi:0.6.8'
compile 'io.apptik.comm:jus-moshi:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-protobuf</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-protobuf:0.6.8'
compile 'io.apptik.comm:jus-protobuf:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-simplexml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-simplexml</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-simplexml:0.6.8'
compile 'io.apptik.comm:jus-simplexml:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
4 changes: 2 additions & 2 deletions converter/jus-wire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-wire</artifactId>
<version>0.6.8</version>
<version>0.6.9</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-wire:0.6.8'
compile 'io.apptik.comm:jus-wire:0.6.9'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
Loading

0 comments on commit 76434b5

Please sign in to comment.