summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk
Commit message (Collapse)AuthorAgeFilesLines
* [android] getting bitmap from drawable fixŁukasz Paczos2017-12-201-5/+23
|
* Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-196-36/+133
| | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* LatLngBounds.union parameters should be specified in NESW order (#10728)Osana Babayan2017-12-191-16/+16
|
* [android] update lifecycle documentation for fragments (#10736)Antonio Zugaldia2017-12-191-2/+2
|
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-199-19/+2
|
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-195-33/+2837
|
* 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 ↵Asheem Mamoowala2017-12-115-10/+38
| | | | activity
* [android] Android implementation of local CJK glyph renderingChris Loer2017-12-111-0/+46
| | | | | - Draws bold version of glyph if font stack contains string "bold" - Not hooked up to global configuration yet
* [android] null checkAsheem Mamoowala2017-12-061-1/+1
|
* [android] - add FileSource activation/deactivation to MapSnapshotter, handle ↵Tobrun2017-12-061-22/+2
| | | | multiple deactivate scenario in FileSource (#10556)
* [android] - handle destroying activity programmatically as part of theme ↵Tobrun2017-11-301-2/+6
| | | | switching (#10589)
* [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-11-291-26/+25
|
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-221-3/+3
|
* [android] Reuse Java Source objects by holding on to a strong reference in ↵Asheem Mamoowala2017-11-221-7/+6
| | | | the C++ peer.
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-224-0/+255
|
* [android] - harden MarkerView integration by checking for null bitmap (#10532)Tobrun2017-11-221-1/+1
|
* [android] - activate filesource to list offline regions (#10531)Tobrun2017-11-221-2/+5
|
* [android] Enable map rendering when app is pausedIvo van Dongen2017-11-204-4/+21
|
* Monkey crashes (#10440)Tobrun2017-11-103-12/+23
| | | | | | | | | | | | | | | | | | * [android] - avoid null map from trackballevent * [android] - fixup animated marker test activity from monkey runs * [android] - harden NativeMapView OnMapChangeListener * [android] - harden against destroyed wrapper activity while moving touch pointers * [android] - harden bulk marker activity for monkey runner * [android] - harden scale end gesture event for null velocity tracker * [android] - invalid mapboxMap invocation * [android] - reset test setup
* [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-036-41/+24
|
* [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
|
* [android] texture view map rendererIvo van Dongen2017-11-034-0/+545
|
* [android] move egl under renderer packageIvo van Dongen2017-11-034-11/+8
|
* [android] encapsulate gl surfaceview rendering specifics in map renderer ↵Ivo van Dongen2017-11-033-46/+113
| | | | | | subclass - preparation for re-introduction of texture view
* [android] - workaround Android O OkHttp bug.Tobrun2017-11-021-1/+8
|
* [android] - fix logo scale for MapSnapshotTobrun2017-11-021-27/+52
|
* [android] make location provider optional (#9488) (#10354)Pablo Guardiola2017-11-017-63/+239
|
* [android] - check for possitive animation durationTobrun2017-11-011-1/+1
|
* [android] - add logo resize to MapSnapshotterTobrun2017-11-012-4/+58
|
* [android] - make snapshot logo optionalTobrun2017-11-012-4/+25
|
* [android] map snapshotter - expose attributionsIvo van Dongen2017-11-011-1/+10
|
* [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-11-012-9/+69
| | | | pointFor functionality
* [android] map snapshotter - add mutatorsIvo van Dongen2017-11-011-2/+32
|
* [android] - rework ease interactions to take in account possitve duration ↵Tobrun2017-10-312-10/+5
| | | | requirement
* [android] MapboxMap.animate() and Mapbox.easeCamera() should throw ↵Osana Babayan2017-10-311-0/+7
| | | | | IllegalArgument (#10321) if non-positive duration is passed in
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-313-3/+93
|
* [android] Make sure onFinish has new camera position after camera.move (#10324)Osana Babayan2017-10-312-3/+4
|
* [android] - Add angular velocity effect on rotation gesture.Ramin Mirsharifi2017-10-304-68/+178
|
* [android] - Add touch velocity effects on scale gesture. Fine tune.Ramin Mirsharifi2017-10-302-6/+11
|
* [android] - Add touch velocity effects on scale gesture.Ramin Mirsharifi2017-10-302-5/+54
|
* [android] - avoid null pointer if map wasn't initalised when saving instance ↵Tobrun2017-10-301-2/+4
| | | | state