Skip to content

Releases: ebengoechea/dye_de1app_dsx_plugin

v1.17

08 Feb 18:20
Compare
Choose a tag to compare

Added

  • Add Visualizer auto-upload (disabled by default, has to be enabled in the settings page), which has been requested by Miha Rehar, TMC and Jakub Olesky. "Upload to Visualizer" button on the main DYE page now toggles to "Re-Upload to Visualizer" instead of "See in Visualizer". New settings "auto_upload_to_visualizer" (default 0) and "min_seconds_visualizer_auto_upload" (default 6), which can be set from the DYE Settings page.

  • Visualizer password is now hidden by default, this can be changed tapping the "eye" icon on its right.

  • The 2 search criteria category listboxes in the Filter Shot History page now can be redefined by the user. Tap on the "dropdown" arrow on the right of the listbox label to select from the list of available categories.

Changed

  • New proc ::DYE::GUI::relocate_widget_wrt to help placing widgets relative to one another.
  • DE1app minimum required version increased to 1.34 (to ensure that "beverage_type" is defined).
  • Listboxes default selectmode changed from "single" to "browse".
  • On FSH page, the [Reset] buttons are now aligned dinamically using relocate_widget_wrt.

v1.16: ### Added

06 Feb 15:16
Compare
Choose a tag to compare

Added

  • New plugin auto-update system from GitHub latest release (suggested by TMC)
  • New ::DYE::TXT page for single-page text entry (or just showing text if read-only).

Changed

  • Solved bug that settings initialized to an empty string were not being stored into DYE_settings.tdb.
  • Solved bug reported by Idan that having never put a chart on the right side of the History Viewer could raise
    a runtime error in proc ::DYE::define_past_shot_desc2 when tapping on the "Temperature on/off" button.

v1.15

06 Feb 13:13
Compare
Choose a tag to compare

(Problem release with a bug, jumped to 1.16)

v1.14

04 Feb 16:22
Compare
Choose a tag to compare

Added

  • New settings "last_shot_DSx_home_coords" and "next_shot_DSx_home_coords" to allow user-positioning or disabling of each shot desc & icon in the DSx home page. Specially useful for the new user-customizable DSx home page.
  • New page ::DYE::NUME to edit numeric values with an in-screen numeric pad, clicker arrows and past values.
    Invoked by double tapping on any DYE numeric entry field.

Changed

  • "Reset" button on Filter Shot History page wasn't clearing enjoyment ratings when they were showing as stars.
  • Change all calls to opening pages to use "page_to_show_when_off", as suggested by John. Also start to use context
    actions for the DYE::DE page.
  • Remove all borg spinner calls on page_load procs, that were causing the android bar to appear.
  • Finished migration of all pages drawing (setup_ui procs) to use the GUI framework.
  • Qualify every single proc declaration with its full namespace.
  • All pages names are now the full namespace, so all GUI functions have been simplified and adapted for it.
  • GUI add_* commands now should work with any page, either from DYE or not. If the given page name does not start by "::" and does not have a "widgets" array, no attempt is done to add to its widgets collection.
  • Reordering of code. Move general generic DE functions and data/variables to ::DYE.