Commit graph

681 commits

Author SHA1 Message Date
Alexey Golub
6a7000cbc9 Re-order URL formatting in HTML formatter
Slightly helps #18
2017-10-27 21:34:45 +03:00
Alexey Golub
6706ff95f1 Fix user mentions not resolving on bots 2017-10-27 21:07:54 +03:00
Alexey Golub
ecc95c9c7f Make the mentions resolving safer 2017-10-27 21:04:10 +03:00
Alexey Golub
d4f2049db6 Fix wrapping issues in html export 2017-10-26 23:36:10 +03:00
Alexey Golub
4d5118de76 Add mention support (#17)
* Support for user mentions and incomplete support for role mentions

* Improve formatting a bit

* Implement a hack to get roles
2017-10-26 22:21:44 +02:00
Alexey Golub
171718989a Add workarounds for non-default message types
Fixes #16
2017-10-26 22:14:50 +03:00
Alexey Golub
75e8d59cc3 Wrap text in inline pre 2017-10-25 23:37:18 +03:00
Alexey Golub
1d7264a71b Add support for custom emojis
Closes #14
2017-10-25 23:31:32 +03:00
Alexey Golub
2c0a63352c Simplify regexes 2017-10-25 22:19:25 +03:00
Alexey Golub
42d4d64695 Add underscore italics to markdown formatter
Fixes #15
2017-10-25 22:04:47 +03:00
Alexey Golub
6968f987ce Small readability improvement 2017-10-16 20:24:34 +03:00
Alexey Golub
5ecbfd50b8 Update deployment script 2017-10-16 13:00:58 +03:00
Alexey Golub
e59a1ea8b4 Add deployment script 2017-10-16 12:47:55 +03:00
Alexey Golub
540ce7f3c3 Update readme 2017-10-16 00:37:34 +03:00
Alexey Golub
a0d261f966 Add fancy badges 2017-10-15 23:58:33 +03:00
Alexey Golub
10446064d5 Ammy formatting 2017-10-07 22:03:43 +03:00
Alexey Golub
6709821324 Cleanup views 2017-10-06 23:27:17 +03:00
Alexey Golub
705e60c76d Update version 2017-10-02 19:24:12 +03:00
Alexey Golub
8ac8c16db3 Disable whole UI when busy 2017-10-02 19:16:06 +03:00
Alexey Golub
1850caba71 Add 'optional' suffix for from/to date pickers in ExportSetupDialog 2017-10-02 19:12:00 +03:00
Alexey Golub
6ccaf3f106 Fix settings not loading early enough 2017-10-02 19:09:35 +03:00
Alexey Golub
d7345e91d3 Improve UX of ExportSetupDialog
Closes #11
2017-10-02 18:59:00 +03:00
Alexey Golub
e5e9d4c9ff Tidy up 2017-10-01 12:18:54 +03:00
Alexey Golub
b280f8b736 Add AM/PM to default date format as it was previously missing it 2017-10-01 11:27:21 +03:00
Alexey Golub
ca452d2421 Update readme 2017-10-01 01:56:42 +03:00
Alexey Golub
9e7d4033e0 Update version 2017-10-01 01:55:04 +03:00
Alexey Golub
263a606bff Improve error messages 2017-10-01 01:49:39 +03:00
Alexey Golub
1e853f11b0 Fix styling for pre 2017-10-01 01:49:26 +03:00
Alexey Golub
77d0956f5d Redesign file picker in ExportSetupDialog 2017-10-01 00:32:10 +03:00
Alexey Golub
d251e8ecf6 Update readme 2017-09-30 23:14:32 +03:00
Alexey Golub
01f0e6952d Add from/to date pickers
Fixes #6
2017-09-30 22:57:52 +03:00
Alexey Golub
28a67ab60d Add export dialog and implement export as plain text 2017-09-30 22:22:28 +03:00
Alexey Golub
42bb4e72d2 Remove HtmlAgilityPack from readme 2017-09-30 17:27:09 +03:00
Alexey Golub
a79d72f975 Update version 2017-09-30 17:25:20 +03:00
Alexey Golub
b110413c08 Fix div.pre output styling 2017-09-30 17:24:46 +03:00
Alexey Golub
a556926fe6 Rework HTML export
Fixes #8
2017-09-30 17:18:41 +03:00
Alexey Golub
5a57b4a6b1 Generalize HTTP exceptions 2017-09-29 20:24:02 +03:00
Alexey Golub
d3b311b88f Update readme screenshot link 2017-09-28 23:07:27 +03:00
Alexey Golub
d8db4fca90 ExportService is pseudo async now 2017-09-28 22:48:24 +03:00
Alexey Golub
b7979d6d1f Fix message count in exported file 2017-09-28 22:45:25 +03:00
Alexey Golub
749a55a30e Round guild icons 2017-09-28 22:32:29 +03:00
Alexey Golub
7b9de314ab Refactor message grouping out and add a limit setting 2017-09-28 22:16:38 +03:00
Alexey Golub
69184a74fe Add support for custom date formats in settings 2017-09-28 22:05:16 +03:00
Alexey Golub
efae0e99b8 Add a dialog that shows when export completes 2017-09-28 21:57:57 +03:00
Alexey Golub
8afe9852fb Add some error handling 2017-09-28 21:36:17 +03:00
Alexey Golub
f2178a0445 Refactor 2017-09-28 20:51:32 +03:00
Alexey Golub
c01b9d0e5f Don't disable everything when busy 2017-09-28 20:21:00 +03:00
Alexey Golub
151c5e2f23 Remove mentions of wiki from readme, add other libraries used 2017-09-28 01:28:10 +03:00
Alexey Golub
6d7a8ae063 Add GUI (#7)
* Create a dummy WPF project

* Set up Ammy placeholders

* Don't track autogenerated files

* Basic layout

* Add Program.cs

* Implement basic workflow

* Autofocus token textbox and add Enter key handler

* Strip double quotes from token

* AmmyUI converters are slightly dumb :(

* Use CanExecute

* Add file path select and theme select, also refactor

* Persist token

* Trying to improve UI/UX - 1

* Rename stuff

* Finish improving UI/UX

* Remove data placeholder

* Remove border on middle grid

* Ok now i'm done

* Improve Discord API layer

* Add lots of stuff

* Show filesizes in export

* Improve export

* Animations

* Update readme

* Improving gui again

* Improve UI again

* Refactor
2017-09-28 01:24:45 +03:00
Alexey Golub
d8bbe8c8c8 Update Readme.md 2017-09-13 18:48:43 +03:00