summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-022-5/+6
* [android] #4727 - fix proguard test appTobrun Van Nuland2016-06-021-1/+3
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-43/+36
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-41/+33
* [android] Basic cleanups in annotation JNI codeJohn Firebaugh2016-06-011-51/+25
* [android] Simplify the JNI definitions for annotation methodsJohn Firebaugh2016-06-012-127/+26
* [build] Added unique_resource as dependencyBruno de Oliveira Abinader2016-06-011-0/+1
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-0/+1
* [android] #5106 - add check for destroyed map view for addMarker()Tobrun Van Nuland2016-05-271-0/+3
* [privacy] [android] Remove logging of location due to privacy leak.Rob | Labs2016-05-272-2/+2
* [android] #5113 - added javadoc to the MarkerView APITobrun Van Nuland2016-05-275-7/+388
* [android] #5113 - added javadoc for MarkerViewManagerTobrun Van Nuland2016-05-272-7/+112
* [android] #3629 - smooth animation for non location trackingTobrun Van Nuland2016-05-261-6/+2
* [android] #3629 - smooth MyLocationView animation when tracking the user loca...Tobrun Van Nuland2016-05-265-15/+27
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-262-8/+8
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-264-7/+23
* [core] Share shaders with gl-jsJohn Firebaugh2016-05-251-1/+2
* [android] Install node in CIJohn Firebaugh2016-05-251-1/+2
* [android] #5075 - Setting MapboxAccountManager as preferred source for access...Brad Leege2016-05-252-2/+14
* [android] #5075 - Removing options.accessToken() usage in MapFragmentActivity...Brad Leege2016-05-252-2/+0
* [android] #5075 - Adding deprecation noticesBrad Leege2016-05-253-3/+9
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-252-8/+2
* [android] #5126 - Setting per commit and nightly builds to BUILDTYPE=ReleaseBrad Leege2016-05-251-0/+2
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-252-0/+215
* [android] #5131 - update okhttp dependencyTobrun Van Nuland2016-05-251-1/+1
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-257-88/+111
* [android] #5115 - add visible integration to MarkerViewTobrun Van Nuland2016-05-254-6/+38
* [android] #5102 - update marker view position correctly by comparing markers ...Tobrun Van Nuland2016-05-252-19/+2
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and auto...Brad Leege2016-05-242-6/+17
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-241-0/+1
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-231-1/+1
* [android] #5083 - add InfoWindow offset based on height of associated MarkerV...Tobrun2016-05-237-14/+13
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-233-60/+5
* [android] - cleanup marker view integrationTobrun2016-05-237-188/+179
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-237-247/+361
* [android] #5087 - Fixing Satellite Streets URL for V9 while still supporting V8Brad Leege2016-05-201-2/+10
* [android] #5081 - added rotation to View MarkerTobrun2016-05-205-43/+54
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-206-92/+182
* [android] #3276 - hardware accelerate animationsTobrun2016-05-201-2/+12
* [android] #3276 - View Marker model integrationTobrun2016-05-2013-239/+644
* [android] #3276 - add tilt support for view markersTobrun2016-05-2011-431/+186
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-209-243/+440
* [android] #3276 - fix initial Marker APITobrun2016-05-201-1/+1
* [android] #3276 - for each view marker adapter have separate view poolTobrun2016-05-201-54/+40
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-207-71/+335
* [android] #3276 - view reuse animation state fix - disabled selection for gl ...Tobrun2016-05-202-15/+35
* [android] #3276 - add show/hide animation to view markersTobrun2016-05-203-10/+40
* [android] #3276 - added item animation for select/deselect state of a View Ma...Tobrun2016-05-206-88/+148
* [android] #3276 - only update thumb Icon when needed, disabled background tas...Tobrun2016-05-204-23/+48
* [android] #3276 - hide gl markersTobrun2016-05-201-8/+17