-
Notifications
You must be signed in to change notification settings - Fork 171
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
Release 3.3.0 #114
Release 3.3.0 #114
Conversation
Modified layout capabilities when display layout is successfully changed. Signed-off-by: Mike Burke <[email protected]>
Deprecated legacy object and added appropriate new object. Modified valueForString method to follow project guidelines. Signed-off-by: Mike Burke <[email protected]>
Signed-off-by: Mike Burke <[email protected]>
Deprecated fuelLevel_State methods and created fuelLevelState methods to follow Java naming conventions Signed-off-by: Mike Burke <[email protected]>
Fixes #85. Forward calls to setAPTData to setBulkData and getAPTData to getBulkData Signed-off-by: Mike Burke <[email protected]>
…/sdl_android into Enable_Disable_Siphon
…to objectToDouble method to fail fast.
…ndroid_parent/develop
…android_parent/develop
…t' into sdl_android_parent/develop
Signed-off-by: Mike Burke <[email protected]>
Here were the conflicts for this merge, since that came up during the meeting:
Conflicts are related to #118, #96 #92 and #77 and all were resolved in the merge commit. The merge commit was unit tested with the current unit tests, here are the results:
The failed tests are related to OnSystemRequest, which will be fixed with #123. The errors are issues with the tests themselves, which still need to be fixed. I have also tested the Livio tester app with this commit and everything works as expected. |
Merging the changes from last week into master branch as release 3.3.0. All changes have already been reviewed, but due to API changes, this will be considered a "minor" version under semantic versioning, hence the pull request for review as well.
Here are the issues that are addressed in this version: