summaryrefslogtreecommitdiff
path: root/include/mbgl/android
Commit message (Expand)AuthorAgeFilesLines
* add setSetVisibleCoordinateBounds api as already in iOSManabu-GT2015-10-221-0/+7
* [android] Refactor annotations APILeith Bade2015-10-221-4/+0
* [android] Implement UserLocationViewLeith Bade2015-10-221-2/+3
* [android] Fix bug in setSprite when calculating pixel data sizeLeith Bade2015-10-221-4/+4
* Refactor Android render loop to limit frame rate to 60 FPSLeith Bade2015-09-241-3/+1
* Refactor NativeMapView to hold std::unique_ptr to Map and DefaultFileSourceLeith Bade2015-09-241-2/+2
* Improve handling of cancelled HTTP requestsLeith Bade2015-09-231-1/+1
* Create SharedSQLiteCacheLeith Bade2015-09-161-1/+1
* Merge branch 'master' into nodeJohn Firebaugh2015-08-311-0/+7
|\
| * implement annotation marker tap recognition in AndroidJustin R. Miller2015-08-281-0/+7
* | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+2
|/
* Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-111-0/+29
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-1/+1
* First pass at tidying up Android annotation codeLeith Bade2015-08-041-0/+23
* First pass at updating JNI bindingsLeith Bade2015-07-291-1/+4
* Avoid nudging transitions if a gesture is in progressBruno de Oliveira Abinader2015-07-231-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-1/+13
* 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-0/+4
* drive map rendering from main threadKonstantin Käfer2015-06-261-1/+2
* Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-091-5/+6
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-041-1/+1
* Resize view from map threadJohn Firebaugh2015-04-281-2/+0
* Remove Map::start/stopJohn Firebaugh2015-04-281-3/+0
* move most private Map code to MapContextKonstantin Käfer2015-04-281-1/+1
* make implementation files private headersKonstantin Käfer2015-04-131-1/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-3/+2
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-1/+1
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-1/+2
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+1
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-3/+2
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-061-4/+0
* make Map::resize() privateKonstantin Käfer2015-03-061-0/+2
* Add projection functions to JavaLeith Bade2015-02-191-0/+10
* Tidy up JNI LatLng refsLeith Bade2015-02-191-10/+10
* refactor makefileKonstantin Käfer2015-02-042-4/+10
* Use std::chronoLeith Bade2015-02-041-1/+1
* Remove excess semicolon in jni.hppLeith Bade2015-01-281-1/+1
* Throw on egl errorsLeith Bade2015-01-221-3/+5
* Clang-format on Android codeLeith Bade2015-01-022-9/+8
* Rename View functionsLeith Bade2014-12-231-3/+3
* Add Android user-agent infoLeith Bade2014-12-101-0/+1
* Merge classesLeith Bade2014-12-061-27/+6
* Fix commitLeith Bade2014-12-061-1/+5
* Fix Map with CachingHTTPFileSourceLeith Bade2014-12-041-0/+3
* Rename lots of thingsLeith Bade2014-12-042-27/+27
* Add fps mode for #646Leith Bade2014-11-282-0/+7
* Perfer 16 bit depth, handle long GL extension stringsLeith Bade2014-11-281-1/+3
* Rewrite EGL config choosingLeith Bade2014-11-221-4/+2
* Fix null string crashLeith Bade2014-11-181-0/+1