subsurface/CHANGELOG.md
Dirk Hohndel 83d6143f97 Android: use shareFile for support email
This way we can have attachment of fairly arbitrary size (which should
be extremely useful for long libdivecomputer logs). This isn't quite as
intuitive as what we did before - the user needs to pick an email app to
share with), but that doesn't seem too bad - and also... this way they
can share logfiles via Dropbox or analyze them in other apps).

If the file share fails for some reason, we fall back to the old method
with passing the combined logs as body to the support message.

As an implementation detail this keeps the correct path for the app log file around
(this was stupidly overwritten before).

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

753 B

  • core: avoid crash with corrupted cloud storage
  • 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