summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test casesfeature/issue_1007_pixel_density_and_scaleNicoleYarroch2019-10-071-1/+0
|
* Fixed .pbxproj fileNicoleYarroch2019-10-071-0/+12
|
* Reverting .pbxprojNicoleYarroch2019-10-071-23/+1
|
* Cleaned up documentation and importsNicoleYarroch2019-10-077-12/+9
|
* Changed FocusableItemLocator’s initNicoleYarroch2019-10-075-83/+38
| | | | Changed FocusableItemLocator’s init from streamManager to videoScaleManager
* Fixed SDLDidUpdateProjectionView notificationsNicoleYarroch2019-10-077-37/+49
|
* Cleanup imports & newlinesNicoleYarroch2019-10-046-9/+7
|
* Cleaning up test casesNicoleYarroch2019-10-045-6/+8
|
* Refactoring and cleanupNicoleYarroch2019-10-047-18/+14
|
* Merge branch 'develop' into feature/issue_1007_pixel_density_and_scaleNicoleYarroch2019-10-0438-441/+714
|\
| * Merge pull request #1427 from ↵Joel Fischer2019-10-0438-441/+714
| |\ | | | | | | | | | | | | smartdevicelink/feature/issue-1386-manager-update-display-capability Implement SDL-0243 Manager Update for DisplayCapability
| | * Add missing templatesAvailable propertyfeature/issue-1386-manager-update-display-capabilityJoel Fischer2019-10-031-0/+8
| | |
| | * Merge 'develop' into 'feature/issue-1386-manager-update-display-capability'Joel Fischer2019-10-0318-61/+77
| | |\ | | |/ | |/|
| | * Fix some loggingJoel Fischer2019-10-022-1/+9
| | |
| | * Sub-managers unsubscribe from system capabilityJoel Fischer2019-10-022-6/+12
| | | | | | | | | | | | * Fix multiple text and graphic manager subscribes to display capability
| | * Merge develop into feature/issue-1386-manager-update-display-capabilityJoel Fischer2019-10-0221-86/+151
| | |\
| | * | Fix managers no longer working due to display updatesJoel Fischer2019-10-0216-131/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix example app deprecation warnings * Stylistic fixes * Text and Graphic / Soft Button managers now start when the screen manager starts, which allows them to try subscribing to DISPLAYS once the connection is established * Add additional pragma categories for system capability manager * Permit subscribing to DISPLAYS even if on systems < 5.1.0 because updates through SetDisplayLayout route through that subscription now
| | * | Merge branch 'feature/issue_1386_manager_update_display_capability' of ↵Joel Fischer2019-10-0134-403/+591
| | |\ \ | | | | | | | | | | | | | | | https://github.com/yLeonid/sdl_ios into yLeonid-feature/issue_1386_manager_update_display_capability
| | | * | issue_1386_manager_update_display_capability : fix typo (whitespace) in ↵yLeonid2019-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | SDLSystemCapabilityManager.m
| | | * | issue_1386_manager_update_display_capability : fix code review comment:yLeonid2019-09-301-3/+3
| | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r325204343
| | | * | fix occasionally fallen test: sometimes it fells on Trevis though on a local ↵yLeonid2019-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | machine it always works
| | | * | issue_1386_manager_update_display_capability : fix code review commentsyLeonid2019-09-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324738407 https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324738289 https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324738257 https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324738202
| | | * | issue_1386_manager_update_display_capability : fix review commentyLeonid2019-09-302-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324808032 https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324801063
| | | * | issue_1386_manager_update_display_capability : fix review commentyLeonid2019-09-301-2/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324798920
| | | * | issue_1386_manager_update_display_capability : fix review commentyLeonid2019-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390#discussion_r324793005
| | | * | 1386_manager_update_display_capability : fix review commentsyLeonid2019-09-292-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390/files/ce156b1ace4685978e90941ac3870910f9913242#r324761947 https://github.com/smartdevicelink/sdl_ios/pull/1390/files/ce156b1ace4685978e90941ac3870910f9913242#r324751032
| | | * | 1386_manager_update_display_capability : fix SDLSoftButtonManager and its testyLeonid2019-09-292-9/+9
| | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390/files/ce156b1ace4685978e90941ac3870910f9913242#r324800071
| | | * | 1386_manager_update_display_capability : improve (KISS) test SDLMenuManagerSpecyLeonid2019-09-291-39/+13
| | | | | | | | | | | | | | | | | | | | https://github.com/smartdevicelink/sdl_ios/pull/1390/files/ce156b1ace4685978e90941ac3870910f9913242#r324813232
| | | * | 1386_manager_update_display_capability: fix fallen test in ↵yLeonid2019-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | SDLSystemCapabilityManagerSpec
| | | * | Merge commit 'b962a21d9d2e6901a8461c00dc2773a422904cf4' into ↵Kujtim Shala2019-09-2698-853/+2853
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_1386_manager_update_display_capability # Conflicts resolved: # SmartDeviceLink/SDLSystemCapabilityManager.m # SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m # SmartDeviceLinkTests/DevAPISpecs/SDLMenuManagerSpec.m
| | | * | | Refactored the library to use the new display capabilityKujtim Shala2019-09-1329-339/+266
| | | | | |
| | | * | | Change defaultMainWindowCapability to property. Ignored some deprecations. ↵Kujtim Shala2019-09-094-53/+100
| | | | | | | | | | | | | | | | | | | | | | | | Renamed convert flag. Created window and display capability group. Changed media clock to empty array. Changed repeat test to unique data. Other minor suggestions applied.
| | | * | | Apply suggestions from code reviewKujtim Shala2019-09-093-20/+20
| | | | | | | | | | | | | | | | | | Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
| | | * | | Merge commit '8b783865896daa67a55b78d2ce9ff4127d21b0f8' into ↵Kujtim Shala2019-09-0683-32/+2167
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_1386_manager_update_display_capability # Conflicts: # SmartDeviceLink/SDLSystemCapability.h # SmartDeviceLink/SDLSystemCapability.m
| | | * | | | Fixed a conflicting merge conflict conflict ...Kujtim Shala2019-09-062-9/+164
| | | | | | |
| | | * | | | Resolved some issues from the merge conflicts.Kujtim Shala2019-09-045-9/+1
| | | | | | |
| | | * | | | Merge commit 'd433cf5ae5cb04d0ede46e2cfbd1dea105698891' into ↵Kujtim Shala2019-09-0426-274/+263
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/issue_1386_manager_update_display_capability
| | | * | | | | Update SDLMenuManagerSpec.mKujtim Shala2019-08-311-1/+1
| | | | | | | |
| | | * | | | | Fixing a potential case with nil display capability.Kujtim Shala2019-08-291-0/+6
| | | | | | | |
| | | * | | | | All unit tests.Kujtim Shala2019-08-291-48/+93
| | | | | | | |
| | | * | | | | Added init to SystemCapability, Fixed array bug in displayCapability getter. ↵Kujtim Shala2019-08-295-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bool vs. NSNumber condition. Fixed first time display backwards conversion. Fixed etst error in file manager toBeCloseTo was within 0.001 now is 0.01. Fixed a bug in menu manager test using wrong response notification name.
| | | * | | | | Adding logic for display capabilities conversion.Kujtim Shala2019-08-2970-15/+1883
| | | | | | | |
* | | | | | | | Refactoring passing scale and screen size between managersNicoleYarroch2019-10-0420-229/+251
| | | | | | | |
* | | | | | | | Merge branch 'develop' into feature/issue_1007_pixel_density_and_scaleNicoleYarroch2019-10-0429-79/+103
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #1413 from t-yoshii/fix/reflect-bitrate-refixJoel Fischer2019-10-035-27/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Bitrate Update for Video Streaming
| | * | | | | | | reflect bitrate setting from HMITakamitsu Yoshii2019-09-251-2/+13
| | | | | | | | |
| | * | | | | | | Revert "reflect bitrate value returned from HMI"Takamitsu Yoshii2019-09-251-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4593cdceecedf98dced9294d88af27ce1a7eb720.
| | * | | | | | | Revert "fix-review: change value type of max bitrate to unsigned long long ↵Takamitsu Yoshii2019-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from int" This reverts commit 1ad0a60e8de5b373583b3dff1a243294a2036401.
| | * | | | | | | Revert "fix-review: add `allowOverrideEncoderSettings` to ↵Takamitsu Yoshii2019-09-254-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDLStreamingMediaConfiguration" This reverts commit 8963eb5d6a989086bd00963cf5ae6b38aab440a3.
| | * | | | | | | Revert "add test"Takamitsu Yoshii2019-09-252-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1e5d20a9bc998a0d0031269bf278e70abfcd8a92.