NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
91 stars 41 forks source link

Error descriptions and string convertibles simplified #169

Closed philips77 closed 11 months ago

philips77 commented 11 months ago

This PR simplifies the texts used in the library. All CustomStringConvertible were changed to CustomDebugStringConvertible to allow apps to redefine their own descriptions.

In some places "Uppercase Style Of Strings" was converted to "Regular style of string" to match other parts of the app/library.