-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented simple Kodi markup code applier for the Now Playing fragm…
…ent (#471) * Implemented simple Kodi markup code applier for the Now Playing fragment * Moved to UIUtils; added early exit; now handles nesting of the same type * Added handlers for LOWERCASE, CAPITALIZE, LIGHT and COLOR - LOWERCASE and CAPITALIZE work, LIGHT and COLOR are just stripped out - inlined the TextAppearanceSpan new's. Turns out they can't be reused. * updated javadoc * fixed crash when capitalizing an empty word
- Loading branch information
1 parent
41a433c
commit 45ecfc2
Showing
3 changed files
with
189 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters