1ccefe853a
Update .NET & begin refactoring code into a core lib ( #264 )
...
* Switch to .NET Framework 4.7.2 & C# 8.0, update libraries
* Add TweetLib.Core project targeting .NET Standard 2.0
* Enable reference nullability checks for TweetLib.Core
* Move a bunch of utility classes into TweetLib.Core & refactor
* Partially move TweetDuck plugin & update system to TweetLib.Core
* Move some constants and CultureInfo setup to TweetLib.Core
* Move some configuration classes to TweetLib.Core
* Minor refactoring and warning suppression
* Add App to TweetLib.Core
* Add IAppErrorHandler w/ implementation
* Continue moving config, plugin, and update classes to TweetLib.Core
* Fix a few nullability checks
* Update installers to check for .NET Framework 4.7.2
2019-05-26 14:55:12 +02:00
5bcc8ac2e0
Remove ITweetDeckBrowser
2018-08-10 03:18:26 +02:00
01244ec632
Replace td-example-notification attribute with .td-example body class
2018-07-30 01:49:38 +02:00
671657e2b0
Remove user & system config properties from Program class & fix field visibility
2018-07-29 10:16:29 +02:00
3f44f3bab4
Fix notification scrolling issue by disabling threaded scrolling & latching
...
Closes #221
2018-07-09 17:47:20 +02:00
285d400f69
Refactor ScriptLoader to cache files on its own & change method signatures
2018-07-09 12:22:29 +02:00
05d6c578b3
Move InjectedHTML unit tests to xUnit and rename Inject method
2018-06-26 11:19:44 +02:00
421ff0654b
Temporarily work around buggy notification scrolling
2018-06-04 12:35:34 +02:00
d7e830badf
Slightly increase default notification height for larger font sizes
2018-05-31 01:11:17 +02:00
e7ee1d6be7
Revert "Fix broken notification scrolling in CEF 65"
...
This reverts commit 1029ea5840
.
2018-05-04 14:00:41 +02:00
1029ea5840
Fix broken notification scrolling in CEF 65
2018-05-04 11:41:20 +02:00
5add8a1d0e
Move ITweetDeckBrowser and refactor some things
2018-03-16 18:48:41 +01:00
833e42f455
Add a IsTweetDeckWebsite bool to ITweetDeckBrowser
2018-02-28 07:24:40 +01:00
59fba7fba0
Fix a hidden crash that prevented desktop notifications from showing
2018-02-13 12:37:11 +01:00
679e126194
Reset all analytics counters
2018-02-12 05:41:03 +01:00
cb9f75e968
Refactor AnalyticsFile events and usage
2018-02-11 16:59:02 +01:00
f956f696f4
Limit some $TD functions to browser/notification, change displayTooltip params
2018-01-10 23:53:37 +01:00
b4e936c530
Minor refactoring of notification classes & remove no longer needed CSS
2017-11-14 19:06:05 +01:00
b81e7583eb
Implement feature usage analytics
2017-11-08 08:15:45 +01:00
4e26fd9d56
Random refactoring
2017-11-01 04:02:44 +01:00
97da0b79e4
Fix compile error after removing TimerBarHeight constant
2017-10-31 23:34:00 +01:00
d7e5f6876b
Increase notification timer height with higher DPI
2017-10-31 23:10:08 +01:00
ca55119531
Rewrite CanMoveWindow and CanResizeWindow in notification classes
2017-10-31 12:36:46 +01:00
d9da14b5dc
Make the example notification its own class
2017-10-31 12:01:53 +01:00
512b5666ac
Fix 'Escape' key not clearing notification tweet queue & refactor HideNotification
2017-10-31 11:31:01 +01:00
b7de261d25
Move notification CSS to a file, refactor FontSizeLevel & TweetDeckBridge props
2017-09-21 10:34:57 +02:00
59c9801437
Address code analysis and remove unused code
2017-08-27 18:48:54 +02:00
f917096cc7
Refactor plugin execution code
2017-08-11 23:32:47 +02:00
1b90e0f65e
Slightly increase default notification height
2017-08-01 17:05:31 +02:00
f181f1fadc
Refactor PropertyBridge
2017-07-31 19:58:23 +02:00
f1d9e32bf5
Add keyboard controls to notifications
...
Closes #153
2017-07-31 01:23:57 +02:00
14d44528b0
Fuck CultureInfo some more and fix analysis violations (dispose pattern, lang features)
2017-07-07 23:53:04 +02:00
4bff006743
Refactor (move files into different namespaces)
2017-07-06 20:58:06 +02:00
27e2372097
Add an option for custom notification window size
2017-06-27 17:54:52 +02:00
d9e6afbf36
Replace Math.Round calls with a more convenient custom method
2017-06-26 17:33:07 +02:00
7f3bd2715c
Enable high DPI support and fix all known DPI-related UI issues
...
Closes #99
2017-06-26 17:08:51 +02:00
abf58a4aec
Add an option to change notification scroll speed
2017-06-21 05:56:10 +02:00
4d05441aa8
Rename root namespace to TweetDuck
2017-05-17 13:00:17 +02:00
c11f36dfef
Remove and sort usings in the whole project
2017-04-28 13:51:06 +02:00
6e78ba1e7b
Add forward/back mouse button handling to notifications (skip/close function)
2017-04-21 23:21:02 +02:00
041abe6d7e
Add an option to change the zoom level
2017-04-21 22:01:56 +02:00
6e262334ed
Refactor -1 in hook to NativeMethods.HOOK_HANDLED & include example.html in project file
2017-04-14 14:24:37 +02:00
9a280492c2
Refactor PropertyBridge and remove empty BaseTabSettings designer file
2017-04-13 18:09:07 +02:00
81bf93e5ab
Use custom ResourceHandler for notifications and tweak notification code
2017-04-12 00:08:01 +02:00
26d5a8ce08
Remove debug code
2017-04-11 21:02:25 +02:00
63a1928468
Update mouse hook to respect nCode value and also to stop further processing
2017-04-10 17:55:50 +02:00
aca06ee805
Add an option to display column name in the notification title
2017-04-06 18:11:52 +02:00
538b2d26cd
Tweak notification scroll hook to not trigger when main window is focused
2017-04-04 16:43:22 +02:00
cc3895c423
Remove the browser container panel from FormNotificationBase
2017-04-04 05:22:11 +02:00
1a73fcdb39
Allow plugins to inject HTML into notifications before they're shown
...
Closes #112
2017-04-01 19:27:05 +02:00