6 Commits
Author SHA1 Message Date
Chuck Greb 469ca9093f Adds double tap to zoom 2014-05-04 20:09:15 +02:00
Chuck Greb 804c91c701 Inverts behavior of double touch drag gesture
Per Android guidelines, double touch drag up should decrease content scale and double touch drag down should increase content scale.

This is also the behavior in the official Google Maps Android application.

http://developer.android.com/design/patterns/gestures.html
2014-05-04 20:09:15 +02:00
Chuck Greb d709d7f39a Fixes HttpEngine tests 2014-04-03 04:15:46 +02:00
Chuck Greb f3035d827b Tests OkHttp integration 2014-04-02 22:30:13 +02:00
Chuck Greb af7d70cfd8 Extracts configurable networking layer.
* Extracts HttpEngine interface.
* Uses LwHttp as default networking client.
* Implements alternate networking client using OkHttp.
2014-04-02 22:30:13 +02:00
Chuck Greb 00ff342e86 Updates build.gradle for maven compatibility.
* Explicitly set support library version 19.0.1.
* Include slf4j-android dependency from maven central instead of local jar.
* Adds local.properties to .gitignore
2014-02-13 14:18:07 -05:00