Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | fix missing semi-colon | Struan Donald | 2013-07-22 | -1/+1 | |
| | |||||
* | Pause and restart position updating on app pause and resume to stop ↵ | Struan Donald | 2013-07-22 | -2/+10 | |
| | | | | backgroud GPS tracking on Android. Fixes #61 | ||||
* | remove app rating request. Fixes #62 | Struan Donald | 2013-07-22 | -6/+0 | |
| | |||||
* | fix gap at bottom of locating screen on some android phones. Fixes #56 | Struan Donald | 2013-07-19 | -1/+1 | |
| | |||||
* | try again goes to around rather than home from offline screen | Struan Donald | 2013-07-19 | -1/+1 | |
| | |||||
* | If we have a net connection when we resume then set app to online | Struan Donald | 2013-07-19 | -0/+2 | |
| | | | | | mode otherwise it gets stuck in offline mode if it was there before the pause | ||||
* | hide locating screen before changing to offline screen as otherwise you get ↵ | Struan Donald | 2013-07-19 | -0/+1 | |
| | | | | a strange reduced suxe locating screen on transition | ||||
* | avoid distorting photo placeholder image. Fixes #50 | Struan Donald | 2013-07-19 | -3/+15 | |
| | |||||
* | improve wording on offline screen. For #57 | Struan Donald | 2013-07-18 | -1/+1 | |
| | |||||
* | tidy up photo display on existing report page. For #52 | Struan Donald | 2013-07-18 | -9/+5 | |
| | |||||
* | better title for existing report screen. For #52 | Struan Donald | 2013-07-18 | -1/+1 | |
| | |||||
* | Do not mention if existing report has a location. For #52 | Struan Donald | 2013-07-18 | -5/+1 | |
| | |||||
* | tweak existing report page button text. For #52 | Struan Donald | 2013-07-18 | -3/+3 | |
| | |||||
* | do not display lat/long of offline report. For #55 | Struan Donald | 2013-07-18 | -2/+2 | |
| | |||||
* | Fix lack of right hand margin on large screen android phones for offline ↵ | Struan Donald | 2013-07-18 | -35/+37 | |
| | | | | report page. For #55 | ||||
* | Change homepage title to be FixMyStreet. Fixes #54 | Struan Donald | 2013-07-18 | -1/+1 | |
| | |||||
* | Locate -> Home on confirmation screen. Fixes #51 | Struan Donald | 2013-07-18 | -1/+1 | |
| | |||||
* | update text and how deleteing all drafts is handled on drafts screen. Fixes #49 | Struan Donald | 2013-07-18 | -22/+33 | |
| | |||||
* | fix layout of offline save page. Fixes #53 | Struan Donald | 2013-07-18 | -13/+11 | |
| | |||||
* | correct typo | Struan Donald | 2013-07-17 | -1/+1 | |
| | |||||
* | return to the map screen and not the home screen from account and drafts | Struan Donald | 2013-07-17 | -2/+4 | |
| | |||||
* | Change invalid report handling to allow subclass to override it. | Struan Donald | 2013-07-17 | -18/+25 | |
| | | | | Fix submit password screen to use this. Fixes #42 | ||||
* | close correct tag | Struan Donald | 2013-07-16 | -1/+1 | |
| | |||||
* | If the category extras lookup fails display error. Fixes #48. | Struan Donald | 2013-07-16 | -1/+2 | |
| | |||||
* | If location check fails display an error. Fixes #47. | Struan Donald | 2013-07-16 | -2/+6 | |
| | |||||
* | remove old, unused file | Struan Donald | 2013-07-16 | -931/+0 | |
| | |||||
* | focus on something before we leave the details screen to try and dismiss the ↵ | Struan Donald | 2013-07-16 | -0/+2 | |
| | | | | onscreen keyboard on android. Should fix #45 | ||||
* | use a unique name for each photo added to a report in order to get round | Struan Donald | 2013-07-16 | -10/+11 | |
| | | | | | | what seem to be iOS caching issues on the photo screen if you add, remove and then add a photo. Previously it would display the original photo rather than the new one. | ||||
* | Layout and wording tweaks to logged in confirmation. Fixes #44 | Struan Donald | 2013-07-16 | -2/+6 | |
| | |||||
* | On android we access photos directly on the file system rather than in | Struan Donald | 2013-07-16 | -1/+51 | |
| | | | | | | | | their own app sandbox as on iOS so we need to copy files instead of moving them as otherwise we end up deleting people's photos which would be bad. As part of this we should avoid trying to copy or move a file on to itself as that fails so check that the source and destination files aren't the same. This should sort out the problems in #43. | ||||
* | set flag on startup to use in checking for Android | Struan Donald | 2013-07-16 | -0/+2 | |
| | |||||
* | do not try and move photos if the files are the same | Struan Donald | 2013-07-15 | -1/+9 | |
| | |||||
* | display splash screen on android | Struan Donald | 2013-07-15 | -0/+3 | |
| | |||||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -0/+12229 | |
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 |