summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android] remove missing image logŁukasz Paczos2019-05-101-1/+0
* [android] - unify has surface state handlingtobrun2019-04-176-43/+19
* [android] - program against NativeMap interfacetobrun2019-04-167-41/+35
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-154-55/+183
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-123-6/+21
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-123-15/+46
* [android] - add javadoc indicating that query methods can return empty depend...tobrun2019-04-121-6/+15
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-092-1/+11
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-041-47/+58
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-022-0/+9
* Remove support v7 (#14265)Kevin Li2019-04-021-2/+2
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-011-56/+33
* [android] - add pixel dimension annotation to public UiSettings methodstobrun2019-04-011-18/+31
* [android] disable move gesture detector foreseeing the quickzoomŁukasz Paczos2019-04-011-7/+7
* [android] - remove NativeMap#update()tobrun2019-03-272-11/+0
* [android] - remove request render from MapboxMap#onStarttobrun2019-03-271-1/+0
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, don't...tobrun2019-03-222-9/+5
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-202-4/+8
* [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