summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Many fixes to menu managerJoel Fischer2018-04-176-54/+68
| * | | Add some icons from iconmonstr for testing the menu listJoel Fischer2018-04-167-4/+73
| * | | Fix deleting and re-uploading menus when not neededJoel Fischer2018-04-121-4/+5
| * | | Fix screen manager / menu manager integrationJoel Fischer2018-04-126-61/+49
| * | | Several menu manager changesJoel Fischer2018-04-128-43/+235
| * | | Menu ids and starting work on artworksJoel Fischer2018-04-102-6/+50
| * | | HMI based updating of menu commandsJoel Fischer2018-04-102-3/+64
| * | | Work on deleting commands and onCommand notificationsJoel Fischer2018-04-103-14/+57
| * | | Starting work on menu managerJoel Fischer2018-04-108-0/+339
| | | * Basic refactor of transport, protocol, proxy layersJoel Fischer2018-05-0126-380/+198
| |_|/ |/| |
* | | Merge pull request #938 from t-yoshii/fix/add-nil-check-at-lockscreen-dismissJoel Fischer2018-04-252-1/+6
|\ \ \
| * | | add nil check for lockViewControllerTakamitsu Yoshii2018-04-232-1/+6
| | |/ | |/|
* | | Merge pull request #935 from t-yoshii/fix/fix-SDLTouchManager-to-handle-all-e...Joel Fischer2018-04-252-19/+77
|\ \ \
| * | | fix SDLTouchManager to handle all touch events in SDLOnTouchEventTakamitsu Yoshii2018-04-192-19/+77
| |/ /
* | | Merge pull request #940 from smartdevicelink/feature/454_505_603_hide_lower_l...Joel Fischer2018-04-2516-132/+23
|\ \ \ | |/ / |/| |
| * | Update for SDL 6.0feature/454_505_603_hide_lower_layersJoel Fischer2018-04-2316-132/+23
|/ /
* | Merge pull request #916 from smartdevicelink/feature/issue_720_system_capabil...Joel Fischer2018-04-1814-57/+929
|\ \ | |/ |/|
| * Fixed stop() method of the system capability managerfeature/issue_720_system_capability_managerNicoleYarroch2018-04-183-4/+58
| * Added a stop method to the System Capability ManagerNicoleYarroch2018-04-173-9/+23
| * Fixed retain keyword for `pcmStreamCapability`NicoleYarroch2018-04-171-1/+1
| * Merge branch 'develop' into feature/issue_720_system_capability_managerNicoleYarroch2018-04-0910-11/+83
| |\ | |/ |/|
* | Merge pull request #923 from smartdevicelink/bugfix/issue_908_car_window_scre...Joel Fischer2018-04-098-8/+74
|\ \
| * | Consolidated if:else statements for setting final screen sizebugfix/issue_908_car_window_screen_resolutionNicoleYarroch2018-04-061-10/+8
| * | Refactored preferred video resolution test casesNicoleYarroch2018-04-051-8/+6
| * | Renamed test vars in SDLStreamingMediaLifecycleManagerSpecNicoleYarroch2018-04-051-6/+6
| * | Removed redundant else statementNicoleYarroch2018-04-051-3/+1
| * | Removed extra letter from documentationNicoleYarroch2018-04-052-1/+9
| * | Added test cases for setting preferred screen size via the data sourceNicoleYarroch2018-04-041-0/+44
| * | Added support for preferred video resolutionNicoleYarroch2018-04-045-5/+21
| * | Relocated delegate check for resolution in the lifecycle managerNicoleYarroch2018-03-292-5/+9
* | | Merge pull request #924 from smartdevicelink/bug/918_hmi_level_nil_fixJoel Fischer2018-04-061-1/+4
|\ \ \
| * | | Fix manager delegates notify developers of nil -> nilbug/918_hmi_level_nil_fixJoel Fischer2018-04-041-1/+4
| |/ /
* | | Merge pull request #922 from t-yoshii/fix/reset-retry-counter-on-accessory-co...Joel Fischer2018-04-051-1/+2
|\ \ \
| * | | reset retry counter when accessory is connectedTakamitsu Yoshii2018-03-301-1/+2
| |/ /
* | | Merge pull request #920 from t-yoshii/fix/fix-leak-in-SDLLifecycleManagerJoel Fischer2018-04-053-2/+12
|\ \ \ | |/ / |/| |
| * | add test to check whether completion handler is called on transition to SDLFi...Takamitsu Yoshii2018-04-051-0/+4
| * | fix: memory leaks in the SDLLifecycleManagerTakamitsu Yoshii2018-03-302-2/+8
|/ /
| * Fixed the System Capability Manager test casesNicoleYarroch2018-04-091-128/+215
| * Refactored System Capability ManagerNicoleYarroch2018-04-052-72/+25
| * System capability manager now observes SDLDidReceiveGetSystemCapabilitiesResp...NicoleYarroch2018-04-052-29/+75
| * Renamed variableNicoleYarroch2018-04-053-4/+4
| * Added the system capability manager to the SDLUpdateCapabilityHandlerNicoleYarroch2018-04-054-7/+10
| * Added permissions check for dial number in the example appNicoleYarroch2018-04-051-0/+8
| * Fixed VRCapability testsNicoleYarroch2018-04-042-4/+4
| * Deleted assert for unknown `systemCapabilityType`NicoleYarroch2018-04-041-1/+1
| * Renamed variables in the SDLSystemCapabilityManagerNicoleYarroch2018-04-043-9/+9
| * Fixed screen manager documentation in SDLManager classNicoleYarroch2018-04-042-1/+9
| * Refactored comments in SDLLifecycleSpecNicoleYarroch2018-03-291-1/+1
| * Fixed broken test cases in the SDLLifecycleManagerSpecNicoleYarroch2018-03-291-10/+17
| * Fixed test cases for SDLScreenManagerNicoleYarroch2018-03-292-1/+8