aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* add in images missed/lost in repo splitStruan Donald2013-07-05-0/+0
|
* add background transparency and darken photo placeholderStruan Donald2013-07-05-0/+0
|
* update classpaths for eclipse/android SDK updateStruan Donald2013-07-05-2/+3
|
* make sure current position tracking is on when we return to the mapStruan Donald2013-07-04-0/+2
|
* if we return to the map don't jump to the current position but leave itStruan Donald2013-07-04-1/+3
| | | | | where they were as it's annoying to e.g. move the map, go to the account screen and then have the map unmove
* stop white popup when transitioning back from account and drafts screenStruan Donald2013-07-04-0/+6
|
* remove pointless split of map css properties across id and classStruan Donald2013-07-04-9/+3
|
* organise CSS rules to make things a bit easier to findStruan Donald2013-07-04-297/+323
|
* make sure we don't save the unselected category prompt as the categoryStruan Donald2013-07-04-2/+6
| | | | as that upsets our 'is this an empty draft' checking
* when canceling a report, if it has no details at all we should delete itStruan Donald2013-07-04-0/+14
| | | | from the list of drafts to stop the list filling up with empty reports
* move time of existing report to own line and tweak display accordinglyStruan Donald2013-07-04-3/+10
|
* change phone number placeholder so it fits in textboxStruan Donald2013-07-04-1/+1
|
* remove excess white spae from name confirmation screenStruan Donald2013-07-04-1/+3
|
* reactivate pin popup display code when return to the screen. Fixes #33Struan Donald2013-07-04-0/+1
|
* stop signout button propogating event to sign in buttonStruan Donald2013-07-04-1/+2
|
* remove unused codeStruan Donald2013-07-04-14/+1
|
* Fix to stop password setting attempting to login. Fixes #11Struan Donald2013-07-04-1/+4
|
* make portrait oriented photos largerStruan Donald2013-07-04-1/+1
|
* missing ; in CSSStruan Donald2013-07-04-1/+1
|
* adjust size of radar to not push cancel button off the bottom of the screenStruan Donald2013-07-03-3/+3
|
* remove animation from radar as it hammers older phonesStruan Donald2013-07-03-21/+0
|
* remove border round details panelStruan Donald2013-07-03-1/+1
|
* correct .gitignore pathsStruan Donald2013-07-03-2/+2
|
* add .gitignoreStruan Donald2013-07-03-0/+16
|
* remove xcode cruftStruan Donald2013-07-03-81/+0
|
* fix incorrect image path for dropdown arrowStruan Donald2013-07-03-2/+2
|
* consolidate the images in one directoryStruan Donald2013-07-03-14/+14
|
* tidy up of lots of unused filesStruan Donald2013-07-03-5249/+0
|
* updated readmeStruan Donald2013-07-03-8/+33
|
* remove corners and drop shadow from relocate buttonStruan Donald2013-07-02-2/+0
|
* tweak colour of drafts count circleStruan Donald2013-07-02-1/+1
|
* add photo page and account button iconsStruan Donald2013-07-02-3/+42
|
* do not overwrite the dropdown arrow imageStruan Donald2013-07-02-1/+1
|
* default to non svg pin graphic and use svg version if we know the platform ↵Struan Donald2013-07-02-2/+11
| | | | supports it
* use css to set crosshair image instead of hard coding it in openlayers ↵Struan Donald2013-07-02-2/+14
| | | | control to allow media query retina switching
* add some instructional text to the name request pageStruan Donald2013-06-28-2/+11
|
* create set name page that goes back to correct place if you have set a ↵Struan Donald2013-06-28-1/+17
| | | | password. Fixes #459
* slightly better login error messageStruan Donald2013-06-28-1/+1
|
* slightly improved reporting error messagesStruan Donald2013-06-28-3/+8
|
* make sure device variable exists before trying to use itStruan Donald2013-06-28-1/+1
|
* we need to explicitly deactivate and activate the control that displaysStruan Donald2013-06-28-1/+4
| | | | | the reposition button when we deactivate and activate the map nav as otherwise it doesn't work when we return to the map screen.
* only show relocate button if GPS locating has worked in some wayStruan Donald2013-06-28-1/+2
|
* bump version numbersStruan Donald2013-06-28-2/+2
|
* use the position of the marker rather than crosshairs to set report locationStruan Donald2013-06-28-1/+13
|
* make sure we turn map scrolling on and off when when enter and leave map screen.Struan Donald2013-06-28-6/+13
| | | | also refactor all common map screen leaving functions into one place
* clear validation errors before validating to stop old ones hanging about. ↵Struan Donald2013-06-28-0/+1
| | | | Fixes #479
* stop iOS text selection of interface elementsStruan Donald2013-06-28-0/+7
|
* fix display issues for drafts pageStruan Donald2013-06-28-1/+9
|
* allow views to set the selector for the content element used in heightStruan Donald2013-06-28-1/+3
| | | | fixing, and set this for the drafts page
* if geolocation fails makes sure the default map buttons are hiddenStruan Donald2013-06-28-1/+4
|