summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java
Commit message (Expand)AuthorAgeFilesLines
* [android] Remove usage of ResourceOptions::withPlatformContextupstream/alexshalamov_get_android_asset_managerAlexander Shalamov2019-09-261-0/+10
* [android] remove access token's nullability annotations to not impact Kotlin ...Łukasz Paczos2019-07-111-1/+1
* [android] allow setting a null access token in the runtimeŁukasz Paczos2019-07-111-1/+1
* [android] throw configuration exception when accessing Mapbox services with a...Łukasz Paczos2019-07-111-0/+22
* Revert "[android] new manifest flag to enable/disable sku tokens"tobrun2019-05-171-1/+0
* [android] new manifest flag to enable/disable sku tokensAntonio Zugaldia2019-04-241-0/+1
* [android] Introduce AccountsManager to support SKU tokens in API requests (#1...Antonio Zugaldia2019-04-181-0/+13
* [android] - only perform thread checking in debug builds of the integrating a...tobrun2019-04-121-2/+2
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-091-0/+7
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-051-1/+10
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-031-13/+3
* [android] - nullify codebase with annotationsTobrun2018-11-071-2/+4
* Revert "[android] - infer nullity"tobrun2018-10-231-4/+1
* [android] - infer nullityTobrun2018-10-121-1/+4
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-1/+3
* [android] - modularise the sdktobrun2018-08-241-7/+34
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-201-0/+5
* [android] - fix accesstoken validationtobrun2018-07-231-4/+7
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-251-30/+44
* [android] - expose public api telemetry (#11503)Tobrun2018-03-221-2/+2
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-22/+2
* method name typo fix (#11245)Langston Smith2018-02-201-1/+1
* [android] initialize events when creating mapbox instance (#11211)Pablo Guardiola2018-02-161-0/+2
* [android] - deprecate locationengineTobrun2018-02-131-1/+3
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-26/+5
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-1/+1
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-091-3/+3
* [android] make location provider optional (#9488)Pablo Guardiola2017-11-011-8/+27
* [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-0/+2
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-6/+13
|\
| * Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-3/+4
| * Custom location source fix (#9142)Tobrun2017-06-091-3/+9
| * [android] fix missing access token variable issue (#9151)Pablo Guardiola2017-05-311-3/+1
| * [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-311-11/+22
* | [android] annotate Mapbox class with @UiThread to make clear that it is requi...Pablo Guardiola2017-06-211-0/+1
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-021-10/+19
|/
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-261-1/+3
* [android] - avoid nullpointer by validating Mapbox.java creation when validat...Tobrun2017-04-111-4/+14
* [android] - take in account focalpoint when performing transformations, simpl...Tobrun2017-03-171-1/+1
* [android] fix checkstyleAntonio Zugaldia2017-03-091-1/+2
* [android] set user agent on initializationAntonio Zugaldia2017-03-091-1/+1
* [android] - add unit test for Mapbox (#8228)Tobrun2017-03-011-1/+1
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-2/+7
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [android] - synchronised mutators for thread safety in Mapbox, added document...Tobrun2017-01-111-2/+12
* [android] - remove deprecated setAccessToken and getAccessToken from OfflineM...Tobrun2017-01-041-9/+10
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-0/+93