Re: [fossil-users] Fossil for Android?

2011-02-26 Thread Steve Dalton
Hi Timothy I've been thinking the android stuff too lately - I think I aluded to this in one of the other threads. I don't think it would be too hard - anyone else tried?, there are a few threads on how to port things to android which might give some clues and sqlite is a common backend on a lot o

[fossil-users] Fossil for Android?

2011-02-26 Thread Timothy Brown
For your consideration, How hard would it be to build Fossil for Android? For that matter how hard would it be to get Fossil built for iOS? With all these Android tablets about to burst on the scene it would be nice to be able to take cloned repositories with you (if you start using tablets mor

Re: [fossil-users] addiing date pickers to fossil date fields.

2011-02-26 Thread Ron Wilson
Orignally, I did do that (just as you did), but everyone who tried both IE 7 and one of the other browsers said (1) they liked the Javascript picker better, and (2) it would be more consistent for everyone to use the same date picker. On Sat, Feb 26, 2011 at 4:14 AM, Stephen De Gabrielle wrote: >

Re: [fossil-users] addiing date pickers to fossil date fields.

2011-02-26 Thread Stephen De Gabrielle
Thanks, looks good. Can I suggest using input type="date" so you get the browsers inbuilt date-picker. -Adding the type="date" support detection is also a necessity. S. On Thursday, February 24, 2011, Ron Wilson wrote: > On Wed, Feb 2, 2011 at 12:03 PM, Stephen De Gabrielle > wrote: >> Just s