41 Commits

Author SHA1 Message Date
chylex
e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
chylex
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
chylex
610516de1f
Update file dialogs and hide overwrite prompt when opening database files
Closes #198
2023-07-17 23:11:41 +02:00
chylex
3a6b83e0ba
Update to Avalonia 11 2023-07-17 23:11:41 +02:00
chylex
c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
chylex
71c628fdf8
Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
chylex
73f4c70325
Implement legacy archive file import 2022-06-04 13:31:48 +02:00
chylex
daa2feb445
Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
chylex
133ec532d2
Refactor database merging & add user count to final report 2022-05-29 16:37:18 +02:00
chylex
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
chylex
d51dcb0a84
Fix Viewer tab statistics (not computing in constructor, not cancelling after resetting filter) & tweak code 2022-05-28 21:40:12 +02:00
chylex
9572f0f002
Rename MessageFilterRemovalMode to FilterRemovalMode 2022-05-24 22:02:36 +02:00
chylex
2f3b8b974c
Rename MessageFilterPanel to FilterPanel 2022-05-24 22:02:36 +02:00
chylex
a1c93232d0
Cleanup temporary files when DHT is closed 2022-05-21 21:32:32 +02:00
chylex
db5f9d65db
Change default viewer file name to the name of the database file 2022-05-21 20:11:09 +02:00
chylex
4cbf387e2a
Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00
chylex
64cf3c9fbb
Calculate amount of exported messages asynchronously 2022-05-21 20:11:09 +02:00
chylex
86acef1a22
Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
chylex
277e241183
Speed up opening database by deferring the initial refresh of total message count 2022-03-21 14:18:21 +01:00
chylex
3b41ea7b5f
Fix showing potentially outdated message count when merging databases 2022-03-21 14:03:21 +01:00
chylex
fd09ac496e
Increase batch size when adding randomly generated data & fix magic numbers 2022-03-21 01:19:20 +01:00
chylex
3e891e19c3
Avoid redundant database queries when the Viewer tab is not visible 2022-03-20 23:11:39 +01:00
chylex
9341988017
Add debug tab with random database data generator 2022-03-20 23:11:38 +01:00
chylex
d26e16eadf
Move advanced tracking settings into a separate tab 2022-03-14 18:17:17 +01:00
chylex
ae821f738e
Fix app memory leaks caused by UI code 2022-03-13 14:47:25 +01:00
chylex
a84a453990
Redesign the app 2022-03-12 18:12:30 +01:00
chylex
ebfe972a98
Update uses of Avalonia APIs & safeguard clipboard code 2022-02-27 15:29:54 +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
47b106503d
Fix database path being editable in the Database tab in the app 2022-02-20 19:55:32 +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
2ec9c7cbc3
Fix Rider inspections 2021-11-28 16:20:34 +01:00
chylex
f449859ad9
Update Avalonia to 0.10.10 2021-11-28 13:57:49 +01:00
chylex
e9e8c95a19
Add feature to merge multiple database files into one 2021-11-27 20:50:01 +01:00
chylex
560c515ecf
Make message dialogs callable from non-UI threads 2021-11-27 19:41:45 +01:00
chylex
ab7b3532fc
Build a DHT app for desktop 2021-06-19 10:40:34 +02:00