├── .github ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── 0000-template.md ├── LICENSE ├── README.md ├── SDL_Releases.md ├── assets └── proposals │ ├── 0062-template-images │ ├── button-day.png │ ├── button-highlighted.png │ ├── button-night.png │ ├── imagetype-example-day.png │ ├── imagetype-example-night.png │ ├── imagetype-icon-day.png │ ├── imagetype-icon-highlighted.png │ ├── imagetype-icon-night.png │ ├── imagetype-icon.png │ ├── imagetype-pattern-day.png │ ├── imagetype-pattern-highlighted.png │ └── imagetype-pattern-night.png │ ├── 0065-remote-control │ ├── 0065_SDLRC_HMI_Guidelines_v1 1.pdf │ └── 0065_SDLRC_Mobile_API_Guidelines_v1.0.pdf │ ├── 0068-idea_to_implementation │ └── sdl_workflow.png │ ├── 0075-HID-support-plug-in │ ├── HID_Architecture_Overview.pdf │ ├── HID_Architecture_Overview.png │ ├── HID_Architecture_Overview_Alt_1.png │ └── HID_Architecture_Overview_Alt_2.png │ ├── 0080-Support-for-MultiSession-protocol-string │ └── MultiSession-iOS_Proxy_Flow.png │ ├── 0084-Progress-Bar-Seek-Feature │ ├── Current.png │ └── Proposed.png │ ├── 0092-deprecated-interfaces-markup │ └── deprecated_doxygen_example.png │ ├── 0095-AOA-multiplexing │ ├── 0095-AOA-multiplexing_overview.png │ ├── 0095-aoa-multiplexing-class-diagram.png │ ├── 0095-aoa-possible-permanent-routerservice-solution.png │ └── 0095-multiplex_for_multiple_transports.png │ ├── 0122-new_rules_for_providing_vr_help_items_vr_help_title │ └── 0122-New_rules_for_providing_VRHelpItems_VRHelpTitl.png │ ├── 0123-SendURI │ ├── FacebookArticleShare2.jpg │ └── TwitterArticleShare2.jpg │ ├── 0126-ATF-Additional-Transports │ └── atf_transport_adapter.png │ ├── 0127-Atf-Sdl-Watchdog-Service │ └── sdl-watchdog.png │ ├── 0128-atf-script-runner │ └── atf_script_runner_diagram.png │ ├── 0130-SendLocation-for-Mobile-Nav │ ├── SendLocationForMobileNav_RAI.jpg │ └── SendLocationForMobileNav_RequestResponse.jpg │ ├── 0133-EnhancediOSProxyInterface.md │ ├── delegation_2x.png │ ├── f4kekYV.jpg │ └── model_view_controller_2x.png │ ├── 0136-rc-sdl-module │ ├── IMG_1125.jpg │ ├── SDL_App_RC.png │ └── packet_structure.png │ ├── 0137-TouchCoord-outside-video-screen-range │ ├── 0137-TouchCoord-outside-video-screen-range-pic1.png │ └── 0137-TouchCoord-outside-video-screen-range-pic2.png │ ├── 0147-template-color-scheme │ ├── accuweather-day.png │ ├── accuweather-night.png │ ├── iHeart-day.png │ ├── iHeart-night.png │ ├── pandora-day.png │ └── pandora-night.png │ ├── 0156-high-level-interface-foundation │ ├── application-lifecycle.png │ ├── view-controller-lifecycle.png │ └── view-controller-overview.png │ ├── 0158-cloud-app-transport-adapter │ ├── cloud_app_activation.png │ ├── example_use_case_1.png │ ├── example_use_case_2.png │ ├── example_use_case_3.png │ ├── example_use_case_4.png │ └── set_cloud_app_properties.png │ ├── 0167-app-services │ ├── consumer.png │ ├── file_transfer.png │ ├── provider.png │ └── rpc_passthrough.png │ ├── 0168-rpc-design-refactoring │ └── new_design.png │ ├── 0173-Read-Generic-Network-Signal-data │ ├── OEM Mapping table update flow.png │ ├── SDL-HMI request response flow.png │ └── Schema_Version_Update_flow.png │ ├── 0176-high-level-interface-views-and-controllers │ └── view-controller-lifecycle.png │ ├── 0178-getInteriorVehicleData │ ├── GetInteriorVehicleData_current.png │ └── GetInteriorVehicleData_new_subscribe.png │ ├── 0190-resumption-data-error-handling │ ├── multiple_app_error_handling.png │ └── multiple_app_error_handling_with_common_subscriptions.png │ ├── 0194-android-transport-overhaul │ ├── TransportOverhaul_bridge.png │ ├── TransportOverhaul_new.png │ └── TransportOverhaul_old.png │ ├── 0203-cloud_client_library_phase_1 │ ├── cloud_arch_0.png │ ├── cloud_arch_1.png │ ├── cloud_arch_2.png │ ├── java_sets.png │ └── project_hierarchy.png │ ├── 0206-remote_atf_testing │ └── ATFRemoteAdapter.png │ ├── 0211-ServiceStatusUpdateToHMI │ ├── Invalid-Cert.png │ ├── PTU-Time-Out.png │ ├── invalid-system-time.png │ └── sunny-day-scenario.png │ ├── 0216-widget-support │ ├── example-home.jpg │ ├── hmi-chart.png │ ├── rse.jpg │ ├── screen.png │ ├── template-graphic-with-text.png │ ├── template-text-with-graphic.png │ └── template-tiles-with-graphic.png │ ├── 0218-developer-oem-communication │ ├── app-chat-dev.jpg │ ├── app-chat-oem.jpg │ ├── catalog-of-apps.jpg │ ├── catalog-of-oems.jpg │ ├── email-new-issue.png │ ├── email-new-message.png │ ├── issue-create-oem.jpg │ ├── issue-list-dev.jpg │ ├── issue-list-oem.jpg │ ├── issue-view-dev.jpg │ └── issue-view-oem.jpg │ ├── 0221-multiple-modules │ ├── 2x3.jpg │ ├── 3x3.jpg │ └── 4x4.jpg │ ├── 0228-sdl-server-email-notifications │ ├── email-preview.jpg │ └── visual-config-preview.png │ ├── 0230-spp-resource-management-for-android │ ├── manage_notification_1.png │ ├── manage_notification_2.png │ └── spp_notification_popup.png │ ├── 0238-keyboard-enhancements │ ├── azerty_special_chars.png │ ├── numeric_keypad.png │ └── qwerty_special_chars.png │ ├── 0240-sdl-js-pwa │ ├── activate-web-app.png │ └── arch-overview.png │ ├── 0242-alert-style-subtle │ └── subtle-alert-mockup.png │ ├── 0245-sharing-wifi-ssid-and-password │ ├── WiFi_AP_created_manually_Disconnected.png │ ├── WiFi_AP_created_manually_Disconnected.puml │ ├── andoid_permissions.png │ ├── minimal_approach.png │ ├── minimal_approach.puml │ ├── mobile_access_point.png │ ├── mobile_access_point.puml │ ├── mobile_access_point_multidev_externalhost.png │ ├── mobile_access_point_multidev_externalhost.puml │ ├── secure_service.png │ ├── secure_service.puml │ ├── vehicle_access_point.png │ ├── vehicle_access_point.puml │ ├── vehicle_access_point_multiapps.png │ ├── vehicle_access_point_multiapps.puml │ ├── vehicle_access_point_multidev.png │ └── vehicle_access_point_multidev.puml │ ├── 0248-hmi-ptu-support │ ├── diagram_ptu_external_proprietary.png │ ├── diagram_ptu_external_proprietary_enhanced.png │ └── diagram_ptu_external_proprietary_enhanced_fallback.png │ ├── 0249-Persisting-HMI-Capabilities-specific-to-headunit │ ├── hmi_capabilities_caching_sw_different_happypath.png │ ├── hmi_capabilities_caching_sw_different_requestTimeout.png │ └── hmi_capabilities_caching_sw_same.png │ ├── 0250-NextRpcIndication │ ├── 0250-NextRpcIndication.png │ ├── 0250-NextRpcIndicationv2-2.PNG │ └── 0250-NextRpcIndicationv2.PNG │ ├── 0251-font-styles │ └── 0251-font-styles.png │ ├── 0259-Disabled-Softbuttons │ ├── iheartRadio1.PNG │ └── iheartRadio2.PNG │ ├── 0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status │ ├── PHONE_CALL1.png │ ├── PHONE_CALL2.png │ └── index.md │ ├── 0273-webengine-projection-mode │ ├── web-app-example_with_exit_button_and_template_title.jpg │ └── web-app-example_with_outside_menu_and_template_title.jpg │ ├── 0277-Continuous-Integration-And-Testing │ └── ClusterSchema.png │ ├── 0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress │ ├── registeringApp_flow.png │ └── registeringApp_flow2.png │ ├── 0284-DialNumber_Text │ ├── Current Dial Number.png │ └── Future Dial Number.png │ ├── 0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks │ └── sequence_diagram.png │ ├── 0292-improve-VDE-for-stable-frame-rate │ ├── vd_mc_unstable.png │ └── vd_w_intermediate_surface.png │ ├── 0293-vehicle-type-filter │ ├── OEM_APPS_1.png │ ├── OEM_APPS_2.png │ ├── OEM_APPS_3.png │ ├── OEM_APPS_4.png │ ├── one_noti.png │ ├── sequence_diagram.png │ └── two_noti.png │ ├── 0296-Update-video-streaming-capabilities-during-ignition-cycle │ ├── Negotiation_of_VSCs.svg │ └── Resolution_Switching.svg │ ├── 0297-Add-function-to-transmit-audio-data │ └── Image.gif │ ├── 0301-SDL-device-listener │ └── flow_chart.png │ ├── 0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler │ ├── Figure1_Sample_of_a_simple_meter_display.png │ ├── Figure2_SDL_System_for_Middle_Low_end_class.png │ └── Figure3_System_structure_of_proxy_and_meter_unit.png │ ├── 0303-audio-io-manager │ ├── SDLAudioIOManager.h │ ├── SDLAudioIOManager.m │ └── SDLAudioIOManagerDelegate.h │ ├── 0307-GetInput │ ├── GetInput Overview.PNG │ ├── GetInput-1-1.PNG │ ├── GetInput-1-2.PNG │ ├── GetInput-1.PNG │ ├── GetInput-2.PNG │ ├── GetInput-3-1.PNG │ ├── GetInput-3-2.PNG │ ├── GetInput-3.PNG │ └── GetInput-ErrorFlow.PNG │ ├── 0309-android-notifications │ ├── all_noti.png │ ├── noti_button.png │ ├── noti_button_1.png │ ├── noti_button_2.png │ ├── review_1.png │ ├── review_2.png │ ├── review_3.png │ ├── sdl_faq.png │ └── waiting_for_connection.png │ ├── 0310-PerformInteraction-Multipick │ └── PerformInteraction Multipick overview.PNG │ ├── 0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order │ └── Figure1_SDL_App_Icon_display_sequence.PNG │ ├── 0315-Add-RPC-Conflict-Management │ ├── Figure1_Conflict_between_ScrollableMessage_and_PerformAudioPassThru_1.png │ ├── Figure2_ONS_RPCs_conflict.png │ ├── Figure3_TTS_RPCs_conflict.png │ └── Table_2_Priority_result_of_Table1.png │ ├── 0316-Clarification-of-transport-switching-rules-and-improvement-of-UX │ ├── Figure_1_Sequence_with_new_RPC_added_to_existing_logic1.png │ └── Table_1_Switching_of_Multiple_Transport.png │ ├── 0317-sdl-protocol-security-specification │ ├── tls-handshake.png │ └── tls-handshake.uml │ ├── 0319-Add-a-notification-and-restore-function-for-unexpected-exception-error │ ├── Figure_1_error_notification_sequence.png │ └── Figure_2_return_processing.png │ ├── 0320-Add-screen-stack-management-module │ ├── Screen_transition_process.png │ └── new_sequence.png │ ├── 0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps │ └── Figure_1_app_switching_sequence.png │ ├── 0325-Dynamic-App-List-Sorting │ └── Figure1_SDL_App_Icon_display_sequence.PNG │ ├── 0326-handle-late-malformed-hmi-responses │ └── addCommand_fail.png │ ├── 0331-Add-new-SDL-System-Structure-using-Mediation-Application │ ├── Figure1_Current_SDL_system_configuration.png │ └── Figure2_new_SDL_system_configuration.png │ ├── 0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress │ ├── Http_request_flow.png │ └── Proprietary_request_flow.png │ ├── 0340-atf-selenium-support │ └── ATFSelenium.png │ ├── 0341-add-generic-hmi-plugin-support │ ├── menu-example.png │ ├── plugin-tabs-example.png │ └── vr-plugin-stub-example.png │ └── 0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps │ └── Figure_1_sequence_of_Add_Notifications_for_Required_App_Support.png ├── changelog.md ├── commonly_proposed.md ├── process.md ├── proposal-status.xsl ├── proposals.xml ├── proposals ├── 0001-secured-preferences.md ├── 0002-turn-by-turn-mobile-managers.md ├── 0003-last-mile-navigation.md ├── 0004-sendlocation-updates.md ├── 0005-ios-immutable-rpc-storage-properties.md ├── 0006-ios-stringly-typed-enums.md ├── 0007-ios-objc-generics.md ├── 0008-ios-7-0-minimum.md ├── 0009-ios-library-prefer-nonatomic.md ├── 0010-spec-buttonname-additions-for-navigation-applications.md ├── 0011-ios-library-conform-to-nscopying.md ├── 0012-ios-library-remove-siphon.md ├── 0013-ios-remove-json-encode-decode-classes.md ├── 0014-adding-audio-file-playback-to-ttschunk.md ├── 0015-android-studio-sdl-plugin.md ├── 0016-ios-library-transport-private-cleanup.md ├── 0017-ios-protocol-layer-nonpublic.md ├── 0018-ios-use-nullability-annotations.md ├── 0019-ios-proxy-layer-nonpublic.md ├── 0020-ios-remove-rpcrequestfactory.md ├── 0021-ios-remove-sdlttschunkfactory.md ├── 0022-android-rsvp-off.md ├── 0023-update-mobile-api-mandatory-flag.md ├── 0024-ios-8-0-minimum.md ├── 0025-ios-filemanager-stream-from-disk.md ├── 0026-android_move_to_android_studio.md ├── 0027-ios-specify-handlers.md ├── 0028-meta-template-potential-downsides.md ├── 0029-ios-multiple-file-manager-transactions.md ├── 0030-ios-logging-redesign.md ├── 0031-mobile-projection.md ├── 0032-on-hmi-status-state-changes.md ├── 0033-streaming-media-manager-update.md ├── 0034-ios-cocoapods-rename.md ├── 0035-audio-pass-thru-handler.md ├── 0036-android-up_target-version.md ├── 0037-Expand-Mobile-putfile-RPC.md ├── 0038-Communication-app-activation.md ├── 0039-'menuIcon'-menuTitle'-params.md ├── 0040-DTLS-encryption.md ├── 0041-appicon-resumption.md ├── 0042-transfer-invalid-image-rpc.md ├── 0043-upgrade-c++-standard.md ├── 0044-use-Boost-library.md ├── 0045-external-policy-manager.md ├── 0046-implement-logger-abstraction.md ├── 0047-manual-lockscreen-layout-ios.md ├── 0048-H264-over-RTP-support-for-video-streaming.md ├── 0049-touch-cancellation.md ├── 0050-add-api-patch-version.md ├── 0051-enhance_video_streaming_apis_for_android.md ├── 0052-constructed-payloads.md ├── 0053-Connectivity-via-iAP-BT-and-Transport-Switch.md ├── 0054-change-registration-manager.md ├── 0055-system_capabilities_query.md ├── 0056-hardware-validator-app-android.md ├── 0057-add-zeroconf-capability.md ├── 0058-video-streaming-capabilities.md ├── 0059-android_rpc_refactor.md ├── 0060-support-indian-english-thai.md ├── 0061-locale-support.md ├── 0062-template-images.md ├── 0063-display-name-parameter.md ├── 0064-choice-vr-optional.md ├── 0065-remote-control.md ├── 0066-steering-wheel-location.md ├── 0067-optimize-connection-wait-range.md ├── 0068-idea_to_implementation.md ├── 0069-enhance-video-streaming-performance-for-android.md ├── 0070-iap-transport-type-notification.md ├── 0071-remote-control-baseline.md ├── 0072-New-vehicle-data-FuelRange.md ├── 0073-Adding-Metadata-Types.md ├── 0074-android_o_changes_phase_1.md ├── 0075-HID-Support-Plug-in.md ├── 0076-Support-For-Additional-Languages.md ├── 0077-sdl-policy-server-enhancements.md ├── 0078-control_frame_payloads_v1_0_0.md ├── 0079-system_capability_manager.md ├── 0080-Support-for-MultiSession-protocol-string.md ├── 0081-SDLInterfaceManager.md ├── 0082-New-vehicle-data-EngineOilLife.md ├── 0083-Expandable-design-for-proprietary-data-exchange.md ├── 0084-Progress-Bar-Seek-Feature.md ├── 0085-submenu-icon.md ├── 0086-auto_set_correlation_ids_android.md ├── 0087-send-multiple-rpcs.md ├── 0088-ios-system-capability-manager.md ├── 0089-mobile-api-versioning.md ├── 0090-SDLHapticHitTesterProtocol.md ├── 0091-SDLScreen-SDLWindow-Projection.md ├── 0092-Deprecated-interfaces-markup.md ├── 0093-haptic-projection.md ├── 0094-sdl-policy-server-ui.md ├── 0095-AOA-multiplexing.md ├── 0096-deliver-build-configuration.md ├── 0097-tire-pressure-additions.md ├── 0098-localization.md ├── 0099-new-remote-control-modules-and-parameters.md ├── 0100-new-data-transfer-interface-for-streaming-android.md ├── 0101-android_internal_interface.md ├── 0102-New-vehicle-data-ElectronicParkBrakeStatus.md ├── 0103-ApplicationCustomSounds.md ├── 0104-atf_security_proposal.md ├── 0105-remote-control-seat.md ├── 0106-remote-control-onRcStatus-notification.md ├── 0107-New-vehicle-data-turnSignal.md ├── 0108-AutoCompleteList.md ├── 0109-set-audio-streaming-indicator.md ├── 0110-remove-qt-hmi-from-sdl-core.md ├── 0111-ios-carwindow.md ├── 0112-ios-serial-rpc-notifications.md ├── 0113-audiostreammanager.md ├── 0114-default-softbuttoncapabilities.md ├── 0115-close-application.md ├── 0116-open-menu.md ├── 0117-configurable-time-before-shutdown.md ├── 0118-video-background-string.md ├── 0119-SDL-passenger-mode.md ├── 0120-GetSystemTime.md ├── 0121-atf_facade_proposal.md ├── 0122-New_rules_for_providing_VRHelpItems_VRHelpTitle.md ├── 0123-SendURI.md ├── 0124-SDLImageUploadManager.md ├── 0125-atf-videostreaming-full-support.md ├── 0126-atf-additional-transports.md ├── 0127-atf-sdl-watchdog-service.md ├── 0128-atf-script-runner.md ├── 0129-ios-additional-apptypes.md ├── 0130-SendLocation-for-Mobile-Nav.md ├── 0131-test-scripts-common-modules-refactoring.md ├── 0132-Change_ATF_test_reports_folder_structure.md ├── 0133-EnhancediOSProxyInterface.md ├── 0134-ios-show-manager.md ├── 0135-PushToTalk-hardkey-support.md ├── 0136-rc-sdl-module.md ├── 0137-TouchCoord-outside-video-screen-range.md ├── 0138-hmi-audiopassthru-capability.md ├── 0139-apt-clarification.md ├── 0140-android_metadata.md ├── 0141-multiple-transports.md ├── 0142-mt-instance-ids.md ├── 0143-mt-service-discovery.md ├── 0144-app-nicknames.md ├── 0145-distraction-notification-after-registration.md ├── 0146-updating-mobile-version-dependencies.md ├── 0147-template-color-scheme.md ├── 0148-template-additional-submenus.md ├── 0149-mt-registration-limitation.md ├── 0150-video-streaming-state.md ├── 0151-imagefieldname-for-secondary-image.md ├── 0152-driver-distraction-list-limits.md ├── 0153-support-short-long-appid.md ├── 0154-add-sdl-core-daemon-script.md ├── 0155-mobile-menu-manager.md ├── 0156-high-level-interface-foundation.md ├── 0157-mobile-choice-manager.md ├── 0158-cloud-app-transport-adapter.md ├── 0159-Static-SDL-Icon-Names-Enum.md ├── 0160-rc-radio-parameter-update.md ├── 0161-remove-sdl-cordova.md ├── 0162-define-handling-of-duplicate-correlation-ids.md ├── 0163-make-spaceavailable-field-non-mandatory.md ├── 0164-modernize-ubuntu-support.md ├── 0165-rc-lights-more-names-and-status-values.md ├── 0166-use-android-annotations-library.md ├── 0167-app-services.md ├── 0168-rpc-design-refactoring.md ├── 0169-initial-and-hint-text-for-keyboard.md ├── 0170-sdl-behavior-in-case-of-Low-Voltage.md ├── 0171-android-manager-apis.md ├── 0172-onRcStatus-allowed.md ├── 0173-Read-Generic-Network-Signal-data.md ├── 0174-deprecate-rpc-request-factory.md ├── 0175-Updating-DOP-value-range-for-GPS-notification.md ├── 0176-high-level-interface-views-and-controllers.md ├── 0177-alert-icon.md ├── 0178-GetInteriorVehicleData.md ├── 0179-pixel-density-and-scale.md ├── 0180-broaden-choice-uniqueness.md ├── 0181-keep-rc-app-hmi-level-when-disable-rc.md ├── 0182-audio-source-am-fm-xm.md ├── 0183-mobile-hash-managment.md ├── 0184-cancel-interaction.md ├── 0185-remove-hello-sdl-ios.md ├── 0186-template-titles.md ├── 0187-restructure-ios-threading.md ├── 0188-get-interior-data-resumption.md ├── 0189-Restructuring-OnResetTimeout.md ├── 0190-resumption-data-error-handling.md ├── 0191-retry-failed-file-uploads.md ├── 0192-button_subscription_response_from_hmi.md ├── 0193-update-android-min-sdk.md ├── 0194-android-transport-overhaul.md ├── 0195-minimum-main-and-secondary-font-size.md ├── 0196-sdlartwork-static-icons.md ├── 0197-setmediaclocktimer-initializers.md ├── 0198-media-skip-indicators.md ├── 0199-Adding-GPS-Shift-support.md ├── 0200-Removing-URL-Param-Max-Length.md ├── 0201-high-level-interface-overlay-controllers.md ├── 0202-character-sets.md ├── 0203-cloud_client_library_phase_1.md ├── 0204-same-app-from-multiple-devices.md ├── 0205-Avoid_custom_button_subscription_when_HMI_does_not_support.md ├── 0206-remote_atf_testing.md ├── 0207-rpc-message-protection.md ├── 0208-block-sdl-head-units.md ├── 0209-static-icon-capability.md ├── 0210-mobile-dynamic-menu-cell-updating.md ├── 0211-ServiceStatusUpdateToHMI.md ├── 0212-add-ability-to-reuse-a-syncfilename-for-a-putfile.md ├── 0213-rc-radio-climate-parameter-update.md ├── 0214-secondary-transport-optimization.md ├── 0215-ios-replaykit-streaming.md ├── 0216-widget-support.md ├── 0217-android-manager-listener-update.md ├── 0218-developer-oem-communication.md ├── 0219-ios-check-type.md ├── 0220-support-for-android-custom-routerservice.md ├── 0221-multiple-modules.md ├── 0222-rair-system-software-name.md ├── 0223-media-service-image.md ├── 0224-navigation-subscription-buttons.md ├── 0225-update-published-app-services.md ├── 0226-ios-manager-rpc-subscriptions.md ├── 0227-add-supported-rgb-colors.md ├── 0228-sdl-server-email-notifications.md ├── 0229-sdl-server-version-tracking.md ├── 0230-spp-resource-management-for-android.md ├── 0231-main-menu-tiles.md ├── 0232-add_pushing_buffer_support_to_audio_stream_manager.md ├── 0233-policy-server-statistics-recording-visualizations.md ├── 0234-proxy-rpc-generation.md ├── 0235-sdl-js-library.md ├── 0236-TireStatus-Mismatch.md ├── 0237-add-feature-to-disable-video-streaming-backgrounded-string-feature.md ├── 0238-Keyboard-Enhancements.md ├── 0239-media-service-data-progress-bar-improvements.md ├── 0240-sdl-js-pwa.md ├── 0241-Commerce-App-Service.md ├── 0242-alert-style-subtle.md ├── 0243-manager-update-display-capability.md ├── 0244-setmediaclocktimer-custom-playback-rates.md ├── 0245-sharing-wifi-ssid-and-password.md ├── 0246-app-services-hmi_capabilities.md ├── 0247-sdl-server-3.md ├── 0248-hmi-ptu-support.md ├── 0249-Persisting-HMI-Capabilities-specific-to-headunit.md ├── 0250-NextRpcIndication.md ├── 0251-font-styles.md ├── 0252-Aligning-HMI-and-MOBILE-API-for-pcmStreamCapabilities.md ├── 0253-New-vehicle-data-StabilityControlsStatus.md ├── 0254-New-vehicle-data-HVBatteryLevel.md ├── 0255-Enhance-BodyInformation-vehicle-data.md ├── 0256-Refactor-Fuel-Information-Related-Vehicle-Data.md ├── 0257-New-vehicle-data-HandsOffSteering.md ├── 0258-Update-vehicle-data-TurnSignal.md ├── 0259-DisabledSoftbuttons.md ├── 0260-Deprecate-HMI-RPC-OnFindApplications.md ├── 0261-New-vehicle-data-WindowStatus.md ├── 0262-New-vehicle-data-SeatOccupancy.md ├── 0263-System-Request.md ├── 0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status.md ├── 0265-Remove-Duplicate-Parameter-HMI-RPC-OnPutFile.md ├── 0266-New-vehicle-data-GearStatus.md ├── 0267-addcommand-ui-updates.md ├── 0268-main-menu-updating.md ├── 0269-New-vehicle-data-ClimateData.md ├── 0270-Add-means-to-launch-with-optimum-appHMIType.md ├── 0271-Start-APT-of-SDL-App-by-pressing-PTT-Button.md ├── 0272-sdl-javascript-manager-layer.md ├── 0273-webengine-projection-mode.md ├── 0274-add-preferred-FPS.md ├── 0275-webengine-app-testing.md ├── 0276-POI-Service-Supported.md ├── 0277-Continuous-Integration-And-Testing.md ├── 0278-screenmanager-layout-management.md ├── 0279-screen-manager-subscribe-buttons.md ├── 0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress.md ├── 0281-Add-a-mechanism-to-exclude-route-guidance-between-embedded-navigation-and-SDL-navigation.md ├── 0282-screen-manager-alerts.md ├── 0283-screen-manager-scrollable-message-and-slider.md ├── 0284-DialNumber_Text.md ├── 0285-ConstantTBT-Update.md ├── 0286-java-suite-cleanup.md ├── 0287-example-apps-organization.md ├── 0288-screen-manager-play-audio.md ├── 0289-set-language-separately.md ├── 0290-modify-the-range-of-APT's-maxDuration.md ├── 0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks.md ├── 0292-improve-VDE-for-stable-frame-rate.md ├── 0293-vehicle-type-filter.md ├── 0294-app-service-messaging.md ├── 0295-screen-manager-audio-pass-thru.md ├── 0296-Update-video-streaming-capabilities-during-ignition-cycle.md ├── 0297-Add-function-to-transmit-audio-data.md ├── 0298-Processing-of-unknown-enum-values-by-SDL-Core.md ├── 0299-Avoid-Deadlock.md ├── 0300-Voice-Assistant-App-Service.md ├── 0301-SDL-device-listener.md ├── 0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler.md ├── 0303-audio-io-manager.md ├── 0304-stream-ontouchevent.md ├── 0305-homogenize-textfieldname.md ├── 0306-Use-Taskmaster-To-Handle-Queuing-Operations-In-Managers.md ├── 0307-GetInputScreen.md ├── 0308-protocol-nak-reason.md ├── 0309-android-notifications.md ├── 0310-PerformInteractionMultipick.md ├── 0311-Make-RPC-Setters-Chainable.md ├── 0312-ios-update-minimum-version-ios10.md ├── 0313-Adding-new-parameters-for-transport-switching.md ├── 0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order.md ├── 0315-Add-RPC-Conflict-Management.md ├── 0316-Clarification-of-transport-switching-rules-and-improvement-of-UX.md ├── 0317-sdl-protocol-security-specification.md ├── 0318-app-lib-vehicle-data-manager.md ├── 0319-Add-a-notification-and-restore-function-for-unexpected-exception-error.md ├── 0320-Add-screen-stack-management-module.md ├── 0321-window-capabilities-template-name.md ├── 0322-improve-starting-streaming-services.md ├── 0323-align-VideoStreamingParameter-with-capability.md ├── 0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps.md ├── 0325-Dynamic-App-List-Sorting.md ├── 0326-handle-late-malformed-hmi-responses.md ├── 0327-app-lib-remote-control-manager.md ├── 0328-modernize-ubuntu-support-v20.md ├── 0329-on-data-resumed.md ├── 0330-app-service-resumption.md ├── 0331-Add-new-SDL-System-Structure-using-Mediation-Application.md ├── 0332-additional-video-streaming-capabilities-validation.md ├── 0333-handle-scenario-where-no-valid-cert-is-available.md ├── 0334-transform-setdisplaylayout-requests-to-ui-show.md ├── 0335-limit-textfield-length-according-to-hmi-capabilities.md ├── 0336-strict-versioning-for-outgoing-core-messages.md ├── 0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress.md ├── 0338-remove-unused-files-from-sdl-core.md ├── 0339-replace-pthread-implementation-with-threads-from-cpp11.md ├── 0340-atf-selenium-support.md ├── 0341-add-generic-hmi-plugin-support.md ├── 0342-remove-policy-mode-option-from-sdl-core.md ├── 0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps.md ├── 0344-Promises-in-Policy-Server.md └── 0345-android-12-issues.md └── proposals_versus_issues.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/.gitignore -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/README.md -------------------------------------------------------------------------------- /SDL_Releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/SDL_Releases.md -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/button-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/button-day.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/button-highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/button-highlighted.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/button-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/button-night.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-example-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-example-day.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-example-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-example-night.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-icon-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-icon-day.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-icon-highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-icon-highlighted.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-icon-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-icon-night.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-icon.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-pattern-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-pattern-day.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-pattern-highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-pattern-highlighted.png -------------------------------------------------------------------------------- /assets/proposals/0062-template-images/imagetype-pattern-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0062-template-images/imagetype-pattern-night.png -------------------------------------------------------------------------------- /assets/proposals/0065-remote-control/0065_SDLRC_HMI_Guidelines_v1 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0065-remote-control/0065_SDLRC_HMI_Guidelines_v1 1.pdf -------------------------------------------------------------------------------- /assets/proposals/0065-remote-control/0065_SDLRC_Mobile_API_Guidelines_v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0065-remote-control/0065_SDLRC_Mobile_API_Guidelines_v1.0.pdf -------------------------------------------------------------------------------- /assets/proposals/0068-idea_to_implementation/sdl_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0068-idea_to_implementation/sdl_workflow.png -------------------------------------------------------------------------------- /assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview.pdf -------------------------------------------------------------------------------- /assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview.png -------------------------------------------------------------------------------- /assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview_Alt_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview_Alt_1.png -------------------------------------------------------------------------------- /assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview_Alt_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0075-HID-support-plug-in/HID_Architecture_Overview_Alt_2.png -------------------------------------------------------------------------------- /assets/proposals/0080-Support-for-MultiSession-protocol-string/MultiSession-iOS_Proxy_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0080-Support-for-MultiSession-protocol-string/MultiSession-iOS_Proxy_Flow.png -------------------------------------------------------------------------------- /assets/proposals/0084-Progress-Bar-Seek-Feature/Current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0084-Progress-Bar-Seek-Feature/Current.png -------------------------------------------------------------------------------- /assets/proposals/0084-Progress-Bar-Seek-Feature/Proposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0084-Progress-Bar-Seek-Feature/Proposed.png -------------------------------------------------------------------------------- /assets/proposals/0092-deprecated-interfaces-markup/deprecated_doxygen_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0092-deprecated-interfaces-markup/deprecated_doxygen_example.png -------------------------------------------------------------------------------- /assets/proposals/0095-AOA-multiplexing/0095-AOA-multiplexing_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0095-AOA-multiplexing/0095-AOA-multiplexing_overview.png -------------------------------------------------------------------------------- /assets/proposals/0095-AOA-multiplexing/0095-aoa-multiplexing-class-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0095-AOA-multiplexing/0095-aoa-multiplexing-class-diagram.png -------------------------------------------------------------------------------- /assets/proposals/0095-AOA-multiplexing/0095-aoa-possible-permanent-routerservice-solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0095-AOA-multiplexing/0095-aoa-possible-permanent-routerservice-solution.png -------------------------------------------------------------------------------- /assets/proposals/0095-AOA-multiplexing/0095-multiplex_for_multiple_transports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0095-AOA-multiplexing/0095-multiplex_for_multiple_transports.png -------------------------------------------------------------------------------- /assets/proposals/0122-new_rules_for_providing_vr_help_items_vr_help_title/0122-New_rules_for_providing_VRHelpItems_VRHelpTitl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0122-new_rules_for_providing_vr_help_items_vr_help_title/0122-New_rules_for_providing_VRHelpItems_VRHelpTitl.png -------------------------------------------------------------------------------- /assets/proposals/0123-SendURI/FacebookArticleShare2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0123-SendURI/FacebookArticleShare2.jpg -------------------------------------------------------------------------------- /assets/proposals/0123-SendURI/TwitterArticleShare2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0123-SendURI/TwitterArticleShare2.jpg -------------------------------------------------------------------------------- /assets/proposals/0126-ATF-Additional-Transports/atf_transport_adapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0126-ATF-Additional-Transports/atf_transport_adapter.png -------------------------------------------------------------------------------- /assets/proposals/0127-Atf-Sdl-Watchdog-Service/sdl-watchdog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0127-Atf-Sdl-Watchdog-Service/sdl-watchdog.png -------------------------------------------------------------------------------- /assets/proposals/0128-atf-script-runner/atf_script_runner_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0128-atf-script-runner/atf_script_runner_diagram.png -------------------------------------------------------------------------------- /assets/proposals/0130-SendLocation-for-Mobile-Nav/SendLocationForMobileNav_RAI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0130-SendLocation-for-Mobile-Nav/SendLocationForMobileNav_RAI.jpg -------------------------------------------------------------------------------- /assets/proposals/0130-SendLocation-for-Mobile-Nav/SendLocationForMobileNav_RequestResponse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0130-SendLocation-for-Mobile-Nav/SendLocationForMobileNav_RequestResponse.jpg -------------------------------------------------------------------------------- /assets/proposals/0133-EnhancediOSProxyInterface.md/delegation_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0133-EnhancediOSProxyInterface.md/delegation_2x.png -------------------------------------------------------------------------------- /assets/proposals/0133-EnhancediOSProxyInterface.md/f4kekYV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0133-EnhancediOSProxyInterface.md/f4kekYV.jpg -------------------------------------------------------------------------------- /assets/proposals/0133-EnhancediOSProxyInterface.md/model_view_controller_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0133-EnhancediOSProxyInterface.md/model_view_controller_2x.png -------------------------------------------------------------------------------- /assets/proposals/0136-rc-sdl-module/IMG_1125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0136-rc-sdl-module/IMG_1125.jpg -------------------------------------------------------------------------------- /assets/proposals/0136-rc-sdl-module/SDL_App_RC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0136-rc-sdl-module/SDL_App_RC.png -------------------------------------------------------------------------------- /assets/proposals/0136-rc-sdl-module/packet_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0136-rc-sdl-module/packet_structure.png -------------------------------------------------------------------------------- /assets/proposals/0137-TouchCoord-outside-video-screen-range/0137-TouchCoord-outside-video-screen-range-pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0137-TouchCoord-outside-video-screen-range/0137-TouchCoord-outside-video-screen-range-pic1.png -------------------------------------------------------------------------------- /assets/proposals/0137-TouchCoord-outside-video-screen-range/0137-TouchCoord-outside-video-screen-range-pic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0137-TouchCoord-outside-video-screen-range/0137-TouchCoord-outside-video-screen-range-pic2.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/accuweather-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/accuweather-day.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/accuweather-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/accuweather-night.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/iHeart-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/iHeart-day.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/iHeart-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/iHeart-night.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/pandora-day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/pandora-day.png -------------------------------------------------------------------------------- /assets/proposals/0147-template-color-scheme/pandora-night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0147-template-color-scheme/pandora-night.png -------------------------------------------------------------------------------- /assets/proposals/0156-high-level-interface-foundation/application-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0156-high-level-interface-foundation/application-lifecycle.png -------------------------------------------------------------------------------- /assets/proposals/0156-high-level-interface-foundation/view-controller-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0156-high-level-interface-foundation/view-controller-lifecycle.png -------------------------------------------------------------------------------- /assets/proposals/0156-high-level-interface-foundation/view-controller-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0156-high-level-interface-foundation/view-controller-overview.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/cloud_app_activation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/cloud_app_activation.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/example_use_case_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/example_use_case_1.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/example_use_case_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/example_use_case_2.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/example_use_case_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/example_use_case_3.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/example_use_case_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/example_use_case_4.png -------------------------------------------------------------------------------- /assets/proposals/0158-cloud-app-transport-adapter/set_cloud_app_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0158-cloud-app-transport-adapter/set_cloud_app_properties.png -------------------------------------------------------------------------------- /assets/proposals/0167-app-services/consumer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0167-app-services/consumer.png -------------------------------------------------------------------------------- /assets/proposals/0167-app-services/file_transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0167-app-services/file_transfer.png -------------------------------------------------------------------------------- /assets/proposals/0167-app-services/provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0167-app-services/provider.png -------------------------------------------------------------------------------- /assets/proposals/0167-app-services/rpc_passthrough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0167-app-services/rpc_passthrough.png -------------------------------------------------------------------------------- /assets/proposals/0168-rpc-design-refactoring/new_design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0168-rpc-design-refactoring/new_design.png -------------------------------------------------------------------------------- /assets/proposals/0173-Read-Generic-Network-Signal-data/OEM Mapping table update flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0173-Read-Generic-Network-Signal-data/OEM Mapping table update flow.png -------------------------------------------------------------------------------- /assets/proposals/0173-Read-Generic-Network-Signal-data/SDL-HMI request response flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0173-Read-Generic-Network-Signal-data/SDL-HMI request response flow.png -------------------------------------------------------------------------------- /assets/proposals/0173-Read-Generic-Network-Signal-data/Schema_Version_Update_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0173-Read-Generic-Network-Signal-data/Schema_Version_Update_flow.png -------------------------------------------------------------------------------- /assets/proposals/0176-high-level-interface-views-and-controllers/view-controller-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0176-high-level-interface-views-and-controllers/view-controller-lifecycle.png -------------------------------------------------------------------------------- /assets/proposals/0178-getInteriorVehicleData/GetInteriorVehicleData_current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0178-getInteriorVehicleData/GetInteriorVehicleData_current.png -------------------------------------------------------------------------------- /assets/proposals/0178-getInteriorVehicleData/GetInteriorVehicleData_new_subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0178-getInteriorVehicleData/GetInteriorVehicleData_new_subscribe.png -------------------------------------------------------------------------------- /assets/proposals/0190-resumption-data-error-handling/multiple_app_error_handling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0190-resumption-data-error-handling/multiple_app_error_handling.png -------------------------------------------------------------------------------- /assets/proposals/0190-resumption-data-error-handling/multiple_app_error_handling_with_common_subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0190-resumption-data-error-handling/multiple_app_error_handling_with_common_subscriptions.png -------------------------------------------------------------------------------- /assets/proposals/0194-android-transport-overhaul/TransportOverhaul_bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0194-android-transport-overhaul/TransportOverhaul_bridge.png -------------------------------------------------------------------------------- /assets/proposals/0194-android-transport-overhaul/TransportOverhaul_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0194-android-transport-overhaul/TransportOverhaul_new.png -------------------------------------------------------------------------------- /assets/proposals/0194-android-transport-overhaul/TransportOverhaul_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0194-android-transport-overhaul/TransportOverhaul_old.png -------------------------------------------------------------------------------- /assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_0.png -------------------------------------------------------------------------------- /assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_1.png -------------------------------------------------------------------------------- /assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0203-cloud_client_library_phase_1/cloud_arch_2.png -------------------------------------------------------------------------------- /assets/proposals/0203-cloud_client_library_phase_1/java_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0203-cloud_client_library_phase_1/java_sets.png -------------------------------------------------------------------------------- /assets/proposals/0203-cloud_client_library_phase_1/project_hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0203-cloud_client_library_phase_1/project_hierarchy.png -------------------------------------------------------------------------------- /assets/proposals/0206-remote_atf_testing/ATFRemoteAdapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0206-remote_atf_testing/ATFRemoteAdapter.png -------------------------------------------------------------------------------- /assets/proposals/0211-ServiceStatusUpdateToHMI/Invalid-Cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0211-ServiceStatusUpdateToHMI/Invalid-Cert.png -------------------------------------------------------------------------------- /assets/proposals/0211-ServiceStatusUpdateToHMI/PTU-Time-Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0211-ServiceStatusUpdateToHMI/PTU-Time-Out.png -------------------------------------------------------------------------------- /assets/proposals/0211-ServiceStatusUpdateToHMI/invalid-system-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0211-ServiceStatusUpdateToHMI/invalid-system-time.png -------------------------------------------------------------------------------- /assets/proposals/0211-ServiceStatusUpdateToHMI/sunny-day-scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0211-ServiceStatusUpdateToHMI/sunny-day-scenario.png -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/example-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/example-home.jpg -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/hmi-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/hmi-chart.png -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/rse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/rse.jpg -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/screen.png -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/template-graphic-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/template-graphic-with-text.png -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/template-text-with-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/template-text-with-graphic.png -------------------------------------------------------------------------------- /assets/proposals/0216-widget-support/template-tiles-with-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0216-widget-support/template-tiles-with-graphic.png -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/app-chat-dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/app-chat-dev.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/app-chat-oem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/app-chat-oem.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/catalog-of-apps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/catalog-of-apps.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/catalog-of-oems.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/catalog-of-oems.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/email-new-issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/email-new-issue.png -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/email-new-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/email-new-message.png -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/issue-create-oem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/issue-create-oem.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/issue-list-dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/issue-list-dev.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/issue-list-oem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/issue-list-oem.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/issue-view-dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/issue-view-dev.jpg -------------------------------------------------------------------------------- /assets/proposals/0218-developer-oem-communication/issue-view-oem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0218-developer-oem-communication/issue-view-oem.jpg -------------------------------------------------------------------------------- /assets/proposals/0221-multiple-modules/2x3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0221-multiple-modules/2x3.jpg -------------------------------------------------------------------------------- /assets/proposals/0221-multiple-modules/3x3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0221-multiple-modules/3x3.jpg -------------------------------------------------------------------------------- /assets/proposals/0221-multiple-modules/4x4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0221-multiple-modules/4x4.jpg -------------------------------------------------------------------------------- /assets/proposals/0228-sdl-server-email-notifications/email-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0228-sdl-server-email-notifications/email-preview.jpg -------------------------------------------------------------------------------- /assets/proposals/0228-sdl-server-email-notifications/visual-config-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0228-sdl-server-email-notifications/visual-config-preview.png -------------------------------------------------------------------------------- /assets/proposals/0230-spp-resource-management-for-android/manage_notification_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0230-spp-resource-management-for-android/manage_notification_1.png -------------------------------------------------------------------------------- /assets/proposals/0230-spp-resource-management-for-android/manage_notification_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0230-spp-resource-management-for-android/manage_notification_2.png -------------------------------------------------------------------------------- /assets/proposals/0230-spp-resource-management-for-android/spp_notification_popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0230-spp-resource-management-for-android/spp_notification_popup.png -------------------------------------------------------------------------------- /assets/proposals/0238-keyboard-enhancements/azerty_special_chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0238-keyboard-enhancements/azerty_special_chars.png -------------------------------------------------------------------------------- /assets/proposals/0238-keyboard-enhancements/numeric_keypad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0238-keyboard-enhancements/numeric_keypad.png -------------------------------------------------------------------------------- /assets/proposals/0238-keyboard-enhancements/qwerty_special_chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0238-keyboard-enhancements/qwerty_special_chars.png -------------------------------------------------------------------------------- /assets/proposals/0240-sdl-js-pwa/activate-web-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0240-sdl-js-pwa/activate-web-app.png -------------------------------------------------------------------------------- /assets/proposals/0240-sdl-js-pwa/arch-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0240-sdl-js-pwa/arch-overview.png -------------------------------------------------------------------------------- /assets/proposals/0242-alert-style-subtle/subtle-alert-mockup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0242-alert-style-subtle/subtle-alert-mockup.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/WiFi_AP_created_manually_Disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/WiFi_AP_created_manually_Disconnected.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/WiFi_AP_created_manually_Disconnected.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/WiFi_AP_created_manually_Disconnected.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/andoid_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/andoid_permissions.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/minimal_approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/minimal_approach.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/minimal_approach.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/minimal_approach.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point_multidev_externalhost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point_multidev_externalhost.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point_multidev_externalhost.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/mobile_access_point_multidev_externalhost.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/secure_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/secure_service.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/secure_service.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/secure_service.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multiapps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multiapps.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multiapps.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multiapps.puml -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multidev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multidev.png -------------------------------------------------------------------------------- /assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multidev.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0245-sharing-wifi-ssid-and-password/vehicle_access_point_multidev.puml -------------------------------------------------------------------------------- /assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary.png -------------------------------------------------------------------------------- /assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary_enhanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary_enhanced.png -------------------------------------------------------------------------------- /assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary_enhanced_fallback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0248-hmi-ptu-support/diagram_ptu_external_proprietary_enhanced_fallback.png -------------------------------------------------------------------------------- /assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_different_happypath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_different_happypath.png -------------------------------------------------------------------------------- /assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_different_requestTimeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_different_requestTimeout.png -------------------------------------------------------------------------------- /assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_same.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit/hmi_capabilities_caching_sw_same.png -------------------------------------------------------------------------------- /assets/proposals/0250-NextRpcIndication/0250-NextRpcIndication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0250-NextRpcIndication/0250-NextRpcIndication.png -------------------------------------------------------------------------------- /assets/proposals/0250-NextRpcIndication/0250-NextRpcIndicationv2-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0250-NextRpcIndication/0250-NextRpcIndicationv2-2.PNG -------------------------------------------------------------------------------- /assets/proposals/0250-NextRpcIndication/0250-NextRpcIndicationv2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0250-NextRpcIndication/0250-NextRpcIndicationv2.PNG -------------------------------------------------------------------------------- /assets/proposals/0251-font-styles/0251-font-styles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0251-font-styles/0251-font-styles.png -------------------------------------------------------------------------------- /assets/proposals/0259-Disabled-Softbuttons/iheartRadio1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0259-Disabled-Softbuttons/iheartRadio1.PNG -------------------------------------------------------------------------------- /assets/proposals/0259-Disabled-Softbuttons/iheartRadio2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0259-Disabled-Softbuttons/iheartRadio2.PNG -------------------------------------------------------------------------------- /assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/PHONE_CALL1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/PHONE_CALL1.png -------------------------------------------------------------------------------- /assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/PHONE_CALL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/PHONE_CALL2.png -------------------------------------------------------------------------------- /assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status/index.md -------------------------------------------------------------------------------- /assets/proposals/0273-webengine-projection-mode/web-app-example_with_exit_button_and_template_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0273-webengine-projection-mode/web-app-example_with_exit_button_and_template_title.jpg -------------------------------------------------------------------------------- /assets/proposals/0273-webengine-projection-mode/web-app-example_with_outside_menu_and_template_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0273-webengine-projection-mode/web-app-example_with_outside_menu_and_template_title.jpg -------------------------------------------------------------------------------- /assets/proposals/0277-Continuous-Integration-And-Testing/ClusterSchema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0277-Continuous-Integration-And-Testing/ClusterSchema.png -------------------------------------------------------------------------------- /assets/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress/registeringApp_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress/registeringApp_flow.png -------------------------------------------------------------------------------- /assets/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress/registeringApp_flow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress/registeringApp_flow2.png -------------------------------------------------------------------------------- /assets/proposals/0284-DialNumber_Text/Current Dial Number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0284-DialNumber_Text/Current Dial Number.png -------------------------------------------------------------------------------- /assets/proposals/0284-DialNumber_Text/Future Dial Number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0284-DialNumber_Text/Future Dial Number.png -------------------------------------------------------------------------------- /assets/proposals/0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks/sequence_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks/sequence_diagram.png -------------------------------------------------------------------------------- /assets/proposals/0292-improve-VDE-for-stable-frame-rate/vd_mc_unstable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0292-improve-VDE-for-stable-frame-rate/vd_mc_unstable.png -------------------------------------------------------------------------------- /assets/proposals/0292-improve-VDE-for-stable-frame-rate/vd_w_intermediate_surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0292-improve-VDE-for-stable-frame-rate/vd_w_intermediate_surface.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/OEM_APPS_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/OEM_APPS_1.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/OEM_APPS_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/OEM_APPS_2.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/OEM_APPS_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/OEM_APPS_3.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/OEM_APPS_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/OEM_APPS_4.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/one_noti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/one_noti.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/sequence_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/sequence_diagram.png -------------------------------------------------------------------------------- /assets/proposals/0293-vehicle-type-filter/two_noti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0293-vehicle-type-filter/two_noti.png -------------------------------------------------------------------------------- /assets/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle/Negotiation_of_VSCs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle/Negotiation_of_VSCs.svg -------------------------------------------------------------------------------- /assets/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle/Resolution_Switching.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle/Resolution_Switching.svg -------------------------------------------------------------------------------- /assets/proposals/0297-Add-function-to-transmit-audio-data/Image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0297-Add-function-to-transmit-audio-data/Image.gif -------------------------------------------------------------------------------- /assets/proposals/0301-SDL-device-listener/flow_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0301-SDL-device-listener/flow_chart.png -------------------------------------------------------------------------------- /assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure1_Sample_of_a_simple_meter_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure1_Sample_of_a_simple_meter_display.png -------------------------------------------------------------------------------- /assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure2_SDL_System_for_Middle_Low_end_class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure2_SDL_System_for_Middle_Low_end_class.png -------------------------------------------------------------------------------- /assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure3_System_structure_of_proxy_and_meter_unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler/Figure3_System_structure_of_proxy_and_meter_unit.png -------------------------------------------------------------------------------- /assets/proposals/0303-audio-io-manager/SDLAudioIOManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0303-audio-io-manager/SDLAudioIOManager.h -------------------------------------------------------------------------------- /assets/proposals/0303-audio-io-manager/SDLAudioIOManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0303-audio-io-manager/SDLAudioIOManager.m -------------------------------------------------------------------------------- /assets/proposals/0303-audio-io-manager/SDLAudioIOManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0303-audio-io-manager/SDLAudioIOManagerDelegate.h -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput Overview.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput Overview.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-1-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-1-1.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-1-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-1-2.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-1.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-2.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-3-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-3-1.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-3-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-3-2.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-3.PNG -------------------------------------------------------------------------------- /assets/proposals/0307-GetInput/GetInput-ErrorFlow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0307-GetInput/GetInput-ErrorFlow.PNG -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/all_noti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/all_noti.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/noti_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/noti_button.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/noti_button_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/noti_button_1.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/noti_button_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/noti_button_2.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/review_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/review_1.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/review_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/review_2.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/review_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/review_3.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/sdl_faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/sdl_faq.png -------------------------------------------------------------------------------- /assets/proposals/0309-android-notifications/waiting_for_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0309-android-notifications/waiting_for_connection.png -------------------------------------------------------------------------------- /assets/proposals/0310-PerformInteraction-Multipick/PerformInteraction Multipick overview.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0310-PerformInteraction-Multipick/PerformInteraction Multipick overview.PNG -------------------------------------------------------------------------------- /assets/proposals/0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order/Figure1_SDL_App_Icon_display_sequence.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order/Figure1_SDL_App_Icon_display_sequence.PNG -------------------------------------------------------------------------------- /assets/proposals/0315-Add-RPC-Conflict-Management/Figure1_Conflict_between_ScrollableMessage_and_PerformAudioPassThru_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0315-Add-RPC-Conflict-Management/Figure1_Conflict_between_ScrollableMessage_and_PerformAudioPassThru_1.png -------------------------------------------------------------------------------- /assets/proposals/0315-Add-RPC-Conflict-Management/Figure2_ONS_RPCs_conflict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0315-Add-RPC-Conflict-Management/Figure2_ONS_RPCs_conflict.png -------------------------------------------------------------------------------- /assets/proposals/0315-Add-RPC-Conflict-Management/Figure3_TTS_RPCs_conflict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0315-Add-RPC-Conflict-Management/Figure3_TTS_RPCs_conflict.png -------------------------------------------------------------------------------- /assets/proposals/0315-Add-RPC-Conflict-Management/Table_2_Priority_result_of_Table1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0315-Add-RPC-Conflict-Management/Table_2_Priority_result_of_Table1.png -------------------------------------------------------------------------------- /assets/proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX/Figure_1_Sequence_with_new_RPC_added_to_existing_logic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX/Figure_1_Sequence_with_new_RPC_added_to_existing_logic1.png -------------------------------------------------------------------------------- /assets/proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX/Table_1_Switching_of_Multiple_Transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX/Table_1_Switching_of_Multiple_Transport.png -------------------------------------------------------------------------------- /assets/proposals/0317-sdl-protocol-security-specification/tls-handshake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0317-sdl-protocol-security-specification/tls-handshake.png -------------------------------------------------------------------------------- /assets/proposals/0317-sdl-protocol-security-specification/tls-handshake.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0317-sdl-protocol-security-specification/tls-handshake.uml -------------------------------------------------------------------------------- /assets/proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error/Figure_1_error_notification_sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error/Figure_1_error_notification_sequence.png -------------------------------------------------------------------------------- /assets/proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error/Figure_2_return_processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error/Figure_2_return_processing.png -------------------------------------------------------------------------------- /assets/proposals/0320-Add-screen-stack-management-module/Screen_transition_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0320-Add-screen-stack-management-module/Screen_transition_process.png -------------------------------------------------------------------------------- /assets/proposals/0320-Add-screen-stack-management-module/new_sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0320-Add-screen-stack-management-module/new_sequence.png -------------------------------------------------------------------------------- /assets/proposals/0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps/Figure_1_app_switching_sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps/Figure_1_app_switching_sequence.png -------------------------------------------------------------------------------- /assets/proposals/0325-Dynamic-App-List-Sorting/Figure1_SDL_App_Icon_display_sequence.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0325-Dynamic-App-List-Sorting/Figure1_SDL_App_Icon_display_sequence.PNG -------------------------------------------------------------------------------- /assets/proposals/0326-handle-late-malformed-hmi-responses/addCommand_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0326-handle-late-malformed-hmi-responses/addCommand_fail.png -------------------------------------------------------------------------------- /assets/proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application/Figure1_Current_SDL_system_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application/Figure1_Current_SDL_system_configuration.png -------------------------------------------------------------------------------- /assets/proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application/Figure2_new_SDL_system_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application/Figure2_new_SDL_system_configuration.png -------------------------------------------------------------------------------- /assets/proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress/Http_request_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress/Http_request_flow.png -------------------------------------------------------------------------------- /assets/proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress/Proprietary_request_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress/Proprietary_request_flow.png -------------------------------------------------------------------------------- /assets/proposals/0340-atf-selenium-support/ATFSelenium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0340-atf-selenium-support/ATFSelenium.png -------------------------------------------------------------------------------- /assets/proposals/0341-add-generic-hmi-plugin-support/menu-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0341-add-generic-hmi-plugin-support/menu-example.png -------------------------------------------------------------------------------- /assets/proposals/0341-add-generic-hmi-plugin-support/plugin-tabs-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0341-add-generic-hmi-plugin-support/plugin-tabs-example.png -------------------------------------------------------------------------------- /assets/proposals/0341-add-generic-hmi-plugin-support/vr-plugin-stub-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0341-add-generic-hmi-plugin-support/vr-plugin-stub-example.png -------------------------------------------------------------------------------- /assets/proposals/0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps/Figure_1_sequence_of_Add_Notifications_for_Required_App_Support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/assets/proposals/0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps/Figure_1_sequence_of_Add_Notifications_for_Required_App_Support.png -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/changelog.md -------------------------------------------------------------------------------- /commonly_proposed.md: -------------------------------------------------------------------------------- 1 | # Commonly Rejected Proposals 2 | N/A 3 | -------------------------------------------------------------------------------- /process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/process.md -------------------------------------------------------------------------------- /proposal-status.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposal-status.xsl -------------------------------------------------------------------------------- /proposals.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals.xml -------------------------------------------------------------------------------- /proposals/0001-secured-preferences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0001-secured-preferences.md -------------------------------------------------------------------------------- /proposals/0002-turn-by-turn-mobile-managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0002-turn-by-turn-mobile-managers.md -------------------------------------------------------------------------------- /proposals/0003-last-mile-navigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0003-last-mile-navigation.md -------------------------------------------------------------------------------- /proposals/0004-sendlocation-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0004-sendlocation-updates.md -------------------------------------------------------------------------------- /proposals/0005-ios-immutable-rpc-storage-properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0005-ios-immutable-rpc-storage-properties.md -------------------------------------------------------------------------------- /proposals/0006-ios-stringly-typed-enums.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0006-ios-stringly-typed-enums.md -------------------------------------------------------------------------------- /proposals/0007-ios-objc-generics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0007-ios-objc-generics.md -------------------------------------------------------------------------------- /proposals/0008-ios-7-0-minimum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0008-ios-7-0-minimum.md -------------------------------------------------------------------------------- /proposals/0009-ios-library-prefer-nonatomic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0009-ios-library-prefer-nonatomic.md -------------------------------------------------------------------------------- /proposals/0010-spec-buttonname-additions-for-navigation-applications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0010-spec-buttonname-additions-for-navigation-applications.md -------------------------------------------------------------------------------- /proposals/0011-ios-library-conform-to-nscopying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0011-ios-library-conform-to-nscopying.md -------------------------------------------------------------------------------- /proposals/0012-ios-library-remove-siphon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0012-ios-library-remove-siphon.md -------------------------------------------------------------------------------- /proposals/0013-ios-remove-json-encode-decode-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0013-ios-remove-json-encode-decode-classes.md -------------------------------------------------------------------------------- /proposals/0014-adding-audio-file-playback-to-ttschunk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0014-adding-audio-file-playback-to-ttschunk.md -------------------------------------------------------------------------------- /proposals/0015-android-studio-sdl-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0015-android-studio-sdl-plugin.md -------------------------------------------------------------------------------- /proposals/0016-ios-library-transport-private-cleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0016-ios-library-transport-private-cleanup.md -------------------------------------------------------------------------------- /proposals/0017-ios-protocol-layer-nonpublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0017-ios-protocol-layer-nonpublic.md -------------------------------------------------------------------------------- /proposals/0018-ios-use-nullability-annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0018-ios-use-nullability-annotations.md -------------------------------------------------------------------------------- /proposals/0019-ios-proxy-layer-nonpublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0019-ios-proxy-layer-nonpublic.md -------------------------------------------------------------------------------- /proposals/0020-ios-remove-rpcrequestfactory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0020-ios-remove-rpcrequestfactory.md -------------------------------------------------------------------------------- /proposals/0021-ios-remove-sdlttschunkfactory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0021-ios-remove-sdlttschunkfactory.md -------------------------------------------------------------------------------- /proposals/0022-android-rsvp-off.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0022-android-rsvp-off.md -------------------------------------------------------------------------------- /proposals/0023-update-mobile-api-mandatory-flag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0023-update-mobile-api-mandatory-flag.md -------------------------------------------------------------------------------- /proposals/0024-ios-8-0-minimum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0024-ios-8-0-minimum.md -------------------------------------------------------------------------------- /proposals/0025-ios-filemanager-stream-from-disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0025-ios-filemanager-stream-from-disk.md -------------------------------------------------------------------------------- /proposals/0026-android_move_to_android_studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0026-android_move_to_android_studio.md -------------------------------------------------------------------------------- /proposals/0027-ios-specify-handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0027-ios-specify-handlers.md -------------------------------------------------------------------------------- /proposals/0028-meta-template-potential-downsides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0028-meta-template-potential-downsides.md -------------------------------------------------------------------------------- /proposals/0029-ios-multiple-file-manager-transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0029-ios-multiple-file-manager-transactions.md -------------------------------------------------------------------------------- /proposals/0030-ios-logging-redesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0030-ios-logging-redesign.md -------------------------------------------------------------------------------- /proposals/0031-mobile-projection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0031-mobile-projection.md -------------------------------------------------------------------------------- /proposals/0032-on-hmi-status-state-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0032-on-hmi-status-state-changes.md -------------------------------------------------------------------------------- /proposals/0033-streaming-media-manager-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0033-streaming-media-manager-update.md -------------------------------------------------------------------------------- /proposals/0034-ios-cocoapods-rename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0034-ios-cocoapods-rename.md -------------------------------------------------------------------------------- /proposals/0035-audio-pass-thru-handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0035-audio-pass-thru-handler.md -------------------------------------------------------------------------------- /proposals/0036-android-up_target-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0036-android-up_target-version.md -------------------------------------------------------------------------------- /proposals/0037-Expand-Mobile-putfile-RPC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0037-Expand-Mobile-putfile-RPC.md -------------------------------------------------------------------------------- /proposals/0038-Communication-app-activation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0038-Communication-app-activation.md -------------------------------------------------------------------------------- /proposals/0039-'menuIcon'-menuTitle'-params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0039-'menuIcon'-menuTitle'-params.md -------------------------------------------------------------------------------- /proposals/0040-DTLS-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0040-DTLS-encryption.md -------------------------------------------------------------------------------- /proposals/0041-appicon-resumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0041-appicon-resumption.md -------------------------------------------------------------------------------- /proposals/0042-transfer-invalid-image-rpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0042-transfer-invalid-image-rpc.md -------------------------------------------------------------------------------- /proposals/0043-upgrade-c++-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0043-upgrade-c++-standard.md -------------------------------------------------------------------------------- /proposals/0044-use-Boost-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0044-use-Boost-library.md -------------------------------------------------------------------------------- /proposals/0045-external-policy-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0045-external-policy-manager.md -------------------------------------------------------------------------------- /proposals/0046-implement-logger-abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0046-implement-logger-abstraction.md -------------------------------------------------------------------------------- /proposals/0047-manual-lockscreen-layout-ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0047-manual-lockscreen-layout-ios.md -------------------------------------------------------------------------------- /proposals/0048-H264-over-RTP-support-for-video-streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0048-H264-over-RTP-support-for-video-streaming.md -------------------------------------------------------------------------------- /proposals/0049-touch-cancellation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0049-touch-cancellation.md -------------------------------------------------------------------------------- /proposals/0050-add-api-patch-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0050-add-api-patch-version.md -------------------------------------------------------------------------------- /proposals/0051-enhance_video_streaming_apis_for_android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0051-enhance_video_streaming_apis_for_android.md -------------------------------------------------------------------------------- /proposals/0052-constructed-payloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0052-constructed-payloads.md -------------------------------------------------------------------------------- /proposals/0053-Connectivity-via-iAP-BT-and-Transport-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0053-Connectivity-via-iAP-BT-and-Transport-Switch.md -------------------------------------------------------------------------------- /proposals/0054-change-registration-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0054-change-registration-manager.md -------------------------------------------------------------------------------- /proposals/0055-system_capabilities_query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0055-system_capabilities_query.md -------------------------------------------------------------------------------- /proposals/0056-hardware-validator-app-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0056-hardware-validator-app-android.md -------------------------------------------------------------------------------- /proposals/0057-add-zeroconf-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0057-add-zeroconf-capability.md -------------------------------------------------------------------------------- /proposals/0058-video-streaming-capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0058-video-streaming-capabilities.md -------------------------------------------------------------------------------- /proposals/0059-android_rpc_refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0059-android_rpc_refactor.md -------------------------------------------------------------------------------- /proposals/0060-support-indian-english-thai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0060-support-indian-english-thai.md -------------------------------------------------------------------------------- /proposals/0061-locale-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0061-locale-support.md -------------------------------------------------------------------------------- /proposals/0062-template-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0062-template-images.md -------------------------------------------------------------------------------- /proposals/0063-display-name-parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0063-display-name-parameter.md -------------------------------------------------------------------------------- /proposals/0064-choice-vr-optional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0064-choice-vr-optional.md -------------------------------------------------------------------------------- /proposals/0065-remote-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0065-remote-control.md -------------------------------------------------------------------------------- /proposals/0066-steering-wheel-location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0066-steering-wheel-location.md -------------------------------------------------------------------------------- /proposals/0067-optimize-connection-wait-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0067-optimize-connection-wait-range.md -------------------------------------------------------------------------------- /proposals/0068-idea_to_implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0068-idea_to_implementation.md -------------------------------------------------------------------------------- /proposals/0069-enhance-video-streaming-performance-for-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0069-enhance-video-streaming-performance-for-android.md -------------------------------------------------------------------------------- /proposals/0070-iap-transport-type-notification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0070-iap-transport-type-notification.md -------------------------------------------------------------------------------- /proposals/0071-remote-control-baseline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0071-remote-control-baseline.md -------------------------------------------------------------------------------- /proposals/0072-New-vehicle-data-FuelRange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0072-New-vehicle-data-FuelRange.md -------------------------------------------------------------------------------- /proposals/0073-Adding-Metadata-Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0073-Adding-Metadata-Types.md -------------------------------------------------------------------------------- /proposals/0074-android_o_changes_phase_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0074-android_o_changes_phase_1.md -------------------------------------------------------------------------------- /proposals/0075-HID-Support-Plug-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0075-HID-Support-Plug-in.md -------------------------------------------------------------------------------- /proposals/0076-Support-For-Additional-Languages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0076-Support-For-Additional-Languages.md -------------------------------------------------------------------------------- /proposals/0077-sdl-policy-server-enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0077-sdl-policy-server-enhancements.md -------------------------------------------------------------------------------- /proposals/0078-control_frame_payloads_v1_0_0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0078-control_frame_payloads_v1_0_0.md -------------------------------------------------------------------------------- /proposals/0079-system_capability_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0079-system_capability_manager.md -------------------------------------------------------------------------------- /proposals/0080-Support-for-MultiSession-protocol-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0080-Support-for-MultiSession-protocol-string.md -------------------------------------------------------------------------------- /proposals/0081-SDLInterfaceManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0081-SDLInterfaceManager.md -------------------------------------------------------------------------------- /proposals/0082-New-vehicle-data-EngineOilLife.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0082-New-vehicle-data-EngineOilLife.md -------------------------------------------------------------------------------- /proposals/0083-Expandable-design-for-proprietary-data-exchange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0083-Expandable-design-for-proprietary-data-exchange.md -------------------------------------------------------------------------------- /proposals/0084-Progress-Bar-Seek-Feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0084-Progress-Bar-Seek-Feature.md -------------------------------------------------------------------------------- /proposals/0085-submenu-icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0085-submenu-icon.md -------------------------------------------------------------------------------- /proposals/0086-auto_set_correlation_ids_android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0086-auto_set_correlation_ids_android.md -------------------------------------------------------------------------------- /proposals/0087-send-multiple-rpcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0087-send-multiple-rpcs.md -------------------------------------------------------------------------------- /proposals/0088-ios-system-capability-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0088-ios-system-capability-manager.md -------------------------------------------------------------------------------- /proposals/0089-mobile-api-versioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0089-mobile-api-versioning.md -------------------------------------------------------------------------------- /proposals/0090-SDLHapticHitTesterProtocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0090-SDLHapticHitTesterProtocol.md -------------------------------------------------------------------------------- /proposals/0091-SDLScreen-SDLWindow-Projection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0091-SDLScreen-SDLWindow-Projection.md -------------------------------------------------------------------------------- /proposals/0092-Deprecated-interfaces-markup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0092-Deprecated-interfaces-markup.md -------------------------------------------------------------------------------- /proposals/0093-haptic-projection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0093-haptic-projection.md -------------------------------------------------------------------------------- /proposals/0094-sdl-policy-server-ui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0094-sdl-policy-server-ui.md -------------------------------------------------------------------------------- /proposals/0095-AOA-multiplexing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0095-AOA-multiplexing.md -------------------------------------------------------------------------------- /proposals/0096-deliver-build-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0096-deliver-build-configuration.md -------------------------------------------------------------------------------- /proposals/0097-tire-pressure-additions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0097-tire-pressure-additions.md -------------------------------------------------------------------------------- /proposals/0098-localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0098-localization.md -------------------------------------------------------------------------------- /proposals/0099-new-remote-control-modules-and-parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0099-new-remote-control-modules-and-parameters.md -------------------------------------------------------------------------------- /proposals/0100-new-data-transfer-interface-for-streaming-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0100-new-data-transfer-interface-for-streaming-android.md -------------------------------------------------------------------------------- /proposals/0101-android_internal_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0101-android_internal_interface.md -------------------------------------------------------------------------------- /proposals/0102-New-vehicle-data-ElectronicParkBrakeStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0102-New-vehicle-data-ElectronicParkBrakeStatus.md -------------------------------------------------------------------------------- /proposals/0103-ApplicationCustomSounds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0103-ApplicationCustomSounds.md -------------------------------------------------------------------------------- /proposals/0104-atf_security_proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0104-atf_security_proposal.md -------------------------------------------------------------------------------- /proposals/0105-remote-control-seat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0105-remote-control-seat.md -------------------------------------------------------------------------------- /proposals/0106-remote-control-onRcStatus-notification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0106-remote-control-onRcStatus-notification.md -------------------------------------------------------------------------------- /proposals/0107-New-vehicle-data-turnSignal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0107-New-vehicle-data-turnSignal.md -------------------------------------------------------------------------------- /proposals/0108-AutoCompleteList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0108-AutoCompleteList.md -------------------------------------------------------------------------------- /proposals/0109-set-audio-streaming-indicator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0109-set-audio-streaming-indicator.md -------------------------------------------------------------------------------- /proposals/0110-remove-qt-hmi-from-sdl-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0110-remove-qt-hmi-from-sdl-core.md -------------------------------------------------------------------------------- /proposals/0111-ios-carwindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0111-ios-carwindow.md -------------------------------------------------------------------------------- /proposals/0112-ios-serial-rpc-notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0112-ios-serial-rpc-notifications.md -------------------------------------------------------------------------------- /proposals/0113-audiostreammanager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0113-audiostreammanager.md -------------------------------------------------------------------------------- /proposals/0114-default-softbuttoncapabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0114-default-softbuttoncapabilities.md -------------------------------------------------------------------------------- /proposals/0115-close-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0115-close-application.md -------------------------------------------------------------------------------- /proposals/0116-open-menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0116-open-menu.md -------------------------------------------------------------------------------- /proposals/0117-configurable-time-before-shutdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0117-configurable-time-before-shutdown.md -------------------------------------------------------------------------------- /proposals/0118-video-background-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0118-video-background-string.md -------------------------------------------------------------------------------- /proposals/0119-SDL-passenger-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0119-SDL-passenger-mode.md -------------------------------------------------------------------------------- /proposals/0120-GetSystemTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0120-GetSystemTime.md -------------------------------------------------------------------------------- /proposals/0121-atf_facade_proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0121-atf_facade_proposal.md -------------------------------------------------------------------------------- /proposals/0122-New_rules_for_providing_VRHelpItems_VRHelpTitle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0122-New_rules_for_providing_VRHelpItems_VRHelpTitle.md -------------------------------------------------------------------------------- /proposals/0123-SendURI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0123-SendURI.md -------------------------------------------------------------------------------- /proposals/0124-SDLImageUploadManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0124-SDLImageUploadManager.md -------------------------------------------------------------------------------- /proposals/0125-atf-videostreaming-full-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0125-atf-videostreaming-full-support.md -------------------------------------------------------------------------------- /proposals/0126-atf-additional-transports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0126-atf-additional-transports.md -------------------------------------------------------------------------------- /proposals/0127-atf-sdl-watchdog-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0127-atf-sdl-watchdog-service.md -------------------------------------------------------------------------------- /proposals/0128-atf-script-runner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0128-atf-script-runner.md -------------------------------------------------------------------------------- /proposals/0129-ios-additional-apptypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0129-ios-additional-apptypes.md -------------------------------------------------------------------------------- /proposals/0130-SendLocation-for-Mobile-Nav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0130-SendLocation-for-Mobile-Nav.md -------------------------------------------------------------------------------- /proposals/0131-test-scripts-common-modules-refactoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0131-test-scripts-common-modules-refactoring.md -------------------------------------------------------------------------------- /proposals/0132-Change_ATF_test_reports_folder_structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0132-Change_ATF_test_reports_folder_structure.md -------------------------------------------------------------------------------- /proposals/0133-EnhancediOSProxyInterface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0133-EnhancediOSProxyInterface.md -------------------------------------------------------------------------------- /proposals/0134-ios-show-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0134-ios-show-manager.md -------------------------------------------------------------------------------- /proposals/0135-PushToTalk-hardkey-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0135-PushToTalk-hardkey-support.md -------------------------------------------------------------------------------- /proposals/0136-rc-sdl-module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0136-rc-sdl-module.md -------------------------------------------------------------------------------- /proposals/0137-TouchCoord-outside-video-screen-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0137-TouchCoord-outside-video-screen-range.md -------------------------------------------------------------------------------- /proposals/0138-hmi-audiopassthru-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0138-hmi-audiopassthru-capability.md -------------------------------------------------------------------------------- /proposals/0139-apt-clarification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0139-apt-clarification.md -------------------------------------------------------------------------------- /proposals/0140-android_metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0140-android_metadata.md -------------------------------------------------------------------------------- /proposals/0141-multiple-transports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0141-multiple-transports.md -------------------------------------------------------------------------------- /proposals/0142-mt-instance-ids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0142-mt-instance-ids.md -------------------------------------------------------------------------------- /proposals/0143-mt-service-discovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0143-mt-service-discovery.md -------------------------------------------------------------------------------- /proposals/0144-app-nicknames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0144-app-nicknames.md -------------------------------------------------------------------------------- /proposals/0145-distraction-notification-after-registration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0145-distraction-notification-after-registration.md -------------------------------------------------------------------------------- /proposals/0146-updating-mobile-version-dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0146-updating-mobile-version-dependencies.md -------------------------------------------------------------------------------- /proposals/0147-template-color-scheme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0147-template-color-scheme.md -------------------------------------------------------------------------------- /proposals/0148-template-additional-submenus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0148-template-additional-submenus.md -------------------------------------------------------------------------------- /proposals/0149-mt-registration-limitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0149-mt-registration-limitation.md -------------------------------------------------------------------------------- /proposals/0150-video-streaming-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0150-video-streaming-state.md -------------------------------------------------------------------------------- /proposals/0151-imagefieldname-for-secondary-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0151-imagefieldname-for-secondary-image.md -------------------------------------------------------------------------------- /proposals/0152-driver-distraction-list-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0152-driver-distraction-list-limits.md -------------------------------------------------------------------------------- /proposals/0153-support-short-long-appid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0153-support-short-long-appid.md -------------------------------------------------------------------------------- /proposals/0154-add-sdl-core-daemon-script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0154-add-sdl-core-daemon-script.md -------------------------------------------------------------------------------- /proposals/0155-mobile-menu-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0155-mobile-menu-manager.md -------------------------------------------------------------------------------- /proposals/0156-high-level-interface-foundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0156-high-level-interface-foundation.md -------------------------------------------------------------------------------- /proposals/0157-mobile-choice-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0157-mobile-choice-manager.md -------------------------------------------------------------------------------- /proposals/0158-cloud-app-transport-adapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0158-cloud-app-transport-adapter.md -------------------------------------------------------------------------------- /proposals/0159-Static-SDL-Icon-Names-Enum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0159-Static-SDL-Icon-Names-Enum.md -------------------------------------------------------------------------------- /proposals/0160-rc-radio-parameter-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0160-rc-radio-parameter-update.md -------------------------------------------------------------------------------- /proposals/0161-remove-sdl-cordova.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0161-remove-sdl-cordova.md -------------------------------------------------------------------------------- /proposals/0162-define-handling-of-duplicate-correlation-ids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0162-define-handling-of-duplicate-correlation-ids.md -------------------------------------------------------------------------------- /proposals/0163-make-spaceavailable-field-non-mandatory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0163-make-spaceavailable-field-non-mandatory.md -------------------------------------------------------------------------------- /proposals/0164-modernize-ubuntu-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0164-modernize-ubuntu-support.md -------------------------------------------------------------------------------- /proposals/0165-rc-lights-more-names-and-status-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0165-rc-lights-more-names-and-status-values.md -------------------------------------------------------------------------------- /proposals/0166-use-android-annotations-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0166-use-android-annotations-library.md -------------------------------------------------------------------------------- /proposals/0167-app-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0167-app-services.md -------------------------------------------------------------------------------- /proposals/0168-rpc-design-refactoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0168-rpc-design-refactoring.md -------------------------------------------------------------------------------- /proposals/0169-initial-and-hint-text-for-keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0169-initial-and-hint-text-for-keyboard.md -------------------------------------------------------------------------------- /proposals/0170-sdl-behavior-in-case-of-Low-Voltage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0170-sdl-behavior-in-case-of-Low-Voltage.md -------------------------------------------------------------------------------- /proposals/0171-android-manager-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0171-android-manager-apis.md -------------------------------------------------------------------------------- /proposals/0172-onRcStatus-allowed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0172-onRcStatus-allowed.md -------------------------------------------------------------------------------- /proposals/0173-Read-Generic-Network-Signal-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0173-Read-Generic-Network-Signal-data.md -------------------------------------------------------------------------------- /proposals/0174-deprecate-rpc-request-factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0174-deprecate-rpc-request-factory.md -------------------------------------------------------------------------------- /proposals/0175-Updating-DOP-value-range-for-GPS-notification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0175-Updating-DOP-value-range-for-GPS-notification.md -------------------------------------------------------------------------------- /proposals/0176-high-level-interface-views-and-controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0176-high-level-interface-views-and-controllers.md -------------------------------------------------------------------------------- /proposals/0177-alert-icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0177-alert-icon.md -------------------------------------------------------------------------------- /proposals/0178-GetInteriorVehicleData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0178-GetInteriorVehicleData.md -------------------------------------------------------------------------------- /proposals/0179-pixel-density-and-scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0179-pixel-density-and-scale.md -------------------------------------------------------------------------------- /proposals/0180-broaden-choice-uniqueness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0180-broaden-choice-uniqueness.md -------------------------------------------------------------------------------- /proposals/0181-keep-rc-app-hmi-level-when-disable-rc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0181-keep-rc-app-hmi-level-when-disable-rc.md -------------------------------------------------------------------------------- /proposals/0182-audio-source-am-fm-xm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0182-audio-source-am-fm-xm.md -------------------------------------------------------------------------------- /proposals/0183-mobile-hash-managment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0183-mobile-hash-managment.md -------------------------------------------------------------------------------- /proposals/0184-cancel-interaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0184-cancel-interaction.md -------------------------------------------------------------------------------- /proposals/0185-remove-hello-sdl-ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0185-remove-hello-sdl-ios.md -------------------------------------------------------------------------------- /proposals/0186-template-titles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0186-template-titles.md -------------------------------------------------------------------------------- /proposals/0187-restructure-ios-threading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0187-restructure-ios-threading.md -------------------------------------------------------------------------------- /proposals/0188-get-interior-data-resumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0188-get-interior-data-resumption.md -------------------------------------------------------------------------------- /proposals/0189-Restructuring-OnResetTimeout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0189-Restructuring-OnResetTimeout.md -------------------------------------------------------------------------------- /proposals/0190-resumption-data-error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0190-resumption-data-error-handling.md -------------------------------------------------------------------------------- /proposals/0191-retry-failed-file-uploads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0191-retry-failed-file-uploads.md -------------------------------------------------------------------------------- /proposals/0192-button_subscription_response_from_hmi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0192-button_subscription_response_from_hmi.md -------------------------------------------------------------------------------- /proposals/0193-update-android-min-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0193-update-android-min-sdk.md -------------------------------------------------------------------------------- /proposals/0194-android-transport-overhaul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0194-android-transport-overhaul.md -------------------------------------------------------------------------------- /proposals/0195-minimum-main-and-secondary-font-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0195-minimum-main-and-secondary-font-size.md -------------------------------------------------------------------------------- /proposals/0196-sdlartwork-static-icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0196-sdlartwork-static-icons.md -------------------------------------------------------------------------------- /proposals/0197-setmediaclocktimer-initializers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0197-setmediaclocktimer-initializers.md -------------------------------------------------------------------------------- /proposals/0198-media-skip-indicators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0198-media-skip-indicators.md -------------------------------------------------------------------------------- /proposals/0199-Adding-GPS-Shift-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0199-Adding-GPS-Shift-support.md -------------------------------------------------------------------------------- /proposals/0200-Removing-URL-Param-Max-Length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0200-Removing-URL-Param-Max-Length.md -------------------------------------------------------------------------------- /proposals/0201-high-level-interface-overlay-controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0201-high-level-interface-overlay-controllers.md -------------------------------------------------------------------------------- /proposals/0202-character-sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0202-character-sets.md -------------------------------------------------------------------------------- /proposals/0203-cloud_client_library_phase_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0203-cloud_client_library_phase_1.md -------------------------------------------------------------------------------- /proposals/0204-same-app-from-multiple-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0204-same-app-from-multiple-devices.md -------------------------------------------------------------------------------- /proposals/0205-Avoid_custom_button_subscription_when_HMI_does_not_support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0205-Avoid_custom_button_subscription_when_HMI_does_not_support.md -------------------------------------------------------------------------------- /proposals/0206-remote_atf_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0206-remote_atf_testing.md -------------------------------------------------------------------------------- /proposals/0207-rpc-message-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0207-rpc-message-protection.md -------------------------------------------------------------------------------- /proposals/0208-block-sdl-head-units.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0208-block-sdl-head-units.md -------------------------------------------------------------------------------- /proposals/0209-static-icon-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0209-static-icon-capability.md -------------------------------------------------------------------------------- /proposals/0210-mobile-dynamic-menu-cell-updating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0210-mobile-dynamic-menu-cell-updating.md -------------------------------------------------------------------------------- /proposals/0211-ServiceStatusUpdateToHMI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0211-ServiceStatusUpdateToHMI.md -------------------------------------------------------------------------------- /proposals/0212-add-ability-to-reuse-a-syncfilename-for-a-putfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0212-add-ability-to-reuse-a-syncfilename-for-a-putfile.md -------------------------------------------------------------------------------- /proposals/0213-rc-radio-climate-parameter-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0213-rc-radio-climate-parameter-update.md -------------------------------------------------------------------------------- /proposals/0214-secondary-transport-optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0214-secondary-transport-optimization.md -------------------------------------------------------------------------------- /proposals/0215-ios-replaykit-streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0215-ios-replaykit-streaming.md -------------------------------------------------------------------------------- /proposals/0216-widget-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0216-widget-support.md -------------------------------------------------------------------------------- /proposals/0217-android-manager-listener-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0217-android-manager-listener-update.md -------------------------------------------------------------------------------- /proposals/0218-developer-oem-communication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0218-developer-oem-communication.md -------------------------------------------------------------------------------- /proposals/0219-ios-check-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0219-ios-check-type.md -------------------------------------------------------------------------------- /proposals/0220-support-for-android-custom-routerservice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0220-support-for-android-custom-routerservice.md -------------------------------------------------------------------------------- /proposals/0221-multiple-modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0221-multiple-modules.md -------------------------------------------------------------------------------- /proposals/0222-rair-system-software-name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0222-rair-system-software-name.md -------------------------------------------------------------------------------- /proposals/0223-media-service-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0223-media-service-image.md -------------------------------------------------------------------------------- /proposals/0224-navigation-subscription-buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0224-navigation-subscription-buttons.md -------------------------------------------------------------------------------- /proposals/0225-update-published-app-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0225-update-published-app-services.md -------------------------------------------------------------------------------- /proposals/0226-ios-manager-rpc-subscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0226-ios-manager-rpc-subscriptions.md -------------------------------------------------------------------------------- /proposals/0227-add-supported-rgb-colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0227-add-supported-rgb-colors.md -------------------------------------------------------------------------------- /proposals/0228-sdl-server-email-notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0228-sdl-server-email-notifications.md -------------------------------------------------------------------------------- /proposals/0229-sdl-server-version-tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0229-sdl-server-version-tracking.md -------------------------------------------------------------------------------- /proposals/0230-spp-resource-management-for-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0230-spp-resource-management-for-android.md -------------------------------------------------------------------------------- /proposals/0231-main-menu-tiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0231-main-menu-tiles.md -------------------------------------------------------------------------------- /proposals/0232-add_pushing_buffer_support_to_audio_stream_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0232-add_pushing_buffer_support_to_audio_stream_manager.md -------------------------------------------------------------------------------- /proposals/0233-policy-server-statistics-recording-visualizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0233-policy-server-statistics-recording-visualizations.md -------------------------------------------------------------------------------- /proposals/0234-proxy-rpc-generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0234-proxy-rpc-generation.md -------------------------------------------------------------------------------- /proposals/0235-sdl-js-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0235-sdl-js-library.md -------------------------------------------------------------------------------- /proposals/0236-TireStatus-Mismatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0236-TireStatus-Mismatch.md -------------------------------------------------------------------------------- /proposals/0237-add-feature-to-disable-video-streaming-backgrounded-string-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0237-add-feature-to-disable-video-streaming-backgrounded-string-feature.md -------------------------------------------------------------------------------- /proposals/0238-Keyboard-Enhancements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0238-Keyboard-Enhancements.md -------------------------------------------------------------------------------- /proposals/0239-media-service-data-progress-bar-improvements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0239-media-service-data-progress-bar-improvements.md -------------------------------------------------------------------------------- /proposals/0240-sdl-js-pwa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0240-sdl-js-pwa.md -------------------------------------------------------------------------------- /proposals/0241-Commerce-App-Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0241-Commerce-App-Service.md -------------------------------------------------------------------------------- /proposals/0242-alert-style-subtle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0242-alert-style-subtle.md -------------------------------------------------------------------------------- /proposals/0243-manager-update-display-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0243-manager-update-display-capability.md -------------------------------------------------------------------------------- /proposals/0244-setmediaclocktimer-custom-playback-rates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0244-setmediaclocktimer-custom-playback-rates.md -------------------------------------------------------------------------------- /proposals/0245-sharing-wifi-ssid-and-password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0245-sharing-wifi-ssid-and-password.md -------------------------------------------------------------------------------- /proposals/0246-app-services-hmi_capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0246-app-services-hmi_capabilities.md -------------------------------------------------------------------------------- /proposals/0247-sdl-server-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0247-sdl-server-3.md -------------------------------------------------------------------------------- /proposals/0248-hmi-ptu-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0248-hmi-ptu-support.md -------------------------------------------------------------------------------- /proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0249-Persisting-HMI-Capabilities-specific-to-headunit.md -------------------------------------------------------------------------------- /proposals/0250-NextRpcIndication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0250-NextRpcIndication.md -------------------------------------------------------------------------------- /proposals/0251-font-styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0251-font-styles.md -------------------------------------------------------------------------------- /proposals/0252-Aligning-HMI-and-MOBILE-API-for-pcmStreamCapabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0252-Aligning-HMI-and-MOBILE-API-for-pcmStreamCapabilities.md -------------------------------------------------------------------------------- /proposals/0253-New-vehicle-data-StabilityControlsStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0253-New-vehicle-data-StabilityControlsStatus.md -------------------------------------------------------------------------------- /proposals/0254-New-vehicle-data-HVBatteryLevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0254-New-vehicle-data-HVBatteryLevel.md -------------------------------------------------------------------------------- /proposals/0255-Enhance-BodyInformation-vehicle-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0255-Enhance-BodyInformation-vehicle-data.md -------------------------------------------------------------------------------- /proposals/0256-Refactor-Fuel-Information-Related-Vehicle-Data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0256-Refactor-Fuel-Information-Related-Vehicle-Data.md -------------------------------------------------------------------------------- /proposals/0257-New-vehicle-data-HandsOffSteering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0257-New-vehicle-data-HandsOffSteering.md -------------------------------------------------------------------------------- /proposals/0258-Update-vehicle-data-TurnSignal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0258-Update-vehicle-data-TurnSignal.md -------------------------------------------------------------------------------- /proposals/0259-DisabledSoftbuttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0259-DisabledSoftbuttons.md -------------------------------------------------------------------------------- /proposals/0260-Deprecate-HMI-RPC-OnFindApplications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0260-Deprecate-HMI-RPC-OnFindApplications.md -------------------------------------------------------------------------------- /proposals/0261-New-vehicle-data-WindowStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0261-New-vehicle-data-WindowStatus.md -------------------------------------------------------------------------------- /proposals/0262-New-vehicle-data-SeatOccupancy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0262-New-vehicle-data-SeatOccupancy.md -------------------------------------------------------------------------------- /proposals/0263-System-Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0263-System-Request.md -------------------------------------------------------------------------------- /proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0264-Separating-the-change-of-Audible-status-and-the-change-of-HMI-Status.md -------------------------------------------------------------------------------- /proposals/0265-Remove-Duplicate-Parameter-HMI-RPC-OnPutFile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0265-Remove-Duplicate-Parameter-HMI-RPC-OnPutFile.md -------------------------------------------------------------------------------- /proposals/0266-New-vehicle-data-GearStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0266-New-vehicle-data-GearStatus.md -------------------------------------------------------------------------------- /proposals/0267-addcommand-ui-updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0267-addcommand-ui-updates.md -------------------------------------------------------------------------------- /proposals/0268-main-menu-updating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0268-main-menu-updating.md -------------------------------------------------------------------------------- /proposals/0269-New-vehicle-data-ClimateData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0269-New-vehicle-data-ClimateData.md -------------------------------------------------------------------------------- /proposals/0270-Add-means-to-launch-with-optimum-appHMIType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0270-Add-means-to-launch-with-optimum-appHMIType.md -------------------------------------------------------------------------------- /proposals/0271-Start-APT-of-SDL-App-by-pressing-PTT-Button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0271-Start-APT-of-SDL-App-by-pressing-PTT-Button.md -------------------------------------------------------------------------------- /proposals/0272-sdl-javascript-manager-layer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0272-sdl-javascript-manager-layer.md -------------------------------------------------------------------------------- /proposals/0273-webengine-projection-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0273-webengine-projection-mode.md -------------------------------------------------------------------------------- /proposals/0274-add-preferred-FPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0274-add-preferred-FPS.md -------------------------------------------------------------------------------- /proposals/0275-webengine-app-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0275-webengine-app-testing.md -------------------------------------------------------------------------------- /proposals/0276-POI-Service-Supported.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0276-POI-Service-Supported.md -------------------------------------------------------------------------------- /proposals/0277-Continuous-Integration-And-Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0277-Continuous-Integration-And-Testing.md -------------------------------------------------------------------------------- /proposals/0278-screenmanager-layout-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0278-screenmanager-layout-management.md -------------------------------------------------------------------------------- /proposals/0279-screen-manager-subscribe-buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0279-screen-manager-subscribe-buttons.md -------------------------------------------------------------------------------- /proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress.md -------------------------------------------------------------------------------- /proposals/0281-Add-a-mechanism-to-exclude-route-guidance-between-embedded-navigation-and-SDL-navigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0281-Add-a-mechanism-to-exclude-route-guidance-between-embedded-navigation-and-SDL-navigation.md -------------------------------------------------------------------------------- /proposals/0282-screen-manager-alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0282-screen-manager-alerts.md -------------------------------------------------------------------------------- /proposals/0283-screen-manager-scrollable-message-and-slider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0283-screen-manager-scrollable-message-and-slider.md -------------------------------------------------------------------------------- /proposals/0284-DialNumber_Text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0284-DialNumber_Text.md -------------------------------------------------------------------------------- /proposals/0285-ConstantTBT-Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0285-ConstantTBT-Update.md -------------------------------------------------------------------------------- /proposals/0286-java-suite-cleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0286-java-suite-cleanup.md -------------------------------------------------------------------------------- /proposals/0287-example-apps-organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0287-example-apps-organization.md -------------------------------------------------------------------------------- /proposals/0288-screen-manager-play-audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0288-screen-manager-play-audio.md -------------------------------------------------------------------------------- /proposals/0289-set-language-separately.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0289-set-language-separately.md -------------------------------------------------------------------------------- /proposals/0290-modify-the-range-of-APT's-maxDuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0290-modify-the-range-of-APT's-maxDuration.md -------------------------------------------------------------------------------- /proposals/0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0291-allows-navigation-apps-to-access-information-about-Wi-Fi-networks.md -------------------------------------------------------------------------------- /proposals/0292-improve-VDE-for-stable-frame-rate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0292-improve-VDE-for-stable-frame-rate.md -------------------------------------------------------------------------------- /proposals/0293-vehicle-type-filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0293-vehicle-type-filter.md -------------------------------------------------------------------------------- /proposals/0294-app-service-messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0294-app-service-messaging.md -------------------------------------------------------------------------------- /proposals/0295-screen-manager-audio-pass-thru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0295-screen-manager-audio-pass-thru.md -------------------------------------------------------------------------------- /proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0296-Update-video-streaming-capabilities-during-ignition-cycle.md -------------------------------------------------------------------------------- /proposals/0297-Add-function-to-transmit-audio-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0297-Add-function-to-transmit-audio-data.md -------------------------------------------------------------------------------- /proposals/0298-Processing-of-unknown-enum-values-by-SDL-Core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0298-Processing-of-unknown-enum-values-by-SDL-Core.md -------------------------------------------------------------------------------- /proposals/0299-Avoid-Deadlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0299-Avoid-Deadlock.md -------------------------------------------------------------------------------- /proposals/0300-Voice-Assistant-App-Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0300-Voice-Assistant-App-Service.md -------------------------------------------------------------------------------- /proposals/0301-SDL-device-listener.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0301-SDL-device-listener.md -------------------------------------------------------------------------------- /proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0302-SDL-System-Structure-for-MiddleLow-end-Class-Model-of-Powered-Two-Wheeler.md -------------------------------------------------------------------------------- /proposals/0303-audio-io-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0303-audio-io-manager.md -------------------------------------------------------------------------------- /proposals/0304-stream-ontouchevent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0304-stream-ontouchevent.md -------------------------------------------------------------------------------- /proposals/0305-homogenize-textfieldname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0305-homogenize-textfieldname.md -------------------------------------------------------------------------------- /proposals/0306-Use-Taskmaster-To-Handle-Queuing-Operations-In-Managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0306-Use-Taskmaster-To-Handle-Queuing-Operations-In-Managers.md -------------------------------------------------------------------------------- /proposals/0307-GetInputScreen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0307-GetInputScreen.md -------------------------------------------------------------------------------- /proposals/0308-protocol-nak-reason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0308-protocol-nak-reason.md -------------------------------------------------------------------------------- /proposals/0309-android-notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0309-android-notifications.md -------------------------------------------------------------------------------- /proposals/0310-PerformInteractionMultipick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0310-PerformInteractionMultipick.md -------------------------------------------------------------------------------- /proposals/0311-Make-RPC-Setters-Chainable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0311-Make-RPC-Setters-Chainable.md -------------------------------------------------------------------------------- /proposals/0312-ios-update-minimum-version-ios10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0312-ios-update-minimum-version-ios10.md -------------------------------------------------------------------------------- /proposals/0313-Adding-new-parameters-for-transport-switching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0313-Adding-new-parameters-for-transport-switching.md -------------------------------------------------------------------------------- /proposals/0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0314-Clarification-of-SDL-App-Icon-display-sequence-and-display-order.md -------------------------------------------------------------------------------- /proposals/0315-Add-RPC-Conflict-Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0315-Add-RPC-Conflict-Management.md -------------------------------------------------------------------------------- /proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0316-Clarification-of-transport-switching-rules-and-improvement-of-UX.md -------------------------------------------------------------------------------- /proposals/0317-sdl-protocol-security-specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0317-sdl-protocol-security-specification.md -------------------------------------------------------------------------------- /proposals/0318-app-lib-vehicle-data-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0318-app-lib-vehicle-data-manager.md -------------------------------------------------------------------------------- /proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0319-Add-a-notification-and-restore-function-for-unexpected-exception-error.md -------------------------------------------------------------------------------- /proposals/0320-Add-screen-stack-management-module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0320-Add-screen-stack-management-module.md -------------------------------------------------------------------------------- /proposals/0321-window-capabilities-template-name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0321-window-capabilities-template-name.md -------------------------------------------------------------------------------- /proposals/0322-improve-starting-streaming-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0322-improve-starting-streaming-services.md -------------------------------------------------------------------------------- /proposals/0323-align-VideoStreamingParameter-with-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0323-align-VideoStreamingParameter-with-capability.md -------------------------------------------------------------------------------- /proposals/0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0324-Function-to-control-the-priority-of-audio-and-video-when-switching-between-apps.md -------------------------------------------------------------------------------- /proposals/0325-Dynamic-App-List-Sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0325-Dynamic-App-List-Sorting.md -------------------------------------------------------------------------------- /proposals/0326-handle-late-malformed-hmi-responses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0326-handle-late-malformed-hmi-responses.md -------------------------------------------------------------------------------- /proposals/0327-app-lib-remote-control-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0327-app-lib-remote-control-manager.md -------------------------------------------------------------------------------- /proposals/0328-modernize-ubuntu-support-v20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0328-modernize-ubuntu-support-v20.md -------------------------------------------------------------------------------- /proposals/0329-on-data-resumed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0329-on-data-resumed.md -------------------------------------------------------------------------------- /proposals/0330-app-service-resumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0330-app-service-resumption.md -------------------------------------------------------------------------------- /proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0331-Add-new-SDL-System-Structure-using-Mediation-Application.md -------------------------------------------------------------------------------- /proposals/0332-additional-video-streaming-capabilities-validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0332-additional-video-streaming-capabilities-validation.md -------------------------------------------------------------------------------- /proposals/0333-handle-scenario-where-no-valid-cert-is-available.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0333-handle-scenario-where-no-valid-cert-is-available.md -------------------------------------------------------------------------------- /proposals/0334-transform-setdisplaylayout-requests-to-ui-show.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0334-transform-setdisplaylayout-requests-to-ui-show.md -------------------------------------------------------------------------------- /proposals/0335-limit-textfield-length-according-to-hmi-capabilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0335-limit-textfield-length-according-to-hmi-capabilities.md -------------------------------------------------------------------------------- /proposals/0336-strict-versioning-for-outgoing-core-messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0336-strict-versioning-for-outgoing-core-messages.md -------------------------------------------------------------------------------- /proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0337-reject-proprietary-http-systemrequests-when-ptu-not-in-progress.md -------------------------------------------------------------------------------- /proposals/0338-remove-unused-files-from-sdl-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0338-remove-unused-files-from-sdl-core.md -------------------------------------------------------------------------------- /proposals/0339-replace-pthread-implementation-with-threads-from-cpp11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0339-replace-pthread-implementation-with-threads-from-cpp11.md -------------------------------------------------------------------------------- /proposals/0340-atf-selenium-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0340-atf-selenium-support.md -------------------------------------------------------------------------------- /proposals/0341-add-generic-hmi-plugin-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0341-add-generic-hmi-plugin-support.md -------------------------------------------------------------------------------- /proposals/0342-remove-policy-mode-option-from-sdl-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0342-remove-policy-mode-option-from-sdl-core.md -------------------------------------------------------------------------------- /proposals/0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0343-Addition-of-a-way-to-notify-HMI-of-the-required-support-for-apps.md -------------------------------------------------------------------------------- /proposals/0344-Promises-in-Policy-Server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0344-Promises-in-Policy-Server.md -------------------------------------------------------------------------------- /proposals/0345-android-12-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals/0345-android-12-issues.md -------------------------------------------------------------------------------- /proposals_versus_issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartdevicelink/sdl_evolution/HEAD/proposals_versus_issues.md --------------------------------------------------------------------------------