summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/infowindow
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-102-5/+11
|
* [android] - remove MarkerView APITobrun2018-11-141-5/+5
|
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+1
|
* [android] - remove deprecation notices and codeTobrun2018-11-012-43/+58
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-312-1/+5
|
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-2/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+2
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-192-44/+27
|
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-0/+3
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity
* [andriod] - post updating InfoWinw update for Dynamic InfoWindowAdapter exampleTobrun Van Nuland2017-08-071-12/+14
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-3/+4
| | | | * [android] - fix lint issues SDK
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-272-3/+9
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-042-24/+7
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-10/+10
|
* Test app refactor (#7598)Cameron Mace2017-01-233-66/+2
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-163-430/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-313-7/+43
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-3/+8
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* 5859 generate sanity tests (#5870)Tobrun2016-08-172-44/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] Dynamic update of InfowWindow with InfoWindowAdapter exampleIvo van Dongen2016-06-161-0/+169
| | | | Fixes #5353
* [android] #4959 - Dynamic Sizing Of Default InfoWindow Based On ↵Brad Leege2016-06-131-2/+6
| | | | Availability Of Title And Snippet Data
* [android] #4159 - expose an api to enable selection/deselection of markers ↵Antonio Zugaldia2016-06-131-0/+8
| | | | on map tap (#5312)
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-152-2/+0
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-052-0/+313
introduced category packages, Renamed some classes