Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 461 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 461 Bytes

Change Log

Version 1.0.4 (2016-04-16)

  • Removed allowBackup from AndroidManifest.

Version 1.0.3 (2016-03-07)

  • Removed support library dependency.

Version 1.0.2 (2015-06-10)

  • Deprecated .appendText. Use .append(CharSequence).
  • String replaced with CharSequence.
  • Added methods for single spans to avoid varargs and creation of useless array.