Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.3.0 Release #1301

Merged
merged 214 commits into from Jun 27, 2019
Merged

v6.3.0 Release #1301

merged 214 commits into from Jun 27, 2019

Commits on Apr 16, 2019

  1. Separated control session logic in SDLIAPTransport

    * Separated out control session logic in SDLIAPTransport into the SDLIAPControlSession class
    * Added test cases for the SDLIAPControlSession class
    NicoleYarroch committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1810336 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    db35421 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    ad88685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c493c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26231c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e06733f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f77bd71 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    87247ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c678c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4adb933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ba35d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc68fbb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    c90704d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd0058e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d39b773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c7aee View commit details
    Browse the repository at this point in the history
  5. Fixed USB/BT not working if control session opened

    Fixed switching transports between USB and BT not working if a control session was opened before the data session.
    NicoleYarroch committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d523cea View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    b930586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e40901 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Cleanup and fixes

    joeljfischer committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c939ce6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Transition operation uses the SB Objects

    * Working on test cases
    joeljfischer committed May 2, 2019
    Configuration menu
    Copy the full SHA
    dde10d3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. More test updates

    joeljfischer committed May 3, 2019
    Configuration menu
    Copy the full SHA
    1b4eaef View commit details
    Browse the repository at this point in the history
  2. Fis broken tests

    joeljfischer committed May 3, 2019
    Configuration menu
    Copy the full SHA
    cd44a87 View commit details
    Browse the repository at this point in the history
  3. Create Package file

    Justin Gluck committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b656990 View commit details
    Browse the repository at this point in the history
  4. testing..

    Justin Gluck committed May 3, 2019
    Configuration menu
    Copy the full SHA
    8629f52 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. fixed issue with products array

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    bedcdd0 View commit details
    Browse the repository at this point in the history
  2. updating swift tools verison

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b80f03f View commit details
    Browse the repository at this point in the history
  3. testing a name change

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    a1f9fb7 View commit details
    Browse the repository at this point in the history
  4. no message

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    5cf758f View commit details
    Browse the repository at this point in the history
  5. no message

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    bb64813 View commit details
    Browse the repository at this point in the history
  6. testing

    Justin Gluck committed May 6, 2019
    Configuration menu
    Copy the full SHA
    ee2980e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. adding SDLswift as a Dependency

    Justin Gluck committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7c52398 View commit details
    Browse the repository at this point in the history
  2. added comma

    Justin Gluck committed May 9, 2019
    Configuration menu
    Copy the full SHA
    72a12d7 View commit details
    Browse the repository at this point in the history
  3. dependency must come before path

    Justin Gluck committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a85406f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Added delegate for control session

    * fixed test cases
    NicoleYarroch committed May 13, 2019
    Configuration menu
    Copy the full SHA
    3815bfe View commit details
    Browse the repository at this point in the history
  2. Added delegate for data session

    * Fixed test cases
    NicoleYarroch committed May 13, 2019
    Configuration menu
    Copy the full SHA
    70d0658 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Deprecate RPC superclass initializers

    * So that they won’t appear on every RPC initializer in autocomplete and confuse developers
    joeljfischer committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0fc6179 View commit details
    Browse the repository at this point in the history
  2. created new class to hold old,new,score to add and delete menu cells …

    …smarter using less RPC commands, built basic structure in manager to run the loops
    Justin Gluck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    b4e84a0 View commit details
    Browse the repository at this point in the history
  3. Setting session to nil

    NicoleYarroch committed May 14, 2019
    Configuration menu
    Copy the full SHA
    7fc4b95 View commit details
    Browse the repository at this point in the history
  4. Fix the unit tests

    joeljfischer committed May 14, 2019
    Configuration menu
    Copy the full SHA
    8464d35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    283ea38 View commit details
    Browse the repository at this point in the history
  6. Fixed test cases

    NicoleYarroch committed May 14, 2019
    Configuration menu
    Copy the full SHA
    46add2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5600b7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32970a3 View commit details
    Browse the repository at this point in the history
  9. Fixed line spacing

    NicoleYarroch committed May 14, 2019
    Configuration menu
    Copy the full SHA
    816e889 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce82bdc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb2f2db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e3e82e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6759cba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    66fc63c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6da019b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a4b2791 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    818fe91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8dcff48 View commit details
    Browse the repository at this point in the history
  19. Moved Algo logic into its own class updated cell compare to not use s…

    …ubcells as a factor in the hash
    Justin Gluck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    849a7f6 View commit details
    Browse the repository at this point in the history
  20. Moved IAPSessionDelegate to data and control classes

    Moved SDLIAPSessionDelegate from the IAP Transport class to the data and control classes
    NicoleYarroch committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f2910b9 View commit details
    Browse the repository at this point in the history
  21. WIP: will remove NSLogs when i make the finally commit, fixed an issu…

    …e where function was returning an NSArray instead of NSMutableArray
    Justin Gluck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    022b223 View commit details
    Browse the repository at this point in the history
  22. Remove duplicate typedef Enum for MenuCellState , removed commented o…

    …ut code bit of whitespace cleanup
    Justin Gluck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    1c18e0b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    398cf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8079fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0719d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bb3e97 View commit details
    Browse the repository at this point in the history
  5. moved some logic around to make testing quicker, added two test class…

    …es and started to make tests
    Justin Gluck committed May 15, 2019
    Configuration menu
    Copy the full SHA
    3ec70f0 View commit details
    Browse the repository at this point in the history
  6. added more unit tests to test more cases

    Justin Gluck committed May 15, 2019
    Configuration menu
    Copy the full SHA
    c6f7ac3 View commit details
    Browse the repository at this point in the history
  7. Cleaned up SDLIAPSession and added documentation

    * reduced IOStreamThreadWaitSecs
    NicoleYarroch committed May 15, 2019
    Configuration menu
    Copy the full SHA
    e3d95d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3eb9881 View commit details
    Browse the repository at this point in the history
  9. making functions so they dont delete all cells but only a sub set and…

    … update add commands to only add cells at index
    Justin Gluck committed May 15, 2019
    Configuration menu
    Copy the full SHA
    6d32ae6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    53bde97 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Fix review issues

    joeljfischer committed May 17, 2019
    Configuration menu
    Copy the full SHA
    58987c3 View commit details
    Browse the repository at this point in the history
  2. Restructure IAP Session / Transport relationships

    * Remove various delegates
    * Structure the sessions as a superclass/subclass relationship
    
    * Tests are currently broken
    joeljfischer committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c794025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35aa425 View commit details
    Browse the repository at this point in the history
  4. Fix documentation issues

    joeljfischer committed May 17, 2019
    Configuration menu
    Copy the full SHA
    1b38bd2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1262 from smartdevicelink/bugfix/issue_1204_hide_…

    …rpc_initializers
    
    Deprecate RPC superclass initializers
    joeljfischer committed May 17, 2019
    Configuration menu
    Copy the full SHA
    0388880 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    da195f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fe2ec View commit details
    Browse the repository at this point in the history
  3. Review fixes

    joeljfischer committed May 20, 2019
    Configuration menu
    Copy the full SHA
    56db755 View commit details
    Browse the repository at this point in the history
  4. fixed issue where handler was not being saved after the list is updat…

    …ed but we keep some cells
    Justin Gluck committed May 20, 2019
    Configuration menu
    Copy the full SHA
    bd210be View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    e8f84ab View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/issue-1229-SwiftPM

    Justin Gluck committed May 21, 2019
    Configuration menu
    Copy the full SHA
    bf15b8a View commit details
    Browse the repository at this point in the history
  3. Fixing extra commented line

    Justin Gluck committed May 21, 2019
    Configuration menu
    Copy the full SHA
    5255715 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1267 from smartdevicelink/bugfix/issue_1239_joel_…

    …branch
    
    IAP Transport / Sessions Cleanup
    NicoleYarroch committed May 21, 2019
    Configuration menu
    Copy the full SHA
    96f81e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dd2255 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a36bdb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9419bd1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    21e155b View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    NicoleYarroch committed May 22, 2019
    Configuration menu
    Copy the full SHA
    7f548d9 View commit details
    Browse the repository at this point in the history
  3. Updating the readme file to tell devs that SDL now supports Accio and…

    … how to install it and use it.
    Justin Gluck committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b547f99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06ac820 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e46468c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    762e2a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    494e196 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad27ed0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request #1251 from smartdevicelink/bugfix/issue_1234_softb…

    …utton_multiple_states
    
    Fix SoftButtonManager Race Conditions
    joeljfischer committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c080f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b66c8 View commit details
    Browse the repository at this point in the history
  3. Updating Logs WIP will remove during final commit creating new delete…

    …/add commands for every sub cell
    Justin Gluck committed May 23, 2019
    Configuration menu
    Copy the full SHA
    5687629 View commit details
    Browse the repository at this point in the history
  4. fixed issue where subcells to transfer ID was crashing , added old an…

    …d new keeps for subcells to keep the indexs matching
    Justin Gluck committed May 23, 2019
    Configuration menu
    Copy the full SHA
    a5b01f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39ebc6 View commit details
    Browse the repository at this point in the history
  6. System Capability subscriptions

    * Unit test updates
    * Block and selector based subscriptions
    joeljfischer committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c3c67ca View commit details
    Browse the repository at this point in the history
  7. Fixed the file manager race condition

    Fixed the file manager adding operations to the queue after shutdown
    NicoleYarroch committed May 23, 2019
    Configuration menu
    Copy the full SHA
    25f8f76 View commit details
    Browse the repository at this point in the history
  8. Pass the capability instead of the manager into the callback

    * Add documentation
    joeljfischer committed May 23, 2019
    Configuration menu
    Copy the full SHA
    3fce4d2 View commit details
    Browse the repository at this point in the history
  9. Fix an oversight

    joeljfischer committed May 23, 2019
    Configuration menu
    Copy the full SHA
    7292417 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    0002c55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1271 from smartdevicelink/feature/issue_1257_sdlm…

    …anager_rpc_subscriptions
    
    Implement SDL-0226: SDLManager RPC Subscription Helper Methods
    joeljfischer committed May 24, 2019
    Configuration menu
    Copy the full SHA
    24adfae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1281 from smartdevicelink/bugfix/issue_1280_bson_…

    …v1.2
    
    Update BiSON dependency to v1.2.0
    joeljfischer committed May 24, 2019
    Configuration menu
    Copy the full SHA
    6db5ffa View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    12c0f92 View commit details
    Browse the repository at this point in the history
  2. fixed pr issue

    Justin Gluck committed May 28, 2019
    Configuration menu
    Copy the full SHA
    eb51c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9824b27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60842c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7b634 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5307621 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    joeljfischer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    e767e9c View commit details
    Browse the repository at this point in the history
  8. More test fixes

    joeljfischer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3b237ab View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1277 from smartdevicelink/bugfix/issue_1264_file_…

    …manager_race_condition
    
    Fixed file manager race condition
    joeljfischer committed May 28, 2019
    Configuration menu
    Copy the full SHA
    7f0f28f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge pull request #1279 from smartdevicelink/feature/issue_1222_alig…

    …n_systemcapabilitymanager_callbacks
    
    Support SDLSystemCapabilityManager Subscriptions
    joeljfischer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    70deece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f60de8 View commit details
    Browse the repository at this point in the history
  3. Cleaned up destroying the session

    Added closeSession to the IAPSession parent class
    NicoleYarroch committed May 29, 2019
    Configuration menu
    Copy the full SHA
    200d5b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a730f9a View commit details
    Browse the repository at this point in the history
  5. Renamed methods to indicate they are private

    Renamed the methods called on a NSStreamEvent to indicate they are private.
    NicoleYarroch committed May 29, 2019
    Configuration menu
    Copy the full SHA
    107a28b View commit details
    Browse the repository at this point in the history
  6. Removed extra line

    NicoleYarroch committed May 29, 2019
    Configuration menu
    Copy the full SHA
    be4a932 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f36335 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86b4b4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfff2c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    237d52a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c4bf0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71b807f View commit details
    Browse the repository at this point in the history
  13. Update choice set log

    joeljfischer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3a8bd00 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0047bf7 View commit details
    Browse the repository at this point in the history
  15. Added more SDL logs

    Added more SDL logs for debugging start session timeouts
    NicoleYarroch committed May 29, 2019
    Configuration menu
    Copy the full SHA
    2e12a55 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc7f00c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    580320b View commit details
    Browse the repository at this point in the history
  18. Use new BSON method

    joeljfischer committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ea18212 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    6950fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff87c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc09b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3779a2b View commit details
    Browse the repository at this point in the history
  5. Fixed many PR isues

    Rename some files
    added more unit tests
    fixed syntax
    Moved enums to a public file
    changed function names to align more with the standards
    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b4f86f9 View commit details
    Browse the repository at this point in the history
  6. removed old files that have been renamed

    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d69416b View commit details
    Browse the repository at this point in the history
  7. removing old commented code

    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d2b3058 View commit details
    Browse the repository at this point in the history
  8. fixing formatting

    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    caa0069 View commit details
    Browse the repository at this point in the history
  9. AudioStreamManager tests

    joeljfischer committed May 30, 2019
    Configuration menu
    Copy the full SHA
    09dc707 View commit details
    Browse the repository at this point in the history
  10. changed enumerateObjectsUsingBlock to a for loop

    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    574e69e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e83a56 View commit details
    Browse the repository at this point in the history
  12. added test to compare cells

    removed setter
    updated unit tests removed fit
    Justin Gluck committed May 30, 2019
    Configuration menu
    Copy the full SHA
    9fa2c89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f3f759 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. added unit test

    Justin Gluck committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3be915d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f6a91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1292 from smartdevicelink/bugfix/issue_1291_fix_c…

    …hoiceset_helplist_position
    
    Fix position not being set on SDLChoiceSet VRHelpList
    joeljfischer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3425890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff55c38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8534bd View commit details
    Browse the repository at this point in the history
  6. Refactored stream errored on write in data session

    Refactored the stream errored on write in data session class
    NicoleYarroch committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8b68e7b View commit details
    Browse the repository at this point in the history
  7. Update SmartDeviceLink/SDLIAPTransport.m

    Fixed SDL log spelling
    
    Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
    NicoleYarroch and joeljfischer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    12ee2a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1287 from smartdevicelink/feature/issue_1285_prev…

    …ent_buffer_overruns
    
    Prevent Buffer Overruns
    joeljfischer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8ce276c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a2a973 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eab92bb View commit details
    Browse the repository at this point in the history
  11. Force ChoiceSets to work on Ford Sync Gen 3

    * Call preload handler if it fails
    joeljfischer committed May 31, 2019
    Configuration menu
    Copy the full SHA
    be493ea View commit details
    Browse the repository at this point in the history
  12. Refactored the create session methods

    Refactored the create session methods in iAPTransport class
    NicoleYarroch committed May 31, 2019
    Configuration menu
    Copy the full SHA
    9961a28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bde8a7d View commit details
    Browse the repository at this point in the history
  14. Merge branch 'bugfix/issue_1239_iAPTransport_class_disconnect_cleanup…

    …' of https://github.com/smartdevicelink/sdl_ios into bugfix/issue_1239_iAPTransport_class_disconnect_cleanup
    
    # Conflicts:
    #	SmartDeviceLink/SDLIAPTransport.m
    NicoleYarroch committed May 31, 2019
    Configuration menu
    Copy the full SHA
    74c5aba View commit details
    Browse the repository at this point in the history
  15. Fixed compile error

    NicoleYarroch committed May 31, 2019
    Configuration menu
    Copy the full SHA
    335ca76 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Removed unused var

    NicoleYarroch committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e31c41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc10172 View commit details
    Browse the repository at this point in the history
  3. added unit tests to test callbacks for filemanager , fixed issue with…

    … cell position.
    Justin Gluck committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    888ea1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1248 from smartdevicelink/bugfix/issue_1239_iAPTr…

    …ansport_class_disconnect_cleanup
    
    iAP transport disconnect cleanup
    joeljfischer committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e16e360 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    d996724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb9481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7f13d1 View commit details
    Browse the repository at this point in the history
  4. Added test cases

    NicoleYarroch committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    dd9bb6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02465d1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1293 from smartdevicelink/bugfix/issue_1290_sync3…

    …_choice_sets_fail
    
    Fix ChoiceSetManager Bugs
    joeljfischer committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    03c394a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1289 from smartdevicelink/feature/issue_1275_audi…

    …ostreammanager_push_data_buffer
    
    Support Pushing a PCM Audio Data Buffer on SDLAudioStreamManager
    joeljfischer committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    762a058 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1286 from smartdevicelink/bugfix/issue_1283_sdlau…

    …diofile_public
    
    Fix SDLAudioFile must be public
    joeljfischer committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    daa57de View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request #1295 from smartdevicelink/bugfix/issue_1294_softb…

    …utton_finish_operation_not_called
    
    Fixed the soft button operation not finishing if no image or text buttons sent
    joeljfischer committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    a3543ec View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. fixing pr issues, formatting, spelling, documentation

    Justin Gluck committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    7b39723 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1282 from smartdevicelink/feature/issue-1144-Dyna…

    …mic-Menu-Manager
    
    Dynamically Update Menu Manager Cells
    joeljfischer committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    63f9648 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    8b13335 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Fix documentation

    joeljfischer committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    10362ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167bce8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1303 from smartdevicelink/bugfix/issue_1302_broke…

    …n_podspec_files
    
    Fixed Cocoapods not working
    joeljfischer committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    c365f29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07f49b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Fix test

    joeljfischer committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    5608ac0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1307 from smartdevicelink/bugfix/issue_1306_menu_…

    …manager_fixes
    
    Fix `runScore` being a property and several method / variable names
    joeljfischer committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c3970e6 View commit details
    Browse the repository at this point in the history
  3. Fixes #1308

    * Only fail to queue a choice preload in the shutdown state
    * If the handler doesn't exist, don't crash
    joeljfischer committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    6f91e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8c3889 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c45135 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1309 from smartdevicelink/bugfix/issue_1308_queue…

    …_choice_during_vr_optional_state
    
    Fix crash in preload if there's no handler and the preload fails
    joeljfischer committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    234faa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. quick fix so setting the menu for the first time adds the cells with …

    …artwork, updates unit tests
    Justin Gluck committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e4bd959 View commit details
    Browse the repository at this point in the history
  2. fixing unneeded change

    Justin Gluck committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    37a3d66 View commit details
    Browse the repository at this point in the history
  3. undoing a line move

    Justin Gluck committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0329267 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. since old cells is empty at this point and this is using the old meth…

    …od to add and remove cells , we must remove all cells and re add all cells after artwork uploads
    Justin Gluck committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    06dc401 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. make SDLSecondaryTransportManager have strong reference to primaryPro…

    …tocol to ensure to cleanup correctly
    Takamitsu Yoshii committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    3c4b6dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1314 from t-yoshii/fix/make-reference-to-primaryP…

    …rotocol-to-strong
    
    Fix/make reference to primaryProtocol to strong
    joeljfischer committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    c5cb8a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Send cells after image have been uploaded if no images just send cell…

    …s. modified some tests to match code changes
    Justin Gluck committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    d9dee5d View commit details
    Browse the repository at this point in the history
  2. Removed registration for EAAcessory notifications

    Removed unecessary registration for EAAcessory notifications
    NicoleYarroch committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    960105d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b555ed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e14619 View commit details
    Browse the repository at this point in the history
  5. Transport dealloc does not end the background task

    Background task should not be destroyed when transport is destroyed
    NicoleYarroch committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    31bf850 View commit details
    Browse the repository at this point in the history
  6. Background task now started in init of IAPTransport

    Background task now started in init of SDLIAPTransport
    NicoleYarroch committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    55d9180 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Moved the background task to the LifecycleManager

    Moved the background task from the iAPTransport class to the LifecycleManager class
    NicoleYarroch committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2d1a812 View commit details
    Browse the repository at this point in the history
  2. Background task killed on dealloc

    Background task destroyed when the lifecycle manager is dealloced
    NicoleYarroch committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2442637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b507d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1313 from smartdevicelink/bugfix/issue-1312-Cell-…

    …Icons-dont-show
    
    Cell Icons do not show up on first menu set
    joeljfischer committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cb4f94e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbe955b View commit details
    Browse the repository at this point in the history
  6. Update SmartDeviceLink/SDLLifecycleManager.m

    Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
    NicoleYarroch and joeljfischer committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0c1f817 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ca35f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db9ade2 View commit details
    Browse the repository at this point in the history
  9. Added class

    NicoleYarroch committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    75d3b6e View commit details
    Browse the repository at this point in the history
  10. Merge branch 'bugfix/issue_1316_background_task_session_creation_fail…

    …s' of https://github.com/smartdevicelink/sdl_ios into bugfix/issue_1316_background_task_session_creation_fails
    
    # Conflicts:
    #	SmartDeviceLink/SDLLifecycleManager.m
    NicoleYarroch committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    14e1f5e View commit details
    Browse the repository at this point in the history
  11. renamed var

    NicoleYarroch committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c0b0457 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. add nil check of eaSession at SDLIAPDataSession#startSession

    Takamitsu Yoshii committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    67fab4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a3f94e View commit details
    Browse the repository at this point in the history
  3. Moved dealloc to BackgroundTaskManager

    * cleaned up some documentation
    NicoleYarroch committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b8098be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1317 from smartdevicelink/bugfix/issue_1316_backg…

    …round_task_session_creation_fails
    
    Fixed session creation failing due to no background task
    joeljfischer committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b6a19fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1322 from t-yoshii/fix/avoid-assersion-crash-afte…

    …r-session-creation-failure
    
    add nil check of eaSession at SDLIAPDataSession#startSession
    joeljfischer committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7fa2820 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Update for v6.3.0

    joeljfischer committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    76d6cd1 View commit details
    Browse the repository at this point in the history