153 Commits
Author SHA1 Message Date
chylex 258bae1865 Show indeterminate progress when upgrading a merged database 2025-10-21 11:44:44 +02:00
chylex be6203ede9 Reduce frequency of reactive UI updates with a short delay 2025-10-19 12:40:45 +02:00
chylex 588a1ac0dc Show detailed progress when merging databases 2025-10-15 06:23:26 +02:00
chylex 16509be56c Group channels by type and server when filtering in the app 2025-06-22 12:34:35 +02:00
chylex 791171a79b Add custom TreeView styles 2025-06-22 12:25:18 +02:00
chylex 57e2f9ed80 Add SQLite library version to the Debug tab 2025-06-17 07:54:40 +02:00
chylex 895d69279f Show error dialogs instead of crashing if the database is read-only
Closes #292
2025-06-17 07:19:36 +02:00
chylex 0176fa5d53 Improve error logging 2025-06-17 07:15:35 +02:00
chylex c770a066c4 Mention BetterDiscord in the About dialog 2025-05-18 02:55:20 +02:00
chylex 43bf1fcafe Update Avalonia to 11.3.0 2025-05-18 02:34:03 +02:00
chylex 295370a3d4 Show progress dialog if closing database takes too long 2025-04-25 21:20:36 +02:00
chylex 44b42657ef Refactor downloads 2025-04-25 13:07:35 +02:00
chylex 0d3600492e Add option to install a userscript instead of manually copying the tracking script 2025-03-29 08:32:17 +01:00
chylex 40269f591b Fix the Export All button text 2025-03-18 21:03:44 +01:00
chylex e66206b4a8 Update About page 2025-03-18 17:35:39 +01:00
chylex 38f79dee7d Replace CommunityToolkit.Mvvm with PropertyChanged.SourceGenerator 2025-03-18 13:55:32 +01:00
chylex e30b305eb5 Add option to export downloaded files
Closes #277
2025-03-17 17:27:12 +01:00
chylex fa17d0e224 Fix exception handling in progress dialogs 2025-03-17 17:27:12 +01:00
chylex fb9b31175c Add option to use a separate database file for downloads when creating a new database 2025-03-16 17:16:51 +01:00
chylex f8e56ae367 Unify style definitions for bottom button panels 2025-03-16 17:16:41 +01:00
chylex 7ed31fbc8b Move the Vacuum Database button to the Database tab 2025-03-16 17:13:07 +01:00
chylex e92aeb5a1b Refactor click event handler for Delete Orphaned Downloads 2025-03-16 17:13:06 +01:00
chylex 0fff3e8eaf Add option to delete orphaned downloads
Closes #273
2025-02-03 12:29:09 +01:00
chylex 02b773db8f Handle uncaught exceptions in progress dialogs 2025-02-03 12:28:07 +01:00
chylex 261a583b50 Remove orphaned servers, channels, users, and attachments after removing messages 2025-02-03 12:28:07 +01:00
chylex 2ecb658e42 Reformat code 2025-02-03 12:28:07 +01:00
chylex 60761d80ab Fix showing wrong keyboard shortcut for opening dev tools on macOS 2025-01-15 03:47:57 +01:00
chylex e11db62015 Update Avalonia to 11.2.3 2024-12-31 10:30:18 +01:00
chylex 4215dc76f4 Add main menu button to check for updates
Closes #165
2024-12-31 08:58:56 +01:00
chylex 9bd105f57e Update About page with a link to issue tracker and libraries 2024-07-10 12:28:20 +02:00
chylex fbed74529d Update Avalonia to 11.0.11 2024-07-09 20:39:39 +02:00
chylex 8924aa7c06 Ask about automatic downloads when creating a new database 2024-07-09 20:39:39 +02:00
chylex 9738880ba7 Remember downloading state and filter settings in database 2024-07-09 20:39:39 +02:00
chylex a6225b9721 Hide user discriminators & fix places that still displayed usernames instead of display names
References #216
2024-05-09 00:04:31 +02:00
chylex 943163473a Add support for global display names of users
Closes #216
2024-05-08 23:39:13 +02:00
chylex 16d7e5a6f8 Serve viewer page and JSON data from the integrated HTTP server 2024-04-21 18:48:19 +02:00
chylex 8de309a6c4 Fix some Rider inspections and a typo 2024-04-17 14:13:33 +02:00
chylex 7fdc19880e Add -concurrentdownloads program argument to configure number of concurrent download tasks
References #256
2024-04-16 10:50:50 +02:00
chylex 72b8fb7c14 Update viewer to reference downloaded embeds, avatars, and emoji 2024-01-07 19:15:12 +01:00
chylex 2c1e5a7603 Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
chylex 4929a19397 Fix button to retry failed downloads & show error if downloads fail to start 2024-01-01 16:25:32 +01:00
chylex c9e50e1a80 Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
chylex 37374eeb18 Migrate ConfigureAwait to Task.Run 2023-12-31 20:18:08 +01:00
chylex 23ddb45a0d Make opening/saving viewer asynchronous 2023-12-31 20:18:08 +01:00
chylex 9904a711f7 Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
chylex d5720c8758 Code cleanup 2023-12-31 19:44:44 +01:00
chylex 89161e14b1 Increase default window size slightly 2023-12-31 16:54:14 +01:00
chylex 119649ef9b Optimize rendering of download statistics table 2023-12-31 15:33:00 +01:00
chylex 0bc6232da7 Convert database events to reactive 2023-12-31 14:42:03 +01:00
chylex de266473c5 Migrate models to a custom version of MVVM Community Toolkit 2023-12-31 14:42:03 +01:00