Skip to content
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

Added constants for SDLOnLockScreenStatus. #498

Merged
merged 5 commits into from
Jan 24, 2017

Conversation

asm09fsu
Copy link
Contributor

Fixes #497

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Since we are simply replacing strings with constants, the current testing scheme should be fine.

Summary

Changed strings to utilize constants.

Changelog

Enchancements
  • Utilizing strings for SDLOnLockScreenStatus's properties.

@asm09fsu asm09fsu added the best practice Not a defect but something that should be improved anyway label Jan 18, 2017
@asm09fsu asm09fsu added this to the 5.0.0 milestone Jan 18, 2017
@asm09fsu asm09fsu requested a review from joeljfischer January 18, 2017 23:44
…lockscreen_constants

* origin/develop:
  Fixed issue around not calculating an SDLPutFile's currentOffset correctly. Updated unit tests to cover all SDLPutFiles, not just the first.
  Added in missing implementations of dictionary categories.
  Moved the import from SDLRPCStruct to implementation of all classes to remove build warning of redefinition
  Removed nonexistent files from project
  Added nullability annotations.
  Fixed issue using incorrect name for search address.
  Migrated to using a category instead of adding the classes to the subclass of SDLRPCStruct.
  Updated missing parameters.
  Updated setter/getter for all rpcs and structs to use convenience methods.

# Conflicts:
#	SmartDeviceLink/SDLOnLockScreenStatus.m
…lockscreen_constants

* origin/develop:
  Update for v4.5.1
  Added a ParameterAssert instead of throwing an exception, along with returning a handler with an error.
  Updated to throw an exception instead of returning an error for nil requests being sent.
  Adding a spec to test sending nil request.
  Added check for nil request in sending.
…lockscreen_constants

* origin/develop:
  Removed unused property in unit test.
  Fixed renamed variable in unit tests.
…lockscreen_constants

* origin/develop:
  Fixed issue with incorrectly parsing SDLRPCResponses.
@codecov-io
Copy link

codecov-io commented Jan 20, 2017

Current coverage is 55.60% (diff: 100%)

No coverage report found for develop at 36dc4c2.

Powered by Codecov. Last update 36dc4c2...98abd7f

@joeljfischer
Copy link
Contributor

This could be on master as well since it makes no API changes.

@joeljfischer joeljfischer merged commit 1d1ddd5 into develop Jan 24, 2017
@joeljfischer joeljfischer deleted the feature/issue_497_lockscreen_constants branch January 24, 2017 21:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
best practice Not a defect but something that should be improved anyway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants