summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Remove compilation flag, rename flags.upstream/fabian-sdk-loggingFabian Guerra2018-11-146-18/+18
* [ios, macos] Fix logging grammar, format, function names.Fabian Guerra2018-11-145-13/+12
* [ios, macos] Clean unnecesary blank lines in MGLLight.mm set methods.Fabian Guerra2018-11-142-5/+0
* [ios, macos] Rename NSStringFromCLLocationCoordinate2D to MGLStringFromCLLoca...Fabian Guerra2018-11-143-7/+7
* [ios, macos] Remove verbose logging for release builds.Fabian Guerra2018-11-145-11/+44
* [ios, macos] Rename function NSStringFromMGLTransition to MGLStringFromMGLTra...Fabian Guerra2018-11-1314-69/+69
* [ios, macos] Add logging conditional compilation flag.Fabian Guerra2018-11-131-4/+13
* Log size testFabian Guerra2018-11-131-4/+4
* [ios, macos] Fix string from boolean prefix, add custom function for NSCAssert.Fabian Guerra2018-11-137-41/+50
* [macos] Add logs to map view.Fabian Guerra2018-11-131-3/+42
* [ios, macos] Fix snapshotter size logging.Fabian Guerra2018-11-131-1/+6
* [ios, macos] Add logs to foundation classes.Fabian Guerra2018-11-133-1/+10
* [ios, macos] Add logs to annotation classes.Fabian Guerra2018-11-132-0/+17
* [ios, macos] Add logs to offline classes.Fabian Guerra2018-11-134-1/+24
* [ios, macos] Add logs to shapes classes.Fabian Guerra2018-11-137-0/+29
* [ios, macos] Fix logger string specifier for the line parameter.Fabian Guerra2018-11-131-2/+2
* [ios, macos] Include MGLLoggingConfiguration to filesource-files.txt.Fabian Guerra2018-11-131-0/+1
* [ios, macos] Migrate NSAssert to MGLAssert.Fabian Guerra2018-11-1317-49/+70
* [ios, macos] Log network requests.Fabian Guerra2018-11-131-0/+5
* [ios, macos] Split logging categories accordingly to MGLLoggingLevel.Fabian Guerra2018-11-131-3/+48
* [ios, macos] Add tracing logs to generated style classes.Fabian Guerra2018-11-1313-0/+275
* [ios, macos] Add tracing logs.Fabian Guerra2018-11-133-11/+133
* [ios, macos] Add BOOL to string function.Fabian Guerra2018-11-131-0/+4
* [ios, macos] Add coordinate to string function.Fabian Guerra2018-11-131-0/+10
* [ios, macos] Update the logging subsystem to platform agnostic.Fabian Guerra2018-11-131-1/+1
* [qt] Fix crash on Qt filesourceThiago Marcos P. Santos2018-11-131-2/+6
* [qt] Deprecate Qt4 and old versions of Qt5Thiago Marcos P. Santos2018-11-1317-351/+179
* [ios][documentation] link API documentation to ios-sdk/examplesJosh Erb2018-11-1336-32/+475
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-139-20/+81
* [macos] Fixed syntax errors in changelogupstream/investigate-13282Minh Nguyễn2018-11-091-3/+3
* [android] bump telemetry to 3.5.4, update changelog for 6.6.7Łukasz Paczos2018-11-092-1/+7
* [ios, macos] Renamed ambient cache prewarming methodMinh Nguyễn2018-11-085-27/+43
* macos-v0.12.0Minh Nguyễn2018-11-082-2/+2
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-11-082-19/+27
* Switch code coverage system to CodeCov (#13297)Jordan Kiley2018-11-081-28/+0
* [android] - annotate onMapReady with @NonNullTobrun2018-11-0827-28/+45
* [android] - update changelog for v6.7.0 and prior 6.6.x releasesTobrun2018-11-081-8/+18
* [ios] Bump podspecs and update changelog for 4.6.0upstream/fb-ios-v4.6.0Jason Wray2018-11-074-4/+4
* [android] - nullify codebase with annotationsTobrun2018-11-07133-408/+1371
* [mac] Fix wrong allocation at layerFromMBGLLayerupstream/jrex/4352-resize-mapviewMikhail Pozdnyakov2018-11-071-9/+9
* initial tweaks (#13295)Langston Smith2018-11-071-83/+83
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-073-8/+11
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-074-105/+0
* [android] layers.cpp/hpp -> layer_manager.cpp/hppMikhail Pozdnyakov2018-11-075-5/+5
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-0730-193/+560
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-075-0/+67
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
* [android] verify if `text-field` is not null before performing compatibility ...Łukasz Paczos2018-11-0612-8/+181
* [android] log Java exception and fail silently instead of throwing a native e...Łukasz Paczos2018-11-063-36/+229
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for scr...tobrun2018-11-055-22/+118