Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | WIP around page display | Struan Donald | 2013-02-28 | -9/+76 |
| | ||||
* | upgrade to jquery mobile 1.3 and sort out file locations | Struan Donald | 2013-02-27 | -6/+6 |
| | ||||
* | update javascript libraries to latest versions | Struan Donald | 2013-02-27 | -128/+81 |
| | ||||
* | move js libraries into jslib and remove some unsused ones | Struan Donald | 2013-02-27 | -104/+7 |
| | ||||
* | whitespace formatting tidy up | Struan Donald | 2013-02-27 | -48/+48 |
| | ||||
* | cut back to basic backbone based app | Struan Donald | 2013-02-27 | -59/+281 |
| | ||||
* | do not complain if photo taking/selecting canceled by user | Struan Donald | 2012-12-24 | -2/+7 |
| | ||||
* | do not hardcode device type | Struan Donald | 2012-12-24 | -1/+1 |
| | ||||
* | set default zoom to max | Struan Donald | 2012-11-30 | -3/+2 |
| | ||||
* | make sure that photos are correctly oriented | Struan Donald | 2012-11-30 | -1/+1 |
| | ||||
* | increment android version number | Struan Donald | 2012-11-30 | -2/+2 |
| | ||||
* | use slidey transitions | Struan Donald | 2012-11-30 | -15/+24 |
| | ||||
* | make it a bit more obvious that photo taking is optional | Struan Donald | 2012-11-30 | -2/+7 |
| | ||||
* | better looking navigation buttons | Struan Donald | 2012-11-30 | -0/+29 |
| | ||||
* | fixed saved report page title and details display | Struan Donald | 2012-11-29 | -2/+2 |
| | ||||
* | basic support for checking for in progress report on startup | Struan Donald | 2012-11-29 | -4/+41 |
| | ||||
* | rev android version number | Struan Donald | 2012-11-29 | -2/+2 |
| | ||||
* | remove unused code | Struan Donald | 2012-11-29 | -90/+0 |
| | ||||
* | validation for user details screen | Struan Donald | 2012-11-29 | -2/+28 |
| | ||||
* | log out on site as well to stop cookie issues | Struan Donald | 2012-11-29 | -0/+4 |
| | ||||
* | allow report to reset values | Struan Donald | 2012-11-29 | -12/+12 |
| | ||||
* | split report detail gathering acorss multiple screens | Struan Donald | 2012-11-29 | -41/+360 |
| | ||||
* | remove accidentally pasted text | Struan Donald | 2012-11-28 | -3/+0 |
| | ||||
* | update version number | Struan Donald | 2012-11-28 | -2/+2 |
| | ||||
* | fix android to portrait mode | Struan Donald | 2012-11-28 | -1/+1 |
| | ||||
* | upgrade to phonegap 2.2 | Struan Donald | 2012-11-28 | -874/+2379 |
| | ||||
* | avoid horrible failure if navigator objects not defined | Struan Donald | 2012-11-28 | -2/+2 |
| | ||||
* | add iOS and android app icons | Struan Donald | 2012-11-27 | -13/+33 |
| | ||||
* | reset accuracy string once we leave this page | Struan Donald | 2012-11-27 | -1/+6 |
| | ||||
* | we do not need the watch count as the timeout handles it | Struan Donald | 2012-11-26 | -8/+0 |
| | ||||
* | update android app permissions | Struan Donald | 2012-11-26 | -1/+4 |
| | ||||
* | update android target versions | Struan Donald | 2012-11-26 | -1/+1 |
| | ||||
* | update android app version number | Struan Donald | 2012-11-26 | -2/+2 |
| | ||||
* | display a sensible name for app | Struan Donald | 2012-11-26 | -4/+4 |
| | ||||
* | onDeviceLoad does not seem to work on emulator so put in extra checks | Struan Donald | 2012-11-26 | -3/+7 |
| | ||||
* | provide some feedback as to what we are doing | Struan Donald | 2012-11-26 | -3/+12 |
| | | | | lower can't find timeouts | |||
* | we never display this link so remove code for doing so | Struan Donald | 2012-11-21 | -7/+0 |
| | ||||
* | fix bug that causes it to hang on the intial screen forever | Struan Donald | 2012-11-21 | -3/+25 |
| | ||||
* | correct spelling | Struan Donald | 2012-11-21 | -1/+4 |
| | ||||
* | Store the time as milliseconds since the epoch rather than ISO 8601 | Mark Longair | 2012-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 dates | Mark Longair | 2012-11-20 | -1/+1 |
| | ||||
* | Keep loop counters in function rather than global scope | Mark Longair | 2012-11-20 | -0/+2 |
| | ||||
* | move map resize code so it is only called on pages with maps | Struan Donald | 2012-11-16 | -63/+41 |
| | ||||
* | show loading screen a bit earlier for locate and report posting | Struan Donald | 2012-11-16 | -0/+2 |
| | ||||
* | stop try again click bubbling through to hide pins link | Struan Donald | 2012-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 map | Struan Donald | 2012-11-15 | -0/+1 |
| | ||||
* | do not prevent the saving of new reports | Struan Donald | 2012-11-15 | -3/+1 |
| | ||||
* | remove navbar | Struan Donald | 2012-11-15 | -10/+0 |
| | ||||
* | remove as may cause issues on some phones | Struan Donald | 2012-11-15 | -4/+0 |
| | ||||
* | save photos taken to camera roll | Struan Donald | 2012-11-15 | -1/+5 |
| |