aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* WIP around page displayStruan Donald2013-02-28-9/+76
|
* upgrade to jquery mobile 1.3 and sort out file locationsStruan Donald2013-02-27-6/+6
|
* update javascript libraries to latest versionsStruan Donald2013-02-27-128/+81
|
* move js libraries into jslib and remove some unsused onesStruan Donald2013-02-27-104/+7
|
* whitespace formatting tidy upStruan Donald2013-02-27-48/+48
|
* cut back to basic backbone based appStruan Donald2013-02-27-59/+281
|
* do not complain if photo taking/selecting canceled by userStruan Donald2012-12-24-2/+7
|
* do not hardcode device typeStruan Donald2012-12-24-1/+1
|
* set default zoom to maxStruan Donald2012-11-30-3/+2
|
* make sure that photos are correctly orientedStruan Donald2012-11-30-1/+1
|
* increment android version numberStruan Donald2012-11-30-2/+2
|
* use slidey transitionsStruan Donald2012-11-30-15/+24
|
* make it a bit more obvious that photo taking is optionalStruan Donald2012-11-30-2/+7
|
* better looking navigation buttonsStruan Donald2012-11-30-0/+29
|
* fixed saved report page title and details displayStruan Donald2012-11-29-2/+2
|
* basic support for checking for in progress report on startupStruan Donald2012-11-29-4/+41
|
* rev android version numberStruan Donald2012-11-29-2/+2
|
* remove unused codeStruan Donald2012-11-29-90/+0
|
* validation for user details screenStruan Donald2012-11-29-2/+28
|
* log out on site as well to stop cookie issuesStruan Donald2012-11-29-0/+4
|
* allow report to reset valuesStruan Donald2012-11-29-12/+12
|
* split report detail gathering acorss multiple screensStruan Donald2012-11-29-41/+360
|
* remove accidentally pasted textStruan Donald2012-11-28-3/+0
|
* update version numberStruan Donald2012-11-28-2/+2
|
* fix android to portrait modeStruan Donald2012-11-28-1/+1
|
* upgrade to phonegap 2.2Struan Donald2012-11-28-874/+2379
|
* avoid horrible failure if navigator objects not definedStruan Donald2012-11-28-2/+2
|
* add iOS and android app iconsStruan Donald2012-11-27-13/+33
|
* reset accuracy string once we leave this pageStruan Donald2012-11-27-1/+6
|
* we do not need the watch count as the timeout handles itStruan Donald2012-11-26-8/+0
|
* update android app permissionsStruan Donald2012-11-26-1/+4
|
* update android target versionsStruan Donald2012-11-26-1/+1
|
* update android app version numberStruan Donald2012-11-26-2/+2
|
* display a sensible name for appStruan Donald2012-11-26-4/+4
|
* onDeviceLoad does not seem to work on emulator so put in extra checksStruan Donald2012-11-26-3/+7
|
* provide some feedback as to what we are doingStruan Donald2012-11-26-3/+12
| | | | lower can't find timeouts
* we never display this link so remove code for doing soStruan Donald2012-11-21-7/+0
|
* fix bug that causes it to hang on the intial screen foreverStruan Donald2012-11-21-3/+25
|
* correct spellingStruan Donald2012-11-21-1/+4
|
* Store the time as milliseconds since the epoch rather than ISO 8601Mark Longair2012-11-20-4/+4
| | | | | | | Annoyingly, many variants of Javascript can't parse datetimes in the ISO 8601 variant that is output by Date's toString method. Instead, store the date and time as milliseconds since the Unix epoch, which is more widely supported.
* Use '/' as the separator in separating day-month-year datesMark Longair2012-11-20-1/+1
|
* Keep loop counters in function rather than global scopeMark Longair2012-11-20-0/+2
|
* move map resize code so it is only called on pages with mapsStruan Donald2012-11-16-63/+41
|
* show loading screen a bit earlier for locate and report postingStruan Donald2012-11-16-0/+2
|
* stop try again click bubbling through to hide pins linkStruan Donald2012-11-15-4/+7
| | | | be explicit about showing hiding pins rather than using show/hide toggle
* make sure that dragging is enabled when we load the mapStruan Donald2012-11-15-0/+1
|
* do not prevent the saving of new reportsStruan Donald2012-11-15-3/+1
|
* remove navbarStruan Donald2012-11-15-10/+0
|
* remove as may cause issues on some phonesStruan Donald2012-11-15-4/+0
|
* save photos taken to camera rollStruan Donald2012-11-15-1/+5
|