summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
|
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-182-24/+33
|
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-154-23/+167
|
* [android] when changing the resource path, recreate database instead of the ↵Łukasz Paczos2019-03-132-86/+72
| | | | whole FileSource
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-133-48/+202
|
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-131-0/+17
| | | | | | | | | | | | * [android] adding galician strings * [ios] adding galician strings * [ios, macos] Added Galician localization to Xcode projects * [ios, macos] Converted Galician localization to UTF-8 * [android, ios, macos] Updated changelogs
* [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-122-15/+17
|
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
|
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-112-2/+43
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-077-53/+58
| | | | drawables programmatically
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-062-1/+17
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-053-0/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
|
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-043-18/+14
|
* [android] add plural style builder methodsŁukasz Paczos2019-03-042-0/+200
|
* [android] clear singleton instance of Mapbox after running unit test suiteŁukasz Paczos2019-02-261-0/+16
|
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-255-7/+94
| | | | provider for modularisation
* [android] gl surfaceview renderer - only destroy context when destroying the ↵Ivo van Dongen2019-02-231-1/+21
| | | | mapview
* [android] - add missing package-info.java files to packages for javadoc ↵tobrun2019-02-226-1/+21
| | | | generation
* Add javadocs for local font familykevin2019-02-192-1/+5
|
* [android] set localIdeographFontFamily default to sans-serifkevin2019-02-192-2/+2
|
* [android] do not post stale state message when new option provided but the ↵Łukasz Paczos2019-02-191-12/+28
| | | | component is stopped
* [android] keep location component's layers hidden when new style with the ↵Łukasz Paczos2019-02-191-0/+5
| | | | "layer-below" option is applied
* [android] hook into surface holder to cleanup renderer on the right thread ↵Ivo van Dongen2019-02-145-0/+48
| | | | before the surface is destroyed
* [android] invalidate the camera position when gesture finishesŁukasz Paczos2019-02-131-0/+3
|
* [android] - update codebase for Roboelectric v4.xtobrun2019-02-131-3/+0
|
* [android] - add experimental pointer (#13889)Tobrun2019-02-073-1/+18
|
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-042-9/+68
|
* [android] Adding new variation of ↵Langston Smith2019-01-312-0/+38
| | | | | | | | | | | | LocationComponent#activateLocationComponent (#13829) * [android] added new activateLocationComponent method * [android] added new test for the new way to activate the LocationComponent * [android] tweak to test after lukasz review * [android] adding tests to assert LocationEngine status
* [android]added generic performance event (#13795)Osana Babayan2019-01-303-1/+89
|
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-304-6/+53
|
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-308-187/+441
|
* [android] expose OnRenderModeChangedListenerŁukasz Paczos2019-01-302-1/+24
|
* [android] optimize location animators memory footprint and add animation ↵Łukasz Paczos2019-01-3019-442/+351
| | | | rate throttle option
* Add image support with drawable overload (#13793)Tobrun2019-01-284-2/+121
| | | * [android] - add addImage support that takes a Drawable as parameter
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-253-0/+4
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-255-19/+95
|
* [android] fix LocationEngine's annotationŁukasz Paczos2019-01-251-2/+2
| | | | It's always safe to pass a null engine.
* [android] import gestures dimens using the correct package structureŁukasz Paczos2019-01-221-1/+2
|
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+1
|
* [android] - ignore lint complaints about array min sizetobrun2019-01-211-0/+5
|
* [android] - update mock definition of LocationLayerControllerTest, update ↵Tobrun2019-01-211-5/+15
| | | | mockito
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-173-8/+9
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
| | | | This reverts commit 16718b0df77119dd4bbebc383bfbd70afb1c0518.
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-172-0/+124
|
* [android] - make all library loader load the native library only oncetobrun2019-01-171-6/+6
|
* [android] - add library loading to peer objectstobrun2019-01-172-0/+11
|
* [android] - avoid printing warning on recursively loading shared objecttobrun2019-01-171-1/+6
|