Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -931/+0 |
| | | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode | |||
* | jslint objects to closing ) of if conditional being on a new line | Struan Donald | 2013-03-07 | -2/+1 |
| | ||||
* | 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 |
| | ||||
* | make sure that photos are correctly oriented | Struan Donald | 2012-11-30 | -1/+1 |
| | ||||
* | use slidey transitions | Struan Donald | 2012-11-30 | -5/+13 |
| | ||||
* | make it a bit more obvious that photo taking is optional | Struan Donald | 2012-11-30 | -0/+5 |
| | ||||
* | better looking navigation buttons | Struan Donald | 2012-11-30 | -0/+5 |
| | ||||
* | 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 | -1/+25 |
| | ||||
* | 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 |
| | ||||
* | split report detail gathering acorss multiple screens | Struan Donald | 2012-11-29 | -40/+212 |
| | ||||
* | avoid horrible failure if navigator objects not defined | Struan Donald | 2012-11-28 | -2/+2 |
| | ||||
* | 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 |
| | ||||
* | 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 | -2/+9 |
| | | | | lower can't find timeouts | |||
* | fix bug that causes it to hang on the intial screen forever | Struan Donald | 2012-11-21 | -3/+25 |
| | ||||
* | Store the time as milliseconds since the epoch rather than ISO 8601 | Mark Longair | 2012-11-20 | -2/+2 |
| | | | | | | | 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 |
| | ||||
* | 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 | |||
* | do not prevent the saving of new reports | Struan Donald | 2012-11-15 | -3/+1 |
| | ||||
* | save photos taken to camera roll | Struan Donald | 2012-11-15 | -1/+5 |
| | ||||
* | fix photo display code on report page | Struan Donald | 2012-11-15 | -1/+1 |
| | ||||
* | if we have a current report then update and save that rather than creating a ↵ | Struan Donald | 2012-11-15 | -2/+11 |
| | | | | new one | |||
* | deactivate drag on map when you mark a location | Struan Donald | 2012-11-15 | -0/+3 |
| | ||||
* | fix photo display bug on report page | Struan Donald | 2012-11-15 | -3/+2 |
| | ||||
* | fix fetching empty saved report list bug on android | Struan Donald | 2012-11-14 | -1/+8 |
| | ||||
* | check for stored username as logged in check | Struan Donald | 2012-11-14 | -1/+1 |
| | ||||
* | make sure we do not pass undefined as pc value | Struan Donald | 2012-11-14 | -1/+1 |
| | ||||
* | correct case and remove unused functions | Struan Donald | 2012-11-13 | -3/+1 |
| | ||||
* | Add back button to submit page | Struan Donald | 2012-11-13 | -1/+11 |
| | | | | save report state when go back | |||
* | update event handling to use on | Struan Donald | 2012-11-13 | -27/+27 |
| | ||||
* | fix user login not being saved on form submit | Struan Donald | 2012-11-13 | -6/+8 |
| | | | | fix logged in user sometimes not being asked to confirm name | |||
* | remove old and tidy up code | Struan Donald | 2012-11-13 | -22/+5 |
| | ||||
* | tidy saved report code into an object | Struan Donald | 2012-11-13 | -35/+28 |
| | ||||
* | vclick is much faster than click | Struan Donald | 2012-11-09 | -11/+14 |
| | ||||
* | add delete button to save report page | Struan Donald | 2012-11-08 | -0/+8 |
| | ||||
* | remove saved reports once succesfully submitted | Struan Donald | 2012-11-08 | -1/+11 |
| | ||||
* | restore photos from saved reports | Struan Donald | 2012-11-08 | -1/+6 |
| | ||||
* | fix jslint issues | Struan Donald | 2012-11-07 | -21/+20 |
| | ||||
* | reload saved report for completion | Struan Donald | 2012-11-07 | -0/+30 |
| | ||||
* | add a confirm step to the mark here process | Struan Donald | 2012-11-07 | -1/+32 |
| | ||||
* | bit of a tidy up of some old code | Struan Donald | 2012-11-07 | -55/+41 |
| | ||||
* | Slightly more fleshed out workflow for dealing with internet | Struan Donald | 2012-11-06 | -0/+45 |
| | | | | connection being unavailable and creating an offline report | |||
* | fix report display bugs | Struan Donald | 2012-11-06 | -4/+5 |
| |