summaryrefslogtreecommitdiff
path: root/android/cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-261-1/+1
* drive Android rendering from the main thread via invalidate() callsKonstantin Käfer2015-06-262-3/+64
* drive map rendering from main threadKonstantin Käfer2015-06-261-3/+7
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-2/+2
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-131-14/+4
* Extensible GL extension supportJohn Firebaugh2015-05-131-84/+3
* Remove unused GL feature flagsJohn Firebaugh2015-05-131-9/+0
* Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-091-5/+11
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-041-5/+4
* Remove unused includesJohn Firebaugh2015-04-281-0/+1
* Resize view from map threadJohn Firebaugh2015-04-282-5/+1
* Remove Map::start/stopJohn Firebaugh2015-04-282-42/+1
* Following kkaefer's view changesJohn Firebaugh2015-04-281-2/+2
* remove some unused includesKonstantin Käfer2015-04-282-0/+2
* move most private Map code to MapContextKonstantin Käfer2015-04-282-11/+3
* [android] never pass garbage info to RegisterNatives()Konstantin Käfer2015-04-201-4/+2
* remove nativeRun() method as that is now privateKonstantin Käfer2015-04-171-9/+1
* Rework easing transition codeJohn Firebaugh2015-04-021-48/+0
* replace iterator variable types with autoKonstantin Käfer2015-04-011-1/+1
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-3/+0
|\
| * Make the logging system staticThiago Marcos P. Santos2015-03-121-3/+0
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-122-30/+7
|/
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-9/+8
* make Map::resize() privateKonstantin Käfer2015-03-062-18/+7
* Fixup LatLng class refLeith Bade2015-02-191-12/+12
* Add projection functions to JavaLeith Bade2015-02-191-11/+233
* Tidy up JNI LatLng refsLeith Bade2015-02-191-76/+76
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-8/+7
* #868 - Updating getLatLon() calls in MapView and NativeMapView. Updating Jav...Brad Leege2015-02-121-10/+10
* refactor makefileKonstantin Käfer2015-02-042-11/+9
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+6
* Use std::chronoLeith Bade2015-02-042-30/+30
* Throw on egl errorsLeith Bade2015-01-222-61/+74
* get/setAppliedStyleClasses -> get/setClassesLeith Bade2015-01-181-11/+38
* Remove binary shader caching on Android since OS already does thisLeith Bade2015-01-131-15/+0
* Remove coffeecatchLeith Bade2015-01-135-3075/+62
* Add failsafe to program binary loadingLeith Bade2015-01-051-0/+4
* Clang-format on Android codeLeith Bade2015-01-022-339/+442
* Remove errorLeith Bade2014-12-261-1/+1
* Add error for testing new build systemLeith Bade2014-12-251-1/+1
* Rename View functionsLeith Bade2014-12-231-7/+7
* Remove C style castsLeith Bade2014-12-221-22/+22
* Add missing GL extensionsLeith Bade2014-12-221-0/+53
* Add Android user-agent infoLeith Bade2014-12-101-0/+7
* Remove Map::cleanup() from JNILeith Bade2014-12-081-9/+1
* Missing assertsLeith Bade2014-12-061-8/+4
* Merge classesLeith Bade2014-12-061-44/+47
* Fix commitLeith Bade2014-12-062-3/+4
* Fix Map with CachingHTTPFileSourceLeith Bade2014-12-041-1/+1