summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-1/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - infer nullityTobrun2018-10-121-3/+4
|
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+1
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-041-2/+6
|
* [android] - parsing fragment's xml attributesŁukasz Paczos2018-06-071-0/+15
|
* [android] - expose MapView created callbacks on MapFragment and ↵tobrun2018-05-171-2/+42
| | | | MapSupportFragment
* [android] - rollback fragment flash changes for ViewPager supportandroid-v5.3.2Tobrun2018-01-231-2/+0
|
* [android] - remove startup flash from fragment, rework OnMapReady callback ↵Tobrun2017-12-191-8/+22
| | | | for multiple listeners (#10717)
* [android] - forward getMapAsync to map for fragmentTobrun Van Nuland2017-07-261-2/+8
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-211-33/+13
| | | | DoubleMapActivity (#7507)
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-56/+0
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-183/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - fix public xml api for drawables, fixup ↵Tobrun2016-11-021-3/+3
| | | | QueryRenderedFeatursBoxSymbolCountActivity (#6879)
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-3/+3
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-0/+2
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-11/+11
|
* [android] #5875 - MapboxMap options not parceling drawables (#5984)Tobrun2016-08-291-0/+22
| | | | | | | | | | * [android] #5875 - MapboxMap options not parceling the MyLocationView drawables * [android] #5875 - disabled parceable test for bitmaps * [android] #5876 - correct restoration of bitmapdrawable for unit test * disable check for drawable type
* [android] #5075 - Setting MapboxAccountManager as preferred source for ↵Brad Leege2016-05-251-1/+7
| | | | access token
* [android] #5075 - Adding deprecation noticesBrad Leege2016-05-251-1/+3
|
* [android] - fallback using to meta-data tag in Manifest or ↵Tobrun2016-04-081-2/+55
| | | | mapbox_access_token when using a MapFragment or SupportMapFragment
* [android] #4510 - Remove onStart() and onStop() lifecycle methods from MapView.Justas Medeisis2016-03-291-2/+0
|
* [android] #3749 - added javadocTobrun2016-03-121-1/+48
|
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-19/+21
|
* [android] #4166 - move style url to map view for improved async loadingTobrun2016-03-031-0/+1
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-2/+1
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #4089 - remove mapboxmapsettings integrationTobrun2016-02-241-8/+0
|
* [android] #3919 - restore espresso testsTobrun2016-02-121-3/+9
|
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-5/+1
| | | | | | | | | | builder pattern + refactoring. [android] #3754 - Working version using the underlying VisibleCoorindateBounds [android] #3754 - refactor Camera api inside maps package, correctly use factory pattern, LatLngBounds hooks into camera API [android] #3754 - cleanup old API
* [android] #3759 - Add SupportMapFragment, test app integration, cleanup old ↵Tobrun2016-02-021-19/+3
| | | | fragment implementation
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+120