Commit graph

1295 commits

Author SHA1 Message Date
Oleksii Holub
fd15b62adf Improve UI layout and usage instructions 2018-12-07 18:14:27 +02:00
Oleksii Holub
78d01b47b4 Add some tooltips 2018-12-07 17:05:17 +02:00
Oleksii Holub
daf38153f4 Improve UI some more 2018-12-05 18:45:13 +02:00
Oleksii Holub
ac91c536dd Improve ExportSetupView UI 2018-12-05 18:20:20 +02:00
Alexey Golub
0dbd619244 Remove unsused library from readme 2018-11-29 20:55:20 +02:00
Alexey Golub
0d3510222e Migrate to Stylet and refactor view/view-model framework 2018-11-29 19:18:44 +02:00
Alexey Golub
083bdef419 Move screenshots section below features section in readme 2018-11-17 23:22:25 +02:00
Oleksii Holub
d620010e85 Add some safeguarding in case partition limit is less or equal to zero 2018-11-15 10:26:54 +02:00
Oleksii Holub
beadc25e61 Cleanup GroupMessages 2018-11-14 18:15:07 +02:00
Oleksii Holub
8bc29c4928 Refactor SplitIntoPartitions 2018-11-14 17:51:03 +02:00
Oleksii Holub
0b14952346 Add a script to update version in all projects 2018-11-05 13:31:42 +02:00
Alexey Golub
b518fb2f59 Update version 2018-11-03 23:51:19 +02:00
Alexey Golub
94165dcd8d Don't render the template in memory to avoid out of memory exceptions
Fixes #88
2018-11-03 23:04:26 +02:00
Alexey Golub
d6507598fa Fix not being able to reset partition limit in GUI 2018-11-03 23:01:58 +02:00
Alexey Golub
a0359b1e43
Split output file into multiple partitions (#116) 2018-11-03 22:53:20 +02:00
Oleksii Holub
aa53cecd4e Don't open exported file on completion
Fixes #85
2018-11-02 17:12:17 +02:00
Oleksii Holub
4144911208 Remove autoupdate feature from CLI entirely 2018-11-02 16:24:06 +02:00
Oleksii Holub
d28e81f8dc Don't replace new lines in csv
Part of #102
2018-11-01 18:33:29 +02:00
Oleksii Holub
761cb032d7 Don't group messages in PlainText export
Part of #102
2018-11-01 18:27:41 +02:00
Oleksii Holub
47f0561c71 Refactor message grouping from data layer to render layer 2018-11-01 18:16:23 +02:00
Oleksii Holub
23116b776b Show unhandled exceptions to users 2018-11-01 14:43:21 +02:00
Oleksii Holub
ba27a9f909 Rename ExportService.Export to ExportChatLog for consistency 2018-10-31 17:54:13 +02:00
Oleksii Holub
52684c264f Change order of parameters in ExportService.Export 2018-10-31 17:35:28 +02:00
Oleksii Holub
bcad5b4ed1 Set ChatLog.TotalMessageCount from ChatLogService 2018-10-31 17:34:57 +02:00
Alexey Golub
95a4217ab3 Refactor resolving chat log to a separate service to allow reusability across CLI and GUI 2018-10-30 22:52:28 +02:00
Alexey Golub
4e8fb80ac5 Use PackageReference 2018-10-28 15:25:22 +02:00
Alexey Golub
7ae560dde0 Fix changelog 2018-09-14 00:36:31 +03:00
Alexey Golub
97a36028b9 Update version 2018-09-14 00:34:18 +03:00
Alexey Golub
f0d99676a3 Disable UpdateAppOptions in CLI 2018-09-14 00:25:21 +03:00
Alexey Golub
8e38adae7e Update instructions to obtain token
Fixes #76
2018-09-14 00:23:23 +03:00
Alexey Golub
d95bc37592 Link to dockerhub from readme 2018-09-13 23:32:09 +03:00
Hyeon Kim
3f6354053c Dockerize the application (#92) 2018-09-13 22:50:15 +03:00
Alexey Golub
a9bab60ba6 Update instructions to obtain token 2018-08-14 00:49:32 +03:00
Alexey Golub
614bd8590d Generate file name if given output path CLI argument is a directory
Closes #67
2018-08-13 23:25:06 +03:00
Alexey Golub
bd9dc6455f
Refactor CLI (#81) 2018-08-13 22:49:13 +03:00
Alexey Golub
0faa427970 Invert if condition in authentication header 2018-08-03 00:13:44 +03:00
Alexey Golub
dd9da4831e Change how user token is sent in requests 2018-08-03 00:00:51 +03:00
Oleksii Holub
0d816cee5d Update readme 2018-07-26 18:25:47 +03:00
Oleksii Holub
f63ea41188 Update version 2018-07-25 11:53:05 +03:00
Alexey Golub
3572a21aad
Allow using bot token instead of user token (#70) 2018-07-24 22:47:45 +03:00
Alexey Golub
37ee0b8be3 Cleanup templates and change how model is referenced 2018-07-03 22:58:46 +03:00
trainboy2019
ed146bac22 Add support for animated avatars (#66) 2018-07-02 21:12:32 +03:00
Alexey Golub
b9c449709f Update version 2018-07-01 21:12:06 +03:00
Alexey Golub
25207c5093 Improve the templates a bit 2018-07-01 21:04:03 +03:00
Alexey Golub
4fbec95208 Fix CSV and PlainText outputs not rendering timestamps correctly
Fixes #65
2018-07-01 16:53:33 +03:00
Alexey Golub
0a48da4c56 Update version 2018-06-28 00:36:26 +03:00
Alexey Golub
3f5f62585c Make emojis larger if they are the only thing in content 2018-06-28 00:29:47 +03:00
Alexey Golub
49f39c7097 Add retry policy for 429 responses 2018-06-28 00:20:31 +03:00
Alexey Golub
e3eac10fb8 Bring HTML light theme in line with dark theme 2018-06-27 23:16:28 +03:00
Alexey Golub
23f9331e4e Cleanup 2018-06-27 00:45:29 +03:00