Commit Graph

81 Commits

Author SHA1 Message Date
AkiraFukushima 136e9db4b6 refs #2088 Add notification preference for status notification 2021-03-02 11:28:03 +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 ad94355eda refactor: Use invoke for ipc to list fonts 2020-11-29 23:22:33 +09:00
AkiraFukushima 5d4428038b refactor: Use invoke for ipc to change language 2020-11-29 22:47:23 +09:00
AkiraFukushima 173c8a9a3e refactor: Use invoke for ipc to get preferences 2020-11-29 22:31:01 +09:00
AkiraFukushima 1b5c5f9c62 refactor: Use invoke for ipc to update preferences 2020-11-29 01:47:38 +09:00
AkiraFukushima 070995b465 refactor: Use invoke for ipc to remove all accounts 2020-11-29 01:21:39 +09:00
AkiraFukushima 5b969b39c3 refactor: Use invoke for ipc to backward account 2020-11-28 23:19:18 +09:00
AkiraFukushima e2929402e4 refactor: Use invoke for ipc to forward account 2020-11-28 23:16:23 +09:00
AkiraFukushima a0bbfcd57e refactor: Use invoke for ipc to remove account 2020-11-28 23:14:27 +09:00
AkiraFukushima 07a94c96da refactor: Use invoke for ipc to list accounts 2020-11-28 23:01:27 +09:00
AkiraFukushima 5a99be907b refs #1542 Fix proxy configuration in preferences 2020-06-30 23:48:55 +09:00
AkiraFukushima da69efcb72 refs #1471 Handle follow request when receive it in websocket 2020-05-23 23:21:33 +09:00
AkiraFukushima aacb1437cb refs #1281 Create notification when receive emoji reaction in web socket 2020-04-25 21:25:28 +09:00
AkiraFukushima 90b131c7d8 Update typescript version to 3.8.3 2020-04-11 18:22:49 +09:00
AkiraFukushima 456890af85 Use ipcRenderer through window to mock ipc method 2019-12-04 22:35:53 +09:00
AkiraFukushima a635cce89d refs #901 Use window object in index.ejs 2019-11-26 22:27:48 +09:00
AkiraFukushima f9ccaf6084 refs #1092 Use system proxy as default in preferences 2019-11-12 00:23:46 +09:00
AkiraFukushima 1f6bcdfdf6 refs #982 Reload proxy configuration after changed 2019-10-29 00:00:19 +09:00
AkiraFukushima e1cbdedaf5 Update electron version to 6.1.0 2019-10-23 23:07:20 +09:00
AkiraFukushima 7138ab3df2 refs #982 Add authentication information in proxy form 2019-10-23 22:08:10 +09:00
AkiraFukushima 671cca8878 refs #982 Save proxy configuration in db 2019-10-23 00:08:56 +09:00
AkiraFukushima ffdc55d619 refs #982 Add form to configure proxy server 2019-10-22 22:34:01 +09:00
AkiraFukushima eff0801f34 refs #982 Add radio button to switch proxy config 2019-10-22 21:39:10 +09:00
AkiraFukushima 8ca4d4ba8d refs #948 Hide auto-login setting on darwin 2019-09-26 23:02:48 +09:00
AkiraFukushima fb9d550b88 refs #948 Change auto-launch before save preferences 2019-09-25 23:19:21 +09:00
AkiraFukushima 337012c2ef refs #948 Add other options in prefereces 2019-09-25 23:19:21 +09:00
AkiraFukushima d04bdc881d Add default fonts for emoji in Linux 2019-07-18 22:51:04 +09:00
AkiraFukushima 528110d56f refs #956 Stop user streaming after remove account association 2019-07-11 00:55:01 +09:00
AkiraFukushima 2848400baa refs #209 Fix order of calling ipc in Preferences 2019-06-18 22:12:23 +09:00
AkiraFukushima ab8c74b481 refactor: Use type instead of interface 2019-06-06 23:44:50 +09:00
AkiraFukushima 7fa414a045 refactor: Replace any type 2019-06-05 23:16:07 +09:00
AkiraFukushima 47a8d9a8d1 refs #821 Save toot padding in preferences 2019-06-05 21:51:02 +09:00
AkiraFukushima 82ad1b22cf refs #850 Replace preferences with typescript 2019-04-16 22:35:46 +09:00
AkiraFukushima be651b3014 refs #850 Add define types for notify, sound, and timeline 2019-04-15 22:37:57 +09:00
AkiraFukushima bfabb81706 refs #850 Add define types for theme in constants 2019-04-15 22:13:52 +09:00
AkiraFukushima a45d68684c refs #850 Fix name for local account types 2019-04-14 23:21:08 +09:00
AkiraFukushima baf6dc3084 refs #850 Use rootState for all stores 2019-04-14 23:11:24 +09:00
AkiraFukushima ca6fc13975 refs #850 Replace Preferences with typescript 2019-04-06 22:08:12 +09:00
AkiraFukushima 166a39ae9d refs #850 Fix codestyle for typescript-eslint 2019-04-03 22:15:46 +09:00
AkiraFukushima 3281d97ddd refs #515 [fix] Reload app general config after change preferences 2019-02-22 23:49:44 +09:00
ffwff 23d90cf665 Add option to hide all attachments 2019-02-18 20:16:19 +07:00
AkiraFukushima d5f2db098a refs #825 Add preferences to change cw and nfsw 2019-01-23 22:25:18 +09:00
AkiraFukushima 5380cf12ab refs #209 Add unit/integration tests for Preferences/Notification 2018-12-30 16:56:38 +09:00
AkiraFukushima bad672c275 refs #209 Add unit/integration tests for Preferences/Language 2018-12-30 16:29:12 +09:00
AkiraFukushima 883b9d3e48 refs #209 Add unit/integration tests for Preferences/General 2018-12-30 15:27:46 +09:00
AkiraFukushima 2cfbb9d2cd refs #209 Add store integration test for Preferences/Appearance 2018-12-30 14:59:53 +09:00
AkiraFukushima fac9bd9de7 refs #209 Add Preferences/Appearance store tests 2018-12-29 23:53:12 +09:00
AkiraFukushima 30a68ab57d refs #673 Remove old visibility settings 2018-10-29 09:23:27 +09:00