Skip to content

Commit

Permalink
Merge pull request #1 from twoone-3/master
Browse files Browse the repository at this point in the history
close some functions and add taobao icon
  • Loading branch information
twoone-3 authored Mar 8, 2024
2 parents 573f59c + 8eed029 commit 5c332d6
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 18 deletions.
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.perfect.icon",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "PerfectIconPack-v1-release.apk"
}
],
"elementType": "File"
}
5 changes: 3 additions & 2 deletions app/src/main/assets/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<item component="ComponentInfo{com.mi.health/com.xiaomi.fitness.login.SplashActivity}" drawable="mi_health"/>
<item component="ComponentInfo{com.chaoxing.mobile/com.chaoxing.mobile.activity.SplashActivity}" drawable="chaoxing"/>
<item component="ComponentInfo{com.unionpay/com.unionpay.activity.UPActivityMain}" drawable="unionpay"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<item component="ComponentInfo{com.taobao.taobao/com.taobao.tao.welcome.Welcome}" drawable="taobao"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<!-- <item component="ComponentInfo{}" drawable=""/>-->

</resources>
1 change: 1 addition & 0 deletions app/src/main/assets/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<item drawable="mi_health" />
<item drawable="chaoxing" />
<item drawable="unionpay" />
<item drawable="taobao" />

</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/drawable-v26/taobao.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/taobao_bg"/>
<foreground android:drawable="@mipmap/taobao_fg"/>
</adaptive-icon>
Binary file added app/src/main/res/mipmap-nodpi/taobao_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-nodpi/taobao_fg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<resources>

<!-- Leave empty if you don't want to show changelog date -->
<string name="changelog_date">August 04, 2019</string>

<!-- Changelog support html formatting
* <b> for Bold
Expand Down
18 changes: 9 additions & 9 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
CONFIG: HOME
-->
<!-- Home title. This will be shown in the home page -->
<string name="home_title">CandyBar Sample</string>
<string name="home_title">Perfect Icon</string>

<!-- Home image
If you want to use an image from url, just put the url here
Expand Down Expand Up @@ -122,14 +122,14 @@

<!-- Navigation view header text
Leave empty if you don't want to show any text -->
<string name="navigation_view_header_title">CandyBar</string>
<string name="navigation_view_header_title"></string>


<!--
CONFIG: APPLY
-->
<!-- Enable or disable apply section -->
<bool name="enable_apply">true</bool>
<bool name="enable_apply">false</bool>


<!--
Expand All @@ -154,7 +154,7 @@
CONFIG: ICON REQUEST
-->
<!-- Enable or disable regular icon request -->
<bool name="enable_icon_request">true</bool>
<bool name="enable_icon_request">false</bool>

<!-- Enable regular icon request limit
When enabled users will be able to request only the specified number of icons.
Expand Down Expand Up @@ -183,7 +183,7 @@
In premium request, your users will purchase a premium request product (which you specify in the "License.java" file)
Later they can use the premium request product to do premium icon request.
It's something like, paying a sum of money for getting requested icons faster. -->
<bool name="enable_premium_request">true</bool>
<bool name="enable_premium_request">false</bool>

<!-- Enable the option to "Restore Purchases" in Settings section of the app.
It would be best if you set it to `false`, because it's known that some
Expand Down Expand Up @@ -214,7 +214,7 @@
<!-- Email to use when sending icon requests.
Regular request email address will be used to send bug reports.
You can leave "premium_request_email" empty to use the regular request's email to send premium icon requests. -->
<string name="regular_request_email">youremail@example.com</string>
<string name="regular_request_email">twoone3141@gmail.com</string>
<string name="premium_request_email"></string>

<!-- Icon request email subjects. Leave empty to use default Subject. -->
Expand All @@ -241,7 +241,7 @@
Now when "Wallpaper" section is selected in your icon pack app's navigation drawer,
your wallpaper app will be launched if it's installed. If it's not installed, then the Play Store page
will be opened to install your wallpaper app. -->
<string name="wallpaper_json">https://zixpo.github.io/candybar-sources/walls_alt.json</string>
<string name="wallpaper_json"></string>

<!-- Enable wallpaper downloading
If disabled, your users will only be able to apply wallpapers from the dashboard.
Expand Down Expand Up @@ -302,11 +302,11 @@
ex: <string-array name="about_social_links"></string-array>
-->
<string-array name="about_social_links">
<item>your@email.com</item>
<item>twoone3141@gmail.com</item>
<item>https://behance.net/yourusername</item>
<item>https://dribbble.com/yourusername</item>
<item>https://facebook.com/yourusername</item>
<item>https://github.com/yourusername</item>
<item>https://github.com/twoone-3</item>
<item>https://instagram.com/yourusername</item>
<item>https://pinterest.com/yourusername</item>
<item>https://twitter.com/yourusername</item>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/dashboard_icon_pack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<string name="developerName">twoone3</string>
<string name="authorName">twoone3</string>

<string name="authorLink">http://www.yourlink.com</string>
<string name="developer_link">http://www.yourlink.com/</string>
<string name="authorLink">https://github.com/twoone-3/</string>
<string name="developer_link">https://github.com/twoone-3</string>

<string name="theme_description">Your Icon Pack Description</string>
<string name="theme_info">Your Icon Pack Description</string>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date">March 8th, 2024</string>
</resources>
5 changes: 3 additions & 2 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<item component="ComponentInfo{com.mi.health/com.xiaomi.fitness.login.SplashActivity}" drawable="mi_health"/>
<item component="ComponentInfo{com.chaoxing.mobile/com.chaoxing.mobile.activity.SplashActivity}" drawable="chaoxing"/>
<item component="ComponentInfo{com.unionpay/com.unionpay.activity.UPActivityMain}" drawable="unionpay"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<item component="ComponentInfo{com.taobao.taobao/com.taobao.tao.welcome.Welcome}" drawable="taobao"/>
<!-- <item component="ComponentInfo{}" drawable=""/>-->
<!-- <item component="ComponentInfo{}" drawable=""/>-->

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<item drawable="mi_health" />
<item drawable="chaoxing" />
<item drawable="unionpay" />
<item drawable="taobao" />

</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/themeinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<!-- FOR ATOM LAUNCHER -->

<packageName>com.perfect.icon</packageName>
<versionName>1.0.0</versionName>
<versionCode>100</versionCode>
<versionName>1.0.1</versionName>
<versionCode>101</versionCode>
<themeName>Theme Name</themeName>

<!-- Default Component Color -->
Expand Down

0 comments on commit 5c332d6

Please sign in to comment.