summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump podspec for 0.5.4v0.5.4Justin R. Miller2015-07-301-1/+1
* #1965 - Updating dependency versionsBrad Leege2015-07-292-4/+4
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-2917-35/+33
* Ignore redundant initial reachability notification on iOS 9Minh Nguyễn2015-07-281-1/+8
* First pass at updating JNI bindingsLeith Bade2015-07-296-66/+180
* Merge pull request #1926 from trappsnl/masterJustin R. Miller2015-07-281-2/+2
|\
| * Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKoen Schmeets2015-07-2412-48/+243
| |\
| * | Fix latLngForPixel bindings for AndroidKoen Schmeets2015-07-241-2/+2
* | | s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-285-17/+17
* | | s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-286-26/+26
* | | Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-284-6/+6
* | | Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-286-57/+74
* | | Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-283-50/+38
* | | Include app-info.plist in demo app projectJason Wray2015-07-281-1/+2
* | | Update to Android support lib 22.2.1.Leith Bade2015-07-2810-898/+8
* | | Exempt Metrics staging server from PFS requirementMinh Nguyễn2015-07-271-2/+13
* | | Update the user dot when the user movesMinh Nguyễn2015-07-271-0/+2
* | | Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-273-2/+11
* | | Add curly-braces to if-statementsjakepruitt2015-07-271-2/+5
* | | Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-272-1/+6
* | | Ignore invalid location updatesMinh Nguyễn2015-07-242-8/+8
* | | #1929 - Adding token.txt reading for programmatic setting of access token in ...Brad Leege2015-07-242-1/+15
* | | #1929 - Wiring up MapView to Activity's lifecycle methodsBrad Leege2015-07-241-0/+19
* | | #1929 - Converted to use Activity instead of FragmentBrad Leege2015-07-242-35/+53
* | | #1929 - Added validateAccessToken to MapView.onStart()Brad Leege2015-07-241-1/+1
* | | #1929 - accessToken added as XML attribute option. Removed call to raw.txt f...Brad Leege2015-07-244-21/+19
* | | #1929 - Removed validateAccessToken() call from MapView.onCreate()Brad Leege2015-07-241-2/+0
* | | #1915 - Adding NonNull annotations to accessToken for development warnings an...Brad Leege2015-07-241-7/+4
* | | Avoid nudging transitions if a gesture is in progressBruno de Oliveira Abinader2015-07-235-10/+14
| |/ |/|
* | [publish ios-v0.5.3]Justin R. Miller2015-07-220-0/+0
* | bump podspec to 0.5.3v0.5.3Justin R. Miller2015-07-221-1/+1
* | Merge pull request #1910 from mapbox/1ec5-styles-mb-pagesJustin R. Miller2015-07-222-1/+2
|\ \
| * | Moved mapbox/mapbox-gl-styles to mb-pages branchMinh Nguyễn2015-07-212-1/+2
* | | Merge branch 'android-annotations' of git://github.com/TrueFlow/mapbox-gl-nat...Brad Leege2015-07-226-46/+219
|\ \ \
| * | | SetSprite now worksNiklas Ulvinge2015-07-203-1/+46
| * | | Correction colors transformationNiklas Ulvinge2015-07-201-3/+3
| * | | Optimized RemoveAnnotations to a single callNiklas Ulvinge2015-07-195-14/+47
| * | | Some memory managementNiklas Ulvinge2015-07-191-0/+5
| * | | Add multiple polygons at once to increase performanceNiklas Ulvinge2015-07-194-28/+118
* | | | #1668 - Adding fabric.properties to .gitignoreBrad Leege2015-07-221-0/+3
* | | | #1668 - Integrating Crashlytics / Fabric into projectBrad Leege2015-07-223-0/+18
| |_|/ |/| |
* | | Merge branch 'android-annotations' of git://github.com/hallahan/mapbox-gl-nat...Brad Leege2015-07-2222-6/+1584
|\ \ \ | |/ / | | / | |/ |/|
| * marker equals method #1716Nicholas Hallahan2015-07-171-2/+11
| * commenting #1716Nicholas Hallahan2015-07-176-10/+74
| * Merge remote-tracking branch 'mapbox/master' into android-annotations #1716Nicholas Hallahan2015-07-1750-321/+710
| |\
| * | added ability to specify sprite in marker #1716Nicholas Hallahan2015-07-175-9/+69
| * | showing polygon, line, and markers together #1716Nicholas Hallahan2015-07-162-1/+10
| * | yay, polygon! #1716Nicholas Hallahan2015-07-162-2/+8
| * | polygon JNI #1716Nicholas Hallahan2015-07-163-0/+183
| * | toggle removes all annotations. ready for polygon JNI #1716Nicholas Hallahan2015-07-163-3/+31