source/nodejs/marked-schema/lib/generateMarkdown.js (7 lines): - line 54: // TODO: refactor this to be a "summary-only" generation - line 260: // TODO: Add plugin point for custom JSON schema properties like gltf_* - line 275: // TODO: items is a full schema - line 325: // TODO: maxLength - line 340: // TODO: additionalProperties is really a full schema - line 350: // TODO: fix adding samples later - line 366: // TODO: Support other types of example languages source/nodejs/adaptivecards-site/themes/adaptivecards/layout/designer.ejs (4 lines): - line 137: // TODO: when the designer has an addError API we should log that we failed to load the requested card - line 176: // TODO: Talk to David: I want to put the sampleData setter here but it was failing - line 181: // TODO: when the designer has an addError API we should log that we failed to load the requested card - line 316: // TODO: Find a way to also validate against the schema source/uwp/UWPUITestApp/App.xaml.cs (2 lines): - line 57: //TODO: Load state from previously suspended application - line 98: //TODO: Save application state and stop any background activity source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/layout/HorizontalFlowLayout.java (2 lines): - line 29: * TODO: modify this class to allow for right-to-left placement of sub-views as well as left-to-right placement of sub-views. - line 57: // * TODO: uncomment this constructor once the minimum API level of this project is changed to 21 (Lollipop). source/uwp/AdaptiveCardTestApp/App.xaml.cs (2 lines): - line 48: //TODO: Load state from previously suspended application - line 89: //TODO: Save application state and stop any background activity source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/BackgroundImageLoaderAsync.java (2 lines): - line 97: // TODO: Optimize the rendering as drawBitmap source rectangle can scale images automatically - line 192: // TODO: Check RTL Support source/shared/cpp/ObjectModel/jsoncpp.cpp (2 lines): - line 797: // TODO: Help the compiler do the div and mod at compile time or get rid of them. - line 1805: // TODO: Help the compiler do the div and mod at compile time or get rid of them. source/uwp/PerfApp/App.xaml.cpp (2 lines): - line 58: // TODO: Restore the saved session state only when appropriate, scheduling the - line 104: //TODO: Save application state and stop any background activity source/dotnet/Library/AdaptiveCards/AdaptiveWarning.cs (2 lines): - line 5: // TODO: decide if standard error codes are useful or if this should just be string - line 12: // TODO #2749: temporary warning code for fallback card. Remove when common set of error codes created and integrated. source/uwp/UWPObjectModelTest/UnitTestApp.xaml.cs (2 lines): - line 63: //TODO: Load state from previously suspended application - line 98: //TODO: Save application state and stop any background activity source/uwp/Visualizer/App.xaml.cs (2 lines): - line 57: //TODO: Load state from previously suspended application - line 98: //TODO: Save application state and stop any background activity source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ColumnSetRenderer.java (1 line): - line 78: // TODO: Consistent column-width across platforms, which may need normalized weights: source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/layout/FullscreenVideoLayout.java (1 line): - line 68: // TODO: Switch to androidx.media2.widget.MediaControlView after AndroidX upgrade source/dotnet/Library/AdaptiveCards.Rendering.Wpf/ResourceResolver.cs (1 line): - line 108: // TODO: Context warning, no asset resolver for URI scheme source/dotnet/Library/AdaptiveCards/IgnoreDefaultStringEnumConverter.cs (1 line): - line 15: // TODO: temporary warning code for invalid value. Remove when common set of error codes created and integrated. source/nodejs/adaptivecards-site/themes/adaptivecards/scripts/helper-properties-details.js (1 line): - line 13: // TODO: actually pass locale source/nodejs/adaptivecards-templating/src/json-schema-card.ts (1 line): - line 108: // TODO not implemented source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ColumnRenderer.java (1 line): - line 123: // TODO: Check compatibility with model on top source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ContainerRenderer.java (1 line): - line 156: // TODO: Check RTL support source/uwp/ObjectModelTest/stdafx.cpp (1 line): - line 9: // TODO: reference any additional headers you need in STDAFX.H source/uwp/Renderer/lib/Util.cpp (1 line): - line 558: // TODO: investigate the midnight bug. If the timezone will be ahead of UTC we can do -1 day when converting source/dotnet/Library/AdaptiveCards/AdaptiveAction.cs (1 line): - line 25: // TODO: Title should be required is NOT a selectAction? Or can we use it as a tooltip? source/dotnet/Library/AdaptiveCards/IgnoreNullEnumConverter.cs (1 line): - line 18: // TODO: temporary warning code for invalid value. Remove when common set of error codes created and integrated. source/uwp/UWPUITests/TestHelpers.cs (1 line): - line 138: // TODO: Fix UWP implementation to assign name/id to the CalendarDatePicker control source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ImageRenderer.java (1 line): - line 226: // TODO: Check RTL support source/nodejs/adaptivecards-react/src/adaptive-card.tsx (1 line): - line 101: // TODO: Why is there a global action handler when we have specific source/nodejs/adaptivecards-site/themes/adaptivecards/source/js/script.js (1 line): - line 451: // TODO: clean this up to only provide custom host config options source/nodejs/adaptivecards-site/themes/adaptivecards/scripts/filter-githubauthor.js (1 line): - line 24: // TODO: cache this source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/TextBlockRenderer.java (1 line): - line 84: // TODO: Refactor to ViewCompat.setAccessibilityHeading after AndroidX upgrade source/dotnet/Library/AdaptiveCards/AdaptiveCard.cs (1 line): - line 319: // TODO: Add Media information to the list when Media type is added source/nodejs/ac-typed-schema/src/markdown/generate-markdown.ts (1 line): - line 323: // TODO: Add plugin point for custom JSON schema properties like gltf_* source/dotnet/Library/AdaptiveCards.Rendering.Wpf/Helpers/ImageExtensions.cs (1 line): - line 47: // TODO: Should we set the image metadata? source/uwp/UWPUITests/Application.cs (1 line): - line 31: // TODO: Verify if the MUXTestInfra package can be used, instead of duplicating their code (Issue #6052) source/uwp/ObjectModelTest/stdafx.h (1 line): - line 17: // TODO: reference additional headers your program requires here source/dotnet/Library/AdaptiveCards/AdaptiveColumn.cs (1 line): - line 43: public string Width { get; set; } // TODO: this should be a ColumnWidth type with implicit converter source/uwp/Visualizer/ViewModel/MainPageViewModel.cs (1 line): - line 110: // TODO: Check if not saved source/android/adaptivecards/src/main/java/io/adaptivecards/renderer/readonly/ImageSetRenderer.java (1 line): - line 78: // TODO: temporary - this will be handled in the object model source/shared/cpp/ObjectModel/HostConfig.h (1 line): - line 87: // TODO: microsoft/AdaptiveCards#3460 each ColorConfig below needs a HighlightColorConfig initializer source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/ACRMediaTarget.mm (1 line): - line 98: // TODO AVPlayerViewController has some constraints conflicts internally; need to fix, so the warning will be turned off, but