From 6540e95425eb4c8aad56c5c5388c25b2180817cb Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Tue, 12 Jan 2016 01:15:02 +0100 Subject: dive details navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch reworks the navigation of the dive details. - The detailsview is now a list view with page-sized delegates. This allows horizontal swiping to the next and previous dive. - The central button now allows to open the edit mode for the dive. Original patch was done by Marco Martin, but needed to be reapplied by hand. Signed-off-by: Sebastian Kügler --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index b28cffd83..45ddb6834 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -25,7 +25,7 @@ PLATFORM=$(uname) # to build Subsurface-mobile on the desktop change this to # SUBSURFACE_EXECUTABLE=MobileExecutable -SUBSURFACE_EXECUTABLE=DesktopExecutable +SUBSURFACE_EXECUTABLE=MobileExecutable if [[ ! -d "subsurface" ]] ; then -- cgit v1.2.3-70-g09d2