Re: latest Android apk

2016-01-01 Thread Miika Turkia
On Wed, Dec 30, 2015 at 6:32 AM, Rick Walsh wrote: > > > On 30 December 2015 at 06:54, Dirk Hohndel wrote: >>> >> >> More over, I get a crash when attempting to open the details of the latest >> dive. >> >> ---8<--- >> 12-29 21:34:48.837 685 2326 I WindowState: WIN DEATH: Window{720d529 u0 >>

[PATCH] QML UI: make profile margin scale proportional to dimensions

2016-01-01 Thread Rick Walsh
The QMLProfile height is specified as ~2/3 (actually 0.66) width in DiveDetailsView.qml. In order to produce an even margin around the profile, the scaling factor reduction for height needs to be 3/2 times that for width. MarginFactor is specified as 0.013 to approximate the margin calculated by c

Re: QML progress

2016-01-01 Thread Dirk Hohndel
> On Jan 1, 2016, at 1:01 AM, Dirk Hohndel wrote: > > > I think I figured out how to refresh the dive details after you add / edit > things. > The dive list isn't refreshed, yet. That's next. > > I also added support for editing depth and duration. > > This is only mildly tested. New daily b

QML progress

2016-01-01 Thread Dirk Hohndel
I think I figured out how to refresh the dive details after you add / edit things. The dive list isn't refreshed, yet. That's next. I also added support for editing depth and duration. This is only mildly tested. New daily builds are up, a Google Play update is making its way through the serve