Simon Guest

Results 9 comments of Simon Guest

This is a great idea. The challenge I've faced (other than lack of time to look into this!) is how to include a test suite with any CI implementation. i.e....

Correct - the generated Mongoose schema should include any validation specified by the swagger document

Thanks for putting this together, Ross. I checked it out this weekend and it seemed to work well on my cameras. A couple of thoughts: 1. We should try and...

Hi Jeremy It's been a while since I worked on this. What version of Android are you using? Thanks, -Simon

That would be great, Ross - a sub menu with available resolutions from the camera would be a useful feature.

Thanks for looking into this, Ross. What would you think about putting the resolution menu as a submenu of the camera source. Something like: ``` Camera => Select Source =>...

Hi @anabellaspinelli - Last year, I gave privileges to a couple of additional committers - but it appears that we have a few issues and PRs stacking up. I'll take...

Have you seen [this repo](https://github.com/simonguest/BTPhotoTransfer-sample) - it contains an example client and server that sends photos from one device to another.

Take a look at [this code](https://github.com/simonguest/btphototransfer-sample/blob/master/src/com/simonguest/BTPhotoTransfer/MainActivity.java#L189) in the MainActivity of the application. This is where the client loads the file that has just been taken using the camera. Should be...