Skip to content

2.2.0

Compare
Choose a tag to compare
@rm3l rm3l released this 10 Aug 21:49
· 899 commits to master since this release
4bf443d

Maoni Lib

  • Application logs are now captured and included in the Feedback object
  • Performance improvements
    • Addressed potential activity memory leaks, by allowing callers to unregister handlers, listeners or validators. Actually, MaoniActivity will auto-clear strong references when it exits. This requires callers to reset their handlers when they are done. Furthermore, Maoni#start(...) can no longer be called twice.
    • Reduced memory footprint when loading image views (especially, screen captures). Thumbnail preview has been reduced to a 100x100 size, since it does not need to be loaded at full resolution.

Breaking changes

  • Maoni#start(...) can no longer be called twice. An UnsupportedOperationException is thrown.