Re: Group assign tank sizes, desktop

2018-03-12 Thread Miika Turkia
On Fri, Mar 2, 2018 at 11:18 PM, James Cialdea wrote: > I came back from a trip where we used a few different nitrox mixes, but > all the same tank size. I imported all the dive profiles from my Suunto > vyper air. Then, I selected all the dives and set the cylinder size in

RFC: PSCR dive plots: Part 1

2018-03-12 Thread Willem Ferguson
After Anton's current PR dealing with PSCR code has been pulled, I plan, as a SECOND step, to incorporate (again) the display of OC_pO2 with the PSCR pO2 graph. OC-equivalent pO2 has a role very similar to setpoint for CCR dives. It allows the evaluation of the pO2 drop over the gas injector,

RFC: PSCR dive plots: Part 2.

2018-03-12 Thread Willem Ferguson
I am slowly working towards providing for bailout in the dive profile display. There are a few decisions that need to be made and I would appreciate any comment. 1) Recording bailout events by dive computers: On Shearwater, each dive sample has a boolean that indicates whether the sample was

mail hickup

2018-03-12 Thread Dirk Hohndel
The mailing list deamon on my server got stuck about 10 days ago - and with all the activity via GitHub it appears no one noticed... until yesterday I sent out an announcement of the new Android Beta and then realized that it hadn't come back... So, please accept my apologies, enjoy ten days

New Android beta

2018-03-12 Thread Dirk Hohndel
We now have a version of the map widget for the mobile app, thanks to Lubomir. I pushed an Android update to the beta channel and would appreciate testing and feedback. Thanks /D -- from my phone. ___ subsurface mailing list

Displaying OC pO2 in pscr dives

2018-03-12 Thread Willem Ferguson
After Anton's current PR dealing with PSCR code has been pulled, I plan, as a SECOND step, to incorporate (again) the display of OC_pO2 with the PSCR pO2 graph. OC-equivalent pO2 in PSCR has a role very similar to setpoint for CCR dives. It allows the evaluation of the pO2 drop over the

Re: map-widget-mobile WIP

2018-03-12 Thread Lubomir I. Ivanov
On 8 March 2018 at 22:55, Lubomir I. Ivanov wrote: > On 5 March 2018 at 00:37, Lubomir I. Ivanov wrote: >> got the map widget working on the mobile version (testing on Desktop): >> >> (the whole OS crashed at some point while running Google Chrome +

Showing OC-equivalent pO2 on PSCR dive profiles.

2018-03-12 Thread Willem Ferguson
After Anton's current PR dealing with PSCR code has been pulled, I plan, as a SECOND step, to incorporate (again) the display of OC_pO2 with the PSCR pO2 graph. OC-equivalent pO2 has a role very similar to setpoint for CCR dives. It allows the evaluation of the pO2 drop over the mouthpiece,

Re: Subsurface Cloud access through authenticated proxy on Windows

2018-03-12 Thread Davide DB
On 2 March 2018 at 20:01, Dirk Hohndel wrote: > Yeah, the subject line shows how narrow this is... I think Davide was the one > who kept running into this problem. > > We had a bug that prevented us from using a proxy on Windows when that proxy > required authentication. > >

Fwd: Showing OC-equivalent pO2 on PSCR dive profiles.

2018-03-12 Thread Willem Ferguson
After Anton's current PR dealing with PSCR code has been pulled, I plan, as a SECOND step, to incorporate (again) the display of OC_pO2 with the PSCR pO2 graph. OC-equivalent pO2 in PSCR has a role very similar to setpoint for CCR dives. It allows the evaluation of the pO2 drop over the

Providing for ccr/pscr bailout - logging and interactions with libdivecomputer.

2018-03-12 Thread Willem Ferguson
I am slowly working towards providing for bailout in the dive profile display. There are a few decisions that need to be made and I would appreciate any comment. 1) The recording of bailout events by dive computers. On Shearwater, each dive sample has a boolean that indicates whether the

Re: map-widget-mobile WIP

2018-03-12 Thread Lubomir I. Ivanov
On 5 March 2018 at 00:37, Lubomir I. Ivanov wrote: > got the map widget working on the mobile version (testing on Desktop): > > (the whole OS crashed at some point while running Google Chrome + this) > > WIP branch: > https://github.com/neolit123/subsurface/tree/map-mobile >

Re: who has BLE dive computers - which one, which OSs can you test

2018-03-12 Thread Josenivaldo Benito Junior
I don't know if still needed but: Perdix AI Linux Mint Windows 10 (not VM) Android (currently Samsung S7, but have access to Moto X Play and other samsung models) Thanks -- *Josenivaldo Benito Jr.* *PU2LBD* On Thu, Sep 28, 2017 at 11:40 PM, Steve wrote: > >

Re: Perdix AI won't download

2018-03-12 Thread Josenivaldo Benito Junior
Hi guys, I am trying to download from a Perdix AI without success, same message as Malcolm's except that I have version 4.7.7 installed on Linux and Android (2.0.3(4.7.7.52)). On Android I can use Shearwater Cloud (terrible interface) if I do not pair Perdix AI, however, subsurface only find

snprintf cascades

2018-03-12 Thread Berthold Stoeger
Dear all, In the files core/plannernotes.c, core/statistics.c and core/uemis- downloader.c, we have code of the kind snprintf(buffer + len, sz_buffer - len, ...); I think this is wrong because the second argument to snprintf is size_t, i.e. unsigned. For len > sz_buffer, this will happily

Aladin square with Subsurface-mobile

2018-03-12 Thread vavincavent
Hi all, I've try to connect my Aladin square divecomputer to Subsurface-mobile, but ... problem. Divecomputer : Aladin square Smartphone : Nexus 5X (OTG ok) Subsurface-mobile : version 2.0.3 (4.7.7.52) Can someone help me? Vincent ___ subsurface

Re: Subsurface configure DC feature and OSTC Plus

2018-03-12 Thread Anton Lundin
On 03 March, 2018 - Stefan Fuchs wrote: > Hallo Matthias, hello Anton, > > > Am 03.03.2018 um 16:24 schrieb Matthias Heinrichs: > > Hi Stefan, > > > > The OSTC Plus can be seen as an OSTC3 or OSTC2 with Bluetooth. There > > are only three types of current OSTC: OSTC with hwOS Tec and USB port >

Re: Subsurface configure DC feature and OSTC Plus

2018-03-12 Thread Matthias Heinrichs
Hello, Am 03.03.2018 um 21:30 schrieb Anton Lundin: As far as I've know, there is no difference in the communication, if its done over bluetooth or ftdi-usb-serial. In subsurface case its all transparent. Correct. There is the exact same code on our (OSTC) side. with Matthias and Co, hwOS

Subsurface configure DC feature and OSTC Plus

2018-03-12 Thread Stefan Fuchs
Hallo Matthias, could you please maybe answer the Subsurface and OSTC Plus related question here: https://github.com/Subsurface-divelog/subsurface/pull/1147 And maybe even quickly review the small change? Thanks! Viele Grüße Stefan -- Stefan Fuchs Banzhaldenstr. 66 70469 Stuttgart Tel.:

Group assign tank sizes, desktop

2018-03-12 Thread James Cialdea
I came back from a trip where we used a few different nitrox mixes, but all the same tank size. I imported all the dive profiles from my Suunto vyper air. Then, I selected all the dives and set the cylinder size in one mutli-dive-edit operation. I expected the cylinder size to be set on all

Subsurface Cloud access through authenticated proxy on Windows

2018-03-12 Thread Dirk Hohndel
Yeah, the subject line shows how narrow this is... I think Davide was the one who kept running into this problem. We had a bug that prevented us from using a proxy on Windows when that proxy required authentication. Davide (or anyone else who has the ability to test this), any chance that you