Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 10:39:05AM -0800, Dirk Hohndel wrote: > > It is the device back button that has the "not ending edit mode when > > leaving" thingy. The menu item "divelist" does end the edit mode correctly. > > Further, I can swipe right, to bring up the divelist, and that also does not >

Re: Android build -781 (was Android build 775)

2016-02-06 Thread David Tillotson
On 6 February 2016 20:20:58 GMT+00:00, Dirk Hohndel wrote: >Please test -783 from downloads/daily (and from Google Play in an hour >or >three). > >/D >___ >subsurface mailing list >subsurface@subsurface-divelog.org

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 08:34:06PM +, David Tillotson wrote: > On 6 February 2016 20:20:58 GMT+00:00, Dirk Hohndel wrote: > > >Please test -783 from downloads/daily (and from Google Play in an hour > >or > >three). > > > > Sad to report that I'm back to crashes on the

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Jan Mulder
On 06-02-16 21:20, Dirk Hohndel wrote: On Sat, Feb 06, 2016 at 10:39:05AM -0800, Dirk Hohndel wrote: It is the device back button that has the "not ending edit mode when leaving" thingy. The menu item "divelist" does end the edit mode correctly. Further, I can swipe right, to bring up the

Re: Android build -780

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 10:48:06AM -0800, Dirk Hohndel wrote: > On Sat, Feb 06, 2016 at 07:21:36PM +0200, Willem Ferguson wrote: > > I have been doing some tests with build 780 (Qt 5.5) on Android 4.3 (Samsung > > S3), APK does not run on Android 5.1 (Samsung S5). > > Hmm. Lovely. Can you try

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 09:38:28PM +0100, Jan Mulder wrote: > On 06-02-16 21:20, Dirk Hohndel wrote: > >On Sat, Feb 06, 2016 at 10:39:05AM -0800, Dirk Hohndel wrote: > >>>It is the device back button that has the "not ending edit mode when > >>>leaving" thingy. The menu item "divelist" does end

Android build 784

2016-02-06 Thread Dirk Hohndel
Unfortunately it seems that a "fix" that I attempted for the "edit mode stays around when exiting it via the Android back button" may have a) not fixes that in a satisfying way and b) have introduced crashes (at least for Jan). So no public beta today, instead waiting for the real fix from the

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Jan Mulder
On 06-02-16 15:22, Dirk Hohndel wrote: On Sat, Feb 06, 2016 at 10:09:52AM +0100, Jan Mulder wrote: - disable deco calculations: this should improve the performance especially for long / deep dives I see the patch ... but it does not make noticeable difference wit respect to performance. No

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Jan Mulder
On 06-02-16 15:41, Dirk Hohndel wrote: On Sat, Feb 06, 2016 at 06:22:43AM -0800, Dirk Hohndel wrote: Also the keyboard should close when the user exits edit mode. Ok, this works. However, something I think is confusing (and has probably been in for some time, so no recent regression) is the

QML/C++ interaction

2016-02-06 Thread Willem Ferguson
Dirk, I am looking at the implementation, from the QML side, of the class named "downloadManager" at the moment. In the Subsurface-mobile, the QML drives the whole process and the coordination and linkages, consequently, has to be from the QML side. One of the critical thing Tomaz has pointed

Re: QML/C++ interaction

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 08:03:45PM +0200, Willem Ferguson wrote: > Dirk, > I am looking at the implementation, from the QML side, of the class named > "downloadManager" at the moment. In the Subsurface-mobile, the QML drives > the whole process and the coordination and linkages, consequently, has

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 05:49:53PM +0100, Jan Mulder wrote: > On 06-02-16 15:41, Dirk Hohndel wrote: > >On Sat, Feb 06, 2016 at 06:22:43AM -0800, Dirk Hohndel wrote: > >Also the keyboard should close when the user exits edit mode. > >>>Ok, this works. However, something I think is confusing

Re: Android build -780

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 07:21:36PM +0200, Willem Ferguson wrote: > I have been doing some tests with build 780 (Qt 5.5) on Android 4.3 (Samsung > S3), APK does not run on Android 5.1 (Samsung S5). Hmm. Lovely. > Most of the features appear ok. Tested downloads of log as well as GPS > fixes,

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 06:22:43AM -0800, Dirk Hohndel wrote: > > > >>Also the keyboard should close when the user exits edit mode. > > Ok, this works. However, something I think is confusing (and has probably > > been in for some time, so no recent regression) is the fact the navigating > > away

Re: punch list for public beta of Subsurface-mobile for Android

2016-02-06 Thread Tomaz Canabrava
Got some time and hacking today Em 6 de fev de 2016 04:58, "Dirk Hohndel" escreveu: > On Fri, Feb 05, 2016 at 10:04:26PM -0800, Dirk Hohndel wrote: > > > Editing weight (from 0.0 kg) wouldn't save. > > > > Uh, yeah, that's not hooked up, yet. Oops. > > OK, I tried to implement

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Dirk Hohndel
On Sat, Feb 06, 2016 at 10:09:52AM +0100, Jan Mulder wrote: > A small test with own built -781. Qt 5.5.1. > > On 06-02-16 08:00, Dirk Hohndel wrote: > >On Fri, Feb 05, 2016 at 09:05:21PM -0800, Dirk Hohndel wrote: > >>This contains three interesting changes > >> > >>- built with Qt 5.5.0 (I need

Re: Android build 775

2016-02-06 Thread Joakim Bygdell
> On 06 Feb 2016, at 08:00, Dirk Hohndel wrote: > > On Fri, Feb 05, 2016 at 09:05:21PM -0800, Dirk Hohndel wrote: >> This contains three interesting changes >> >> - built with Qt 5.5.0 (I need to re-install 5.5.1 on my server): this >> appears to fix the crashes that the Qt

Re: Android build -781 (was Android build 775)

2016-02-06 Thread Jan Mulder
A small test with own built -781. Qt 5.5.1. On 06-02-16 08:00, Dirk Hohndel wrote: On Fri, Feb 05, 2016 at 09:05:21PM -0800, Dirk Hohndel wrote: This contains three interesting changes - built with Qt 5.5.0 (I need to re-install 5.5.1 on my server): this appears to fix the crashes that the