summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-244-366/+222
* [android] #3412 - Remove REGION_DID_CHANGE checks and set animateCamera metho...Brad Leege2015-12-241-4/+4
* [ios] vary annotation bounds fit padding based on view sizeJason Wray2015-12-232-1/+6
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-2324-77/+76
* [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfoJohn Firebaugh2015-12-235-132/+127
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-2310-48/+42
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-2328-469/+402
* [core] Fix typo in version-specific host defaults pathBruno de Oliveira Abinader2015-12-231-1/+1
* [core] Fix build script pathsBruno de Oliveira Abinader2015-12-231-4/+4
* [android] #3283 - fix setCenterCoordinate animationTobrun2015-12-231-3/+11
* [tests] Moved lazy source loading tests to ResourceLoadingBruno de Oliveira Abinader2015-12-233-187/+139
* [osx] Restore last viewed style at launchMinh Nguyễn2015-12-221-5/+12
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-224-122/+114
* [ios] Meters per point at latitudeMinh Nguyễn2015-12-223-7/+14
* [ios] Add SQLite, zlib linker flagsMinh Nguyễn2015-12-221-0/+2
* [android] #3384 - package-info.java for the .camera and .location packages Ja...Brad Leege2015-12-222-0/+8
* Eliminate boolean return codeJohn Firebaugh2015-12-225-12/+10
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-2222-81/+41
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-227-2/+11
* Fixed make run-osx, make run-xosxMinh Nguyễn2015-12-221-2/+2
* [android] #2915 - Removing Crashlytics From TestAppBrad Leege2015-12-223-27/+2
* [osx] make osx with XcodeMinh Nguyễn2015-12-211-4/+4
* [ios, osx] Drop xcprettyJohn Firebaugh2015-12-217-17/+3
* [android] #3354 - Setting Android Version to 3.1.0-SNAPSHOTBrad Leege2015-12-211-1/+1
* Merge branch 'master' into release-android-v2.4.0Brad Leege2015-12-2120-661/+689
|\
| * [tests] Create less threads on the AsyncTask testsThiago Marcos P. Santos2015-12-211-2/+2
| * [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-214-448/+508
| * [ios, osx] Optional peak altitude for flyingMinh Nguyễn2015-12-204-2/+53
| * [ios, osx] Avoid transition to current cameraMinh Nguyễn2015-12-203-0/+40
| * [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-206-185/+71
| * [osx] Flipped drag-rotate center pointMinh Nguyễn2015-12-191-1/+1
| * [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-194-2/+7
| * [ios, osx] Allow zero-duration flightMinh Nguyễn2015-12-194-14/+27
| * [core] Reformulated flyTo optionsMinh Nguyễn2015-12-192-27/+49
| * [core] Fly across the meridian or antemeridian, whichever is shorterMinh Nguyễn2015-12-191-0/+10
| * [core] Refined and commented flyToMinh Nguyễn2015-12-195-61/+161
| * [ios, osx] Corrected MGLMapCamera debug descriptionMinh Nguyễn2015-12-191-2/+2
| * [osx] Typo in osxapp helpMinh Nguyễn2015-12-191-1/+1
| * [core] Merge default_file_source_impl.hpp into default_file_source.cppJohn Firebaugh2015-12-182-116/+102
| * [osx] Use framebuffer width/height in GLFW portBruno de Oliveira Abinader2015-12-181-1/+1
* | [android] #3354 - Android 3.0.0 Change Logandroid-v3.0.0Brad Leege2015-12-211-0/+7
* | [android] #3354 - Incrementing Version to 3.0.0 for releaseBrad Leege2015-12-212-2/+2
* | [android] #3348 - Updating customLayerClass package name in JNI codeBrad Leege2015-12-211-1/+1
* | [android] #3348 - Moved ExampleCustomLayer into it's own package. Moved Cust...Brad Leege2015-12-215-7/+18
* | [android] #3358 - easeTo() uses nanoseconds instead of millisecondsBrad Leege2015-12-201-1/+1
* | [android] #3358 - Created easeCamera() API method.Brad Leege2015-12-202-9/+71
* | [android] #3358 - Making Core GL camera methods private. Adding moveCamera()...Brad Leege2015-12-204-37/+53
* | [android] #3304 - refactor SpriteFactory to IconFactory, changed all the spri...Tobrun2015-12-2015-150/+150
* | [ios, osx] Allow zero-duration flightMinh Nguyễn2015-12-194-14/+27
* | [core] Reformulated flyTo optionsMinh Nguyễn2015-12-192-27/+49