summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [ios] Guard against nil user location when setting tracking modeJason Wray2017-08-301-13/+13
| * [ios, macos] Make minimumZoomLevel and maximumZoomLevel IBInspectable. (#9729)Fabian Guerra Soto2017-08-304-4/+6
| * [tests] Cherry-pick OfflineDatabase::databaseTableColumnsJason Wray2017-08-291-0/+11
| * [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-292-0/+24
| * [core] Remove database on schema downgradeThiago Marcos P. Santos2017-08-291-1/+1
| * [ios] Set location to nil until the user's location is determinedIan Wagner2017-08-283-4/+3
| * [ios] Support iOS 11 location usage descriptionsJason Wray2017-08-283-9/+24
| * [ios] Print Xcode and SDK version during packagingupstream/fb-build-cherry-picksJason Wray2017-08-251-1/+3
| * [build] Don't fail hard for unknown warning groupsKonstantin Käfer2017-08-251-1/+4
| * [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-08-252-0/+6
| * [ios] Fix heading update loopupstream/fb-fewer-heading-updates-thxJason Wray2017-08-242-5/+18
| * [ios] Document annotations-as-features limitations w/feature queryingJason Wray2017-08-211-10/+15
| * [android] - update config for next reeleaseandroid-v5.1.3Tobrun Van Nuland2017-08-193-3/+3
| * [android] - update changelog for v5.1.3Tobrun Van Nuland2017-08-191-1/+12
| * bumped MAS version numberCameron Mace2017-08-191-1/+1
| * [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-191-28/+18
| * [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-191-1/+1
| * [android] - re-add projectedMetersTobrun Van Nuland2017-08-191-0/+15
| * [android] - create smallest possible LatLngBounds when visible region crosses...Tobrun2017-08-193-8/+37
| * [android] - provide compability with Samsung devices forcing 3-4 array matrix...Tobrun2017-08-191-3/+27
| * [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
* | [ios] remove ios-simFredrik Karlsson2017-09-272-9/+0
* | [android] - deprecate MarkerViewTobrun Van Nuland2017-09-2713-0/+3021
* | [core] Move *TileID hashing to separate implJesse Crocker2017-09-263-24/+41
* | [android] - hide overlain views on initTobrun Van Nuland2017-09-261-0/+2
* | [android] - bump snapshot version to betaTobrun Van Nuland2017-09-262-3/+3
* | [android] - add API to perform platform side animationsTobrun Van Nuland2017-09-268-4/+282
* | [android] - update changelog for 5.1.4 release.Tobrun Van Nuland2017-09-261-0/+16
* | [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-253-9/+96
* | [all] - use resource_class large on Circle-CI to avoid OOMTobrun Van Nuland2017-09-251-0/+6
* | [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-252-15/+23
* | [android] fix map in dialog activityIvo van Dongen2017-09-221-6/+18
* | [android] fix double map activityIvo van Dongen2017-09-221-2/+2
* | [android] example custom layer - add context lost callbackIvo van Dongen2017-09-223-0/+10
* | [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-223-5/+16
* | [core] custom layer - add contextLost callbackIvo van Dongen2017-09-225-3/+36
* | [android] re-implemented the fps listener apiIvo van Dongen2017-09-228-80/+77
* | [android] speed up ui testsIvo van Dongen2017-09-221-22/+21
* | [android] reset renderer on the GL thread when map is destroyedIvo van Dongen2017-09-222-2/+11
* | [core] Actor/ActorRef - ask calls to void methodsIvo van Dongen2017-09-223-0/+70
* | [android] map snapshotsIvo van Dongen2017-09-227-32/+49
* | [android] signal renderer when gl surface is re-initialized that gl context i...Ivo van Dongen2017-09-221-0/+1
* | [core] send signal to RenderCustomLayer when gl context has been lostIvo van Dongen2017-09-226-1/+29
* | [android] Re-initialise renderer, backend and context when the android system...Ivo van Dongen2017-09-227-45/+99
* | [core] allow context to be abandoned on destructionIvo van Dongen2017-09-222-1/+9
* | [android] fix ZoomButtonController initialisation orderIvo van Dongen2017-09-221-1/+1
* | [android] self-contained map rendererIvo van Dongen2017-09-2218-435/+560
* | [android] schedule work on the gl thread using GLSurfaceView#queueEventIvo van Dongen2017-09-229-47/+122
* | [android] async renderingIvo van Dongen2017-09-2211-644/+713
* | [android] extract RendererBackend from NativeMapViewIvo van Dongen2017-09-225-106/+109