summaryrefslogtreecommitdiff
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-16220-151919/+0
* [android] Fix 2-finger rotation is off axisAntonio Zugaldia2015-12-161-2/+6
* [android] Custom layer bindingsJohn Firebaugh2015-12-168-0/+72
* [android] #3311 fix unit test configurationTobrun2015-12-1510-20/+0
* [android] Add more documentation to Android bindings. Refs #2650Tom MacWright2015-12-155-4/+34
* [android] Add some JavaDocs, fix HTML formattingTom MacWright2015-12-1411-117/+240
* [android] #3262 stop listening to bearing when state switchesTobrun2015-12-121-5/+3
* [android] #3191 - remove double direction stateTobrun2015-12-121-2/+0
* [android] #3270 - add sample activity for animated coordinate changeTobrun2015-12-1210-3/+212
* [android] #3267 limit user input as an example to VisibleCoordinateBoundsTobrun2015-12-121-0/+5
* [android] #3245 Reverse Tilt GestureTobrun2015-12-111-1/+1
* [android] #3246 disable zoom controlsTobrun2015-12-111-1/+0
* [android] #3248 - enforce application context in a singletonTobrun2015-12-111-1/+1
* [android] #3238 inconsistent package nameTobrun2015-12-111-1/+1
* updates order of lifecycle methods. Addresses #2957danswick2015-12-101-7/+7
* Fix Android ProGuard View rules & release signingStephen Niedzielski2015-12-103-8/+5
* [android] #3240 - Reimplemented compass algorithm for compass bearing, fixed ...Tobrun2015-12-091-40/+35
* [android] #3224 - add espresso test for TiltActivityTobrun2015-12-091-0/+27
* [android] #2954 - Refactoring UserLocationView to use common LocationServices...Brad Leege2015-12-092-43/+41
* [android] #2954 - Building LocationListener infrastructureBrad Leege2015-12-092-2/+45
* [android] #2954 - Setting up specific toggle GPS functionalityBrad Leege2015-12-091-5/+58
* [android] #2954 - Setting up LOST clientBrad Leege2015-12-091-3/+22
* [android] #2954 - LocationServices Singleton setupBrad Leege2015-12-091-0/+24
* [android] Set the bearing of the checked object to avoid a null exceptionAntonio Zugaldia2015-12-091-1/+1
* [android] #3221 - added unit test for Polyline and Polygon, updated test for ...Tobrun2015-12-083-2/+164
* [android] #3215 added unit test for marker, moved tests to their own dedicate...Tobrun2015-12-079-0/+89
* [android] #3192 #3194 - Setting Version to 2.4.0-SNAPSHOTBrad Leege2015-12-051-1/+1
* [android] #3192 - Updating Twitter Fabric integration versionandroid-v2.3.0Brad Leege2015-12-041-1/+1
* [android] #3192 - Setting version to 2.3.0 for releaseBrad Leege2015-12-041-1/+1
* [android] #3188 - Save tilt value under a change in device orientationlistAntonio Zugaldia2015-12-041-0/+3
* [android] add 's' to 'assets/' in setStyleUrl() docsJason Wray2015-12-031-1/+1
* [android] #2805 - Using MINIMUM_TILT and MAXIMUM_TILT constants for annotationBrad Leege2015-12-031-2/+1
* [android] #2805 - scale and clamp values for pitchAntonio Zugaldia2015-12-031-5/+14
* [android] #2805 - Removing Camera API for nowBrad Leege2015-12-035-287/+3
* [android] #2805 - Integrating gesture with new get / set Tilt API refactoringBrad Leege2015-12-031-2/+2
* [android] #2805 - basic tilt gesture working with ShoveGestureListenerAntonio Zugaldia2015-12-031-5/+49
* [android] #2805 - Updating Tilt API to support animation duration timeBrad Leege2015-12-033-8/+14
* [android] #2805 - add mShoveGestureDetector to the event chainAntonio Zugaldia2015-12-031-1/+4
* [android] #2805 - public API to enable or disable tiltAntonio Zugaldia2015-12-032-0/+37
* [android] #2805 - Placeholder for a ShoveGestureListenerAntonio Zugaldia2015-12-031-0/+23
* [android] #2805 - Setting TiltActivity to test setPitch() directly. Adding F...Brad Leege2015-12-033-3/+13
* [android] #2805 - Create a target to keep both location values consistent.Antonio Zugaldia2015-12-031-2/+3
* [android] #2805 - Basic wiring up of Android Tilt methods to Core GL Pitch me...Brad Leege2015-12-032-2/+32
* [android] #2805 - Adding processing of target, zoom, and bearing in animateCa...Brad Leege2015-12-033-1/+25
* [android] #2805 - CameraUpdate and animateCamera() APIBrad Leege2015-12-034-2/+73
* [android] #2805 - Adding Toolbar to TiltActivity for consistent navigationBrad Leege2015-12-032-6/+35
* [android] #2805 - add sample tilt activity to test appAntonio Zugaldia2015-12-036-0/+113
* [android] #2805 - Implementing Parcelable and adding BuilderBrad Leege2015-12-031-1/+112
* [android] #2805 - Initial CameraPosition APIBrad Leege2015-12-031-0/+53
* [android] #3151 - Added sample `InfoWindowConcurrentActivity` to illustrate t...Antonio Zugaldia2015-12-026-13/+149