-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed changelog popping up each time on opening the app
- candybar-foss number update - dependecies update - target and compilesdk update - Minor strings updates
- Loading branch information
Showing
4 changed files
with
23 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="changelog_date" translatable="false">November 7, 2023</string> | ||
<string name="changelog_date" translatable="false">November 25, 2023</string> | ||
|
||
<string-array name="changelog"> | ||
<item>Added new soical media icons</item> | ||
<item>A fix for the changelogs not showing</item> | ||
<item>A fix for the changelogs showing EVERYTIME</item> | ||
<item>Target and ComplieSDK update</item> | ||
<item>Dependencies update</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<string name="default_theme">auto</string> | ||
|
||
<!-- CONFIG: MUZEI --> | ||
<string name="muzei_art_source_name">CandyBar</string> | ||
<string name="muzei_art_source_name">CandyBar-FOSS</string> | ||
<string name="muzei_art_source_desc">Pleasing wallpapers from CandyBar</string> | ||
<color name="muzei_color">#0082B4</color> | ||
|
||
|
@@ -35,8 +35,8 @@ | |
<string name="home_image_style">card_landscape</string> | ||
<string name="home_description"> | ||
<![CDATA[ | ||
CandyBar is an <b>Android Icon Pack Dashboard</b>. It has <i>many features</i>. Backed by the <u>community</u>. | ||
Get it from <a href="https://github.com/zixpo/candybar">GitHub</a>. | ||
CandyBar-FOSS is an <b>Android Icon Pack Dashboard</b>. It has <i>many features</i>. Backed by the <u>community</u>. | ||
Get it from <a href="https://github.com/Donnnno/candybar-foss">GitHub</a>. | ||
]]> | ||
</string> | ||
<string name="rate_and_review_link">https://play.google.com/store/apps/details?id={{packageName}}</string> | ||
|
@@ -88,14 +88,15 @@ | |
<string name="about_title">CandyBar \nMaterial Dashboard</string> | ||
<string name="about_desc"> | ||
<![CDATA[ | ||
CandyBar is an <b>Android Icon Pack Dashboard</b>. It has <i>many features</i>. Backed by the <u>community</u>. | ||
Get it from <a href="https://github.com/zixpo/candybar">GitHub</a>. | ||
CandyBar-FOSS is an <b>Android Icon Pack Dashboard</b>. It has <i>many features</i>. Backed by the <u>community</u>. | ||
Get it from <a href="https://github.com/Donnnno/candybar-foss">GitHub</a>. | ||
]]> | ||
</string> | ||
<string-array name="about_social_links"> | ||
<item>https://www.instagram.com/_u/yourusername</item> | ||
<item>https://twitter.com/</item> | ||
<item>https://www.behance.net/</item> | ||
<item>https://matrix.to/</item> | ||
<item>http://github.com/yourusername</item> | ||
<item>http://www.yourwebsite.com</item> | ||
<item>[email protected]</item> | ||
|
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