-
Notifications
You must be signed in to change notification settings - Fork 130
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
29c4bf3
commit f9b8920
Showing
83 changed files
with
2,915 additions
and
1,541 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 |
---|---|---|
|
@@ -59,21 +59,21 @@ jobs: | |
&& cp assets/com.unicornsonlsd.finamp.metainfo.xml build/linux/x64/release/ | ||
# archive bundle and generate checksum | ||
- run: | | ||
tar -czf finamp-${{ github.ref }}-linux-release.tar.gz --directory build/linux/x64/release/ bundle icons finamp.desktop.m4 com.unicornsonlsd.finamp.metainfo.xml \ | ||
&& sha256sum finamp-${{ github.ref }}-linux-release.tar.gz > finamp-${{ github.ref }}-linux-release.tar.gz.sha256sum | ||
tar -czf finamp-${{ github.ref_name }}-linux-release.tar.gz --directory build/linux/x64/release/ bundle icons finamp.desktop.m4 com.unicornsonlsd.finamp.metainfo.xml \ | ||
&& sha256sum finamp-${{ github.ref_name }}-linux-release.tar.gz > finamp-${{ github.ref_name }}-linux-release.tar.gz.sha256sum | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: finamp-${{ github.ref }}-linux-release.tar.gz | ||
path: finamp-${{ github.ref }}-linux-release.tar.gz | ||
name: finamp-${{ github.ref_name }}-linux-release.tar.gz | ||
path: finamp-${{ github.ref_name }}-linux-release.tar.gz | ||
compression-level: 0 # no compression | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: finamp-${{ github.ref }}-linux-release.tar.gz.sha256sum | ||
path: finamp-${{ github.ref }}-linux-release.tar.gz.sha256sum | ||
name: finamp-${{ github.ref_name }}-linux-release.tar.gz.sha256sum | ||
path: finamp-${{ github.ref_name }}-linux-release.tar.gz.sha256sum | ||
compression-level: 0 # no compression | ||
- name: Upload release archive | ||
uses: alexellis/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
with: | ||
asset_paths: '["./finamp-${{ github.ref }}-linux-release.tar.gz", "./finamp-${{ github.ref }}-linux-release.tar.gz.sha256sum"]' | ||
asset_paths: '["./finamp-${{ github.ref_name }}-linux-release.tar.gz", "./finamp-${{ github.ref_name }}-linux-release.tar.gz.sha256sum"]' |
Binary file not shown.
Binary file not shown.
57 changes: 57 additions & 0 deletions
57
android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<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="174.5" | ||
android:viewportHeight="214.19"> | ||
<group | ||
android:scaleX="0.35846677" | ||
android:scaleY="0.44" | ||
android:translateX="55.973774" | ||
android:translateY="59.9732"> | ||
<path | ||
android:fillAlpha="0.97647" | ||
android:fillColor="#8374d3" | ||
android:pathData="m133.41,92.25c2.09,4.9 -2.15,11.34 -19.15,29.07 -18.22,19.01 -23.33,22.33 -30.86,20.09 -7.53,-2.24 -9.99,-7.82 -14.85,-33.7 -7.41,-39.47 -4.89,-41.72 33.87,-30.19 19.64,5.85 29.13,10.35 31,14.72z" | ||
android:strokeWidth="3.81" /> | ||
<path | ||
android:pathData="m133.41,92.25c2.09,4.9 -2.15,11.34 -19.15,29.07 -18.22,19.01 -23.33,22.33 -30.86,20.09 -7.53,-2.24 -9.99,-7.82 -14.85,-33.7 -7.41,-39.47 -4.89,-41.72 33.87,-30.19 19.64,5.85 29.13,10.35 31,14.72z" | ||
android:strokeWidth="3.81"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:endX="90.98" | ||
android:endY="100.15" | ||
android:startX="133.42" | ||
android:startY="92.24" | ||
android:type="linear"> | ||
<item | ||
android:color="#FFAC5FC8" | ||
android:offset="0" /> | ||
<item | ||
android:color="#00AC5FC8" | ||
android:offset="1" /> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:fillColor="#4f87d3" | ||
android:pathData="m45.4,214.19c41.96,-48.42 -66.31,-188.64 42.74,-170.49 13.37,2.07 24.81,3.01 44.42,1.06 27.29,-16.43 24.39,-21.25 41.94,-37.84 -89.54,1.09 -55.66,6.6 -104.91,-1.85 -16.51,-2.83 -40.86,-9.55 -56.5,-0.5 -16.98,9.83 -13.04,40.65 -11.83,56.94 3.51,47.42 11.22,116.4 44.14,152.69" /> | ||
<path android:pathData="m45.4,214.19c41.96,-48.42 -66.31,-188.64 42.74,-170.49 13.37,2.07 24.81,3.01 44.42,1.06 27.29,-16.43 24.39,-21.25 41.94,-37.84 -89.54,1.09 -55.66,6.6 -104.91,-1.85 -16.51,-2.83 -40.86,-9.55 -56.5,-0.5 -16.98,9.83 -13.04,40.65 -11.83,56.94 3.51,47.42 11.22,116.4 44.14,152.69"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:endX="34.14" | ||
android:endY="108.05" | ||
android:startX="149.04" | ||
android:startY="100.8" | ||
android:type="linear"> | ||
<item | ||
android:color="#FF03A2DB" | ||
android:offset="0" /> | ||
<item | ||
android:color="#0003A2DB" | ||
android:offset="1" /> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
</group> | ||
</vector> |
Binary file not shown.
Binary file removed
BIN
-33.1 KB
android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-52.2 KB
android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
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
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
Oops, something went wrong.