mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add UI info to mobile documentation
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
53ba950c8f
commit
8203fa884e
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
- Fix bug in cloud save after removing dives from a trip
|
- Fix bug in cloud save after removing dives from a trip
|
||||||
- Dive: Perform more accurate OTU calculations, and include
|
- Dive: Perform more accurate OTU calculations, and include
|
||||||
OTU calculations for rebreather dives [#1851 & #1865].
|
OTU calculations for rebreather dives [#1851 & #1865].
|
||||||
|
- Mobile: UI for copy-paste
|
||||||
- Mobile: add initial copy-paste support
|
- Mobile: add initial copy-paste support
|
||||||
- Desktop: translate trip date
|
- Desktop: translate trip date
|
||||||
---
|
---
|
||||||
|
|
|
@ -244,8 +244,9 @@ paste operation.
|
||||||
|
|
||||||
image::mobile-images/CopyPaste.jpg["FIGURE: copy dive details in list",align="center"]
|
image::mobile-images/CopyPaste.jpg["FIGURE: copy dive details in list",align="center"]
|
||||||
|
|
||||||
Currently the details to be copied are hard-coded and include the following
|
To choose what dive details to copy, long-press the copy button. This will open
|
||||||
information:
|
up a configuration page where you can toggle the details you want to copy over
|
||||||
|
to the destination. By default, the following fields are copied:
|
||||||
|
|
||||||
- divemaster
|
- divemaster
|
||||||
- buddy
|
- buddy
|
||||||
|
|
Loading…
Reference in a new issue