-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature/app icon resumption #63
Conversation
app/model/sdl/Abstract/Model.js
Outdated
@@ -1,5 +1,4 @@ | |||
/* | |||
* Copyright (c) 2013, Ford Motor Company All rights reserved. | |||
/* * Copyright (c) 2013, Ford Motor Company All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a mistaken change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobkeeler yes, thanks.
Fixed in 1e55a6e
exitCommand | ||
); | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobkeeler reverted in 1e55a6e
app/model/sdl/RModel.js
Outdated
}, | ||
applicationModels: { | ||
0: SDL.SDLMediaModel, | ||
1: SDL.SDLNonMediaModel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacobkeeler reverted in 1e55a6e
@LuxoftAKutsan @AKalinich-Luxoft Please review merge conflict with develop template images changes. Thank you! |
Fixes in setAppIcon logic
Also fixed formatting and added description
1e55a6e
to
583b780
Compare
@JackLivio merge conflicts have been resolved |
Fixes #1456
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Test scripts PR : smartdevicelink/sdl_atf_test_scripts#1867
HMI PR : #63
Summary
This PR contains the implementation of proposal https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0041-appicon-resumption.md
CLA