summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxgl/testapp/MainActivity.java
Commit message (Expand)AuthorAgeFilesLines
* #2486 - Renaming root Java package from com.mapbox.mapboxgl to com.mapbox.map...Brad Leege2015-10-011-474/+0
* #2414 - Removing Crashlytics NDK integration as it's preventing TestApp from ...Brad Leege2015-09-241-2/+1
* Add Crashlytics NDK to AndroidLeith Bade2015-09-231-1/+2
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+3
* #2018 - Adding basic second activity that displays a mapBrad Leege2015-09-151-0/+5
* #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-081-1/+11
* #894 - add lat/lon to marker snippetsJustin R. Miller2015-09-071-1/+3
* #894 - Initial port of selectAnnotation and removing auto display of InfoWind...Brad Leege2015-09-071-1/+1
* #894 - Adding snippet text to markerBrad Leege2015-09-071-0/+1
* #894 - Opening InfoWindow on long press in TestAppBrad Leege2015-09-071-1/+1
* Add missing Andorid support design library dependencyLeith Bade2015-08-191-1/+2
* Improve support for Andrioid MLeith Bade2015-08-181-84/+39
* Fix state saving on AndroidLeith Bade2015-08-171-196/+130
* #1856 - Getting menu item checked based on style selectionBrad Leege2015-08-121-0/+5
* #1856 - Setting more detailed zoom level for location toggle on centeringBrad Leege2015-08-121-1/+2
* #1856 - Enabling and setting clickable state for features in Navigation Drawe...Brad Leege2015-08-121-2/+9
* #1856 - Move Map display to user location when location is enabledBrad Leege2015-08-121-0/+5
* #1856 - Added CoordinatorLayout back in to support Snackbar widgetBrad Leege2015-08-111-0/+2
* #1856 - Using fixed Toolbar with no content scrolling underneathBrad Leege2015-08-111-1/+1
* #1856 - Removing GPS Toggle from Navigation DrawerBrad Leege2015-08-101-6/+0
* #1856 - Adding Location FAB to TestApp with color toggle to show stateBrad Leege2015-08-101-23/+14
* #1856 - Removing FAB from SDK and replacing with intial tracking mode API. M...Brad Leege2015-08-101-0/+14
* #1856 - Cleaning up annotations selection option and centering map on annotat...Brad Leege2015-08-071-18/+18
* #1856 - Removing old toolbar and spinner setup codeBrad Leege2015-08-071-12/+0
* #1856 - Setting map style programmatically and setting corresponding menu ite...Brad Leege2015-08-071-0/+3
* #1856 - Adding Styles to Navigation View with separatorBrad Leege2015-08-071-64/+25
* #1856 - Moving ActionBar actions to Navigation DrawerBrad Leege2015-08-071-32/+35
* #1856 - Setting up Navigation DrawerBrad Leege2015-08-071-0/+23
* #1856 - Setting default style to Mapbox StreetsBrad Leege2015-08-071-1/+0
* #1856 - Initial conversion to Material Design componentsBrad Leege2015-08-071-2/+19
* #1940 -Adding menu item controls for compass on / off. Removing location_mar...Brad Leege2015-08-051-0/+6
* #1940 - Initial migration of Compass from TestApp to SDKBrad Leege2015-08-051-96/+1
* #1940 - Cleaning up setup process for OnMapChangedListeners. Removing debug ...Brad Leege2015-08-041-1/+0
* #1940 - Converting OnMapChangedListener to a Collection instead of just a sin...Brad Leege2015-08-041-1/+1
* #1940 - DRYing out GPS Marker setup. Confirming that On / Off toggle and set...Brad Leege2015-08-041-0/+1
* #1940 - Refactoring TestApp to use UserLocation API in GL SDKBrad Leege2015-07-311-61/+14
* Fix GPS marker as conversion functions now compensate for screen densityLeith Bade2015-07-311-6/+8
* add Android long-press marker testJustin R. Miller2015-07-301-0/+25
* First pass at updating JNI bindingsLeith Bade2015-07-291-19/+27
* Update to Android support lib 22.2.1.Leith Bade2015-07-281-2/+0
* #1929 - Adding token.txt reading for programmatic setting of access token in ...Brad Leege2015-07-241-0/+14
* #1929 - Wiring up MapView to Activity's lifecycle methodsBrad Leege2015-07-241-0/+19
* #1929 - Converted to use Activity instead of FragmentBrad Leege2015-07-241-34/+42
* Merge branch 'android-annotations' of git://github.com/TrueFlow/mapbox-gl-nat...Brad Leege2015-07-221-4/+6
|\
| * Add multiple polygons at once to increase performanceNiklas Ulvinge2015-07-191-4/+6
* | #1668 - Integrating Crashlytics / Fabric into projectBrad Leege2015-07-221-0/+3
|/
* added ability to specify sprite in marker #1716Nicholas Hallahan2015-07-171-0/+1
* showing polygon, line, and markers together #1716Nicholas Hallahan2015-07-161-1/+7
* yay, polygon! #1716Nicholas Hallahan2015-07-161-1/+1
* polygon JNI #1716Nicholas Hallahan2015-07-161-0/+20