Commit Graph

589 Commits

Author SHA1 Message Date
chylex 4bc9626013
Add name to server management thread 2022-03-05 13:36:04 +01:00
chylex 8002236c1f
Release v33.2 (app) 2022-02-27 17:09:51 +01:00
chylex c4fe6c4391
Move app version info out of .csproj and into a single linked .cs file 2022-02-27 16:20:39 +01:00
chylex ebfe972a98
Update uses of Avalonia APIs & safeguard clipboard code 2022-02-27 15:29:54 +01:00
chylex 20aac4c47a
Update Avalonia to 0.10.12 2022-02-27 15:21:38 +01:00
chylex 35308e0995
Add option to re-enable Ctrl+Shift+I in the Discord app 2022-02-27 15:08:56 +01:00
chylex f7f32c3f6a
Fix Avalonia designer not seeing custom windows and controls 2022-02-27 11:37:08 +01:00
chylex 4dc781b35c
Address Rider inspections 2022-02-21 22:27:29 +01:00
chylex 849ef18adb
Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00
chylex 77aa15e557
Add database file name to the app title
References #165
2022-02-20 20:03:59 +01:00
chylex 47b106503d
Fix database path being editable in the Database tab in the app 2022-02-20 19:55:32 +01:00
chylex bde4cb06f4
Dispose of all window properties when the DHT panel is closed (app) 2022-02-12 20:43:35 +01:00
chylex d772f7ed71
Fix calling clearTimeout instead of clearInterval in app script (no difference according to spec, but cleaner) 2022-02-12 20:40:57 +01:00
chylex 0662af9b1a
Update website (put desktop app on top, add anchor links) 2022-02-12 19:17:37 +01:00
chylex 03fd730139
Release v.31a (browser script) 2022-02-12 18:37:39 +01:00
chylex d362c96b80
Fix skipping to next channel not working after a Discord update (browser script) 2022-02-12 18:35:47 +01:00
chylex 9f34c9dffa
Fix occasional skipping of messages when autoscrolling in unfocused browser (browser script) 2022-02-12 18:34:43 +01:00
chylex cacf43d1d8
Fix broken channel detection after a Discord update (browser script)
#161
2022-02-12 17:38:45 +01:00
chylex edc23d616d
Release v33.1 (app) 2022-02-12 11:23:24 +01:00
chylex db191f87fd
Fix not finding selected DM channel after a Discord update
Closes #161
2022-02-12 11:15:33 +01:00
chylex e8677c09b4
Release v33 (app) 2021-12-01 08:13:19 +01:00
chylex 378c54908e
Add tools to remove/keep filtered messages in the app 2021-11-29 23:43:56 +01:00
chylex 07af4ae00f
Improve localization for dates and numbers in the app UI 2021-11-29 17:52:07 +01:00
chylex c262e5aaa4
Minor visual fixes for app UI 2021-11-29 17:52:07 +01:00
chylex 96e125b812
Add channel & user filters to the app 2021-11-29 15:16:51 +01:00
chylex c0123b9f91
Add check box dialog 2021-11-29 15:12:35 +01:00
chylex 2ec9c7cbc3
Fix Rider inspections 2021-11-28 16:20:34 +01:00
chylex 4cfe19d369
Tweak button styles in the app 2021-11-28 14:09:56 +01:00
chylex f449859ad9
Update Avalonia to 0.10.10 2021-11-28 13:57:49 +01:00
chylex ae5630cf96
Fix missing app icon in dialog windows 2021-11-27 20:59:16 +01:00
chylex 75c8202c77
Disable resizing of message dialogs 2021-11-27 20:58:57 +01:00
chylex e9e8c95a19
Add feature to merge multiple database files into one 2021-11-27 20:50:01 +01:00
chylex 879a69608c
Add progress dialog 2021-11-27 19:41:45 +01:00
chylex 560c515ecf
Make message dialogs callable from non-UI threads 2021-11-27 19:41:45 +01:00
chylex ec8c00853a
Add empty archive file w/ Rider data source 2021-11-27 13:40:53 +01:00
chylex 5888d13d7c
Add app build script for Linux 2021-11-26 13:48:52 +01:00
chylex 15db0cca8e
Update Rider project files 2021-11-20 09:32:55 +01:00
chylex 52998f7d7a
Release v32.1 (app) 2021-09-14 02:03:08 +02:00
chylex c2e302f8bb
Allow tracking from old Discord domain in the app (discordapp.com) 2021-09-14 02:03:08 +02:00
chylex 9f506aceb2
Release v.32 (app) 2021-08-15 22:02:03 +02:00
chylex bbb50dc50c
Fix C# code formatting 2021-08-15 21:58:32 +02:00
chylex 3f763bbf6b
Add Rider run configuration to minify JS 2021-08-15 21:57:58 +02:00
chylex be3a7d6d80
Add Python script to minify JS in the app 2021-08-15 20:31:36 +02:00
chylex bd78051a9d
Fix viewer crashing when a message references a channel/user that is not saved (app)
Closes #148
2021-08-15 20:09:59 +02:00
chylex 6a24befca1
Update text channel icon whitelist for selecting next text channel (app) 2021-08-15 19:20:10 +02:00
chylex 09dce7b062
Rewrite channel and message detection to fix reliability issues after Discord updated (app) 2021-08-15 18:07:29 +02:00
chylex 396c622d9c
Show missing replies in the viewer & optimize message object representation (app) 2021-08-15 16:31:58 +02:00
chylex 73bf16a21e
Add support for tracking threads (app) 2021-08-15 15:43:12 +02:00
chylex 25071d4323
Fix app tracking unsent and special messages 2021-08-14 23:49:48 +02:00
chylex ab7b3532fc
Build a DHT app for desktop 2021-06-19 10:40:34 +02:00