Skip to content

Setting up the changelog

Sarsa Murmu edited this page May 13, 2023 · 2 revisions

Open app/src/main/res/values/changelog.xml. CandyBar supports HTML formatting for changelogs.

  • changelog_date: Date of the update, will be shown below version number in changelog dialog. If you don't want to show date, just set changelog_date to empty (ex: <string name="changelog_date"></string>).
  • changelog: Your changelog. Supports HTML formatting.
    <b>Text</b> -> Bold text
    <i>Text</i> -> Italic text
    <u>Text</u> -> Underline text
    <a href="linkUrl">Link Text</a> -> Link Text
Clone this wiki locally