1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-11-24 20:42:46 +01:00
Commit Graph

96 Commits

Author SHA1 Message Date
b660af4be0
WIP 2023-12-23 19:59:09 +01:00
93fe018343
Add -console argument to show a console on Windows 2023-12-23 08:46:43 +01:00
8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
865deb356a
Fix progress dialog not propagating exceptions from its task 2023-12-22 14:47:55 +01:00
caab038eaa
Use source generators for JSON serialization everywhere 2023-12-22 05:24:28 +01:00
65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
a624745602
Force light theme in Avalonia 2023-12-21 04:24:12 +01:00
6da3c185e5
Update Avalonia to 11.0.6 2023-12-21 04:24:01 +01:00
fe588686fc
Clean up project configuration and build scripts & fix CI builds 2023-11-23 21:45:54 +01:00
492dddb35d
Load full tracking script from the integrated server to remove need for minification 2023-11-21 07:08:26 +01:00
ae8a34f938
Log error when reading Discord settings fails 2023-10-29 06:42:45 +01:00
37640c97b0
Update to Avalonia 11.0.5 2023-10-29 06:38:26 +01:00
2424a8ac8d
Fix UI freezing due to attachment download statistics being updated on the wrong thread 2023-07-18 18:56:34 +02:00
e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
3db599e901
Update to .NET 8 2023-07-18 15:56:15 +02:00
610516de1f
Update file dialogs and hide overwrite prompt when opening database files
Closes #198
2023-07-17 23:11:41 +02:00
3a6b83e0ba
Update to Avalonia 11 2023-07-17 23:11:41 +02:00
22958536e7
Update Avalonia to 0.10.18 & SQLite provider to 6.0.10 2022-10-22 00:17:48 +02:00
e4a09515b0
Update Avalonia to 0.10.16 2022-07-18 21:29:07 +02:00
c94808a15f
Show downloaded attachments when viewing via Open Viewer 2022-07-18 20:21:45 +02:00
739e87c5ab
Add one decimal place to MB/GB/TB in the table in the Attachments tab 2022-07-18 20:19:51 +02:00
9ae5ece24b
Fix negative numbers & exception with very large numbers in attachment size limit 2022-06-04 21:55:55 +02:00
71c628fdf8
Fix not recomputing download statistics after removing download items 2022-06-04 21:45:40 +02:00
af621b8d46
Fix wrong plural in the Viewer tab if the total amount of messages is zero (properly this time) 2022-06-04 21:26:50 +02:00
73f4c70325
Implement legacy archive file import 2022-06-04 13:31:48 +02:00
de5a8b690b
Add TextBoxDialog 2022-06-03 16:44:43 +02:00
daa2feb445
Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
133ec532d2
Refactor database merging & add user count to final report 2022-05-29 16:37:18 +02:00
9f98eba9c1
Update Avalonia to 0.10.14 2022-05-29 12:10:34 +02:00
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
d129a60d1c
Add BytesValueConverter 2022-05-28 21:40:13 +02:00
65ecb0177c
Fix wrong plural in the Viewer tab if the total amount of messages is zero 2022-05-28 21:40:13 +02:00
d51dcb0a84
Fix Viewer tab statistics (not computing in constructor, not cancelling after resetting filter) & tweak code 2022-05-28 21:40:12 +02:00
b13b85dedd
Add support for cancelling async value computation 2022-05-28 21:38:42 +02:00
15e8b9da63
Tweak wording in the Advanced tab to reduce text length 2022-05-28 11:22:55 +02:00
9572f0f002
Rename MessageFilterRemovalMode to FilterRemovalMode 2022-05-24 22:02:36 +02:00
2f3b8b974c
Rename MessageFilterPanel to FilterPanel 2022-05-24 22:02:36 +02:00
a1c93232d0
Cleanup temporary files when DHT is closed 2022-05-21 21:32:32 +02:00
db5f9d65db
Change default viewer file name to the name of the database file 2022-05-21 20:11:09 +02:00
4cbf387e2a
Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00
64cf3c9fbb
Calculate amount of exported messages asynchronously 2022-05-21 20:11:09 +02:00
1a6346677e
Improve performance of check box dialogs by using ItemsRepeater instead of ItemsControl 2022-05-19 22:07:38 +02:00
8fd4561721
Try to fix inconsistency with embedded resource generation 2022-03-24 00:03:12 +01:00
9fe68be3f4
Fix bad command for executing python script in .csproj 2022-03-23 20:40:38 +01:00
86acef1a22
Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
277e241183
Speed up opening database by deferring the initial refresh of total message count 2022-03-21 14:18:21 +01:00
3b41ea7b5f
Fix showing potentially outdated message count when merging databases 2022-03-21 14:03:21 +01:00
fd09ac496e
Increase batch size when adding randomly generated data & fix magic numbers 2022-03-21 01:19:20 +01:00
3e891e19c3
Avoid redundant database queries when the Viewer tab is not visible 2022-03-20 23:11:39 +01:00