summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* Color class (#5361)Young Hahn2016-06-151-1/+1
| | | | | | * Color class * Switch to list initialization
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-142-2/+2
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [android] #5303 - Updating code to take properly merge what each branch ↵Brad Leege2016-06-092-20/+8
| | | | intended for nativeUpdateMarker
* [android] #5291 - Fixing merge conflictsBrad Leege2016-06-092-21/+2
|
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-0947-606/+1082
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/BaseMarkerViewOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/annotations/MarkerViewManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/NativeMapView.java # platform/android/src/jni.cpp # src/mbgl/geometry/buffer.hpp # src/mbgl/geometry/glyph_atlas.cpp # src/mbgl/geometry/glyph_atlas.hpp # src/mbgl/geometry/line_atlas.cpp # src/mbgl/geometry/vao.cpp # src/mbgl/gl/gl_object_store.cpp # src/mbgl/gl/gl_object_store.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/shader/shader.cpp # src/mbgl/sprite/sprite_atlas.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/text/glyph_pbf.hpp
| * [android] #5284 - Restoring 4.1.0-SNAPSHOT versionBrad Leege2016-06-081-1/+1
| |
| * [android] #5284 - Android 4.1.0-beta.2 Changelogandroid-v4.1.0-beta.2Brad Leege2016-06-081-0/+8
| |
| * [android] #5284 - Fixing JavaDoc link error that prevented JavaDoc generationBrad Leege2016-06-081-1/+1
| |
| * [android] #5284 - Setting 4.1.0-beta.2 version informationBrad Leege2016-06-082-2/+2
| |
| * [android] #5237 - Enabled Updates To InfoWindow's Title and SnippetBrad Leege2016-06-074-6/+48
| |
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-062-7/+10
| | | | | | | | Backported patches fixing ARMv5 support for issue #3985.
| * [android] #5186 - Starting rotateSessionId before Telemetry Starts and ↵Brad Leege2016-06-061-4/+4
| | | | | | | | ensuring that mapboxSessionId is initialized
| * [android] #5167 - add support annotations to MarkerViewTobrun Van Nuland2016-06-062-6/+9
| |
| * [android] #5241 -float rotation on markerviewTobrun Van Nuland2016-06-064-10/+10
| |
| * [android] #5076 - increase cache sizeTobrun Van Nuland2016-06-061-1/+1
| |
| * [android] #5076 - invalidate MarkerViews when adding a MarkerViewTobrun Van Nuland2016-06-061-0/+1
| |
| * [android] #5076 - add getter for View of MarkerView, update public API ↵Tobrun Van Nuland2016-06-061-1/+32
| | | | | | | | javadoc of MarkerView select
| * [android] #5076 - fixed update marker for MarkerView, rewrite update marker ↵Tobrun2016-06-069-84/+100
| | | | | | | | jni, cleanup animation api
| * [android] #5171 - introduce new select/deselect animation system for view ↵Tobrun Van Nuland2016-06-0511-167/+414
| | | | | | | | markers
| * Merge branch '5193-fix-style-url' of github.com:mapbox/mapbox-gl-native into ↵Cameron2016-06-031-11/+0
| |\ | | | | | | | | | 5193-fix-style-url
| | * [android] #5193 - fix broken test case on IconTobrun Van Nuland2016-06-031-11/+0
| | |
| * | changed satellite-hybrid to street in string.xmlCameron2016-06-031-1/+1
| |/
| * [android] Fix style urlsCameron2016-06-0316-188/+61
| | | | | | | | Fixes #5193
| * [android] #5214 - remove requirement adapter for MarkerView, allow using ↵Tobrun2016-06-036-67/+127
| | | | | | | | Icon instead
| * [android] #4929 - fix unit tests MyLocationSettingsTobrun2016-06-021-0/+4
| |
| * [android] #4929 - final fixes for refactor MyLocationViewTobrun Van Nuland2016-06-022-8/+35
| |
| * [android] 4929 - fix tracking mode location calculationTobrun Van Nuland2016-06-021-3/+2
| |
| * [android] #4929 - MyLocationView now requires less drawables to configure, ↵Tobrun Van Nuland2016-06-023-2/+25
| | | | | | | | reuses the foreground instead.
| * [android] #4929 - rewrite MyLocationView with camera and transformation matrixTobrun Van Nuland2016-06-023-50/+63
| |
| * [android] #4727 - fix proguard test appTobrun Van Nuland2016-06-021-1/+3
| |
| * [android] #5126 - Serialize Bitrise Scheduled Build ProcessBrad Leege2016-05-311-1/+1
| |
| * [android] #5113 - added javadoc for MyLocationViewSettingsTobrun2016-05-301-3/+117
| |
| * [android] #5176 - Changing Telemetry events endpoint to events.mapbox.comBrad Leege2016-05-272-7/+8
| |
| * [android] #5106 - add check for destroyed map view for addMarker()Tobrun Van Nuland2016-05-271-0/+3
| |
| * [privacy] [android] Remove logging of location due to privacy leak.Rob | Labs2016-05-272-2/+2
| | | | | | | | | | | | | | * Location logs are not just kept on the device. * Some logging packages, e.g., Firebase, now has the option to upload logs to cloud. * This closes a potential privacy leak.
| * [android] #5113 - added javadoc to the MarkerView APITobrun Van Nuland2016-05-275-7/+388
| |
| * [android] #5113 - added javadoc for MarkerViewManagerTobrun Van Nuland2016-05-272-7/+112
| |
| * [android] #5160 - Setting Version Back To 4.1.0-SNAPSHOTBrad Leege2016-05-261-1/+1
| |
| * [android] #5160 - CHANGELOG for 4.1.0-beta.1android-v4.1.0-beta.1Brad Leege2016-05-261-0/+8
| |
| * [android] #5160 - Fixing JavaDoc markupBrad Leege2016-05-264-24/+12
| |
| * [android] #5160 - Setting Android Version to 4.1.0-beta.1Brad Leege2016-05-262-2/+2
| |
* | [android] #5186 - Starting rotateSessionId before Telemetry Starts and ↵Brad Leege2016-06-061-4/+4
| | | | | | | | ensuring that mapboxSessionId is initialized
* | [docs] Remove references to manual submodule initializationJohn Firebaugh2016-06-031-3/+1
| |
* | [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-022-12/+5
| |
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-7/+7
| |
* | [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-022-5/+6
| |
* | [android] #4727 - fix proguard test appTobrun Van Nuland2016-06-021-1/+3
| |
* | [all] Rationalize annotation APIJohn Firebaugh2016-06-011-43/+36
| |
* | [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-41/+33
| |
* | [android] Basic cleanups in annotation JNI codeJohn Firebaugh2016-06-011-51/+25
| |