Compare commits

..
15 Commits
Author SHA1 Message Date
ssri_sunshine_sequence f921042824 bump manifest tag 2026-03-08 00:59:55 +03:00
ssri_sunshine_sequence 2a0d0c75bf fixed another bug with reordering 2026-03-08 00:59:13 +03:00
ssri_sunshine_sequence 60fc6ca5fc bump manifest tag 2026-03-08 00:33:43 +03:00
ssri_sunshine_sequence 2915d7d5b4 fix sidebar jitter for real this time 2026-03-08 00:32:56 +03:00
ssri_sunshine_sequence 4531d7bf43 bump manifest tag 2026-03-08 00:19:55 +03:00
ssri_sunshine_sequence f3467a3053 fix: nasty sidebar jitter; work only with user dir from now 2026-03-08 00:19:01 +03:00
ssri_sunshine_sequence f3386947fa fix tarball checksum 2026-03-07 23:03:22 +03:00
ssri_sunshine_sequence 8b81d50c96 bump manifest tag 2026-03-07 23:01:10 +03:00
ssri_sunshine_sequence 5032527966 feat: moved category chips to a sidebar, added pinning; category names are not restricted to ASCII chars anymore 2026-03-07 23:00:00 +03:00
ssri_sunshine_sequence 95608a3fd6 feat: added sorting options; category names are not restricted to ascii anymore; you can edit categories now 2026-03-06 18:49:46 +03:00
ssri_sunshine_sequence b977901bc4 bump manifest tag 2026-03-06 16:19:11 +03:00
ssri_sunshine_sequence c00b561d03 feat: add record/category management, imports and exports 2026-03-06 16:13:31 +03:00
ssri_sunshine_sequence 4f95b6b274 Update README.md 2026-03-01 23:29:40 +03:00
ssri_sunshine_sequence 44ef968105 bump manifest tag 2026-03-01 23:17:22 +03:00
ssri_sunshine_sequence 79d87ca7b3 fix: force white text, just realized light mode is broken 2026-03-01 23:16:01 +03:00
728 changed files with 2526 additions and 366 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-export export build`
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json` `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"?> <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="moemoji"> <schemalist gettext-domain="moemoji">
<schema id='jp.angeltech.MoeMoji' path='/jp/angeltech/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> </schema>
</schemalist> </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