summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Collapse)AuthorAgeFilesLines
* [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-092-0/+35
| | | | 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] - allow multiple listeners for camera events, deprecate old apiTobrun Van Nuland2017-10-063-0/+245
|
* [android] - make OfflineTilePyramidRegionDefinition parceableTobrun Van Nuland2017-09-291-2/+52
|
* [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-276-8/+45
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| |
| * bump MAS version number to 2.2.3 (#9901)Pablo Guardiola2017-09-261-1/+1
| |
| * [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-122-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-2/+2
| |
| * [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-192-8/+17
| | | | | | | | 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-275-0/+27
| |
* | [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-262-4/+59
| |
* | [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-252-15/+23
| |
* | [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-221-2/+12
| |
* | [android] re-implemented the fps listener apiIvo van Dongen2017-09-224-35/+54
| |
* | [android] map snapshotsIvo van Dongen2017-09-221-9/+4
| |
* | [android] fix ZoomButtonController initialisation orderIvo van Dongen2017-09-221-1/+1
| | | | | | | | - prevents "java.lang.IllegalArgumentException: Receiver not registered: android.widget.ZoomButtonsController" when quitting the map before the receiver is properly registered
* | [android] self-contained map rendererIvo van Dongen2017-09-227-177/+190
| | | | | | | | - Isolates the GL thread in a MapRenderer class with a native peer
* | [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-224-17/+76
| |
* | [android] async renderingIvo van Dongen2017-09-226-147/+426
| | | | | | | | | | | | - introduces GLSurfaceView - introduces Orchestration thread - renders on the gl thread
* | [android] remove texture viewIvo van Dongen2017-09-224-52/+8
| |
* | [android] - set error handler when starting snapshotter, remove obsolete ↵Tobrun Van Nuland2017-09-211-1/+2
| | | | | | | | static keyword on interface
* | [android] hook camera events into compass (#10019)Pablo Guardiola2017-09-203-53/+90
| |
* | Do not check connection if it is local requestRadosław Juszczyk2017-09-141-4/+5
| | | | | | | | Requests to servers which run on localhost should be independent from internet connection.
* | [android] - harden offline region deletionTobrun Van Nuland2017-09-141-1/+2
| |
* | [android] - don't recycle bitmap for icon reuse.Tobrun Van Nuland2017-09-121-10/+1
| |
* | [android] - avoid adding duplicate points to boundsTobrun2017-09-111-2/+4
| |
* | [android] Clear out mapCallback's OnMapReadyCallbacks on onDestroyRobin Darby2017-09-111-0/+5
| |
* | [android] fix is download complete (a download is complete when count and ↵Pablo Guardiola2017-09-071-1/+1
| | | | | | | | required resources match and the download state is inactive) (#9913)
* | [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-6/+6
| |
* | [android] map snapshotterIvo van Dongen2017-08-301-0/+259
| |
* | Merge branch release tag ios-v3.6.2Fabian Guerra2017-08-293-2/+18
|\ \