aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeLines
...
* add isOffline check to around pageStruan Donald2013-04-22-1/+3
|
* add a geolocate button and geolocate functionality to offline report pageStruan Donald2013-04-22-4/+41
|
* extract geolocation parts of view out to view that is inherited fromStruan Donald2013-04-22-57/+80
|
* if we have gone offline while on the map page and we click report thenStruan Donald2013-04-18-3/+7
| | | | display the create an offline report page
* display a save for later page if between starting the report andStruan Donald2013-04-18-6/+67
| | | | submitting it we have gone offline
* handle offline/online event and set flag to indicate current state, also set ↵Struan Donald2013-04-18-3/+16
| | | | this on init
* use moment to add created date to drafts and display themStruan Donald2013-04-17-4/+26
|
* quick link to use an existing draft from reports pageStruan Donald2013-04-17-2/+11
|
* quick link reports pageStruan Donald2013-04-17-0/+13
|
* if there is a current draft use details on offline pageStruan Donald2013-04-17-2/+2
|
* add delete link to my reports pageStruan Donald2013-04-17-1/+22
|
* move removeDraft functionality to main object and use that elsewhereStruan Donald2013-04-16-28/+29
|
* remove unused old filesStruan Donald2013-04-16-18546/+0
|
* need to capture event in order to prevent defaultStruan Donald2013-04-15-1/+1
|
* use correct strings objectStruan Donald2013-04-15-1/+1
|
* stop search page breaking of msg is not definedStruan Donald2013-04-12-1/+1
|
* quick list of current draft reportsStruan Donald2013-04-12-1/+17
|
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-4/+162
| | | | | | | | | report with a title, details and a photo Alter the checking for in progress reports not to require a location as offline reports might not have one Also add a holding page for a users reports
* minified version of backbone localstorageStruan Donald2013-04-12-0/+6
|
* use the correct variable when cleaning up photo after submissionStruan Donald2013-04-11-1/+1
|
* clean up properly if we are discarding the current draftStruan Donald2013-04-11-1/+13
|
* make phone number box look okStruan Donald2013-04-11-0/+2
|
* reset current draft after we have removed itStruan Donald2013-04-11-0/+1
|
* if the current draft has a category then default to that on the details pageStruan Donald2013-04-10-0/+6
|
* when we have submitted a report remove the draft and any associated photoStruan Donald2013-04-10-2/+16
|
* correct overagressive search and replace from a while agoStruan Donald2013-04-10-1/+1
|
* when we take a photo copy it from the tmp location to somewhere weStruan Donald2013-04-10-15/+154
| | | | | | specify so that it doesn't get deleted automatically. likewise when we delete a photo delete it from out storage
* report might be a copy of a draft which has already been saved in whichStruan Donald2013-04-10-0/+1
| | | | | | case backbone thinks it's doing an update so treat update and create the same rather than trying to delve around in backbone internals changing states
* explicitely check if current user is null as that seems more robustStruan Donald2013-04-10-1/+1
|
* remove debugStruan Donald2013-04-09-1/+0
|
* improve layout of photo and existing reports pages a littleStruan Donald2013-04-09-32/+53
|
* change wording on photo page next button as you add/remove photoStruan Donald2013-04-09-0/+6
|
* remove a great chunk of unused style cruftStruan Donald2013-04-09-708/+0
|
* remove some currently unused clutter from map and search pagesStruan Donald2013-04-09-4/+0
|
* add TODO about file storageStruan Donald2013-04-09-0/+2
|
* if the user has a saved report then ask them if they want to use thatStruan Donald2013-04-09-1/+64
| | | | when they start the app
* save current draft to localStorage whenever we update it so we can reuse laterStruan Donald2013-04-08-3/+15
|
* use id and not cid as we cannot look up using when we reloadStruan Donald2013-04-08-1/+1
|
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-53/+66
| | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts
* if geolocation fails display search page with messageStruan Donald2013-04-08-9/+24
|
* save and load current report on app pause and resumeStruan Donald2013-04-02-3/+53
|
* upgrade android to phonegap 2.5Struan Donald2013-04-01-1065/+1010
|
* upgrade to phonegap 2.5 for iosStruan Donald2013-03-25-1/+6084
|
* upgrade to ios phonegap 2.4Struan Donald2013-03-25-1/+6029
|
* Upgrade to iOS phonegap 2.3Struan Donald2013-03-25-1/+6033
|
* add event to use GPS location from address search screenStruan Donald2013-03-25-2/+8
|
* add search button to locating screenStruan Donald2013-03-25-0/+5
|
* use listenTo instead of on for search event listening and also stop ↵Struan Donald2013-03-25-3/+8
| | | | listening to events
* update -> track as it is a better nameStruan Donald2013-03-21-9/+9
|
* if we have shown the map we alway want to listen for position updatesStruan Donald2013-03-21-3/+3
|