summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] - move snapshot t NativeMapView (#7463)Tobrun2017-01-053-71/+50
|
* Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
|
* [android] - remove deprecated setAccessToken and getAccessToken from ↵Tobrun2017-01-044-39/+11
| | | | OfflineManager, make validating the access token a part of getAccessToken in Mapbox. (#7582)
* [android] - limit the scale factor for double tap zoom (#7580)Tobrun2017-01-033-1/+17
| | | | | | * [android] - limit the scale factor to avoid accelerating the double tap zoom gesture * clamp values
* [android] - update changelog for 4.2.1 (#7520)Tobrun2017-01-021-0/+12
|
* [android] - build and test wear module on CI, cleanup gradle file, added ↵Tobrun2016-12-283-8/+56
| | | | make target, added unit test (#7534)
* [android] - downscale instrumentation tests on CI (#7529)Tobrun2016-12-221-1/+1
|
* [android] - update components with latest camera values (#7499)Tobrun2016-12-211-1/+1
|
* [android] - fix null pointer on trackingsettings (#7505)Tobrun2016-12-211-1/+3
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-216-72/+90
| | | | DoubleMapActivity (#7507)
* [android] - update lost to 2.0.0, gradle cleanup (#7494)Tobrun2016-12-213-27/+43
|
* [android] Upgrade OKHTTP to 3.5.0 (released december the 1st, 2016) (#7491)philemonmerlet2016-12-201-1/+1
|
* [android] - fix regresssion on wear module (#7497)Tobrun2016-12-201-1/+1
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-1728-1280/+982
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-16266-40240/+41373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-1512-77/+93
| | | | vs float, renaming for parity (#7306)
* [android] - wrap mapbox map test in ViewActions (#7451)Tobrun2016-12-151-261/+453
|
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-146-70/+182
|
* updated changelog for 4.2.0 release (#7433)Cameron Mace2016-12-141-0/+10
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-146-25/+73
| | | | | | * allows for setting the user location icon to transparent * removed color check
* added custom layer proguard rule (#7411)Cameron Mace2016-12-131-0/+2
|
* Fixed proguard rules (#7389)Cameron Mace2016-12-132-3/+47
| | | | | | | | * fixed proguard rules * disabled proguard for debug testapp builds * removed dontobfuscate and fixed gson issue
* [android] Fixed typo in MapboxMap.addImage()Minh Nguyễn2016-12-131-1/+1
|
* [android] - update bitrise config. Create archivable path if non existent ↵Tobrun2016-12-131-0/+2
| | | | (#7385)
* [android] - Reenable MapboxMapTest for end-to-end API testing. Fix tests ↵Tobrun2016-12-131-44/+47
| | | | (#7367)
* [android] - limit input fling gesture based on map tilt. (#7383)Tobrun2016-12-132-8/+12
|
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-0/+3
|
* [android] - update gradle wrapper and gradle plugin (#7381)Tobrun2016-12-125-18/+19
|
* [android] test duplicate layer id exception handlingIvo van Dongen2016-12-121-0/+9
|
* [core] use raii to guard backend deactivationIvo van Dongen2016-12-122-8/+6
|
* [android] - invalidate camera after gesture, cleanup. (#7354)Tobrun2016-12-091-24/+11
|
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-097-4/+241
|
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-1/+1
| | | | Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.
* [android] - fix ndk stack CI step (#7363)Tobrun2016-12-091-1/+1
|
* [android] - cleanup initialisation code for MapboxMap (#7330)Tobrun2016-12-094-101/+133
|
* [build] only use Identical Code Folding on platforms that support the gold ↵Konstantin Käfer2016-12-081-3/+7
| | | | linker
* [android] - refactor marker selection and listener invocation, reformatted ↵Tobrun2016-12-082-25/+31
| | | | code (#7304)
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-087-62/+91
| | | | | | * [android] - remove location enabled flag from MapboxMap, decouple TrackingSettings from MyLocationViewSettings using a FocalPointChangeListener interface, Move state related to tracking modes to MyLocationView (shared object between MyLocationViewSettings and FocalPointChangeListener). * fixup tests
* [android] - only apply screen density to instance variables of ↵Tobrun2016-12-071-8/+8
| | | | MapboxMapOptions. (#7327)
* [android] - remove overlay SurfaceView examples (#7278)Tobrun2016-12-064-297/+0
|
* [android] - make rotation gesture easier to trigger (#7299)Tobrun2016-12-061-1/+3
|
* [android] Fix javadoc for MapboxMap.updateMarker() (#7301)Tobrun2016-12-061-1/+1
|
* [android] use Identical Code Folding to reduce binary sizeKonstantin Käfer2016-12-061-0/+3
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-0638-2700/+2668
| | | | | | * [android] - refactor dependencies * ignore tests
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-032-6/+1
|\
| * [ios, android] Move der files to ios platformJesse Bounds2016-11-301-3/+0
| | | | | | | | | | | | | | .der files are used only by the iOS platform for SSL pinning. This moves them out of the `platform/default/resources` directory and into `platform/ios/resources`. The make configuration for Android is updated so that it stops attempting to copy the files at all.
* | [build] speedup Android packaging by not building unit testsKonstantin Käfer2016-12-021-36/+47
| |
* | [android] telemetry - horizontal accuracyIvo van Dongen2016-12-021-2/+4
| |
* | [android] - ignore unreliable tests (#7265)Tobrun2016-12-014-0/+8
| |
* | cherry-picked 7013 into master (#7247)Cameron Mace2016-12-0119-203/+782
| |