summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-161-0/+7
|
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-131-0/+2
|
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-031-0/+2
|
* [android] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-031-5/+4
|
* [android] #5663 - make shape annotations updateableTobrun2016-08-031-0/+6
|
* [android] - add print exampleTobrun Van Nuland2016-08-021-0/+2
|
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] #5738 - default navigation drawer exampleTobrun2016-07-243-2/+30
| | | | | | | | | | [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] #5649 - add a ViewPager exampleTobrun Van Nuland2016-07-131-0/+2
| | | | [android] #5649 - add back pressed event for action bar home icon
* [android] Rename Custom Dynamic InfoWindow Adapter in testappAntonio Zugaldia2016-06-201-3/+3
| | | | Fixes #5398
* [android] Add scaling marker activity to TestApp using the View Marker APIAntonio Zugaldia2016-06-201-0/+3
| | | | Fixes #5409
* [android] Setting up LocationPickerActivity infrastructureBrad Leege2016-06-172-1/+9
| | | | Fixes #5282
* [android] Dynamic update of InfowWindow with InfoWindowAdapter exampleIvo van Dongen2016-06-161-0/+2
| | | | Fixes #5353
* [android] #4159 - expose an api to enable selection/deselection of markers ↵Antonio Zugaldia2016-06-131-1/+2
| | | | on map tap (#5312)
* [android] #5237 - Enabled Updates To InfoWindow's Title and SnippetBrad Leege2016-06-071-0/+5
|
* [android] Fix style urlsCameron2016-06-031-0/+2
| | | | Fixes #5193
* [android] #4929 - MyLocationView now requires less drawables to configure, ↵Tobrun Van Nuland2016-06-021-1/+1
| | | | reuses the foreground instead.
* [android] #3276 - add tilt support for view markersTobrun2016-05-201-2/+0
|
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-201-0/+2
|
* [android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarkerTobrun2016-05-201-3/+3
|
* [android] #3276 - WIP Android View Annotations, showing an Android SDK view ↵Tobrun2016-05-202-1/+4
| | | | on the screen
* [android] #5060 - Adding Reset functionality to menuBrad Leege2016-05-171-0/+1
|
* [android] #5060 - Initial setup of PressForMarkerActivityBrad Leege2016-05-171-1/+2
|
* [android] #4930 - added invalidate to change tint colorsTobrun2016-05-101-2/+2
|
* [android] #4896 - added permission request and id fixesCameron Mace2016-05-042-2/+2
|
* [android] added user dot customization exampleCameron Mace2016-05-042-0/+6
| | | | Fixes #4896
* [android] #4835 - Initial setup of MyLocationToggle UIBrad Leege2016-04-261-0/+2
|
* [android] #4800 - correct background offsets from attributesTobrun2016-04-261-1/+1
|
* [android] #4396 - fixed test activity tracking settings modes, Deprecated ↵Tobrun2016-04-231-1/+2
| | | | old configuration of tracking settings and introduced more flexible configuration.
* [android] #4396 - fixup mason build issueTobrun2016-04-233-0/+5
|
* [android] #4754 - double map view exampleTobrun2016-04-191-0/+2
|
* [android] #4689 - Adding Debug Mode ExampleBrad Leege2016-04-121-0/+2
|
* [android] #4619 - Creating standalone CustomLayerActivity exampleBrad Leege2016-04-061-2/+3
|
* [android] #4609 - Restoring name of BulkMarkerActivityBrad Leege2016-04-061-2/+2
|
* [android] #4365 - Mirroring descriptive subpackage names with categories in ↵Brad Leege2016-04-051-3/+7
| | | | the app UI
* [android] #4365 - Making geocoder instructions more descriptive.Brad Leege2016-04-051-0/+2
|
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-6/+7
| | | | match UI in test app, cleanup
* [android] #4365 - renamed app nameTobrun2016-04-051-1/+1
|
* [android] #4365 - add toolbar to Polygon exampleTobrun2016-04-051-0/+2
|
* [android] #4365 - Polygon spelling mixupTobrun2016-04-051-3/+3
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-1/+1
| | | | introduced category packages, Renamed some classes
* [android] #4516 - cleanup snapshot PRTobrun2016-04-011-1/+3
|
* [android] Add a method to make map snapshotsVladimir Kurchatkin2016-04-011-0/+3
| | | | Fixes: https://github.com/mapbox/mapbox-gl-native/issues/3466
* [android] #4530 - add polygon example to test appTobrun2016-03-311-1/+3
|
* [android] #4365 - reworked some samples, resources and testsTobrun2016-03-301-38/+35
|
* [android] #4365 - Camera Animation Type ExampleTobrun2016-03-301-6/+16
|
* [android] #4365 - Improve test app examples related to InfoWindowsTobrun2016-03-301-5/+6
|
* [android] #4365 - TestApp refactor with RecyclerView selection.Tobrun2016-03-235-41/+55
|
* [android] #4076 - MapboxMapOptions fixTobrun2016-03-091-0/+2
|
* [android] #4253 - remove MapboxMapActivityTobrun2016-03-091-2/+0
|