summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
Commit message (Expand)AuthorAgeFilesLines
* [android] #5342 - initial marker animationTobrun2016-06-162-21/+17
* [android] #5279 - expose MarkerView alphaTobrun Van Nuland2016-06-143-2/+12
* [android] #4959 - Dynamic Sizing Of Default InfoWindow Based On Availability...Brad Leege2016-06-131-2/+6
* [android] #4924 - Make Gesture Focal Point ConfigurableTobrun Van Nuland2016-06-131-0/+3
* [android] #4159 - expose an api to enable selection/deselection of markers on...Antonio Zugaldia2016-06-133-1/+16
* [android] #5285 - bring selected MarkerView to the frontIvo van Dongen2016-06-091-1/+2
* [android] #5237 - Enabled Updates To InfoWindow's Title and SnippetBrad Leege2016-06-072-3/+10
* [android] #5241 -float rotation on markerviewTobrun Van Nuland2016-06-062-5/+5
* [android] #5076 - fixed update marker for MarkerView, rewrite update marker j...Tobrun2016-06-063-18/+83
* [android] #5171 - introduce new select/deselect animation system for view mar...Tobrun Van Nuland2016-06-056-68/+287
* [android] #5193 - fix broken test case on IconTobrun Van Nuland2016-06-031-11/+0
* [android] Fix style urlsCameron2016-06-0312-31/+30
* [android] #5214 - remove requirement adapter for MarkerView, allow using Icon...Tobrun2016-06-032-43/+19
* [android] #4929 - fix unit tests MyLocationSettingsTobrun2016-06-021-0/+4
* [android] #4929 - MyLocationView now requires less drawables to configure, re...Tobrun Van Nuland2016-06-021-1/+1
* [android] #4727 - fix proguard test appTobrun Van Nuland2016-06-021-1/+3
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-261-2/+0
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-261-3/+5
* [android] #5075 - Removing options.accessToken() usage in MapFragmentActivity...Brad Leege2016-05-252-2/+0
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-251-0/+210
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-252-37/+13
* [android] #5102 - update marker view position correctly by comparing markers ...Tobrun Van Nuland2016-05-251-2/+2
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and auto...Brad Leege2016-05-241-4/+0
* [android] #5083 - add InfoWindow offset based on height of associated MarkerV...Tobrun2016-05-236-8/+7
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-232-7/+4
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-232-11/+10
* [android] #5081 - added rotation to View MarkerTobrun2016-05-201-2/+0
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-203-72/+108
* [android] #3276 - View Marker model integrationTobrun2016-05-204-50/+198
* [android] #3276 - add tilt support for view markersTobrun2016-05-208-269/+86
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-203-33/+85
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-205-13/+231
* [android] #3276 - added item animation for select/deselect state of a View Ma...Tobrun2016-05-204-3/+37
* [android] #3276 - only update thumb Icon when needed, disabled background tas...Tobrun2016-05-202-0/+24
* [android] #3276 - remove annotations was not calling removeMarkerViewTobrun2016-05-202-11/+33
* [android] #3276 - remove Marker View implementationTobrun2016-05-204-5/+75
* [android] #3276 - View Marker click listener integrationTobrun2016-05-201-1/+15
* [android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarkerTobrun2016-05-203-30/+12
* [android] #3276 - using a pool to do view reuseTobrun2016-05-201-4/+4
* [android] #3276 - android view annotations adapter approachTobrun2016-05-205-75/+152
* [android] #3276 - WIP Android View Annotations, showing an Android SDK view o...Tobrun2016-05-2011-1/+250
* [android] #5060 - Adding Reset functionality to menuBrad Leege2016-05-173-2/+32
* [android] #5060 - Restoring rotation support for markersBrad Leege2016-05-171-0/+8
* [android] #5060 - Initial setup of PressForMarkerActivityBrad Leege2016-05-174-1/+142
* [android] #5043 - Updating Support LibraryBrad Leege2016-05-151-1/+1
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-1524-27/+7
* Merge branch 'release-android-v4.0.1'Brad Leege2016-05-121-3/+3
|\
| * [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-121-3/+3
* | [android] - fixes style init bug, added unit test to prevent regressionTobrun2016-05-121-0/+75
* | [android] #4930 - added invalidate to change tint colorsTobrun2016-05-105-45/+48