Skip to content

Commit

Permalink
Add changelog, updated screenshots and a tiny color contrast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FuturisticGoo committed Dec 16, 2024
1 parent ff3fb92 commit cdcd7af
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/tag_editor_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class _TagEditorPageState extends State<TagEditorPage> {
selected: e == selectedEmoticon,
selectedTileColor: Theme.of(context)
.colorScheme
.onPrimary,
.primaryContainer,
title: Text(e.text),
onTap: () {
context
Expand Down Expand Up @@ -149,7 +149,7 @@ class _TagEditorPageState extends State<TagEditorPage> {
selected: tagging[e] ?? false,
selectedTileColor: Theme.of(context)
.colorScheme
.onPrimary,
.primaryContainer,
title: Text(e),
onTap: () {
if (selectedEmoticon != null) {
Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Lots of changes (ノ◕ヮ◕)ノ*:・゚✧
• Add tag <-> emoticon link editor
• Show tag suggestions under search bar
• Remove redundant menu shown on long press on emoticon, instead use a unified bottom sheet for all operations
• Add Material You themeing
• Add Settings page
• Add export/import of emoticons and tags
• Add About page
• Internal change: use SQLite db as initial emoticons source instead of CSV+JSON
* Bundle Noto Sans ttf font explicitly to support more glyphs (WIP)
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Lots of changes (ノ◕ヮ◕)ノ*:・゚✧
• Add tag <-> emoticon link editor
• Show tag suggestions under search bar
• Remove redundant menu shown on long press on emoticon, instead use a unified bottom sheet for all operations
• Add Material You themeing
• Add Settings page
• Add export/import of emoticons and tags
• Add About page
• Internal change: use SQLite db as initial emoticons source instead of CSV+JSON
* Bundle Noto Sans ttf font explicitly to support more glyphs (WIP)
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Lots of changes (ノ◕ヮ◕)ノ*:・゚✧
• Add tag <-> emoticon link editor
• Show tag suggestions under search bar
• Remove redundant menu shown on long press on emoticon, instead use a unified bottom sheet for all operations
• Add Material You themeing
• Add Settings page
• Add export/import of emoticons and tags
• Add About page
• Internal change: use SQLite db as initial emoticons source instead of CSV+JSON
* Bundle Noto Sans ttf font explicitly to support more glyphs (WIP)
Binary file modified metadata/en-US/images/phoneScreenshots/1_main_page.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 metadata/en-US/images/phoneScreenshots/3_search_tag.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 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.

0 comments on commit cdcd7af

Please sign in to comment.