Skip to content

Commit

Permalink
Add new icons (thanks decipher)
Browse files Browse the repository at this point in the history
  • Loading branch information
frknkrc44 committed Jun 6, 2024
1 parent 1e347dc commit 834cbf0
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 53 deletions.
99 changes: 50 additions & 49 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,69 +23,70 @@
-->

<application
android:enableOnBackInvokedCallback="true"
android:enableOnBackInvokedCallback="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:name=".SuperBoardApplication"
android:theme="@style/AppTheme"
android:resizeableActivity="true"
tools:targetApi="tiramisu">
android:resizeableActivity="true"
tools:targetApi="tiramisu">

<activity
android:exported="true"
android:launchMode="singleTop"
android:name=".activities.SetupActivityV2">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<activity
android:exported="true"
android:launchMode="singleTop"
android:name=".activities.SetupActivityV2">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:launchMode="singleTask"
android:name=".activities.AppSettingsV2"
android:exported="false"
android:label="@string/settings_activity"/>
<activity
android:launchMode="singleTask"
android:name=".activities.AppSettingsV2"
android:exported="false"
android:label="@string/settings_activity"/>

<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.DictionaryImportActivity"/>
<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.DictionaryImportActivity"/>

<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.FontSelector"/>
<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.FontSelector"/>

<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.KeyboardLayoutSelector"/>
<activity
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.KeyboardLayoutSelector"/>

<activity
android:theme="@style/AppTheme.Title"
android:label="@string/settings_backup_menu"
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.BackupRestoreActivity"/>
<activity
android:theme="@style/AppTheme.Title"
android:label="@string/settings_backup_menu"
android:launchMode="singleTask"
android:exported="false"
android:name=".activities.BackupRestoreActivity"/>

<service
android:exported="true"
android:name=".InputService"
android:permission="android.permission.BIND_INPUT_METHOD">
<intent-filter>
<action android:name="android.view.InputMethod" />
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method" />
</service>
<service
android:exported="true"
android:directBootAware="true"
android:name=".InputService"
android:permission="android.permission.BIND_INPUT_METHOD">
<intent-filter>
<action android:name="android.view.InputMethod" />
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method" />
</service>

<!--
<service
android:exported="true"
android:name=".services.KeyboardThemeService"
android:permission="org.blinksd.board.BIND_THEME_API" />
-->
<!--
<service
android:exported="true"
android:name=".services.KeyboardThemeService"
android:permission="org.blinksd.board.BIND_THEME_API" />
-->

</application>

Expand Down
Binary file added app/src/main/play_store_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/fboard_mono.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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="M44.48,41.48H34.13C32.4,41.48 31,42.9 31,44.64V69.85C31,71.59 32.4,73 34.13,73H74.87C76.6,73 78,71.59 78,69.85V44.64C78,42.9 76.6,41.48 74.87,41.48H52.46C52.3,41.81 52.1,42.12 51.86,42.4L49.82,44.72C49.1,45.54 47.83,45.54 47.12,44.72L45.08,42.4C44.84,42.12 44.63,41.81 44.48,41.48ZM37.27,45.9C36.57,45.9 36.01,46.46 36.01,47.16V49.36C36.01,50.06 36.57,50.62 37.27,50.62H39.46C40.15,50.62 40.71,50.06 40.71,49.36V47.16C40.71,46.46 40.15,45.9 39.46,45.9H37.27ZM46.04,47.16C46.04,46.46 46.6,45.9 47.29,45.9H49.49C50.18,45.9 50.74,46.46 50.74,47.16V49.36C50.74,50.06 50.18,50.62 49.49,50.62H47.29C46.6,50.62 46.04,50.06 46.04,49.36V47.16ZM47.29,54.88C46.6,54.88 46.04,55.44 46.04,56.14V58.35C46.04,59.04 46.6,59.61 47.29,59.61H49.49C50.18,59.61 50.74,59.04 50.74,58.35V56.14C50.74,55.44 50.18,54.88 49.49,54.88H47.29ZM57.01,56.14C57.01,55.44 57.57,54.88 58.26,54.88H60.45C61.15,54.88 61.71,55.44 61.71,56.14V58.35C61.71,59.04 61.15,59.61 60.45,59.61H58.26C57.57,59.61 57.01,59.04 57.01,58.35V56.14ZM67.97,56.14C67.97,55.44 68.53,54.88 69.23,54.88H71.42C72.11,54.88 72.67,55.44 72.67,56.14V58.35C72.67,59.04 72.11,59.61 71.42,59.61H69.23C68.53,59.61 67.97,59.04 67.97,58.35V56.14ZM69.23,45.9C68.53,45.9 67.97,46.46 67.97,47.16V49.36C67.97,50.06 68.53,50.62 69.23,50.62H71.42C72.11,50.62 72.67,50.06 72.67,49.36V47.16C72.67,46.46 72.11,45.9 71.42,45.9H69.23ZM67.97,65.12C67.97,64.43 68.53,63.86 69.23,63.86H71.42C72.11,63.86 72.67,64.43 72.67,65.12V67.33C72.67,68.02 72.11,68.59 71.42,68.59H69.23C68.53,68.59 67.97,68.02 67.97,67.33V65.12ZM37.27,63.86C36.57,63.86 36.01,64.43 36.01,65.12V67.33C36.01,68.02 36.57,68.59 37.27,68.59H60.45C61.15,68.59 61.71,68.02 61.71,67.33V65.12C61.71,64.43 61.15,63.86 60.45,63.86H37.27ZM36.01,56.14C36.01,55.44 36.57,54.88 37.27,54.88H39.46C40.15,54.88 40.71,55.44 40.71,56.14V58.35C40.71,59.04 40.15,59.61 39.46,59.61H37.27C36.57,59.61 36.01,59.04 36.01,58.35V56.14ZM55.91,44.79V48.09C55.91,48.86 56.19,49.6 56.69,50.18L58.73,52.5C59.1,52.93 59.77,52.93 60.14,52.5L62.18,50.18C62.68,49.6 62.96,48.86 62.96,48.09V44.79C62.96,43.92 62.26,43.22 61.39,43.22H57.48C56.61,43.22 55.91,43.92 55.91,44.79Z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
<path
android:pathData="M46.51,35.73C46.12,35.73 45.81,36.05 45.81,36.44V39.74C45.81,40.3 46.01,40.84 46.37,41.25L48.41,43.57C48.44,43.61 48.5,43.61 48.53,43.57L50.56,41.25C50.93,40.84 51.13,40.3 51.13,39.74V36.44C51.13,36.05 50.82,35.73 50.43,35.73H46.51ZM44.08,36.44C44.08,35.09 45.17,34 46.51,34H50.43C51.77,34 52.85,35.09 52.85,36.44V39.74C52.85,40.72 52.5,41.67 51.86,42.4L49.82,44.72C49.1,45.54 47.83,45.54 47.12,44.72L45.08,42.4C44.44,41.67 44.08,40.72 44.08,39.74V36.44Z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
</vector>
8 changes: 4 additions & 4 deletions 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"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/fboard_mono"/>
</adaptive-icon>
Binary file added app/src/main/res/mipmap-hdpi/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.
Binary file modified app/src/main/res/mipmap-xhdpi/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.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.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 modified app/src/main/res/mipmap-xxhdpi/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.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.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 removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#1f2209</color>
</resources>
4 changes: 4 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#e0ddf6</color>
</resources>

0 comments on commit 834cbf0

Please sign in to comment.