summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] #5171 - introduce new select/deselect animation system for view ↵Tobrun Van Nuland2016-06-056-68/+287
| | | | markers
* [android] #5193 - fix broken test case on IconTobrun Van Nuland2016-06-031-11/+0
|
* [android] Fix style urlsCameron2016-06-0312-31/+30
| | | | Fixes #5193
* [android] #5214 - remove requirement adapter for MarkerView, allow using ↵Tobrun2016-06-032-43/+19
| | | | Icon instead
* [android] #4929 - fix unit tests MyLocationSettingsTobrun2016-06-021-0/+4
|
* [android] #4929 - MyLocationView now requires less drawables to configure, ↵Tobrun Van Nuland2016-06-021-1/+1
| | | | reuses the foreground instead.
* [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] #5034 - padding not being included in getVisibleBounds
* [android] #5075 - Removing options.accessToken() usage in ↵Brad Leege2016-05-252-2/+0
| | | | MapFragmentActivity and SupportMapFragmentActivity
* [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
| | | | based on id instead of location
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and ↵Brad Leege2016-05-241-4/+0
| | | | automatically setting it if MapboxAccountManager is in use
* [android] #5083 - add InfoWindow offset based on height of associated ↵Tobrun2016-05-236-8/+7
| | | | MarkerView, removed unused icons, renamed feature activity
* [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 ↵Tobrun2016-05-204-3/+37
| | | | Marker. Removed asynctask due to unneeded overhead. Improved integration with selectMarker. Added item animators for the test app.
* [android] #3276 - only update thumb Icon when needed, disabled background ↵Tobrun2016-05-202-0/+24
| | | | task for now, added view pool counter
* [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 ↵Tobrun2016-05-2011-1/+250
| | | | on the screen
* [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] #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
| |
* | [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-0612-27/+65
| | | | | | | | in favour versioned styling methods.
* | [android] #4896 - added permission request and id fixesCameron Mace2016-05-044-16/+54
| |
* | [android] added user dot customization exampleCameron Mace2016-05-045-0/+212
| | | | | | | | Fixes #4896
* | [android] #4847 - Re-enabling StrictModeBrad Leege2016-05-031-12/+12
| |
* | [android] bring back ScreenshotActivityTestTobrun2016-05-034-19/+151
| |
* | [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-294-14/+8
| |
* | [android] #4878 - Setting default MyLocationBackgroundTint to be whiteBrad Leege2016-04-283-4/+1
| |
* | [android] #4878 - fix default color of accuracy circle to match primary ↵Tobrun2016-04-281-11/+11
| | | | | | | | color, removed old resources, introduced drawable density folders for new resources, enforced consistent naming.
* | [android] #4850 - add non-gl content to snapshot bitmapTobrun2016-04-272-1/+1
| |
* | [android] #4835 - Adding disable location icon switch to FABBrad Leege2016-04-262-1/+15
| |
* | [android] #4835 - Adding FAB Toggle UI And FunctionalityBrad Leege2016-04-263-8/+105
| |