Skip to content

Releases: carat-project/carat-android

Fix for no reports on some devices

17 May 03:26
Compare
Choose a tag to compare

Issue was caused by thermal zone names on some devices to have null elements in them.

Experimental fix for no reports on some devices

16 May 07:21
Compare
Choose a tag to compare

when the thermal zone names data array contained nulls, samples were not correctly serialized and monitoring failed for some devices, e.g. Huawei P20 Pro (see also: #61 ). This is an experimental fix version with APK downloadable from here but not Google Play.

2.19.1 beta version with zlib support

15 Feb 15:07
Compare
Choose a tag to compare
Pre-release

This updates Thrift to 0.11.0 and adds zlib compression to the transport. Effectively, samples should now send a lot faster.

v2.17.16 with sample iteration fixes + no printStackTrace

09 Jan 22:45
Compare
Choose a tag to compare

At least one supported device experiences crashes with the printStackTrace method. This replaces it with logger-based functionality.

v2.17.16-debug with sample iteration fixes

06 Dec 16:24
Compare
Choose a tag to compare

This should fix a bug where samples were not being read from the DB and the sample sending progress just stayed at zero.

v2.17.15-debug

04 Dec 20:04
Compare
Choose a tag to compare
v2.17.15-debug Pre-release
Pre-release

Debug build with additional logging enabled to trace and fix issue with excessive samples.

v2.17.14

27 Nov 12:18
Compare
Choose a tag to compare

Decrease sample sending rate to preserve battery.

Sample sending progress improvements

13 Nov 20:17
Compare
Choose a tag to compare

Shows percentages correctly also when over 100 samples are to be reported.

Negative J-Score fix

10 Nov 21:03
Compare
Choose a tag to compare

More fixes. This one should fix negative J-Score numbers being displayed as well as help with sampling.

Sample taking and sample sending corrections

09 Nov 19:53
Compare
Choose a tag to compare

Recently users have had issues both sending samples and having the application do sampling, resulting in J-Scores and reports not changing much. This aims to fix that.