Releases: carat-project/carat-android
Fix for no reports on some devices
Issue was caused by thermal zone names on some devices to have null elements in them.
Experimental fix for no reports on some devices
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
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
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
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
Debug build with additional logging enabled to trace and fix issue with excessive samples.
v2.17.14
Sample sending progress improvements
Shows percentages correctly also when over 100 samples are to be reported.
Negative J-Score fix
More fixes. This one should fix negative J-Score numbers being displayed as well as help with sampling.
Sample taking and sample sending corrections
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.