summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_scroll_by.xml
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-1/+0
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-5/+9
| | | | * [android] - fix lint issues SDK
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-1/+1
|
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-181-1/+1
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* [android] - rename attributes (#6894)Tobrun2016-11-071-4/+4
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-4/+4
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-1/+0
|
* [android] #4365 - enforce best practices map startupTobrun2016-03-241-0/+5
|
* [android] #3752 - added scroll by x,y feature, introduced new ↵Tobrun2016-02-031-0/+99
CameraUpdateType, introduced caching system for invalidating CameraPosition, general cleanup, readded getLatLng in MapView, .. [android] #3752 - correctly invalidating cameraposition