summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils
Commit message (Collapse)AuthorAgeFilesLines
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-131-0/+30
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-071-0/+44
| | | | drawables programmatically
* Add image support with drawable overload (#13793)Tobrun2019-01-281-0/+22
| | | * [android] - add addImage support that takes a Drawable as parameter
* [android] use locale sensitive DecimalFormat for color alpha conversionŁukasz Paczos2018-11-201-1/+5
|
* [android] - nullify codebase with annotationsTobrun2018-11-075-7/+18
|
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-291-8/+4
| | | | AppCompatActivity
* Revert "[android] - infer nullity"tobrun2018-10-235-18/+7
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-125-7/+18
|
* [android] check external database's read/write permissions asynchronouslyŁukasz Paczos2018-09-261-0/+121
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-0/+27
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-271-0/+54
| | | | the end-user
* UI thread checking (#12000)Tobrun2018-05-251-0/+17
| | | * [android] - add UI thread checking
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-22/+0
|
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-0/+49
| | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-0/+53
| | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
| * [android] remove unnecessary jar generation from gradle-publish.gradle (#10625)Pablo Guardiola2017-12-051-1/+1
| |
* | [android] getting bitmap from drawable fixŁukasz Paczos2017-12-201-5/+23
| |
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-191-0/+53
|/ | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* [android] - lower amount of external dependencies (#10268)Antonio Zugaldia2017-10-261-12/+36
|
* [android] async renderingIvo van Dongen2017-09-221-0/+27
| | | | | | - introduces GLSurfaceView - introduces Orchestration thread - renders on the gl thread
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-203-5/+34
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* Cherry pick release (#9263)Tobrun2017-06-141-0/+33
| | | | | | * [core] - bump earcut version dependency to handle unused lamba warning (#9242) * [android] - snapshot bitmap contains view based content (#9252)
* [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-312-0/+62
| | | | | | | | | | | | | | | | * [android] - javadoc update for 5.1.0 release * oxford comma * Grammar/spelling tweaks * grammar tweak * grammar tweak * Grammar tweaks * Grammar tweaks
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-66/+0
| | | | | | * [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-1/+1
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-211-0/+56
| | | | DoubleMapActivity (#7507)
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-163-220/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* Rotate markerview (#6640)Tobrun2016-10-101-0/+12
| | | | | | | | | | * [android] - MarkerView rotation bug, limit degrees from 0 to 360 while creating a MarkerView * update MarkerView#setRotation to limit input from 0 - 360 degrees, calculates difference in angle and animates rotation by a certain amount instead of animating to a value. Exposed new AnimatorUtils#animateRotationTo. Integrated into MarkerViewManager. Cleanup some unused imports. Updated javadoc. * updated MarkerViewActivity in test application to test for regressions. * added tests to validate changes to MarkerView#setRotate
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-1/+3
|
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-031-0/+27
|
* [android] - cleanup marker view integrationTobrun2016-05-231-0/+93
|
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
|
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-19/+8
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #3231 - added support for automatic tinting ui components used the ↵Tobrun2016-04-261-0/+101
| | | | client developer material colors
* [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ↵Brad Leege2016-03-251-1/+1
| | | | more clear. Making tests consistent.
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in ↵Brad Leege2016-03-251-0/+19
| | | | JNI's nativeLatLngForPixel()
* [android] #3749 - added javadocTobrun2016-03-121-1/+1
|
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-44/+0
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-2/+1
| | | | [android] #4097 - update visibility compassclickclistener fix
* [androd] #3119 - use resourcePrefix for library resourcesTobrun2016-02-171-1/+1
|
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-0/+11
| | | | | | | | | | 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] #3145 - MapboxMapTobrun2016-01-291-1/+0
|
* [android] Camera APIBrad Leege2015-12-181-0/+16
|
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-162-0/+50