Skip to content

Commit

Permalink
Merge pull request #1838 from Kaiserdragon2/ArciconsDayNight
Browse files Browse the repository at this point in the history
Arcicons day night
  • Loading branch information
Donnnno committed Dec 23, 2023
2 parents f9fcc11 + ed6f549 commit bc729a2
Show file tree
Hide file tree
Showing 8,336 changed files with 1,595 additions and 406,836 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ test/
mail/
mail2/
failedmails/
**/you/res/drawable-anydpi/
**/light/res/drawable-anydpi/
**/dark/res/drawable-anydpi/
**/dayNight/res/drawable-anydpi/
**/dayNight/res/drawable-night-anydpi/

.idea/
.externalNativeBuild/
Expand Down
28 changes: 26 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apply plugin: 'com.android.application'

// build.gradle in the 'app' module

android {
compileSdkVersion 33
compileSdk 33

defaultConfig {
applicationId "com.donnnno.arcticons"
Expand All @@ -23,10 +25,24 @@ android {
applicationIdSuffix '.debug'
}
}
applicationVariants.all { variant ->

if (variant.flavorName == "you" || variant.flavorName == "youPlay") {
variant.preBuildProvider.get().dependsOn(":preparehelper:runyou")
} else if (variant.flavorName == "black" || variant.flavorName == "blackPlay") {
variant.preBuildProvider.get().dependsOn(":preparehelper:runblack")
}else if (variant.flavorName == "normal" || variant.flavorName == "normalPlay") {
variant.preBuildProvider.get().dependsOn(":preparehelper:runnormal")
}else if (variant.flavorName == "dayNight") {
variant.preBuildProvider.get().dependsOn(":preparehelper:rundayNight")
}
// Add more conditions for additional flavors
}
}


flavorDimensions "variant"

flavorDimensions += "variant"
productFlavors {
normal {
dimension "variant"
Expand Down Expand Up @@ -59,6 +75,12 @@ android {
applicationIdSuffix '.you.play'
resValue "string", "app_name", "Arcticons Material You"
}
dayNight {
dimension "variant"
minSdkVersion "29"
applicationIdSuffix '.daynight'
resValue "string", "app_name", "Arcticons Day & Night"
}
}

sourceSets {
Expand All @@ -68,6 +90,7 @@ android {
blackPlay { res.srcDirs = ['src/lightPlay/res/', 'src/light/res'] }
you { res.srcDirs = ['src/youFree/res/', 'src/you/res'] }
youPlay { res.srcDirs = ['src/youPlay/res/', 'src/you/res'] }
dayNight { res.srcDirs = ['src/dayNightFree/res/', 'src/dayNight/res'] }
}


Expand Down Expand Up @@ -97,6 +120,7 @@ import com.android.tools.profgen.ArtProfileKt
import com.android.tools.profgen.ArtProfileSerializer
import com.android.tools.profgen.DexFile

// F-Droid Reproducible Build tasks

project.afterEvaluate {
tasks.each { task ->
Expand Down
File renamed without changes
Binary file added app/src/dayNight/ic_launcher-playstore.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: 1 addition & 0 deletions app/src/dayNight/play/contact-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arcticons@onnno.nl
Empty file.
1 change: 1 addition & 0 deletions app/src/dayNight/play/contact-website.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arcticons.com
1 change: 1 addition & 0 deletions app/src/dayNight/play/default-language.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
en-US
Empty file.
20 changes: 20 additions & 0 deletions app/src/dayNight/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Arcticons Day & Night is a line-based icon pack for Android devices that adapts to your system theme.

With over 8000 icons, Arcticons is one of the largest free & open source icon-packs available. Featuring consistent and elegant handcrafted icons, giving you a minimalistic clutter-free experience on your phone.
Powered by a community of icon creators all around the world!

If you're missing icons, you can submit an icon request or create them yourself!

<b>REQUIREMENTS</b>
To use the icon pack, you must have one of these launchers installed:
ABC • Action • ADW • APEX • Atom • Aviate • BlackBerry • CM Theme • ColorOS (12+) • Evie • Flick • Go EX • Holo • Lawnchair • Lucid • Microsoft • Mini • Next • Niagara • Neo • Nougat • Nova (recommended) • Posidon • Smart • Solo • Square • V • Zenui • Zero • & many more!

<b>Do you have a Samsung or OnePlus device?</b>
You'll need to apply the icon pack with Theme Park to use it.


<b>SUPPORT</b>
If you need help, have questions or some feedback? You are welcome to reach out to me at these places:
• 📧 arcticons@onnno.nl
• 💻 https://fosstodon.org/@donno
• 🌐 https://github.com/Donnnno/Arcticons/
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
1 change: 1 addition & 0 deletions app/src/dayNight/play/listings/en-US/short-description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A monotone line-based icon pack for dark & light themed setups.
1 change: 1 addition & 0 deletions app/src/dayNight/play/listings/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Arcticons Day & Night
Empty file.
2 changes: 2 additions & 0 deletions app/src/dayNight/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
✨ New and updated icons (& maybe other fixes)!
💡 You can find a detailed list of changes on our Github: https://github.com/Donnnno/Arcticons/releases
Binary file added app/src/dayNight/res/drawable-night/graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions app/src/dayNight/res/drawable-night/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M54,39.92 L41.8,46.96V61.04L54,68.08l12.2,-7.04V46.96Z"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M36.96,44.16m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M54,34.33m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M71.04,44.16m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M71.04,63.84m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M54,73.67m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M36.96,63.84m-3.33,0a3.33,3.33 0,1 1,6.65 0a3.33,3.33 0,1 1,-6.65 0"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M41.8,61.04L39.84,62.17"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M54,68.08L54,70.35"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M54,39.92L54,37.64"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M66.2,61.04L68.17,62.18"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M66.2,46.96L68.16,45.83"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M41.8,46.96L39.83,45.82"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
<path
android:pathData="M54.15,60.18L54.15,47.99"
android:strokeLineJoin="round"
android:strokeWidth="2.4"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
</vector>
File renamed without changes
47 changes: 47 additions & 0 deletions app/src/dayNight/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M0,0h512v512h-512z"
android:strokeWidth="0"
android:fillColor="#fff"/>
<path
android:pathData="M512,512l-412,0l-101.06,0l1.06,-512l412,0l100,0l0,512z"
android:strokeAlpha="0.5"
android:strokeWidth="0"
android:fillAlpha="0.5">
<aapt:attr name="android:fillColor">
<gradient
android:startX="-0.26"
android:startY="0.26"
android:endX="511.74"
android:endY="512.26"
android:type="linear">
<item android:offset="0" android:color="#FFF2F2F2"/>
<item android:offset="1" android:color="#FFA6A6A6"/>
</gradient>
</aapt:attr>
</path>
<group>
<clip-path
android:pathData="M0,0l412,0l-312,512l-101.06,0l1.06,-512z"/>
<path
android:pathData="M512,512l-412,0l-101.06,0l1.06,-512l412,0l100,512z"
android:strokeWidth="0">
<aapt:attr name="android:fillColor">
<gradient
android:startX="-25.26"
android:startY="25.26"
android:endX="486.74"
android:endY="537.26"
android:type="linear">
<item android:offset="0" android:color="#FF323232"/>
<item android:offset="1" android:color="#FF141414"/>
</gradient>
</aapt:attr>
</path>
</group>
</vector>
Loading

0 comments on commit bc729a2

Please sign in to comment.