summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-5/+5
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-3/+1
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-121-14/+2
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-071-0/+2
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-062-1/+17
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-041-0/+12
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-042-3/+3
* [android] add plural style builder methodsŁukasz Paczos2019-03-041-0/+87
* [android] gl surfaceview renderer - only destroy context when destroying the ...Ivo van Dongen2019-02-231-1/+21
* Add javadocs for local font familykevin2019-02-191-0/+2
* [android] set localIdeographFontFamily default to sans-serifkevin2019-02-191-1/+1
* [android] hook into surface holder to cleanup renderer on the right thread be...Ivo van Dongen2019-02-145-0/+48
* [android] invalidate the camera position when gesture finishesŁukasz Paczos2019-02-131-0/+3
* [android] - add experimental pointer (#13889)Tobrun2019-02-072-1/+12
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-4/+19
* [android]added generic performance event (#13795)Osana Babayan2019-01-301-1/+11
* Add image support with drawable overload (#13793)Tobrun2019-01-281-0/+56
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-251-0/+2
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-253-18/+74
* [android] import gestures dimens using the correct package structureŁukasz Paczos2019-01-221-1/+2
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-171-1/+1
* [android] - avoid leaking compassView context through animatortobrun2019-01-172-1/+6
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-15/+18
* [android] do not invoke #onCancel when animation is scheduled from #onFinish ...Łukasz Paczos2019-01-161-5/+11
* [android] - optimise interface definitiontobrun2019-01-155-283/+245
* [android] - introduce NativeMap abstraction, remove static code block removal...tobrun2019-01-158-93/+441
* [android] - avoid null pointer when quickly closing activity for attribution ...Tobrun2019-01-111-1/+3
* [android] - update link from API docs (#13692)Heather Stenson2019-01-101-2/+2
* [android] - avoid leaking dialog when context is being stoppedtobrun2019-01-103-6/+24
* [android] - throw IllegalStateException when setting an maximum fps while the...tobrun2019-01-101-0/+2
* [android] - save debug cache state vs map statetobrun2019-01-021-2/+6
* [android] update core stylesŁukasz Paczos2018-12-191-5/+5
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-23/+160
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-191-4/+6
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-122-4/+7
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-122-8/+38
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-113-21/+21
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-113-1/+66
* [android] - add more tests, refactor map paddingTobrun2018-12-112-8/+28
* [android] - instrumented unit tests, add map tests, refactor generated layer ...Tobrun2018-12-111-12/+41
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-102-82/+1
* [android] - introduce validateState, add illegal state exception to all invoc...tobrun2018-12-101-129/+43
* [android] - throw exception when another style is loading, correct RuntimeSty...tobrun2018-12-101-16/+30
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-102-10/+127
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-103-7/+38
* [android] - update sanity test to Style.javaTobrun2018-12-102-0/+8
* [android] - add unit tests for Style.java APITobrun2018-12-103-45/+46
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-102-1/+50
* [android] - use builder json/url for constructing style objectTobrun2018-12-102-12/+16