Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 185 additions & 0 deletions Jetcaster/app/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#121212"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,0L39,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,0L49,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,0L59,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,0L69,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,0L79,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M89,0L89,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M99,0L99,108"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,39L108,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,49L108,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,59L108,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,69L108,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,79L108,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,89L108,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M0,99L108,99"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,49L89,49"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,59L89,59"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,69L89,69"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M19,79L89,79"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M29,19L29,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M39,19L39,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M49,19L49,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M59,19L59,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M69,19L69,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
<path
android:fillColor="#00000000"
android:pathData="M79,19L79,89"
android:strokeWidth="0.8"
android:strokeColor="#33FFFFFF" />
</vector>
66 changes: 66 additions & 0 deletions Jetcaster/app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!--
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.9182609"
android:scaleY="0.9182609"
android:translateX="4.4139132"
android:translateY="4.4139132">
<group>
<clip-path
android:pathData="M31.5,76.63l45.12,-0l0,-45.13l-45.12,-0z"/>
<path
android:pathData="M47.62,66.48C45.84,66.48 44.39,65.69 44.39,64.73V33.25C44.39,32.29 45.84,31.5 47.62,31.5C49.39,31.5 50.84,32.29 50.84,33.25V64.73C50.84,65.69 49.39,66.48 47.62,66.48Z"
android:fillColor="#F27405"/>
<path
android:pathData="M34.72,55.99C32.95,55.99 31.5,55.2 31.5,54.24V43.74C31.5,42.78 32.95,41.99 34.72,41.99C36.5,41.99 37.95,42.78 37.95,43.74V54.24C37.95,55.2 36.5,55.99 34.72,55.99Z"
android:fillColor="#F27405"/>
<path
android:pathData="M60.51,59.49C58.74,59.49 57.28,58.7 57.28,57.74V40.25C57.28,39.28 58.74,38.5 60.51,38.5C62.28,38.5 63.73,39.28 63.73,40.25V57.74C63.73,58.7 62.28,59.49 60.51,59.49Z"
android:fillColor="#F27405"/>
<path
android:pathData="M73.4,54.24C71.63,54.24 70.18,53.45 70.18,52.49V45.49C70.18,44.53 71.63,43.74 73.4,43.74C75.17,43.74 76.62,44.53 76.62,45.49V52.49C76.62,53.45 75.17,54.24 73.4,54.24Z"
android:fillColor="#F27405"/>
<path
android:pathData="M47.62,71.18C45.84,71.18 44.39,70.39 44.39,69.43V37.95C44.39,36.99 45.84,36.2 47.62,36.2C49.39,36.2 50.84,36.99 50.84,37.95V69.43C50.84,70.39 49.39,71.18 47.62,71.18Z"
android:fillColor="#FF9F0C"/>
<path
android:pathData="M34.72,60.69C32.95,60.69 31.5,59.9 31.5,58.94V48.44C31.5,47.48 32.95,46.69 34.72,46.69C36.5,46.69 37.95,47.48 37.95,48.44V58.94C37.95,59.9 36.5,60.69 34.72,60.69Z"
android:fillColor="#FF9F0C"/>
<path
android:pathData="M60.51,64.19C58.74,64.19 57.28,63.4 57.28,62.44V44.95C57.28,43.98 58.74,43.2 60.51,43.2C62.28,43.2 63.73,43.98 63.73,44.95V62.44C63.73,63.4 62.28,64.19 60.51,64.19Z"
android:fillColor="#FF9F0C"/>
<path
android:pathData="M73.4,58.94C71.63,58.94 70.18,58.15 70.18,57.19V50.19C70.18,49.23 71.63,48.44 73.4,48.44C75.17,48.44 76.62,49.23 76.62,50.19V57.19C76.62,58.15 75.17,58.94 73.4,58.94Z"
android:fillColor="#FF9F0C"/>
<path
android:pathData="M47.61,76.63C45.84,76.63 44.39,75.92 44.39,75.06V46.95C44.39,46.09 45.84,45.39 47.61,45.39C49.39,45.39 50.84,46.09 50.84,46.95V75.06C50.84,75.92 49.39,76.63 47.61,76.63Z"
android:fillColor="#FFD083"/>
<path
android:pathData="M34.72,67.25C32.95,67.25 31.5,66.55 31.5,65.69V56.32C31.5,55.46 32.95,54.76 34.72,54.76C36.49,54.76 37.95,55.46 37.95,56.32V65.69C37.95,66.55 36.49,67.25 34.72,67.25Z"
android:fillColor="#FFD083"/>
<path
android:pathData="M60.5,70.38C58.73,70.38 57.28,69.67 57.28,68.82V53.2C57.28,52.34 58.73,51.63 60.5,51.63C62.28,51.63 63.73,52.34 63.73,53.2V68.82C63.73,69.67 62.28,70.38 60.5,70.38Z"
android:fillColor="#FFD083"/>
<path
android:pathData="M73.39,65.69C71.62,65.69 70.17,64.99 70.17,64.13V57.88C70.17,57.02 71.62,56.32 73.39,56.32C75.17,56.32 76.62,57.02 76.62,57.88V64.13C76.62,64.99 75.17,65.69 73.39,65.69Z"
android:fillColor="#FFD083"/>
</group>
</group>
</vector>
61 changes: 61 additions & 0 deletions Jetcaster/app/src/main/res/drawable/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!--
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group>
<clip-path
android:pathData="M26.25,81.75l55.5,-0l0,-55.5l-55.5,-0z"/>
<path
android:pathData="M46.07,69.27C43.89,69.27 42.11,68.31 42.11,67.12V28.4C42.11,27.22 43.89,26.25 46.07,26.25C48.25,26.25 50.03,27.22 50.03,28.4V67.12C50.03,68.31 48.25,69.27 46.07,69.27Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M30.21,56.37C28.03,56.37 26.25,55.4 26.25,54.21V41.31C26.25,40.12 28.03,39.16 30.21,39.16C32.39,39.16 34.18,40.12 34.18,41.31V54.21C34.18,55.4 32.39,56.37 30.21,56.37Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M61.93,60.67C59.75,60.67 57.96,59.7 57.96,58.52V37.01C57.96,35.82 59.75,34.85 61.93,34.85C64.11,34.85 65.89,35.82 65.89,37.01V58.52C65.89,59.7 64.11,60.67 61.93,60.67Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M77.78,54.21C75.6,54.21 73.82,53.25 73.82,52.06V43.46C73.82,42.28 75.6,41.31 77.78,41.31C79.96,41.31 81.75,42.28 81.75,43.46V52.06C81.75,53.25 79.96,54.21 77.78,54.21Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M46.07,75.05C43.89,75.05 42.11,74.09 42.11,72.9V34.18C42.11,33 43.89,32.03 46.07,32.03C48.25,32.03 50.03,33 50.03,34.18V72.9C50.03,74.09 48.25,75.05 46.07,75.05Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M30.21,62.15C28.03,62.15 26.25,61.18 26.25,60V47.09C26.25,45.91 28.03,44.94 30.21,44.94C32.39,44.94 34.18,45.91 34.18,47.09V60C34.18,61.18 32.39,62.15 30.21,62.15Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M61.93,66.45C59.75,66.45 57.96,65.48 57.96,64.3V42.79C57.96,41.6 59.75,40.64 61.93,40.64C64.11,40.64 65.89,41.6 65.89,42.79V64.3C65.89,65.48 64.11,66.45 61.93,66.45Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M77.78,60C75.6,60 73.82,59.03 73.82,57.84V49.24C73.82,48.06 75.6,47.09 77.78,47.09C79.96,47.09 81.75,48.06 81.75,49.24V57.84C81.75,59.03 79.96,60 77.78,60Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M46.07,81.75C43.89,81.75 42.1,80.89 42.1,79.83V45.25C42.1,44.19 43.89,43.33 46.07,43.33C48.25,43.33 50.03,44.19 50.03,45.25V79.83C50.03,80.89 48.25,81.75 46.07,81.75Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M30.21,70.22C28.03,70.22 26.25,69.36 26.25,68.3V56.78C26.25,55.72 28.03,54.85 30.21,54.85C32.39,54.85 34.18,55.72 34.18,56.78V68.3C34.18,69.36 32.39,70.22 30.21,70.22Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M61.92,74.07C59.74,74.07 57.96,73.2 57.96,72.14V52.93C57.96,51.88 59.74,51.01 61.92,51.01C64.1,51.01 65.88,51.88 65.88,52.93V72.14C65.88,73.2 64.1,74.07 61.92,74.07Z"
android:fillColor="#171D1A"/>
<path
android:pathData="M77.78,68.3C75.6,68.3 73.81,67.44 73.81,66.38V58.7C73.81,57.64 75.6,56.78 77.78,56.78C79.96,56.78 81.74,57.64 81.74,58.7V66.38C81.74,67.44 79.96,68.3 77.78,68.3Z"
android:fillColor="#171D1A"/>
</group>
</vector>
2 changes: 1 addition & 1 deletion Jetcaster/app/src/main/res/drawable/ic_logo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2020 The Android Open Source Project
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
8 changes: 3 additions & 5 deletions Jetcaster/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2020 The Android Open Source Project
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -14,9 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
20 changes: 20 additions & 0 deletions Jetcaster/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
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.
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.
Binary file modified Jetcaster/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
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.