Releases: Q42/Q42Stats.Android
1.0.4
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
Add isSamsungTalkbackEnabled
And document enabledAccessibilityServices
1.0.2
Rename library module to q42stats
To avoid a naming conflict with other libraries as explained here:
Takhion/android-extras-delegates#1
1.0.1
Fix discrepancy between readme and actual Config param names
1.0.0
-
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
First Beta version. May be suitable for production
0.0.5
Re-enable ProGuard and use maven-publish