Subversion Repository Public Repository

vericam

Commits for vericam/

Revision Author Commited Message
71 kester.ford picture kester.ford Mon 22 Jul, 2013 14:23:53 +0000

Renaming clients services to managers.
Fixing bug on client with camera size selection
Rename HttpClientFacade to RestClient.
Change config for local deployment
Bugfix for cameras that leave large makers notes.
Tidy up of RSA class.
Added token expiry check to OAuthFilter and ignore expiry for login requests.
Adding performance tests.

70 kester.ford picture kester.ford Sat 13 Jul, 2013 06:50:57 +0000

renaming services to managers to avoid confusion with android component of the same name.

69 kester.ford picture kester.ford Wed 10 Jul, 2013 16:48:32 +0000

Changing the exif data used in signature generation

68 kester.ford picture kester.ford Sun 23 Jun, 2013 15:40:27 +0000

Adding warnings to results page if mock locations enabled or not synced to network time.

67 kester.ford picture kester.ford Sun 23 Jun, 2013 14:36:16 +0000

server-side performance tests

66 kester.ford picture kester.ford Sun 23 Jun, 2013 13:23:22 +0000

Fixing bug when restarting camera activity. Fixing bug with extra apostrophe in location data causing verification to fail.

65 kester.ford picture kester.ford Sun 23 Jun, 2013 11:36:26 +0000

Refactored package strcuture on client, plus fixed all unit tests and a couple of minor bugs.

64 kester.ford picture kester.ford Sat 22 Jun, 2013 16:19:21 +0000

package refactor on vericam-server

63 kester.ford picture kester.ford Sat 22 Jun, 2013 15:37:30 +0000

Altered the way signature is generated to included all the vericam embedded data. Fixed all unit tests. Refactored ImageServiceImpl.

62 kester.ford picture kester.ford Sat 22 Jun, 2013 11:12:46 +0000

Adding progress dialog during image signing

61 kester.ford picture kester.ford Sat 22 Jun, 2013 07:03:20 +0000

adding crash reporting to client

60 kester.ford picture kester.ford Sun 16 Jun, 2013 18:19:26 +0000

Bugfix – camera crashing after onPause / onResume cycle

59 kester.ford picture kester.ford Sun 16 Jun, 2013 15:30:25 +0000

Added verification button to camera activity which launches verification jsp in browser when clicked. Button image adjusts to orientation in the same way as the take picture button.

58 kester.ford picture kester.ford Sun 16 Jun, 2013 13:50:02 +0000

Config changes to facilitate deployment on jelastic. Vericam is up and running on the cloud! Removed unused dao and index.jsp. Updates schema script.

57 kester.ford picture kester.ford Sun 16 Jun, 2013 12:16:47 +0000

Changed the way segments are read. Now by default every segment is used to calculate signature except a specific ignore list which includes meta data, the jpeg comment field and a couple of other segments.

Also the signature now includes a wider range of exif data pertinent to how the image displays.

56 kester.ford picture kester.ford Sun 16 Jun, 2013 10:15:57 +0000

Completed work for verification failure page. Improved other screens. Fixed a bug with verification result type wrongly being to set to no readable signature instead of no signature found.

55 kester.ford picture kester.ford Sat 15 Jun, 2013 17:45:48 +0000

adding new custom icon

54 kester.ford picture kester.ford Sat 15 Jun, 2013 17:28:27 +0000

New pass and fail screens. Pass screen includes address, location, author and time data. Styled with bootstrap. Fail screen still needs work.

53 kester.ford picture kester.ford Sat 15 Jun, 2013 17:26:48 +0000

Call to Google geocoding api now working. Signature now includes time taken and time signed.

52 kester.ford picture kester.ford Sat 15 Jun, 2013 10:51:29 +0000

Adding reverse geocoding to server – bind location data string to a LocationSession object and then use data from that to pass to Google geocoding api to get address summary data. This will then allow for richer feedback on verified images on verification result screen.

51 kester.ford picture kester.ford Sun 09 Jun, 2013 20:32:42 +0000

Starting to tidy up ui on jsps using bootstrap

50 kester.ford picture kester.ford Sun 09 Jun, 2013 16:30:07 +0000

Building more data into verification result screen.

49 kester.ford picture kester.ford Sun 09 Jun, 2013 16:29:39 +0000

Oauth fix to allow a signature with no token if the request is user registration

48 kester.ford picture kester.ford Sun 09 Jun, 2013 16:28:55 +0000

some ui work on the client – preview appears less distorted and preview size is selected from available list. Camera icon now rotates to reflect current orientation.

47 kester.ford picture kester.ford Sun 09 Jun, 2013 10:36:58 +0000

image verification added – two jsps – one to upload image and one to return verification results. More work on embedded data. User comments tag now includes location data, user identity (retrieved from db using current token), and follow a set format. Verification currently indicates whether a signature has been successfully matched, a signature has been read but not matched, no signature could be read, or an error occurred.