Releases: getditto/DittoAndroidTools
Releases · getditto/DittoAndroidTools
5.0.1
5.0.0
What's Changed
- Update Ditto Logo Image by @kndoshn in #153
- Ah/cxtools 158 peers list by @al-ditto in #154
- Remove usesCleartextTraffic by @chrisroberts14 in #155
- Add spacebar selection to menu items by @al-ditto in #156
- Update to use JReleaser by @acoyner in #157
- feat: Add Export Logs to Portal functionality by @mrjeremystookey in #158
- Fix/README: Correct image path for export logs by @mrjeremystookey in #160
- Update navigation and ToolsMenu UI to match DittoSwiftTools by @acoyner in #159
- Update to 4.11.6 by @acoyner in #161
- Implements Export Callback for DiskUsage tool by @acoyner in #162
- feat: Add note about DQL_STRICT_MODE for Export Logs by @mrjeremystookey in #163
- Updating README.md to reflect updated toolsviewer package path. by @wgcma in #164
New Contributors
- @kndoshn made their first contribution in #153
- @chrisroberts14 made their first contribution in #155
- @acoyner made their first contribution in #157
- @mrjeremystookey made their first contribution in #158
- @wgcma made their first contribution in #164
Full Changelog: 4.0.2...5.0.0
4.0.2
4.0.1
What's Changed
- fix nested scrolling issue with health screen composable by @rajramsaroop in #149
Full Changelog: 4.0.0...4.0.1
4.0.0 - Single Module Ditto Tools for Android
Breaking Changes
Tools are now single module - #147
- We simplified consumption and development of Ditto Tools for Android by moving them all into a single module.
- There is now just a single artefact to import:
live.ditto:ditto-tools-android. - All tools have been moved to their corresponding
live.ditto.tools.<tool-name> - All prior modules have been deprecated and will not be updated in the future.
Update path from 3.0.1 and earlier
- Replace existing Ditto tools imports with the new artefact:
live.ditto:ditto-tools-android:4.0.0 - Update all import paths to use the new
live.ditto.toolspackage structure - e.g.live.ditto.tools.exportlogs - In case you prefer to only use a subset of tools, you can configure Proguard/R8 to exclude unwanted tools by shrinking. Instructions are in the README.
Other changes
- Updates README to direct users to Ditto Support by @bplattenburg in #144
- update naming of peerKey to peerKeyString by @texasRanger09 in #145
- fix NPE that occurs on emulators without bluetooth, update tools version by @rajramsaroop in #146
Full Changelog: 3.0.1...4.0.0
3.0.1
3.0.0
3.0.0
This release brings updates to the Health, Heartbeat, and LogExport tools, as well as stability and compatibility improvements.
Breaking Changes
- LogExport tool now doesn't require configurating the export destination. Logs are automatically named after your application, and timestamped for uniqueness.
What's Changed
- Update grade dependencies and fix for some crashes by @rajramsaroop in #120
- 🐛 Resolve targetSdk and compileSdk errors by @phatblat in #126
- Add Wifi Aware as a section in the health tool by @rajramsaroop in #130
- fix crash in presence degradation reporter by @rajramsaroop in #131
- Add CODEOWNERS by @bplattenburg in #135
- Remove delay from first time Heartbeat runs by @texasRanger09 in #139
- Update logExporter to use rotating logs by @zmarkan in #137
New Contributors
Full Changelog: 2.1.0...3.0.0
2.1.0
2.0.0
Breaking Change
- This release updates some dependencies that require your app's
compileSDKto be 34 or higher.
What's Changed
- update readme to version 1.1.0 by @rajramsaroop in #105
- Cleanup demo app dependencies. Add local testing instructions by @rajramsaroop in #107
- Update diskUsage image by @texasRanger09 in #109
- Update Export Data icon and ReadMe by @texasRanger09 in #110
- Update tools to use peer key string by @rajramsaroop in #78
- Update Disk Usage package name by @rajramsaroop in #113
Full Changelog: 1.1.0...2.0.0