- New:
AndroidStringUtils.isEmpty()now has an annotation that tells AndroidStudio that this method checks whether the passed in String parameter is null. - Upgrade static analysis plugin and other libraries
- New:
AndroidStringUtils.parseUriFromString()method for adding the scheme (http://, https://, etc.) if it was missing when parsing a Uri from a String. - Also created
AndroidStringUtils.parseHttpUriFromString()andAndroidStringUtils.parseHttpsUriFromString()convenience methods. - Enable local publication for testing
- Migrate to maven central
- New:
AndroidStringUtils.fromHtml()method for calling the version appropriateHtml.fromHtml().
- Remove "Intrepid" prefix from classes.
- New: Additional methods to
ViewUtilsfor setting visibility, width, height, and margins. - New:
StringUtilsandAndroidStringUtilsclasses for common string manipulations.
Initial release.