Skip to content

Releases: rm3l/maoni

4.0.2

11 Dec 23:05
Compare
Choose a tag to compare
Version upgrade: 4.0.2

4.0.1

15 Aug 21:17
Compare
Choose a tag to compare

Patches

  • Add a Settings activity to the sample app: ba230c0
  • Merge pull request #44 from rm3l/feature/more_settings_in_sample_app: 6bde8e8
  • [ref #42] Customize the ability to have screen and logs capturing capabilities: 036827b
  • [fix #42] Customize the ability to have screen and logs capturing capabilities: 492bafe
  • Merge pull request #45 from rm3l/feature/42_customize_logs_screen_capturing: edd8314

4.0.0

14 Jul 22:00
Compare
Choose a tag to compare

Major Changes

  • Fix Send Button hiding behaviour: 0a4e611
  • Add option to control keyboard visibility on Feedback activity start: af82bd7

Minor Changes

Read more

3.1.0

12 Jan 16:31
Compare
Choose a tag to compare
Fix javadoc

2.4.0

12 Jan 16:31
Compare
Choose a tag to compare
Fix version code for sample app

2.2.0

10 Aug 21:49
4bf443d
Compare
Choose a tag to compare

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.

2.0.1

12 Jan 16:31
Compare
Choose a tag to compare
Reorder badges

v2.0.0

01 Aug 17:50
Compare
Choose a tag to compare

Maoni Lib

  • Upgrade to Android SDK 24
  • #2 Drop calls to SwingBuilder, so signing information is not asked when not necessary
  • Fix the way device information is retrieved. Note that this contains breaking changes in the Feedback API, as pictured in the section below

Breaking changes

  • The Feedback.Device class has been removed, in favor of a separate DeviceInfo class, which contains everything related to the Device

maoni-email

  • Email body has been updated to read info from the new DeviceInfo class => the email to send as feedback now contains much more details about the device

Maoni Sample App

  • Upgrade to Android SDK 24

1.3.0

06 Jun 20:39
Compare
Choose a tag to compare

Maoni Lib

  • Let callbacks decide whether or not to finish the Maoni activity upon a click on the 'Send Feedback' button

Maoni Sample App

  • Leverage a ScrollView in sample app main activity layout