You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.