Changelog History
Page 1
-
v4.1.7 Changes
August 07, 2020โ Remove Gson dependency from Puree and replaces the types used for representing the serialized JSON, JsonObject and the JsonArray, by String and List respectively
-
v4.1.6 Changes
June 13, 2019- ๐ Fix empty jar artifact publishing
- ๐ Fix classes.jar path to packaged-classes
- โ Integrate PureeSQLiteStorage with androidx.sqlite
- Migrate demo to AndroidX
-
v4.1.3
June 13, 2019 -
v4.1.2 Changes
November 01, 2018- Retry or reset when storage is locked, and records is empty
-
v4.1.1 Changes
September 16, 2015- ๐ Fix sending logs multiple times in PureeOutput#flushSync()
-
v4.1.0 Changes
September 11, 2015- ๐ Avoid sending logs multiple times in Puree.flush()
- Output errors during execution of BufferedOutput
- โ Add
Puree#truncateBufferedLogs(int) - โ Remove deprecated classes
-
v4.0.0 Changes
August 17, 2015โฑ Use
ScheduledExecutorServiceto run tasks in backkground, instead ofAsyncTask. The defaultAsycTaskexecutor is executed in serial soPureemight affect execution of other application tasks if it usedAsyncTask.https://github.com/cookpad/puree-android/compare/v3.3.0...v4.0.0
-
v3.3.0 Changes
June 18, 2015๐คก Introduce
PureeLogger, removingPureeLogRegistryto mockPureeeasily- See PureeTest.java to see how to mock
Pureestatic methods.
- See PureeTest.java to see how to mock
https://github.com/cookpad/puree-android/compare/v3.2.0...v3.3.0
-
v3.2.0 Changes
June 17, 2015๐ Introduce
PureeLogRegistryand removePure.serilaizeLog()andPuree.getRegisteredOutputPlugins()https://github.com/cookpad/puree-android/compare/v3.1.0...v3.2.0
-
v3.1.0 Changes
June 17, 2015- โ Add
Puree.serializeLog()andPuree.getRegisteredOutputPlugins()to test the use of Puree โก๏ธ Optimize internals
https://github.com/cookpad/puree-android/compare/v3.0.0...v3.1.0
- โ Add