summaryrefslogtreecommitdiff
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* [core] Annotation refactorJohn Firebaugh2015-10-201-1/+1
* [android] Update to Android support library v23.1.0Leith Bade2015-10-162-11/+12
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-166-41/+97
* [android] Remove R and BuildType from JavaDoc. Remove iOS image.Leith Bade2015-10-162-2/+3
* [android] Tidy up latest MapView changes. Fix JavaDoc warnings. Implement ove...Leith Bade2015-10-1517-12/+92
* Merge branch 'pull_branch' of https://github.com/Mappy/mapbox-gl-native into ...Tobrun2015-10-141-6/+6
|\
| * fix proguard rules according to class packaging refactor: from com.mapbox.map...mayardb2015-10-141-6/+6
* | [android] #2606 - have test activity use map view object instantiationTobrun2015-10-142-28/+22
|/
* [android] #2273 - Added InfoWindowView, Refactored InfoWindow to take in acco...Tobrun2015-10-1416-61/+287
* Revert "[android] #2588 - Make getTopOffsetPixelsForAnnotationSymbol private."Tobrun2015-10-135-33/+30
* [android] #2588 - Make getTopOffsetPixelsForAnnotationSymbol private.Leith Bade2015-10-135-30/+33
* [android] #2586 - Replace MapChange enum with intsTobrun2015-10-111-113/+110
* [android] #2586 - Refactor Style with Android Support Annotations StringDefTobrun2015-10-116-47/+60
* [android] #2588 - Moving InfoWindow classes to annotations packageBrad Leege2015-10-105-11/+17
* [android] #2579 - Making constructor public so that the class can be used.Brad Leege2015-10-091-1/+1
* [android] #2579 - Moving InvalidAccessTokenException to the exceptions packageBrad Leege2015-10-092-2/+3
* [android] #2579 - Removing package-info.java cruftBrad Leege2015-10-091-4/+0
* [android] Tidy up MapView APILeith Bade2015-10-093-32/+32
* [android] JavaDoc MapView Part 7Leith Bade2015-10-093-23/+126
* [android] Change PressForMarkerActivity to use OnMapLongClick event.Leith Bade2015-10-091-14/+7
* [android] JavaDoc MapView part 6Leith Bade2015-10-091-18/+106
* [android] Refactor annotations functionsLeith Bade2015-10-092-101/+137
* Tidy up new ApiAccess token class.Leith Bade2015-10-094-6/+45
* [android] #2519 - Adding LatLon and XY data to Marker for display in InfoWind...Brad Leege2015-10-087-9/+14
* [android] #2519 - Basic GUI infrastructure for Press For Marker test setupBrad Leege2015-10-086-0/+160
* [android] #2462 - Removing checkable capabilities in NavigationDrawer due to ...Brad Leege2015-10-082-14/+1
* [android] #2462 - Using static decimal formatterBrad Leege2015-10-081-8/+8
* [android] #2462 removed unused log TAGTobrun2015-10-081-3/+1
* [android] #2462 updated build.grade to handle correct path for api tokenTobrun2015-10-081-2/+2
* [android] renamed layout fileTobrun2015-10-082-1/+1
* [android] #2462 moving MapFragment into the SDKTobrun2015-10-083-3/+13
* [android] #2462 refactored ApiAccess token setupTobrun2015-10-086-35/+52
* [android] #2462 Added empty token fileTobrun2015-10-081-0/+1
* [android] #2462 gittignoring different token fileTobrun2015-10-081-1/+1
* #2462 - Adding titles to different areas of navigation drawer for clearer nav...Brad Leege2015-10-082-55/+78
* Added new icons for the new featuresTobrun2015-10-0816-2/+2
* Updated InfoWindowAdapter example, made it a bit more pretty, added toolbar t...Tobrun2015-10-084-29/+63
* Made MapFragment work again, introduced new system to handle access token, up...Tobrun2015-10-088-25/+57
* Added Map fragment example, cleanup 2nd MapActivity, format AndroidManifestTobrun2015-10-086-15/+81
* Moved loading of access token to UtilTobrun2015-10-082-20/+30
* Renamed SecondMapActivity to InfoWindowAdapterActivityTobrun2015-10-086-19/+17
* Formatting commitTobrun2015-10-081-18/+26
* [android] JavaDoc MapView part 5Leith Bade2015-10-081-52/+137
* #2535 - Re exposing sprite field level access, but putting a null check in Ma...Brad Leege2015-10-072-2/+5
* #2535 - Encapsulating remainder of fields in Marker (except for position due ...Brad Leege2015-10-073-34/+37
* #2535 - Restoring default marker setting and adding null check. Making sprit...Brad Leege2015-10-072-4/+6
* #2543 - Updating version_name to 2.1.0-SNAPSHOTBrad Leege2015-10-061-1/+1
* Remove APK splits added for Crashlytics NDKLeith Bade2015-10-061-8/+0
* JavaDoc MapView part 4Leith Bade2015-10-061-35/+185
* [android] Add OnMapClickListener, onMapLongClickListenerLeith Bade2015-10-063-64/+114