looking for help with JNI USB serial code on Android

2018-08-13 Thread Dirk Hohndel
So this is the #1 request we get for Subsurface-mobile on Android. Better support for downloading from dive computers. The future seems to be more and more BLE dive computers (which have their own set of problems), but the current reality is that most dive computers that our users have are

Re: help needed: Android devices and FTDI dive computers

2018-08-13 Thread Dirk Hohndel
> On Aug 13, 2018, at 8:19 PM, Matt Thompson wrote: > > On Sat, Aug 11, 2018 at 9:38 AM Dirk Hohndel > wrote: > > And that is up. Matt, if you aren't tired of trying by now, this might support > the i750TC over FTDI > >

Re: help needed: Android devices and FTDI dive computers

2018-08-13 Thread Matt Thompson
On Sat, Aug 11, 2018 at 9:38 AM Dirk Hohndel wrote: > > And that is up. Matt, if you aren't tired of trying by now, this might > support > the i750TC over FTDI > > > http://subsurface-divelog.org/downloads/test/Subsurface-mobile-4.8.1.166-arm.apk > > /D That looks like it works! I was able to

[PATCH] Reverse html trip list rendering order

2018-08-13 Thread Monty Taylor
In the HTML export, the list of trips emitted into lib.js is in chronological order, the dives are shown reverse chronological order. This leads to a weird experience of the earliest trip being on top and the dives within it having the most recent dive on top. Invert the processing order in the

Re: [PATCH] Reverse html trip list rendering order

2018-08-13 Thread Dirk Hohndel
> On Aug 13, 2018, at 8:28 AM, Monty Taylor wrote: > > In the HTML export, the list of trips emitted into lib.js is in > chronological order, the dives are shown reverse chronological order. > This leads to a weird experience of the earliest trip being on top and > the dives within it having

Re: [PATCH] Reverse html trip list rendering order

2018-08-13 Thread Dirk Hohndel
BTW, I applied this on the server as well so that the logs shown at https://cloud.subsurface-divelog.org will also show trips in the logical order. BUT: your browser is likely to cache the list_lib.js file, so you may have to clear the cache in order to see the effect /D > On Aug 13, 2018, at