Skip to content

v1.14

Compare
Choose a tag to compare
@ebengoechea ebengoechea released this 04 Feb 16:22

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.