Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Releases: measurement-kit/android-libs

v0.13.0-1

21 Jul 13:21
v0.13.0-1
Compare
Choose a tag to compare

v0.12.0-1

24 Jun 10:33
v0.12.0-1
Compare
Choose a tag to compare

v0.11.0-1

15 May 11:57
v0.11.0-1
Compare
Choose a tag to compare

Same as previous release, but avoid confusing Gradle. Since now, we're detaching the version used by this repository from the version of MK. Seems a good idea because otherwise people don't see updates.

Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.11.0-1/

v0.10.11-1-android.1

14 May 21:08
v0.10.11-1-android.1
Compare
Choose a tag to compare

v0.10.11-android.1

27 Feb 09:49
v0.10.11-android.1
Compare
Choose a tag to compare

v0.10.8-android.3

02 Jan 15:22
v0.10.8-android.3
Compare
Choose a tag to compare
v0.10.8-android.3 Pre-release
Pre-release

Like the v0.10.8-android.2, plus we've made sure we close InputStreams in #81.

Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.10.8-android.3/

v0.10.8-android.2

02 Jan 14:37
v0.10.8-android.2
Compare
Choose a tag to compare
v0.10.8-android.2 Pre-release
Pre-release

This release uses MK v0.10.8 and updated dependencies. Compared to v0.10.8-android.1, it adds support for getting the reason why resubmission has failed.

Packages at https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.10.8-android.2/

v0.10.8-android.1

31 Dec 14:43
v0.10.8-android.1
Compare
Choose a tag to compare
v0.10.8-android.1 Pre-release
Pre-release

v0.10.6-android.1

28 Aug 00:07
v0.10.6-android.1
Compare
Choose a tag to compare

First release using MK v0.10.6. The code has been changed to allow for faster measurements resubmission. As a result, the MKCollector API has been replaced by the MKReporter API. We also improved existing unit tests and added new tests. We also made progress towards using UTF-7 rather than UTF-8 to avoid errors when converting UTF-8 to MUTF-8. These changes have been implemented in MK and tested here. We now emit serialised JSONs where all non-UTF-7 characters are represented using their code point, thus occupying more bytes, but also being a stream of characters that MUTF-8 can handle.

Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.10.6-android.1/

v0.10.5-android.1

27 Aug 12:19
v0.10.5-android.1
Compare
Choose a tag to compare
v0.10.5-android.1 Pre-release
Pre-release

First release using MK v0.10.5. We still have issues with string encoding that will probably be addressed by MK v0.10.6. Plus, there is some extra debugging code and a leaky error path. Apart from that, this release is quite good already but I'd still wait before using it in production.

Packages here: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.10.5-android.1/