subsurface/CHANGELOG.md
Dirk Hohndel f8eb5140e2 mobile/profile: fix scaling of profile for HDPI screens
For reasons I don't understand, the device pixel ratio was taken into account
twice. And as a result the transformation applied to the profile made us show
only the top left part of it - but enlarged (depending on the DPR).

This code fixes that problem by simply forcing the transformation used by the
painter to be the identity matrix. I worry that this could be wrong in some
situations, but for now it seems to fix the problem.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2022-03-01 14:16:25 -08:00

809 B

  • core: avoid crash with corrupted cloud storage
  • mobile: fix profile scaling issue on high DPR devices
  • mobile/Android: add logfiles as attachment to support emails
  • planner: make ESC (cancel plan) work when moving handles
  • dive list: make dive guide visible in dive list [#3382]
  • general: rename dive master to dive guide
  • desktop: Don't lose cursor position in notes when switching between windows [#3369]
  • Uemis support: fix the ability disconnect/reconnect the Zurich when its filesystem is full
  • libdivecomputer: add support for latest BLE hardware in OSTC dive computers

  • 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