summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] #6074 - increase default gradle memory usage during build (#6080)Tobrun2016-08-191-0/+3
|
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-183-3/+28
| | | | NoSuchSource exception (#6073)
* [android] #6050 - Updating Gradle WrapperBrad Leege2016-08-173-25/+29
|
* [android] #6050 - Updating to Gradle 2.14.1 and Android plugin 2.1.3Brad Leege2016-08-172-5/+5
|
* 5859 generate sanity tests (#5870)Tobrun2016-08-1797-1422/+890
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin
* [android] - replaced default colors with material design colors, changed ↵Tobrun2016-08-162-52/+26
| | | | textcolor to white, added click event on toolbar arrow, made sanity test generation compatible (#6004)
* [android] #5941 - add geojson typed constructor to GeoJsonSource and an exampleIvo van Dongen2016-08-162-28/+39
|
* [android] #6034 - add missing NoSuchSourceExceptionIvo van Dongen2016-08-163-3/+16
|
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-1617-54/+1340
|
* [android] #6014 - add example with numerical filterIvo van Dongen2016-08-162-4/+4
|
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-137-16/+279
|
* [android] - make query source features depend on screendensityTobrun2016-08-121-7/+5
|
* added watermark to imageCameron2016-08-121-0/+0
|
* [android] #5968 - add support for a layout editor preview, show a drawable ↵Tobrun2016-08-123-9/+52
| | | | and some overlain items
* [android] #5978 - fix number property filters [ci skip]Ivo van Dongen2016-08-125-6/+21
|
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ ↵Minh Nguyễn2016-08-125-34/+33
| | | | | | | queryPointAnnotations() (#5165) queryPointAnnotations() accepts a screen rectangle instead of a geographic bounding box, so marker hit testing works at the edges of a rotated, tilted map view. Fixes #5151.
* [android] #5867 - backwards compatible progress barTobrun2016-08-121-2/+3
|
* [android] #5963 - fixes location tracking mode activity disables location ↵Tobrun2016-08-121-2/+4
| | | | when rotated
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-114-12/+58
|
* [android] - updated mas in testappCameron2016-08-104-11/+8
|
* [android] javadoc cleanup part 2Tobrun2016-08-0912-60/+849
|
* [android] fix location permissions already acceptedTobrun2016-08-091-3/+7
|
* [android] #5889 - update info window location when info window content is ↵Tobrun2016-08-091-0/+1
| | | | being refreshed
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-0815-48/+670
|
* [android] - fix scheduled build with cmake dependency.Tobrun2016-08-081-1/+1
|
* [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-085-11/+43
|
* [android] #5885 - fix invalid jobject error and some build system updatesIvo van Dongen2016-08-084-36/+62
|
* [android] #5888 - handle location permissions for non User Location category ↵Tobrun2016-08-083-20/+58
| | | | | | features [android] #5888 - setZMediaOverlay on overlain SurfaceView
* [android] - move MyLocationView under static overlays as logo, attribution ↵Tobrun2016-08-061-6/+6
| | | | and compass
* [android] - update CHANGELOG.md for 4.2.0-beta.1 releaseTobrun2016-08-061-0/+8
|
* [android] Refcount the view activationsThiago Marcos P. Santos2016-08-062-0/+10
| | | | | Fixes #5836 Fixes #5721
* [android] - javadoc fixes breaking the release buildTobrun2016-08-064-17/+26
|
* [android] - fixed style api unit testsIvo van Dongen2016-08-067-21/+21
|
* [android] - Fix crash on dalvik due to missing finalizersIvo van Dongen2016-08-0614-164/+92
|
* [android] improved and fixed compass trackingCameron2016-08-051-54/+39
|
* [build] Use the JNIDIR as the platform string, since that's what Android ↵Konstantin Käfer2016-08-051-2/+1
| | | | Studio uses
* [build] add missing files to Android buildKonstantin Käfer2016-08-052-2/+39
|
* [build] use cmake script bundled with MasonKonstantin Käfer2016-08-051-9/+7
|
* [build] copy custom-layer-example.so to the right sub-moduleIvo van Dongen2016-08-051-1/+3
|
* [build] make android targets .PHONY and adhere to naming schemeKonstantin Käfer2016-08-051-1/+1
|
* [build] cmake androidIvo van Dongen2016-08-052-14/+123
|
* [build] switch to CMakeKonstantin Käfer2016-08-053-189/+1
| | | | This is very much a work in progress.
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-0319-80/+718
|
* [android] #5717 - update MarkerView when added to the map, previously only ↵Tobrun Van Nuland2016-08-031-0/+3
| | | | updated with map change events.
* [android] #4845 - remove robotium, migrate to espressoTobrun2016-08-0345-450/+490
|
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-034-3/+185
|
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-036-16/+105
| | | | | | | | | | | | | | | | | | [android] #5587 - snapshot API on surface view, create Bitmap with a ByteBuffer [android] #5587 - write bitmap to external storage PreMultipliedImage approach callback implemented clean up code introduce bitmap reuse cleanup renaming surfaceContent to bitmap
* [android] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-033-52/+24
|
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-08-032-59/+39
|
* [android] #5663 - make shape annotations updateableTobrun2016-08-0312-47/+357
|