summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* [android] Polygon holes (#8557)Pablo Guardiola2017-04-111-0/+4
| | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* [android] source list accessor + exampleIvo van Dongen2017-02-281-0/+4
|
* [android] layer list accessor + exampleIvo van Dongen2017-02-281-0/+4
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-042-4/+1
|
* [android] data driven style implementationIvo van Dongen2017-02-021-0/+50
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2710-10/+10
|
* Test app refactor (#7598)Cameron Mace2017-01-231-0/+9
|
* [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-091-0/+16
|
* [android] update custom layer example with invalidation exampleIvo van Dongen2016-11-071-0/+9
|
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-1/+13
| | | | | | | | | | | | with touch gestures. This fixes issues #6549 and #6567. Also pertinent to #6557. Additional code has been added to the test app (Activity "User Tracking Mode") to test. A potential race condition in the MapboxMap#easeCamera() methods where a camera change generated by tracking which could have reset the tracking modes has been eliminated by factoring out a new method MapboxMap#easeCameraInternal().
* [ios, android] add visual tests for fill, line, & numeric filter styling (#6433)Justin R. Miller2016-09-231-1/+13
|
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-211-0/+4
|
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-131-11/+11
|
* [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-081-0/+8
|
* [android] #5663 - make shape annotations updateableTobrun2016-08-032-0/+36
|
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-0/+8
|
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] #4159 - expose an api to enable selection/deselection of markers ↵Antonio Zugaldia2016-06-131-0/+6
| | | | on map tap (#5312)
* [android] #5060 - Adding Reset functionality to menuBrad Leege2016-05-171-0/+9
|
* [android] #4396 - fixed test activity tracking settings modes, Deprecated ↵Tobrun2016-04-231-1/+7
| | | | old configuration of tracking settings and introduced more flexible configuration.
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-0/+14
| | | | match UI in test app, cleanup
* [android] #4365 - Improve test app examples related to InfoWindowsTobrun2016-03-301-0/+13
|
* [android] #4365 - TestApp refactor with RecyclerView selection.Tobrun2016-03-231-221/+0
|
* [android] #4076 - MapboxMapOptions fixTobrun2016-03-091-0/+6
|
* [android] #4253 - remove MapboxMapActivityTobrun2016-03-091-6/+0
|
* [android] #4206 - property animation exampleTobrun2016-03-061-1/+7
|
* # This is a combination of 8 commits.Antonio Zugaldia2016-02-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: # This is a combination of 2 commits. # The first commit's message is: # This is a combination of 3 commits. # The first commit's message is: # This is a combination of 2 commits. # The first commit's message is: # This is a combination of 21 commits. # The first commit's message is: [android] - Implements Android bindings for offline API Fixes #3891 # The 2nd commit message will be skipped: # [android] #3891 - rename OFFLINE_MAX_CACHE_SIZE to DEFAULT_MAX_CACHE_SIZE and adjust value # The 3rd commit message will be skipped: # [android] #3891 - makes de documentation more relevant to the current android implementation # The 4th commit message will be skipped: # [android] #3891 - rename isRequiredResourceCountIsIndeterminate() to isRequiredResourceCountPrecise() # The 5th commit message will be skipped: # [android] #3891 - rename complete() to isComplete() # The 6th commit message will be skipped: # [android] #3891 - rename OfflineRegionDefinition to OfflineTilePyramidRegionDefinition and make OfflineRegionDefinition an interface. Docs for corresponding classes updated. # The 7th commit message will be skipped: # [android] #3891 - make reason a more idiomatic ErrorReason Android IntDef and remove unnecessary constructor # The 8th commit message will be skipped: # [android] #3891 - reuse the calling object instead of creating a new manager # The 9th commit message will be skipped: # [android] #3891 - location, location, location # The 10th commit message will be skipped: # [android] #3891 - simpler list regions iteration # The 11th commit message will be skipped: # [android] #3891 - proper indeterminate -> precise transition # The 12th commit message will be skipped: # [android] #3891 - improve description for DEFAULT_MAX_CACHE_SIZE # The 13th commit message will be skipped: # [android] #3891 - delete global refs for obj and listCallback # The 14th commit message will be skipped: # [android] #3891 - simplify metadata conversion and fix metadata object # The 15th commit message will be skipped: # [android] - Implements Android bindings for offline API # Fixes #3891 # The 16th commit message will be skipped: # [android] #3891 - avoid exposing the int reason value in the public API # The 17th commit message will be skipped: # [android] #3891 - delete global refs for remaining callbacks and observer # The 18th commit message will be skipped: # [android] #3891 - remove unused offlineManagerClassConstructorId together with unnecessary private java constructor # The 19th commit message will be skipped: # [android] #3891 - remove non-relevant line # The 20th commit message will be skipped: # [android] #3891 - handle requiredResourceCountIsIndeterminate -> requiredResourceCountIsPrecise rename # The 21st commit message will be skipped: # [android] #3891 - revert map changes to allow rebase # The 2nd commit message will be skipped: # [android] #3891 - avoid exposing the int reason value in the public API # The 2nd commit message will be skipped: # [android] #3891 - rename complete() to isComplete() # The 3rd commit message will be skipped: # [android] #3891 - rename OfflineRegionDefinition to OfflineTilePyramidRegionDefinition and make OfflineRegionDefinition an interface. Docs for corresponding classes updated. # The 2nd commit message will be skipped: # [android] #3891 - location, location, location # The 2nd commit message will be skipped: # [android] #3891 - improve description for DEFAULT_MAX_CACHE_SIZE # The 3rd commit message will be skipped: # [android] #3891 - delete global refs for obj and listCallback # The 4th commit message will be skipped: # [android] #3891 - simplify metadata conversion and fix metadata object # The 5th commit message will be skipped: # [android] #3891 - delete global refs for remaining callbacks and observer # The 6th commit message will be skipped: # [android] #3891 - remove unused offlineManagerClassConstructorId together with unnecessary private java constructor # The 7th commit message will be skipped: # [android] #3891 - remove non-relevant line # The 8th commit message will be skipped: # [android] #3891 - handle requiredResourceCountIsIndeterminate -> requiredResourceCountIsPrecise rename
* [Android] #3761 - add map padding, introduce new feature activityTobrun2016-02-152-1/+18
| | | | | | | | [android] #3781 #3899 - add map padding, user location view, ViewSettings, TrackingSettings [android] #3761 - update map padding sample [android] #3761 - add map padding
* [android] #3943 #3775 #3885 - added sample feature activity + espresso testTobrun2016-02-151-0/+6
|
* [android] #3752 - added scroll by x,y feature, introduced new ↵Tobrun2016-02-031-5/+12
| | | | | | CameraUpdateType, introduced caching system for invalidating CameraPosition, general cleanup, readded getLatLng in MapView, .. [android] #3752 - correctly invalidating cameraposition
* [android] #3759 - Add SupportMapFragment, test app integration, cleanup old ↵Tobrun2016-02-021-0/+6
| | | | fragment implementation
* [android] #3145 - MapboxMapTobrun2016-01-292-0/+37
|
* sample geocoder activityAntonio Zugaldia2016-01-191-5/+10
|
* [android] #3593 - added double map view exampleTobrun2016-01-181-4/+11
|
* directions activity sampleAntonio Zugaldia2016-01-121-0/+6
|
* [android] #3348 - Moved ExampleCustomLayer into it's own package. Moved ↵Brad Leege2015-12-211-6/+6
| | | | Custom Layer to Main Activity Controls in Nav Drawer with new icon.
* [android] Camera APIBrad Leege2015-12-181-0/+5
|
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-163-0/+162