Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App engine support #154

Merged
merged 9 commits into from
May 19, 2016
Merged

App engine support #154

merged 9 commits into from
May 19, 2016

Conversation

domesticmouse
Copy link
Contributor

PTAL @broady @samthor @markmcd

/cc @lmoroney

This PR is based on code authored by @ZiglioNZ

domesticmouse and others added 5 commits April 29, 2016 17:02
Forward porting @ZiglioNZ's code, and adding in a layer of indirection
to support both OkHttp and GAE in the one code base.

See #85
* permissions and limitations under the License.
*/

package com.google.maps;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra whitespace

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Thanks!

@samthor
Copy link
Contributor

samthor commented Apr 29, 2016

Also just so it's clear: @ZiglioNZ has signed the CLA so we can accept code derived from their work.

private RequestHandler requestHandler;


public interface RequestHandler {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add JavaDoc here, since it's public

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@domesticmouse
Copy link
Contributor Author

Landing this for @lmoroney's presentation this afternoon.

@domesticmouse domesticmouse merged commit 56cef0d into googlemaps:master May 19, 2016
@domesticmouse domesticmouse deleted the app-engine-support branch May 19, 2016 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants