subsurface/CHANGELOG.md
Dirk Hohndel f29534e07f mobile/UI: update dive edit layout
This feels much more responsive to various screen widths to me.
Instead of a fixed grid this is now a Flow that is tries to make much
better use of the space available on the user's device. It's not always
perfect, but to me at least a massive improvement.

The commit is almost unreadable because of the re-indentation and the
move of a block of fields to earlier in the form (as that made it much
easier to flow everything). But with show -w you can get a better idea.

We have a Flow around all the fields, we pair each label with the
corresponding input field, and then have a few additional Flows to
ensure that the cylinders always start in the first column.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-01-19 12:42:47 -08:00

1.2 KiB

  • mobile: add GF fields to adjust Buhlmann algorithm parameters for calculated ceiling
  • undo: save to git after editing weights [#3159]
  • undo: reset dive-mode on undo of set-point addition
  • desktop: complete rewrite of the statistics code, significantly expanding capabilities
  • desktop: add preferences option to disable default cylinder types
  • mobile: redesigned dive edit experience
  • mobile: fix broken 'use current location' in dive edit
  • mobile: add ability to show fundamentally the same statistics as on the desktop
  • mobile: add settings for DC and calculated ceilings and show calculated ceilings
  • mobile: switch to newer version of Kirigami
  • mobile: change the way Kirigami is integrated into Subsurface, linking against static plugin
  • mobile: change Android build to support aab builds with current NDK and Qt 5.15.2
  • mobile: change iOS build to be consistent with the Android build and use the same qmake setup
  • mobile: add location service warning as required by Google Play
  • mobile: fix manually adding dives in the past [#2971]

  • Always add new entries at the very top of this file above other existing entries and this note.
  • Use this layout for new entries: [Area]: [Details about the change] [reference thread / issue]

vim: textwidth=100