Skip to content

Commit feaae85

Browse files
committed
Meta Data update
1 parent e4b4dd8 commit feaae85

File tree

18 files changed

+14
-8
lines changed

18 files changed

+14
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ java_pid3232.hprof
1818
.externalNativeBuild
1919
.cxx
2020
local.properties
21+
/.kotlin

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ It just collects the app title, package name, activity name and the icon file wi
99

1010
[<img src="docs/github_badge.png" alt="Get it on Github" height="90">](https://github.com/Kaiserdragon2/IconRequest/releases) [<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" height="90">](https://play.google.com/store/apps/details?id=de.kaiserdragon.iconrequest)<br>
1111
[<img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="90">](https://apt.izzysoft.de/fdroid/index/apk/de.kaiserdragon.iconrequest) [<img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/AppGallery.png" alt="Get it on AppGallery" height="90">](https://appgallery.cloud.huawei.com/ag/n/app/C105875353?channelId=Github&id=274d18ba80fd41cb89a79e245a800805&s=5393CD4313043EAB59AC2E9FFAC623D7DF0EC49826C7B9D9F95A932AD1665906&detailType=0&v=&callType=AGDLINK&installType=0000)
12+
1213
## Features
1314
- save request as zip file on your device
1415
- share request with compatible apps
1516
- copy only the component info to your clipboard
1617
- share the component info over other apps
1718
- choose an installed icon pack from your device
18-
> - show only icons that aren't in this icon pack
19-
> - show a second icon beside the standard icon from this icon pack
20-
>
19+
- filter by iconpack
20+
- perform basic checks on an iconpack
21+
- compare iconpacks
22+
2123
## Screenshots
2224
<img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/Main.png" height="500" alt=""> <img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/ListNormal.png" height="500" alt=""> <img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/Settings.png" height="500" alt="">
2325

24-
<img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/IPackChooser.png" height="500" alt=""> <img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/List2Icon.png" height="500" alt="">
26+
<img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/IPackChooser.png" height="500" alt=""> <img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/Compare.png" height="500" alt=""> <img src="https://raw.githubusercontent.com/Kaiserdragon2/IconRequest/main/docs/IconPackHealth.png" height="500" alt="">
2527
## License
2628

2729
[<img src="https://www.gnu.org/graphics/gplv3-127x51.png" />](https://www.gnu.org/licenses/gpl-3.0.html)

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdk = 24
1515
targetSdk = 36
1616
versionCode = 32
17-
versionName = "2.6.0"
17+
versionName = "2.8.0"
1818
}
1919

2020
dependenciesInfo {

docs/Compare.png

237 KB
Loading

docs/IPackChooser.png

9.1 KB
Loading

docs/IconPackHealth.png

175 KB
Loading

docs/List2Icon.png

-379 KB
Binary file not shown.

docs/ListNormal.png

-31.9 KB
Loading

docs/Main.png

-48.4 KB
Loading

docs/Settings.png

35.4 KB
Loading

0 commit comments

Comments
 (0)