summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added comment about why the blank artwork is set to `nil`bugfix/issue_952_reset_menu_managerNicoleYarroch2018-05-141-1/+3
* Added check for `nil` menu handlerNicoleYarroch2018-05-141-1/+1
* Removed premature image soft button upload fixNicoleYarroch2018-05-141-1/+1
* Reverted `DeleteCommand` fixNicoleYarroch2018-05-091-2/+1
* Attempted to fix `DeleteCommand`s failingNicoleYarroch2018-05-083-4/+5
* Fixed initializing array with `nil`NicoleYarroch2018-05-081-1/+1
* Fixed incorrect data typeNicoleYarroch2018-05-081-1/+1
* Fixed text soft buttons not getting uploadedNicoleYarroch2018-05-081-2/+9
* Added `stop` methods to to the screen manager helpersNicoleYarroch2018-05-0411-0/+90
* Merge pull request #930 from smartdevicelink/feature/issue_927_mobile_menu_ma...Joel Fischer2018-05-0141-153/+1814
|\
| * Fix bug with running subcell handlersfeature/issue_927_mobile_menu_managerJoel Fischer2018-05-016-124/+334
| * Fixed testsJoel Fischer2018-04-302-11/+10
| * Fix looping through incorrect listJoel Fischer2018-04-301-1/+1
| * Voice Command manager fixesJoel Fischer2018-04-301-13/+13
| * Fix updating menu every time you leave the menuJoel Fischer2018-04-301-53/+51
| * Fix artwork menus againJoel Fischer2018-04-301-0/+1
| * Possible fix for cells not properly overwriting when in a bad system contextJoel Fischer2018-04-301-3/+3
| * Fix artworks not being updated if the user is in the menu before they’re up...Joel Fischer2018-04-301-0/+1
| * Fix waiting on hmi update always being trueJoel Fischer2018-04-271-1/+3
| * Fix trigger source not passed with menu cellJoel Fischer2018-04-273-6/+8
| * Fix missing checkJoel Fischer2018-04-271-1/+1
| * Add a commentJoel Fischer2018-04-271-0/+1
| * Fix attempting to update the menu while in the menu. It will now wait until t...Joel Fischer2018-04-272-18/+30
| * Fixed uploading multiple artworks when only one is neededJoel Fischer2018-04-273-2/+50
| * Fixed submenus not allowed to be the first itemJoel Fischer2018-04-261-2/+2
| * Remove old command codeJoel Fischer2018-04-261-88/+0
| * Fix failing testJoel Fischer2018-04-252-2/+2
| * Add unit testsJoel Fischer2018-04-249-31/+395
| * Add Voice Command Manager, extract stubs from menu managerJoel Fischer2018-04-2410-61/+343
| * Same as last commit but for sequentialJoel Fischer2018-04-201-0/+1
| * Fixed requests with no requests actually in them causing SDL to stop sending ...Joel Fischer2018-04-204-2/+12
| * Remove unused variables and refactor menu updatesJoel Fischer2018-04-192-15/+7
| * Fix messed up return statementJoel Fischer2018-04-191-5/+5
| * Fix commentJoel Fischer2018-04-191-1/+1
| * Check for duplicate titlesJoel Fischer2018-04-191-12/+23
| * Don’t send artworks if the head unit doesn’t support themJoel Fischer2018-04-193-22/+25
| * Add public files to podspecJoel Fischer2018-04-192-0/+6
| * Merge branch 'develop' into feature/issue_927_mobile_menu_managerJoel Fischer2018-04-1914-53/+980
| |\
| * | 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
* | | 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
|\ \ \