summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/http/HTTPRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Render test using the node render test suiteupstream/tvn-render-test-wiptobrun2018-05-311-48/+71
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-77/+89
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # include/mbgl/style/expression/let.hpp # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapKeyListener.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/Projection.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/gradle/dependencies.gradle # platform/android/src/example_custom_layer.cpp # platform/android/src/geojson/point.cpp # platform/darwin/src/NSPredicate+MGLAdditions.mm # platform/darwin/test/MGLExpressionTests.mm # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/MBXViewController.m # src/mbgl/renderer/layers/render_custom_layer.cpp # src/mbgl/style/conversion/filter.cpp # src/mbgl/style/expression/interpolate.cpp # src/mbgl/style/expression/value.cpp # test/style/filter.test.cpp
| * [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt ↵Guardiola313372018-03-191-2/+2
| | | | | | | | events related code
| * [android] - check for null body on http request, cleanup codeTobrun2018-03-081-76/+88
| |
* | Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-141-1/+0
|\ \ | |/ |/|
| * upgraded telem version (#11338)Cameron Mace2018-02-281-3/+3
| | | | | | | | | | | | | | | | * upgraded telem version * use telem method instead of Okhttp * use telem util in test
| * [android] - handle null Call instances in HttpRequestTobrun2018-01-231-1/+1
| |
| * [android] - allow setting an OkHttpClientTobrun2018-01-231-0/+4
| |
| * [android] - include request urls when logging out failed http requestsTobrun2018-01-101-20/+37
| |
* | [android] - handle null Call instances in HttpRequestTobrun2018-01-221-1/+1
| |
* | [android] - allow setting an OkHttpClientTobrun2018-01-181-0/+4
| |
* | [android] - include request urls when logging out failed http requestsTobrun2018-01-091-20/+37
|/
* [android] - allow configurable http loggingTobrun2017-12-121-13/+23
|
* [android] Set a larger limit for the HTTP dispatcher (#10567)Antonio Zugaldia2017-11-271-2/+10
|
* [android] - bump okhttp, remove workaround for Android Oreo (#10515)Tobrun2017-11-231-8/+1
|
* MapSnapshot attribution (#10362)Tobrun2017-11-141-0/+1
| | | | | | | | | | | | | | | | * [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
* [android] - workaround Android O OkHttp bug.Tobrun2017-11-021-1/+8
|
* 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.
* Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest"Tobrun Van Nuland2017-08-241-0/+200
| | | | This reverts commit a059c74a54302f9604f3e3b28143be7645e6204f.
* [android] - configure loggin of HttpRequest, cleanup HttpRequestTobrun Van Nuland2017-08-191-200/+0
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-10/+5
| | | | * [android] - fix lint issues SDK
* [android] update version to local package build configAntonio Zugaldia2017-03-091-1/+1
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-1/+1
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-6/+5
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-151/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-7/+6
|
* [android] user agent stringIvo van Dongen2016-09-291-3/+38
|
* Adjust logging level for failed OkHttp requests (#6378)Antonio Zugaldia2016-09-191-2/+12
| | | | | | * log level depending on the error type * Squashing and Merging * remove unnecessary log (with wrong tag)
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-1/+1
| | | add runloop to test
* [android] HttpFileSource - rate limitIvo van Dongen2016-09-131-2/+9
|
* [android] #6042 - Check for network connectivity before requesting resourcesAntonio Zugaldia2016-08-241-2/+12
|
* [android] #4994 - Add events=true to mapbox http requestsBrad Leege2016-05-101-1/+13
|
* [android] #3749 - added javadocTobrun2016-03-121-1/+2
|
* [android] Route exceptions in HTTPRequest constructor to onFailureJohn Firebaugh2016-03-101-9/+18
|
* [android] Do not reach native if the HTTPContext was invalidatedThiago Marcos P. Santos2016-03-071-5/+25
| | | | | | | | | | | | | | | | Native will get destroyed before the Java HTTPRequest and asynchronous requests might still get answered. If the request gets canceled, we now clear the reference to the native code and it will never reach it. Lock is needed because OkHTTP replies on its own thread, so we need to guard the access to the variable we use for checking if the Request was canceled. In the future we could remove the lock and use Runnable when we move Android main loop to Looper instead of libuv. Like the other implementations of HTTPRequest on Mapbox GL Native, the request is destroyed synchronously on ::cancel().
* [android] Use jni.hpp in http_request_android.cppJohn Firebaugh2016-03-041-0/+99