1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-22 14:42:49 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
9738880ba7
Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
a6225b9721
Hide user discriminators & fix places that still displayed usernames instead of display names
References #216
2024-05-09 00:04:31 +02:00
943163473a
Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
2c1e5a7603
Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
0bc6232da7
Convert database events to reactive 2023-12-31 14:42:03 +01:00
de266473c5
Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
0131f8cb50
Refactor integrated server management 2023-12-28 17:33:30 +01:00
f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +01:00
aa6555990c
Fix throwing exceptions in UI binding converters 2023-12-25 07:04:31 +01:00
65d935cca1
Use compiled bindings in Avalonia XAML 2023-12-21 08:55:56 +01:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
3a6b83e0ba
Update to Avalonia 11 2023-07-17 23:11:41 +02:00
9ae5ece24b
Fix negative numbers & exception with very large numbers in attachment size limit 2022-06-04 21:55:55 +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
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +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
2f3b8b974c
Rename MessageFilterPanel to FilterPanel 2022-05-24 22:02:36 +02:00
64cf3c9fbb
Calculate amount of exported messages asynchronously 2022-05-21 20:11:09 +02:00
461e403733
Fix viewer filter not including the whole last day 2022-03-20 21:20:10 +01:00
c03e2d328d
Fix redundant XAML 2022-03-20 20:43:43 +01:00
a5e8366f1b
Redesign status bar in the app 2022-03-17 20:38:25 +01:00
d26e16eadf
Move advanced tracking settings into a separate tab 2022-03-14 18:17:17 +01:00
ae821f738e
Fix app memory leaks caused by UI code 2022-03-13 14:47:25 +01:00
f8331a571e
Fix right margins in Viewer filter panel, causing early wrapping 2022-03-10 03:39:48 +01:00
f7f32c3f6a
Fix Avalonia designer not seeing custom windows and controls 2022-02-27 11:37:08 +01:00
4dc781b35c
Address Rider inspections 2022-02-21 22:27:29 +01:00
849ef18adb
Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00
378c54908e
Add tools to remove/keep filtered messages in the app 2021-11-29 23:43:56 +01:00
07af4ae00f
Improve localization for dates and numbers in the app UI 2021-11-29 17:52:07 +01:00
c262e5aaa4
Minor visual fixes for app UI 2021-11-29 17:52:07 +01:00
96e125b812
Add channel & user filters to the app 2021-11-29 15:16:51 +01:00
bbb50dc50c
Fix C# code formatting 2021-08-15 21:58:32 +02:00
ab7b3532fc
Build a DHT app for desktop 2021-06-19 10:40:34 +02:00