671 Commits
Author SHA1 Message Date
chylex 73f4c70325 Implement legacy archive file import 2022-06-04 13:31:48 +02:00
chylex de5a8b690b Add TextBoxDialog 2022-06-03 16:44:43 +02:00
chylex daa2feb445 Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
chylex 4e94e788bc Fix not closing connections to database files incompatible with the current app version (including rejected upgrade prompts) 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 3d435d0165 Release v36 (beta) v36.beta 2022-05-29 12:40:13 +02:00
chylex 3e8151e1f3 Fix empty space between DHT tracker and app after a recent Discord update 2022-05-29 12:14:27 +02:00
chylex 9f98eba9c1 Update Avalonia to 0.10.14 2022-05-29 12:10:34 +02:00
chylex 6b54a80be1 Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
chylex 1e6e5c6f92 Refactor generating SQL "WHERE" clauses 2022-05-28 21:40:13 +02:00
chylex 2459c8ee1a Add randomization of SQLite connection pool delays to reduce chance of livelocks 2022-05-28 21:40:13 +02:00
chylex d129a60d1c Add BytesValueConverter 2022-05-28 21:40:13 +02:00
chylex 65ecb0177c Fix wrong plural in the Viewer tab if the total amount of messages is zero 2022-05-28 21:40:13 +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 b13b85dedd Add support for cancelling async value computation 2022-05-28 21:38:42 +02:00
chylex 15e8b9da63 Tweak wording in the Advanced tab to reduce text length 2022-05-28 11:22:55 +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 bff86b09c7 Update SQLite version to 3.35.5 2022-05-22 16:19:19 +02:00
chylex 5ca7cf09e8 Clarify and fix instructions for platform-portable releases
Closes #182
2022-05-21 22:20:26 +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 a4ebd5eed6 Replace message statistics thread with new async value computer 2022-05-21 03:27:57 +02:00
chylex 06716330d6 Add utility for asynchronous value computation 2022-05-21 03:03:32 +02:00
chylex 1a6346677e Improve performance of check box dialogs by using ItemsRepeater instead of ItemsControl 2022-05-19 22:07:38 +02:00
chylex 261be50463 Release v35.3 v35.3 2022-05-19 12:30:25 +02:00
chylex f93f5c8fdd Fix DHT tracker overlaying bottom of the app & set z-index to force it on top if it happens again
Closes #181
2022-05-19 12:28:24 +02:00
chylex 039c55eb1e Release v35.2 v35.2 2022-05-03 21:31:22 +02:00
chylex a54242de8a Work around some Discord messages having duplicate attachments with the same ID
Closes #177
2022-05-03 21:28:29 +02:00
chylex 578e51dc17 Add information about building Linux / Mac versions 2022-03-31 15:29:05 +02:00
chylex 8e2ec4dfe2 Release v35.1 v35.1 2022-03-31 14:30:47 +02:00
chylex 3431f091ad Update build instructions 2022-03-31 10:54:04 +02:00
chylex a988003bdd Fix server name detection broken by a Discord update
Closes #172
2022-03-31 09:08:57 +02:00
chylex 5561f574cf Release v35 (app) v35 2022-03-24 00:03:12 +01:00
chylex 8fd4561721 Try to fix inconsistency with embedded resource generation 2022-03-24 00:03:12 +01:00
chylex 9fe68be3f4 Fix bad command for executing python script in .csproj 2022-03-23 20:40:38 +01:00
chylex 90dac674eb Update website 2022-03-22 03:52:17 +01:00
chylex 1ebf15b039 Add '/app' to excluded folder in root IDEA project 2022-03-22 01:30:38 +01: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 6ce0ef7d55 Refresh message statistics after tracking messages in a background thread 2022-03-21 01:38:41 +01:00
chylex fd09ac496e Increase batch size when adding randomly generated data & fix magic numbers 2022-03-21 01:19:20 +01:00
chylex 9ca56bd910 Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads 2022-03-21 00:38:24 +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 461e403733 Fix viewer filter not including the whole last day 2022-03-20 21:20:10 +01:00
chylex c03e2d328d Fix redundant XAML 2022-03-20 20:43:43 +01:00