summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-3/+6
|
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-2/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+2
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - modularise the sdktobrun2018-08-241-3/+0
|
* [android] - allow setting an OkHttpClientTobrun2018-01-181-2/+2
|
* [android] - include request urls when logging out failed http requestsTobrun2018-01-091-2/+2
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| * [android] - allow configurable http loggingTobrun2017-12-121-1/+4
| |
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-49/+24
|/
* [android] re-implemented the fps listener apiIvo van Dongen2017-09-221-0/+12
|
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-1/+1
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity
* [android] - add style inspecatable in debug mode activityTobrun Van Nuland2017-09-141-17/+152
|
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-101-3/+10
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+1
| | | | * [android] - fix lint issues SDK
* [android] - zoom to rounded levelsTobrun2017-03-101-0/+14
|
* [android] - add style loading callback (#8291)Tobrun2017-03-091-1/+6
| | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+3
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-27/+2
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-110/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+2
|
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-2/+14
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-2/+2
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] Fix style urlsCameron2016-06-031-7/+6
| | | | Fixes #5193
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-1/+0
|
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-061-15/+20
| | | | in favour versioned styling methods.
* [android] #4689 - Adding Debug Mode ExampleBrad Leege2016-04-121-0/+127