Compare commits

..
9 Commits
728 changed files with 2474 additions and 358 deletions
+4
View File
@@ -60,3 +60,7 @@ Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
`flatpak build-export export build`
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json`
## Local manifest
If you want to test local changes to the source code, you should build with `dev.jp.angeltech.MoeMoji.json` manifest instead, as main manifest pulls a tarball from the remote source.
Binary file not shown.
+15
View File
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="moemoji">
<schema id='jp.angeltech.MoeMoji' path='/jp/angeltech/MoeMoji/'>
<key name="category-sort" type="s">
<default>'alpha-asc'</default>
<summary>Category sort order</summary>
<description>How categories are sorted: alpha-asc, alpha-desc, modified-asc, modified-desc</description>
</key>
<key name="category-order" type="as">
<default>['happy', 'love', 'greeting', 'hugging', 'friends', 'winking', 'sympathy', 'music', 'magic', 'surprise', 'food', 'games', 'faces', 'running', 'sleeping', 'writing', 'special', 'nosebleeding', 'apologizing', 'hiding', 'embarassment', 'confusion', 'doubt', 'indifference', 'dissatisfaction', 'fear', 'sadness', 'pain', 'anger', 'enemies', 'weapons', 'cat', 'dog', 'bear', 'rabbit', 'bird', 'fish', 'pig', 'spider']</default>
<summary>Category order</summary>
<description>Ordered list of category directory basenames for custom sidebar/content ordering</description>
</key>
<key name="pinned-kaomojis" type="as">
<default>[]</default>
<summary>Pinned kaomojis</summary>
<description>List of pinned kaomoji strings shown in the sidebar</description>
</key>
</schema>
</schemalist>
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ anger
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ apologizing
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ bear
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ bird
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ cat
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ confusion
+1
View File
@@ -0,0 +1 @@
˗ˏˋ ★ ˎˊ˗ dissatisfaction

Some files were not shown because too many files have changed in this diff Show More