summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+17
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-0/+27
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-131-0/+18
| | | | (#8622)
* [android] - Update CircleLayerActivity with style switching. (#8274)Tobrun2017-03-301-17/+22
|
* [android] query source featuresIvo van Dongen2017-03-101-0/+16
|
* [android] - zoom to rounded levelsTobrun2017-03-101-1/+12
|
* [android] - example on converting an Android SDK view to a Bitmap to be used ↵Tobrun2017-03-041-5/+4
| | | | as SymbolAnnotation (#8258)
* [android] jni high level binding refactorIvo van Dongen2017-02-241-0/+21
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-0419-242/+12
|
* [android] data driven style implementationIvo van Dongen2017-02-021-0/+12
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2717-17/+17
|
* Test app refactor (#7598)Cameron Mace2017-01-2349-796/+305
|
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-181-1/+1
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* [android] - Show bus stops and route Circle Layer Activity (#7402)Tobrun2017-01-052-0/+72
|
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-141-0/+1
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-11/+32
| | | | | | * allows for setting the user location icon to transparent * removed color check
* Add instrumentation tests for query rendered features (#7127)Tobrun2016-11-282-5/+13
| | | | | | * [android] - add tests for query rendered features * move initialising camera to xml
* Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-221-0/+19
| | | | | | * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-141-0/+28
| | | | | | | | * [android] - getMarkerViews in rectangle should only return in bound views. * added example in test app for debugging * Covert rectangle coming in to density dependant rectangle
* [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-091-0/+22
|
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-092-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - rename attributes (#6894)Tobrun2016-11-0725-97/+97
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-0225-97/+97
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-251-0/+1
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-201-0/+19
|
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-192-0/+39
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-182-1/+11
| | | | | | | | | | | | | | | | | | | [android] - convert angles to radiants in jni, correct follow animation for MyLocationView do not sanitise input when recreating from other camera object, input is already sanitised before cleanup mylocationview, made animation bit more smooth, improved UX when switching between tracking modes cleanup CameraUpdateFactory, hide internally used api. only invalidate position if required, remove outdated comments correct camera position values made zoom activity a bit more interesting made dynamic marker activity a bit more interesting FIXUP
* [android] #6635 - Sample multimap activityAntonio Zugaldia2016-10-101-0/+72
| | | | | | * [android] sample multimap activity * add MultiMapActivity to excludeActivities in generate-test-code.js
* [android] Add sprite image exampleIvo van Dongen2016-09-301-0/+36
|
* [android] file:// exampleIvo van Dongen2016-09-301-0/+36
|
* 6402 update offline metadata android (#6456)Tobrun2016-09-281-0/+27
| | | | | | | | | | * [android] - update offline metadata jni integration * extract offline utils for reuse * add test activity for update metadata * fix requested signature changes
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-0/+19
| | | | | | | | * [android] - do not update marker while creating, add activity to prevent regression * [core] - add asserts to incorrect usage of update and remove annotations api * [android] - fix marker tests
* [android] - fix breaking build on master (#6225)Tobrun2016-08-311-7/+6
| | | | | | | | * [android] - fix breaking build, by implementing mapboxMap on VideoViewActivity * fix layout file for auto generated tests * [android] fix resource id
* [android] added video view example (#6198)Cameron Mace2016-08-311-0/+38
| | | | | | * [android] added video view example * removed map ready callback
* [android] #6083 - add circle example (#6086)Tobrun2016-08-291-0/+36
| | | | | | * add method addMarkerViews with only one invalidate * [android] #6083 - add circle example
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-231-0/+24
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class
* 5859 generate sanity tests (#5870)Tobrun2016-08-1723-98/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5869 - visible feature queryingIvo van Dongen2016-08-162-0/+46
|
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-131-0/+19
|
* [android] #5867 - backwards compatible progress barTobrun2016-08-121-2/+3
|
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-031-0/+31
|
* [android] - add print exampleTobrun Van Nuland2016-08-021-0/+45
|
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [android] #5610 - Adjusted public api after discussion [android] #5610 - added jni binding for NativeMapView#getLayer [android] #5610 - Added initial test Activity [android] #5610 - Started on NativePeer implementation for Layer [android] #5610 - replaced low-level jni code with high-level for native getLayer [android] 5610 - completed basic layer peer class - constructible from java and c++ [android] #5610 - removed reference that was redundant and causing the finalizer exception [android] #5610 - Added a property peer [android] #5610 - added value type to do type conversions - wip [android] #5610 - simplified property conversion approach - wrapped value with jenv [android] #5610 - added some more value conversions [android] #5610 - Finished conversion for basic types [android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec [android] #5610 - encode color ints as rgba to retain alpha channel [android] #5610 - recalculate classes after paint property [android] #5610 - more examples [android] #5610 - fixed the example [android] #5610 - cleaned up example code before continueing [android] #5610 - added layout property example [android] #5610 - set visibility on layer [android] #5610 - added removeLayer and example [android] #5610 - added more type conversions [android] #5610 - Started on peer classes for layer implementations - WIP [android] #5610 - First complete layer subclass peer implementation [android] #5610 - added a little bit of structure before adding the other layer types [android] #5610 - generate the c++ headers from the style spec [android] #5610 - make sure the visibility is set as a string [android] #5610 - Generate c++ layer peer class implementations from the style spec [android] #5610 - generate java layer peer classes [android] #5610 - cleanup comments [android] #5610 - register all c++ peer classes with jni [android] #5610 - addLayer [android] #5610 - comment out broken case [android] #5610 - Sources api - very much WIP [android] 5610 - GeoJson source implementation and geojson conversion [android] #5610 - cleanup add source/layer example a bit [android] #5610 - initial filter api [android] #5610 - Added filter api on the relevant Layer classes [android] #5610 - raster layer is not filterable [android] #5610 - actually make it compile [android] #5610 - completed filter implementation [android] #5610 - Vector and Raster Source + examples [android] #5610 - removed superfluous interface, moved filters to the correct package [android] #5610 - fixed comments [android] #5610 - moved tests to the right package [android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties [android] #5610 - fix rebase issue
* [android] #5679 - move logo and attribution to the top rightTobrun Van Nuland2016-07-241-0/+3
| | | | [android] #5679 - get correct top margin for logo when saving state of MapView
* [android] #5738 - default navigation drawer exampleTobrun2016-07-242-0/+40
| | | | | | | | | | [android] #5738 - migrated to MapFragment approach & AppCompat compatible [android] #5378 - make drawer work with inner class fragments [android] #5738 - navigation drawer proposition [android] #5738 - cleanup
* [android] #5767 - Switching to Mapbox OutdoorsBrad Leege2016-07-221-2/+1
|
* [android] #5649 - add a ViewPager exampleTobrun Van Nuland2016-07-131-0/+30
| | | | [android] #5649 - add back pressed event for action bar home icon
* [android] #5652 - fix PressForMarkerActivity setup to follow best practices ↵Tobrun Van Nuland2016-07-131-3/+8
| | | | of loading a style and initial location of a MapView as early as possible.
* [android] Add scaling marker activity to TestApp using the View Marker APIAntonio Zugaldia2016-06-201-0/+60
| | | | Fixes #5409
* [android] Setting up LocationPickerActivity infrastructureBrad Leege2016-06-172-0/+62
| | | | Fixes #5282