-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8748a9c
commit db16c00
Showing
3 changed files
with
14 additions
and
15 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="changelog_date" translatable="false">July 1, 2023</string> | ||
|
||
<!-- Leave empty if you don't want to show changelog date --> | ||
<string name="changelog_date" translatable="false">June 26, 2023</string> | ||
|
||
<!-- Changelog support html formatting | ||
* <b> for Bold | ||
* <i> for Italic | ||
* <u> for Underline | ||
* <a href="linkUrl">Link Text</a> for links --> | ||
<string-array name="changelog"> | ||
<item>Fix issue related to restore purchases</item> | ||
<item>Probably fix issue with icon search when navigating back</item> | ||
<item>Minor fixes</item> | ||
<item>Improved initial load speed. Now loads all icons under 5 seconds.</item> | ||
<item>Fixed memory leak in icon search, uses less memory.</item> | ||
<item>Fixed unable to download offline wallpapers.</item> | ||
</string-array> | ||
|
||
</resources> |
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