summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android] - validate zoom level before creating mapbox telem eventTobrun2018-01-221-4/+13
* [android] - expose setting a custom attribution manager through UiSettingsTobrun2018-01-183-9/+57
* [android] - expose attribution manager as public APITobrun2018-01-181-3/+4
* Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-153-61/+57
* [android] do not overwrite user-set focal point when tracking location (#10910)Łukasz Paczos2018-01-121-3/+0
* [android] - retain configuration for user provided focal point and deselect m...Tobrun2018-01-111-0/+23
* [android] - check if the render surface has been correctly created before des...Tobrun2018-01-111-1/+3
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-102-22/+16
* [android] fix sending more than once double tap event on a single double tap ...Pablo Guardiola2018-01-081-4/+3
* [android] - detect genymotion virtual machines when determening attributes fo...Tobrun2018-01-051-2/+10
* [android] - RTL supportTobrun2018-01-052-3/+11
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-0410-108/+205
|\
| * [android] added map touch listeners api based on listspaczos2017-12-203-36/+277
| * [android] Tweak TinySDF docs to better describe font-family behavior.Chris Loer2017-12-191-1/+4
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-194-42/+69
| * [android] - use default icon when compass icon fails to decode (#10694)Tobrun2017-12-191-0/+6
| * [android] - remove startup flash from fragment, rework OnMapReady callback fo...Tobrun2017-12-192-16/+44
| * [android] Add Configuration hook for local ideograph font family and demo act...Chris Loer2017-12-185-10/+43
| * Post camera listener invocations (#10690)Tobrun2017-12-141-46/+81
| * [android] - scale factor value of 1 should zoom outTobrun2017-12-131-1/+1
| * [android] - post animation callback invocationTobrun2017-12-122-28/+36
| * [android] - handle destroying activity programmatically as part of theme swit...Tobrun2017-12-061-2/+6
| * [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-12-061-26/+25
| * [android] Enable map rendering when app is pausedIvo van Dongen2017-12-064-4/+21
| * [android] use location engine abstraction instead of location source (lost) i...Pablo Guardiola2017-11-291-2/+1
| * Update comment from onDestroy to onDestroyView (#10501)Victor Akap Oben2017-11-201-1/+1
| * Monkey crashes (#10440) (#10472)Pablo Guardiola2017-11-163-12/+23
| * MapSnapshot attribution (#10362)Tobrun2017-11-141-46/+31
| * [android] - harden deselection mechanism for markers (#10403)Tobrun2017-11-101-5/+7
* | [android] - refactor surface destruction NPE fixtobrun2018-01-021-34/+19
* | [android] Fixes #10563 NPE addAnnotationIconhashfunction2018-01-021-0/+4
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-194-36/+69
* | [android] update lifecycle documentation for fragments (#10736)Antonio Zugaldia2017-12-191-2/+2
* | Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9
* | [android] new map touch listeners API commentspaczos2017-12-141-9/+19
* | [android] checkstyle fixuppaczos2017-12-141-4/+11
* | [android] added map touch listeners testpaczos2017-12-141-42/+58
* | [android] added map touch listeners api based on listspaczos2017-12-143-12/+220
* | [android] Fixups for LocalGlyphActivityChris Loer2017-12-112-4/+9
* | [android] Add Configuration hook for local ideograph font family and demo act...Asheem Mamoowala2017-12-115-10/+38
* | [android] - handle destroying activity programmatically as part of theme swit...Tobrun2017-11-301-2/+6
* | [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-11-291-26/+25
* | [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-221-7/+6
* | [android] Enable map rendering when app is pausedIvo van Dongen2017-11-204-4/+21
* | Monkey crashes (#10440)Tobrun2017-11-103-12/+23
|/
* [android] - check for null value when calling mapboxMap.cleartobrun2017-11-061-5/+8
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-033-6/+6
* [android] TextureView - cleanup destruction codeIvo van Dongen2017-11-031-12/+29
* [android] test app - texture view test activitiesIvo van Dongen2017-11-031-2/+1
* [android] bring back texture viewIvo van Dongen2017-11-032-24/+79