Commit Graph

306 Commits

Author SHA1 Message Date
AkiraFukushima a4811dab7c
Change use-marker config under the Settings from Preferences 2022-01-01 22:41:28 +09:00
AkiraFukushima c90335bdfd
Change storage of Settings to json-storage 2022-01-01 18:39:33 +09:00
AkiraFukushima 902ad50da8
Fix unknown type in main 2021-12-30 10:47:48 +09:00
AkiraFukushima 3378fe3176
Use lokijs instead of nedb for marker database 2021-12-29 16:26:12 +09:00
AkiraFukushima baf69b813b
refs #574 Show loading card and load unread statuses in Notifications 2021-12-26 19:58:24 +09:00
AkiraFukushima 64bcfef151
refs #574 Show loading card and load unread statuses in Home 2021-12-26 13:35:44 +09:00
AkiraFukushima 34e2c79c8a
Update copyright in about-window 2021-10-24 23:49:08 +09:00
AkiraFukushima f220b2ba81
refs #2872 Add reset menu to reset preferences 2021-10-24 22:07:11 +09:00
AkiraFukushima f1a11aefe2
refs #2693 Use system theme as the default theme 2021-10-23 23:13:44 +09:00
AkiraFukushima 01ea857410
refs #2789 Enable title bar in Windows 2021-10-02 15:37:54 +09:00
AkiraFukushima d83db0a1c0
Divide electron-builder configuration file 2021-09-05 23:57:05 +09:00
AkiraFukushima 198718bc3d
refs #574 Add use marker settings 2021-06-11 01:07:41 +09:00
AkiraFukushima adb4ddb1f1
refs #574 Sync local marker to servers 2021-06-10 22:12:21 +09:00
AkiraFukushima 0e354c474d
refs #574 Save marker in local db every time receive a new status in notifications 2021-06-10 15:27:04 +09:00
AkiraFukushima ba1574116f
refs #574 Save marker in local db every time receive a new status in home 2021-06-10 12:03:51 +09:00
AkiraFukushima f8ca8827a7
refs #2459 Fix icon path for tray and about window 2021-05-22 21:50:45 +09:00
AkiraFukushima bd374e4968 refs #267 Update application menu and tray menu when remove accounts 2021-04-06 23:09:04 +09:00
AkiraFukushima 049c4dd8e2 refs #267 Update application menu and tray menu when add accounts 2021-04-06 22:17:18 +09:00
AkiraFukushima da4a8bc37c Reflect language settings without relaunch 2021-03-26 22:27:44 +09:00
AkiraFukushima acf7c74ea3 Enable/disable spellchecker setting without relaunch 2021-03-26 01:35:33 +09:00
AkiraFukushima 2277097f75 refs #2128 Set spellchecker languages in main process 2021-03-26 01:30:17 +09:00
AkiraFukushima 501b2aceca refs #2128 Add spellchecker languages preference form 2021-03-26 00:48:20 +09:00
AkiraFukushima ea53c3961e refs #2128 Move spellchecker preference item to language section 2021-03-25 19:04:31 +09:00
AkiraFukushima 8b3a9b281e refs #2287 Handle poll expired notification in streaming 2021-03-24 01:28:10 +09:00
AkiraFukushima 5345f2947a refs #2287 Rewrite poll notification to poll vote event 2021-03-24 00:46:31 +09:00
AkiraFukushima 70b877f9f0 refs #2204 Create desktop notification when received poll notification 2021-03-21 21:27:47 +09:00
AkiraFukushima 0f5da84961 refs #2088 Show notification when receive status notification in websocket 2021-03-02 11:45:52 +09:00
AkiraFukushima 136e9db4b6 refs #2088 Add notification preference for status notification 2021-03-02 11:28:03 +09:00
AkiraFukushima 1618cf0aa8 refs #2145 Divide quit application menu item to quit app in macOS 2021-02-15 21:03:18 +09:00
AkiraFukushima 6877142312 refs #2079 Quit main application when press quit menu or Ctrl+Q 2021-01-25 23:09:26 +09:00
AkiraFukushima 27b6ea8e52 refs #2024 Add help command for cli interface 2021-01-24 19:01:34 +09:00
AkiraFukushima 24a7cb14ed refs #2028 Add a configuration item to disable spellchecker 2021-01-24 15:06:16 +09:00
xatier bc77377f64
Fix typos
NFSW -> NSFW (not safe for work)
reuqest -> request
assocication -> association
2020-12-25 05:33:00 -08:00
AkiraFukushima e0e88d1b52
Merge pull request #1922 from h3poteto/dependabot/npm_and_yarn/eslint-config-standard-16.0.2
Bump eslint-config-standard from 14.1.1 to 16.0.2
2020-11-30 23:03:01 +09:00
AkiraFukushima c4c63ec9fe Rewrite map to forEach when it is unnecessary 2020-11-30 22:57:41 +09:00
AkiraFukushima 3516263140 Fix path style 2020-11-30 22:50:31 +09:00
AkiraFukushima ec3cb47c5d refactor: Use invoke for ipc to insert cache accounts 2020-11-29 23:48:29 +09:00
AkiraFukushima 81c0781dae refactor: Use invoke for ipc to get cache accounts 2020-11-29 23:46:45 +09:00
AkiraFukushima 9308a27f64 refactor: Use invoke for ipc to insert cache hashtags 2020-11-29 23:43:24 +09:00
AkiraFukushima d2ca00354b refactor: Use invoke for ipc to get cache hashtags 2020-11-29 23:40:52 +09:00
AkiraFukushima 46a0087c78 refactor: Use invoke for ipc to update unread notification 2020-11-29 23:36:36 +09:00
AkiraFukushima faa5e27a03 refactor: Use invoke for ipc to get unread notification 2020-11-29 23:34:31 +09:00
AkiraFukushima ad94355eda refactor: Use invoke for ipc to list fonts 2020-11-29 23:22:33 +09:00
AkiraFukushima 0cb08601f8 refactor: Use invoke for ipc to remove hashtag 2020-11-29 23:19:16 +09:00
AkiraFukushima 778ed6f642 refactor: Use invoke for ipc to list hashtags 2020-11-29 23:17:02 +09:00
AkiraFukushima b3c03b1406 refactor: Use invoke for ipc to save hashtag 2020-11-29 22:49:10 +09:00
AkiraFukushima 5d4428038b refactor: Use invoke for ipc to change language 2020-11-29 22:47:23 +09:00
AkiraFukushima 2b84a9402e refactor: Use invoke for ipc to get global header 2020-11-29 22:43:59 +09:00
AkiraFukushima 61602afcf9 refactor: Use invoke for ipc to change global header 2020-11-29 22:42:16 +09:00
AkiraFukushima 69ac0bb3e9 refactor: Use invoke for ipc to get collapse 2020-11-29 22:38:07 +09:00