Releases: measurement-kit/android-libs
v0.13.0-1
Using updated dependencies and MK v0.13.0-1
Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.13.0-1/
v0.12.0-1
Same as previous release, but built with updated assets.
Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.12.0-1/
v0.11.0-1
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
Use recompiled MK v0.10.11 and recompiled dependencies.
Packages at: https://dl.bintray.com/measurement-kit/android/org/openobservatory/measurement_kit/android-libs/0.10.11-1-android.1/
v0.10.11-android.1
v0.10.8-android.3
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
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.
v0.10.8-android.1
This release uses MK v0.10.8 and updated dependencies.
v0.10.6-android.1
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
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/