summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* [core] Annotation refactorJohn Firebaugh2015-10-201-1/+1
|
* [android] Update to Android support library v23.1.0Leith Bade2015-10-162-11/+12
| | | | | Also OkHTTP to 2.5.0 Fixes #2639
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-166-41/+97
| | | | | | | Fixes #2599 Make getTopOffsetPixelsForAnnotationSymbol private Also implements MapChangeWillStartLoadingMap, MapChangeDidFinishLoadingMap Paritally implements #630
* [android] Remove R and BuildType from JavaDoc. Remove iOS image.Leith Bade2015-10-162-2/+3
| | | | For #2002
* [android] Tidy up latest MapView changes. Fix JavaDoc warnings. Implement ↵Leith Bade2015-10-1517-12/+92
| | | | | | overview and packge-info files. For #2002
* Merge branch 'pull_branch' of https://github.com/Mappy/mapbox-gl-native into ↵Tobrun2015-10-141-6/+6
|\ | | | | | | Mapp-pull_branch
| * fix proguard rules according to class packaging refactor: from ↵mayardb2015-10-141-6/+6
| | | | | | | | com.mapbox.mapboxgl to com.mapbox.mapboxsdk
* | [android] #2606 - have test activity use map view object instantiationTobrun2015-10-142-28/+22
|/
* [android] #2273 - Added InfoWindowView, Refactored InfoWindow to take in ↵Tobrun2015-10-1416-61/+287
| | | | account margins/offset, exposed margin of InfoWindow as configurable
* Revert "[android] #2588 - Make getTopOffsetPixelsForAnnotationSymbol private."Tobrun2015-10-135-33/+30
| | | | This reverts commit 67f0108389cdd51f3c59ae7638ea2ecd1c4fa899.
* [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
| | | | For #2545
* [android] JavaDoc MapView Part 7Leith Bade2015-10-093-23/+126
| | | | For #2002
* [android] Change PressForMarkerActivity to use OnMapLongClick event.Leith Bade2015-10-091-14/+7
| | | | For #2519
* [android] JavaDoc MapView part 6Leith Bade2015-10-091-18/+106
| | | | For #2002
* [android] Refactor annotations functionsLeith Bade2015-10-092-101/+137
| | | | Fixes #2539
* Tidy up new ApiAccess token class.Leith Bade2015-10-094-6/+45
| | | | | | | | Fix .gitignore for token.txt Add JavaDoc to ApiAccess. Create specific exception for missing access token. Closes #2570 Closes #2563
* [android] #2519 - Adding LatLon and XY data to Marker for display in ↵Brad Leege2015-10-087-9/+14
| | | | InfoWindow. Added NavDrawer icon.
* [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
| | | | current Support Library bug
* [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 ↵Brad Leege2015-10-082-55/+78
| | | | navigation
* Added new icons for the new featuresTobrun2015-10-0816-2/+2
|
* Updated InfoWindowAdapter example, made it a bit more pretty, added toolbar ↵Tobrun2015-10-084-29/+63
| | | | to MapFragmentActivity
* Made MapFragment work again, introduced new system to handle access token, ↵Tobrun2015-10-088-25/+57
| | | | updated MapFragmentActivity example
* 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
| | | | For #2002
* #2535 - Re exposing sprite field level access, but putting a null check in ↵Brad Leege2015-10-072-2/+5
| | | | MarkerOptions to help guard it.
* #2535 - Encapsulating remainder of fields in Marker (except for position due ↵Brad Leege2015-10-073-34/+37
| | | | to more JNI work needed) to protect Markers
* #2535 - Restoring default marker setting and adding null check. Making ↵Brad Leege2015-10-072-4/+6
| | | | sprite field private to enforce using setter method for added protection.
* #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
| | | | For #2002
* [android] Add OnMapClickListener, onMapLongClickListenerLeith Bade2015-10-063-64/+114
| | | | | | | | Marker click centers map on marker Fixed up variable names Closes #2507 Flip Y coordinate in to/fromScreenLocation Fixes #2519