Skip to content

Releases: Q42/Q42Stats.Android

1.0.4

24 Sep 14:57
Compare
Choose a tag to compare

Fix: Request was not executed because response was not read

To prevent the Gzip leak in HttpUrlsConnection, the server is instructed to not Gzip the response

1.0.3

24 Sep 13:05
Compare
Choose a tag to compare

Add isSamsungTalkbackEnabled

And document enabledAccessibilityServices

1.0.2

15 Sep 15:17
Compare
Choose a tag to compare

Rename library module to q42stats

To avoid a naming conflict with other libraries as explained here:
Takhion/android-extras-delegates#1

1.0.1

15 Sep 14:59
Compare
Choose a tag to compare

Fix discrepancy between readme and actual Config param names

1.0.0

09 Sep 09:18
213a589
Compare
Choose a tag to compare
  • Replace deprecated jcenter by mavencentral

  • Add threading annotations and fix some lint warnings

  • Improve readability of Prefs writes

  • Wrap some exceptions for more helpful logging

  • Change visibility of most classes to internal and add logging control

  • Add Seconds to minimumSubmitInterval name for clarity

  • Use coroutines for threading

  • Don't throw non-fatal Exceptions, log them instead

  • Don't ignore submitinterval for debug builds

  • Close connection in httpPost, where it is created

  • Remove loglevel instruction from code snippet to other part of README.md

  • Clarify Q42StatsConfig property names

0.1.0

02 Jul 09:08
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First Beta version. May be suitable for production

0.0.5

19 Jun 11:44
bbaa244
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Re-enable ProGuard and use maven-publish