Commit Graph

124 Commits (469a731892ac6a4b5f8f2e396ec8eb0e2be32d8b)

Author SHA1 Message Date
Andrew Kolos eb89ea5b40
Add partition by file size (#497)
3 years ago
Tyrrrz 7b140fd450 Try to fix nullability warning
3 years ago
Tyrrrz 3aef7faa1e Use `is null`/`is not null`
3 years ago
Tyrrrz ebe4d58a42 Cleanup
3 years ago
Tyrrrz 3d9ee3b339 Embrace Snowflake as first class citizen
4 years ago
Tyrrrz 047dccef7f Refactor last PR
4 years ago
Tyrrrz 1da80956dd Refactor
4 years ago
Andrew Kolos 520e023aff
Stop redundantly downloading media when re-exporting (#395)
4 years ago
Alexey Golub a6bf546e79 [GUI] Clean up the UI
4 years ago
Alexey Golub 239c47c06e [GUI] Clean up theme management
4 years ago
Andrew Kolos 19f678ca01
[GUI] Add dark theme (#388)
4 years ago
Alexey Golub 6f54c09d96 [GUI] Refactor sorting
4 years ago
Alexey Golub 45926b0990 Refactor last commit
4 years ago
Alexey Golub efde9931c9 Refactor & optimize changes in last commit
4 years ago
CarJem Generations 2c3b461d49
[GUI] Make categories collapsible in channel list (#354)
4 years ago
Alexey Golub 1ff026eba6 [GUI] Trim spaces in token input
4 years ago
Alexey Golub ba66b52fa4 Use ValueTask instead of Task where possible
4 years ago
Alexey Golub ac64d9943a
Self-contained export (#321)
4 years ago
Alexey Golub d03be8b1dd More refactoring
4 years ago
Alexey Golub 9d0d7cd5dd More refactoring
4 years ago
Alexey Golub 88a4fa792b Refactor more
4 years ago
Alexey Golub 8685a3d7e3 Rework architecture
4 years ago
Alexey Golub 9f4277ae84 Add parallel exporting
4 years ago
Alexey Golub 70a1c9db8c Clean up warnings
4 years ago
Alexey Golub bf56902134 Refactor partitioning, don't create empty files
5 years ago
Alexey Golub 5cb6adf19e Add an option to not save token
5 years ago
Alexey Golub cec8409ac4 Check if auto-update is enabled in UpdateService
5 years ago
Alexey Golub 2a223599f9 Streaming exporter
5 years ago
Alexey Golub 0d2ae8b5db Add support for announcement channels
5 years ago
Alexey Golub e5a2852165 Use nullable
5 years ago
Alexey Golub 12a5091d73 Streamline auto-update process and refactor
5 years ago
Alexey Golub ab0ce478db Move UpdateService to GUI project
5 years ago
Oleksii Holub 26322da800 [GUI] Notify when all exports are done instead of each of them separately
5 years ago
Oleksii Holub 82b0b8cb0a [GUI] Block UI when an export is underway
5 years ago
Oleksii Holub a7da90943f Remove trailing whitespace
5 years ago
Alexey Golub 30cba7959f Refactor string checks and fix exception when exporting multiple channels
5 years ago
Alexey Golub 6d9bc3625f Switch from DateTime to DateTimeOffset
5 years ago
Alexey Golub 4bfb2ec7fd
Improve performance (#162)
5 years ago
Alexey Golub 889446fff7 Update nuget packages
5 years ago
Alexey Golub 33f71c1612 Remove message group limit setting
5 years ago
Alexey Golub e4b0d60c40 Add multichannel export to GUI
6 years ago
Oleksii Holub 659c499bd0 Small clenaup
6 years ago
Alexey Golub b6fcbac030 Refactor
6 years ago
Oleksii Holub b3e2dd3994 Group channels by category in GUI
6 years ago
Oleksii Holub b88a1f8b47 Some refactor
6 years ago
Oleksii Holub e22e1c03fb Cleanup
6 years ago
Alexey Golub 6d5ed9e9ca Improve UI
6 years ago
Oleksii Holub bdaeea5512 Refactor busy state and progress reporting
6 years ago
Alexey Golub dddb13fcc5 Refactor default file name generation and add date ranges there
6 years ago
Alexey Golub 0d3510222e Migrate to Stylet and refactor view/view-model framework
6 years ago
Alexey Golub a0359b1e43
Split output file into multiple partitions (#116)
6 years ago
Oleksii Holub aa53cecd4e Don't open exported file on completion
6 years ago
Oleksii Holub 47f0561c71 Refactor message grouping from data layer to render layer
6 years ago
Oleksii Holub ba27a9f909 Rename ExportService.Export to ExportChatLog for consistency
6 years ago
Oleksii Holub 52684c264f Change order of parameters in ExportService.Export
6 years ago
Alexey Golub 95a4217ab3 Refactor resolving chat log to a separate service to allow reusability across CLI and GUI
6 years ago
Alexey Golub bd9dc6455f
Refactor CLI (#81)
6 years ago
Alexey Golub 3572a21aad
Allow using bot token instead of user token (#70)
6 years ago
Alexey Golub 61dce7c1a8 Small cleanup
6 years ago
Alexey Golub 6fee160bc7 Show an error when trying to export deleted channel
6 years ago
Alexey Golub 8678043f0d
Implement progress reporting when downloading messages (#57)
6 years ago
Oleksii Holub e4f0b8193f Output date range in the export file
6 years ago
Oleksii Holub 08da5d685b Prevent choosing invalid from/to dates
6 years ago
Alexey Golub 481991bd00
Architecture refactor (#63)
6 years ago
Alexey Golub 1d0a13c613 Always open exported file on completion
6 years ago
Alexey Golub 67036f59ce Order channels by name in the UI
6 years ago
Alexey Golub 7b67cbc385 Improve markdown parsing to make it less volatile
6 years ago
Alexey Golub 7ffb799136 Update nuget packages
6 years ago
Alexey Golub 5a84fb25e6 Update nuget packages and rework UpdateService
6 years ago
Alexey Golub 9988300942 Let user disable auto-updates
7 years ago
Alexey Golub 656e5a5b0d Remove some views and replace them with snackbar notifications
7 years ago
Alexey Golub 63c835df88 Implement auto-update via Onova
7 years ago
Alexey Golub f7ef3bbb44 Bump framework version and small cleanup
7 years ago
Alexey Golub 8515efe11b
Add command line interface and change solution structure (#26)
7 years ago