| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoading | John Firebaugh | 2015-12-24 | 4 | -366/+222 |
* | [android] #3412 - Remove REGION_DID_CHANGE checks and set animateCamera metho... | Brad Leege | 2015-12-24 | 1 | -4/+4 |
* | [ios] vary annotation bounds fit padding based on view size | Jason Wray | 2015-12-23 | 2 | -1/+6 |
* | [tests] Test with OnlineFileSource | John Firebaugh | 2015-12-23 | 24 | -77/+76 |
* | [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfo | John Firebaugh | 2015-12-23 | 5 | -132/+127 |
* | [core] Remove `Resource` dependency from low-level classes | John Firebaugh | 2015-12-23 | 10 | -48/+42 |
* | [core] Rationalize error handling for resource loading | John Firebaugh | 2015-12-23 | 28 | -469/+402 |
* | [core] Fix typo in version-specific host defaults path | Bruno de Oliveira Abinader | 2015-12-23 | 1 | -1/+1 |
* | [core] Fix build script paths | Bruno de Oliveira Abinader | 2015-12-23 | 1 | -4/+4 |
* | [android] #3283 - fix setCenterCoordinate animation | Tobrun | 2015-12-23 | 1 | -3/+11 |
* | [tests] Moved lazy source loading tests to ResourceLoading | Bruno de Oliveira Abinader | 2015-12-23 | 3 | -187/+139 |
* | [osx] Restore last viewed style at launch | Minh Nguyễn | 2015-12-22 | 1 | -5/+12 |
* | [tests] Rewrite resource loading test | John Firebaugh | 2015-12-22 | 4 | -122/+114 |
* | [ios] Meters per point at latitude | Minh Nguyễn | 2015-12-22 | 3 | -7/+14 |
* | [ios] Add SQLite, zlib linker flags | Minh Nguyễn | 2015-12-22 | 1 | -0/+2 |
* | [android] #3384 - package-info.java for the .camera and .location packages Ja... | Brad Leege | 2015-12-22 | 2 | -0/+8 |
* | Eliminate boolean return code | John Firebaugh | 2015-12-22 | 5 | -12/+10 |
* | [core] Merge SQLiteCache into the platform library | John Firebaugh | 2015-12-22 | 22 | -81/+41 |
* | [core] Move OnlineFileSource to platform | John Firebaugh | 2015-12-22 | 7 | -2/+11 |
* | Fixed make run-osx, make run-xosx | Minh Nguyễn | 2015-12-22 | 1 | -2/+2 |
* | [android] #2915 - Removing Crashlytics From TestApp | Brad Leege | 2015-12-22 | 3 | -27/+2 |
* | [osx] make osx with Xcode | Minh Nguyễn | 2015-12-21 | 1 | -4/+4 |
* | [ios, osx] Drop xcpretty | John Firebaugh | 2015-12-21 | 7 | -17/+3 |
* | [android] #3354 - Setting Android Version to 3.1.0-SNAPSHOT | Brad Leege | 2015-12-21 | 1 | -1/+1 |
* | Merge branch 'master' into release-android-v2.4.0 | Brad Leege | 2015-12-21 | 20 | -661/+689 |
|\ |
|
| * | [tests] Create less threads on the AsyncTask tests | Thiago Marcos P. Santos | 2015-12-21 | 1 | -2/+2 |
| * | [core] Prepare for OfflineFileSource | John Firebaugh | 2015-12-21 | 4 | -448/+508 |
| * | [ios, osx] Optional peak altitude for flying | Minh Nguyễn | 2015-12-20 | 4 | -2/+53 |
| * | [ios, osx] Avoid transition to current camera | Minh Nguyễn | 2015-12-20 | 3 | -0/+40 |
| * | [ios, osx] Better zoom level–altitude conversion | Minh Nguyễn | 2015-12-20 | 6 | -185/+71 |
| * | [osx] Flipped drag-rotate center point | Minh Nguyễn | 2015-12-19 | 1 | -1/+1 |
| * | [core] Clamp pitch in easeTo(), flyTo() | Minh Nguyễn | 2015-12-19 | 4 | -2/+7 |
| * | [ios, osx] Allow zero-duration flight | Minh Nguyễn | 2015-12-19 | 4 | -14/+27 |
| * | [core] Reformulated flyTo options | Minh Nguyễn | 2015-12-19 | 2 | -27/+49 |
| * | [core] Fly across the meridian or antemeridian, whichever is shorter | Minh Nguyễn | 2015-12-19 | 1 | -0/+10 |
| * | [core] Refined and commented flyTo | Minh Nguyễn | 2015-12-19 | 5 | -61/+161 |
| * | [ios, osx] Corrected MGLMapCamera debug description | Minh Nguyễn | 2015-12-19 | 1 | -2/+2 |
| * | [osx] Typo in osxapp help | Minh Nguyễn | 2015-12-19 | 1 | -1/+1 |
| * | [core] Merge default_file_source_impl.hpp into default_file_source.cpp | John Firebaugh | 2015-12-18 | 2 | -116/+102 |
| * | [osx] Use framebuffer width/height in GLFW port | Bruno de Oliveira Abinader | 2015-12-18 | 1 | -1/+1 |
* | | [android] #3354 - Android 3.0.0 Change Logandroid-v3.0.0 | Brad Leege | 2015-12-21 | 1 | -0/+7 |
* | | [android] #3354 - Incrementing Version to 3.0.0 for release | Brad Leege | 2015-12-21 | 2 | -2/+2 |
* | | [android] #3348 - Updating customLayerClass package name in JNI code | Brad Leege | 2015-12-21 | 1 | -1/+1 |
* | | [android] #3348 - Moved ExampleCustomLayer into it's own package. Moved Cust... | Brad Leege | 2015-12-21 | 5 | -7/+18 |
* | | [android] #3358 - easeTo() uses nanoseconds instead of milliseconds | Brad Leege | 2015-12-20 | 1 | -1/+1 |
* | | [android] #3358 - Created easeCamera() API method. | Brad Leege | 2015-12-20 | 2 | -9/+71 |
* | | [android] #3358 - Making Core GL camera methods private. Adding moveCamera()... | Brad Leege | 2015-12-20 | 4 | -37/+53 |
* | | [android] #3304 - refactor SpriteFactory to IconFactory, changed all the spri... | Tobrun | 2015-12-20 | 15 | -150/+150 |
* | | [ios, osx] Allow zero-duration flight | Minh Nguyễn | 2015-12-19 | 4 | -14/+27 |
* | | [core] Reformulated flyTo options | Minh Nguyễn | 2015-12-19 | 2 | -27/+49 |