
SpannableBuilder will now extend SpannableStringBuilder. The major diff- erence will be that the span order will be reverted upon a call of `getSpans()`. Another addition will be support for setting multiple multiple spans by array. The reverse order implementation is credited Uncodin/bypass