summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] - wire up MapZoomButtonController with camera change eventsupstream/10022-mapzoombutton-camera-listenerTobrun Van Nuland2017-10-181-4/+14
|
* [android] - add additional Android Animator examplesTobrun Van Nuland2017-10-124-27/+184
|
* [android] Revert native loading behavior (#10180)Antonio Zugaldia2017-10-111-22/+1
|
* [android] - hold off handling hover events untill map has been createdTobrun Van Nuland2017-10-101-5/+15
|
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On ↵Asheem Mamoowala2017-10-095-0/+45
| | | | macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS
* [android] - fine tune gesture zoom & rotationTobrun Van Nuland2017-10-093-11/+19
|
* Provide a fallback method to load the native library (#10154)Antonio Zugaldia2017-10-091-1/+27
| | | | | | * provide a fallback method to load the native library * move context call inside loader to avoid changing method signature
* [android] release v5.2.0-beta.1 (#10144)Pablo Guardiola2017-10-091-2/+54
|
* [android] - allow multiple listeners for camera events, deprecate old apiTobrun Van Nuland2017-10-064-88/+369
|
* [android] - update symbol layer example with changing symbol locationTobrun Van Nuland2017-10-043-8/+42
|
* [android] - make OfflineTilePyramidRegionDefinition parceableTobrun Van Nuland2017-09-291-2/+52
|
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-20/+32
| | | | We don't want to link it into the node bindings, so keep it in a separate target
* [android] fix snapshot builds (#10079)Pablo Guardiola2017-09-281-2/+3
|
* Merge branch 'release-ios-v3.6.0-android-v5.1.0' into master.upstream/fabian-merge-release-ios-v3.6.0-finalFabian Guerra2017-09-277-8/+46
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/AnnotationManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/dependencies.gradle # platform/default/mbgl/storage/offline_database.cpp # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/Main.storyboard # platform/ios/src/MGLMapView.mm # src/mbgl/programs/attributes.hpp # src/mbgl/renderer/painter_fill.cpp # src/mbgl/tile/geometry_tile.hpp # src/mbgl/tile/geometry_tile_worker.cpp # src/mbgl/tile/raster_tile.cpp # src/mbgl/tile/raster_tile.hpp # src/mbgl/tile/raster_tile_worker.cpp # test/tile/annotation_tile.test.cpp # test/tile/geojson_tile.test.cpp # test/tile/raster_tile.test.cpp # test/tile/vector_tile.test.cpp
| * [android] [auto] Update properties to version 5.1.4 in preparation for build.android-v5.1.4Tobrun Van Nuland2017-09-262-2/+2
| |
| * [android] - latLngBounds testTobrun Van Nuland2017-09-261-9/+0
| |
| * [android] - update changelog for 5.1.4 release.Tobrun Van Nuland2017-09-261-0/+16
| |
| * bump MAS version number to 2.2.3 (#9901)Pablo Guardiola2017-09-262-2/+2
| |
| * [android] fix is download complete (a download is complete when count and ↵Pablo Guardiola2017-09-261-1/+1
| | | | | | | | required resources match and the download state is inactive) (#9913)
| * [android] - avoid adding duplicate points to boundsTobrun2017-09-261-2/+4
| |
| * [android] Clear out mapCallback's OnMapReadyCallbacks on onDestroyRobin Darby2017-09-261-0/+5
| |
| * [android] - harden offline region deletionTobrun Van Nuland2017-09-261-1/+2
| |
| * Do not check connection if it is local requestRadosław Juszczyk2017-09-261-4/+5
| | | | | | | | Requests to servers which run on localhost should be independent from internet connection.
| * [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-262-80/+81
| |
| * [android, ios, macos] Updated translationsMinh Nguyễn2017-09-222-6/+8
| | | | | | | | Updated Catalan, Spanish, Swedish, Traditional Chinese, Ukrainian, and Vietnamese.
| * [android] - bump proguard config for OkHttp 3.8.0Tobrun Van Nuland2017-09-141-1/+6
| |
| * [android, ios, macos] Russian, Ukrainian, Hungarian and other localization ↵Minh Nguyễn2017-09-123-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates (#9945) * [android, ios, macos] Updated Russian localization Added a Russian localization of the Android SDK. Updated the iOS and macOS Russian localizations. * [android, ios, macos] Updated Ukrainian localization Added a Ukrainian localization of the Android SDK. Updated the iOS and macOS Ukrainian localizations. * [ios, macos] Updated Traditional Chinese localization * [macos] Added Hungarian localization * [android] corrected typos * [ios, macos] Updated Ukrainian localization * [android, ios, macos] Configured Foundation.stringsdict on Transifex * [ios, macos] Pulled in Foundation.stringsdict from Transifex Updated the German, Lithuanian, and Vietnamese localizations with Foundation.stringsdict files matching Transifex.
| * [android] - update config for next reeleaseandroid-v5.1.3Tobrun Van Nuland2017-08-193-3/+3
| |
| * [android] - update changelog for v5.1.3Tobrun Van Nuland2017-08-191-1/+12
| |
| * bumped MAS version numberCameron Mace2017-08-191-1/+1
| |
| * [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-191-28/+18
| |
| * [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-191-1/+1
| |
| * [android] - re-add projectedMetersTobrun Van Nuland2017-08-191-0/+15
| |
| * [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-193-8/+37
| | | | | | | | crosses the dateline
| * [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-191-3/+27
| | | | | | | | matrix length
| * [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
| |
* | [android] - deprecate MarkerViewTobrun Van Nuland2017-09-2713-0/+3021
| |
* | [android] - hide overlain views on initTobrun Van Nuland2017-09-261-0/+2
| |
* | [android] - bump snapshot version to betaTobrun Van Nuland2017-09-261-1/+1
| |
* | [android] - add API to perform platform side animationsTobrun Van Nuland2017-09-268-4/+282
| |
* | [android] - update changelog for 5.1.4 release.Tobrun Van Nuland2017-09-261-0/+16
| |
* | [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-252-15/+23
| |
* | [android] fix map in dialog activityIvo van Dongen2017-09-221-6/+18
| |
* | [android] fix double map activityIvo van Dongen2017-09-221-2/+2
| |
* | [android] example custom layer - add context lost callbackIvo van Dongen2017-09-223-0/+10
| |
* | [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-223-5/+16
| |
* | [android] re-implemented the fps listener apiIvo van Dongen2017-09-228-80/+77
| |
* | [android] speed up ui testsIvo van Dongen2017-09-221-22/+21
| | | | | | | | - Make the idling resource use a push model instead of polling for the ready state.
* | [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-222-2/+11
| | | | | | | | - ensures cleanup of resources on the right thread
* | [android] map snapshotsIvo van Dongen2017-09-227-32/+49
| |