summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
...
| * [android] #2864 - improved compass update cycle, removed lowpassfilterTobrun2015-10-301-39/+8
| | | | | | | | [android] #2864 changed currentTimeInMills with elapsedRealtime
| * [android] Allow apps to override map resourcesLeith Bade2015-10-3031-13/+26
| | | | | | | | Fixes #2858
* | Merge branch 'release-android-v2.2.0'Brad Leege2015-10-292-2/+2
|\ \ | |/ |/|
| * [android] #2847 - Updating version to 2.2.0 for release and Fabricandroid-v2.2.0Brad Leege2015-10-282-2/+2
| |
* | [android] Implement Parcelable annotationsLeith Bade2015-10-303-3/+119
| | | | | | | | Fixes #2638
* | [android] Update test app iconLeith Bade2015-10-2810-0/+0
| | | | | | | | Fixes #2838
* | [android] #2797 - addLocationBearing part oneTobrun2015-10-288-79/+368
| |
* | [android] Grey out GPS marker when location is staleLeith Bade2015-10-282-19/+45
| | | | | | | | Fixes #2694
* | [android] #2224 inflate children map view through xmlTobrun2015-10-285-57/+72
| | | | | | | | | | | | [android] - #2224 make UserLocationView inflatable through xml. using setter to attach MapView [android] #2224 - renamed fragment layout file, reordered views in layout file map view
* | [android] Remove NullPointerException from MapViewLeith Bade2015-10-281-22/+44
| | | | | | | | Fixes #2831
* | [android] Fix NullPointerException in editor modeLeith Bade2015-10-281-2/+8
|/ | | | Fixes #2830
* [android] #2809 - addPolylines and removeAnnotations in JNI, added feature ↵Tobrun2015-10-2725-7/+285
| | | | activity + sanity test case
* [android] Improve Javadoc for the new MapView methods.Leith Bade2015-10-272-21/+25
|
* [android] #2801 - Spelling fix for log statementBrad Leege2015-10-261-1/+1
|
* [android] #2801 - Log null centerCoordinate instead of throwing ↵Brad Leege2015-10-261-2/+4
| | | | NullPointerException
* [android] Use hi res icons in test app menuLeith Bade2015-10-2616-3/+3
|
* [android] Remove unused permissionLeith Bade2015-10-261-1/+0
|
* [android] #2758 - add my location tracking modeTobrun2015-10-2615-37/+402
|
* [android] #2726 - finalise BulkAddMarkers activityTobrun2015-10-263-9/+61
|
* [android] #2726 - moved utility classes to separate packageTobrun2015-10-263-7/+9
|
* [android] #2523 - fix toolbar alignment issueTobrun2015-10-257-14/+7
|
* #2784 - Restoring API minimum to 15 for TestAppBrad Leege2015-10-241-1/+1
|
* #2784 - Restoring API minimum to 15Brad Leege2015-10-241-1/+1
|
* [android] Move android filesLeith Bade2015-10-25231-3045/+0
| | | | Fixes #2032
* [android] Remove the WRITE_EXTERNAL_STORAGE permission from test appLeith Bade2015-10-251-1/+1
| | | | Fixes #2655
* [android] Use ViewCompat in CompassView for pre-Jelly Bean animationLeith Bade2015-10-242-12/+8
|
* [android] Use new GPS markers.Leith Bade2015-10-2424-74/+85
| | | | | | Add missing dpi for mapbox logo and compass. Fixes #2732 Fixes #2690
* [android] #2751 - added sanity tests for feature activitiesTobrun2015-10-238-19/+185
|
* [android] Use hardware layer for compass fadeLeith Bade2015-10-243-4/+8
| | | | | Set minimum API level to 14 (don't know why it 15) Set test app version to 2.2.0
* [android] Fix disabling compassLeith Bade2015-10-232-0/+5
| | | | Fixes #2752
* [android] Test max 27.4k markersLeith Bade2015-10-232-2/+176
| | | | | Add timing logging For #2726
* [android] #2748 - added a coordinatebounds unit testTobrun2015-10-233-17/+102
|
* [android] Add SpriteFactory.drawable for custom markersLeith Bade2015-10-238-8/+47
| | | | | Used in InfoWindowAdapter activity Fixes #2744
* [android] Fix JNI local ref overflowLeith Bade2015-10-232-2/+2
| | | | | Change test to 1000 markers For #2726
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-237-15/+34
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* [android] #2689 - Setting new 2.2.0-SNAPSHOT version for developmentBrad Leege2015-10-221-1/+1
|
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+5
|
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-4/+4
|
* [android] #2552 add 10000 markersTobrun2015-10-2224-36/+136586
|
* [android] #2716 - moved visible coordinate bounds to separate activityTobrun2015-10-225-6/+143
|
* [android] #2640 - replaced RelateLayout with merge tagTobrun2015-10-221-5/+2
|
* add missing DPI bitmaps and update based on code review commentsManabu Shimobe2015-10-2211-4/+38
|
* add setSetVisibleCoordinateBounds api as already in iOSManabu-GT2015-10-228-21/+250
|
* [android] Refactor annotations APILeith Bade2015-10-2219-724/+298
| | | | | | | | | | | | | Remove unimplemented properties. Correct defintions of equals() and hasCode(). Add setOnInfoWindowClickListener and remove old method from Marker. Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Add empty constructor to LatLng and LatLngZoom. Fixes #2546 Fixes #2631 Fixes #2448
* [android] Implement UserLocationViewLeith Bade2015-10-2218-279/+793
| | | | | | | | | | | | | | | | | | | Draws animated and synced GPS marker. Inlcudes direction arrow and accuracy ring. Fade out the compass after a delay when reset to north. Lots of other performance and memory improvements. add OnMyLocationChangeListener Move FAB with snackbar Fix getMetersPerPixelAtLatitude Fix some incorrect annotations Fixes #2668 Fixes #2411 Fixes #2678 Fixes #2675 Fixes #2566 Fixes #2549 Fixes #2692 Fixes #2572
* Add style string resourcesLeith Bade2015-10-2215-109/+161
| | | | | | | | | | Use _ in public resources ids Make visibility attributes enums Make attrs public Remove info window margin public value Reformat XML code Test app uses XML map properties for InfoWindow activities Fixes #2703
* [android] Fix bug in setSprite when calculating pixel data sizeLeith Bade2015-10-2210-117/+350
| | | | | | Change Marker sprite() to icon() and use Sprite class Load a Maki dog icon in test app Fixes #2506
* [android] #2689 - Setting Version to 2.1.0 for releaseBrad Leege2015-10-221-1/+1
|
* [android] #2684 - Twitter Fabric integration metadataBrad Leege2015-10-221-0/+3
|
* [android] - #2666 removed compass sensor data for milestone 2.1.0Tobrun2015-10-222-99/+1
|