05d6c578b3
Move InjectedHTML unit tests to xUnit and rename Inject method
2018-06-26 11:19:44 +02:00
b7f325a241
Minor RequestHandlerBase refactoring
2018-06-05 02:05:04 +02:00
421ff0654b
Temporarily work around buggy notification scrolling
2018-06-04 12:35:34 +02:00
ed947458f9
Update fallback HTML in desktop notifications
2018-06-04 12:09:02 +02:00
10254c8af7
Fix tweet screenshots with Aero disabled by making the window visible
...
Closes #223
2018-05-31 02:58:25 +02:00
d7e830badf
Slightly increase default notification height for larger font sizes
2018-05-31 01:11:17 +02:00
97f42ead66
Make it easier to debug screenshots
2018-05-30 19:50:11 +02:00
07de2f450c
Fix broken notification scrolling in CEF 65 properly
2018-05-07 02:43:40 +02:00
e7ee1d6be7
Revert "Fix broken notification scrolling in CEF 65"
...
This reverts commit 1029ea5840
.
2018-05-04 14:00:41 +02:00
ba1bacd08c
Fix minor formatting and method modifier issues
2018-05-04 13:04:23 +02:00
1029ea5840
Fix broken notification scrolling in CEF 65
2018-05-04 11:41:20 +02:00
1f8ae9ef80
Update CefSharp to 65 (pre01) and fix blank example notification
...
* Update CefSharp to 65 (pre01)
* Fix blank example notification on first load
2018-05-03 14:05:56 +02:00
12525ac386
Fix screenshots with zoom & try to fix rendering issues
2018-04-28 20:36:49 +02:00
7558551859
Add a debug flag to generate individual screenshot frames
2018-04-28 18:15:25 +02:00
c064ef7a30
Improve screenshot reliability
2018-04-15 16:24:26 +02:00
21e64a18d8
Fix screenshots to work properly with combinations of DPI and zoom settings
2018-04-06 07:28:57 +02:00
5a305a6740
Fix wrong screenshot size when browser zoom is not 100%
2018-04-06 03:05:06 +02:00
e9de789b79
Minor refactoring, including removal of unnecessary enableCustomCSS parameter
2018-04-03 20:49:21 +02:00
cfbc1b9575
Enable custom CSS in screenshots and move styles from code.js to notification.css
2018-04-03 20:48:33 +02:00
e39e85e4dd
Add 'td-notification' body class to desktop notifications & update notification.css
2018-04-03 20:26:54 +02:00
3f0b161cd0
Move screenshot height calculation to the screenshot window
2018-04-03 18:26:33 +02:00
5add8a1d0e
Move ITweetDeckBrowser and refactor some things
2018-03-16 18:48:41 +01:00
f1f90a2ee3
Refactor code to avoid nulls ( #206 )
...
* Ensure potential nulls have a fallback value & add/remove null checks
* Refactor update check code to avoid nulls
* Refactor ProfileManager exception handling to avoid nulls
* Refactor a few more various classes and fix nulls in ContextInfo
* Force c#7 everywhere and revert usage of newer features from cherry-picked commits
* Remove unused #pragma declaration
2018-03-07 14:37:03 +01:00
833e42f455
Add a IsTweetDeckWebsite bool to ITweetDeckBrowser
2018-02-28 07:24:40 +01:00
dc51c0ae85
Remove unnecessary console logging in debug builds
2018-02-26 17:45:56 +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
50e39164bd
Update and add analytics data points & increase report interval to 14 days
2018-02-11 20:01:57 +01:00
cb9f75e968
Refactor AnalyticsFile events and usage
2018-02-11 16:59:02 +01:00
16051a0d25
Forgot this
2018-02-10 07:13:56 +01:00
66d5f0d790
Refactor IResourceHandler usage
2018-02-10 07:07:11 +01:00
01583e424f
Re-add mp3 support in sound notifications
2018-02-06 04:10:03 +01:00
b3d1e1bfac
Fix example notification timer breaking on skip (forward mouse button or Enter)
2018-01-28 20:54:49 +01:00
df47499a28
Update example notification (username, avatar, improve text)
2018-01-28 20:50:18 +01:00
c003bb4e71
Add a way to display the TweetDuck logo in the browser
2018-01-26 17:32:54 +01:00
f3f5b88550
Refactor resource handler related extension methods
2018-01-22 14:53:38 +01:00
2d4bbf2a6f
Fix sound notification extension detection and add warning to mp3 files
2018-01-14 00:08:43 +01:00
bd92fc6ee0
Use <audio> for custom sound notifications & allow volume control for default one
...
Closes #195
2018-01-13 22:59:34 +01:00
2f61de7025
Add GetHandlerFactory extension method to BrowserUtils
2018-01-13 22:37:24 +01:00
137a20ed0e
Fix notification tooltip not disappearing when skipping/closing without moving mouse
2018-01-11 00:06:18 +01:00
f956f696f4
Limit some $TD functions to browser/notification, change displayTooltip params
2018-01-10 23:53:37 +01:00
f0a79add14
Fix broken example notification after closing it and then changing options
2018-01-03 14:52:47 +01:00
a0cc4109df
Delete GC reload in CEF 63 ( #186 )
2017-12-28 00:03:24 +01:00
45b6f49a08
Fix middle-click and ctrl-click handling in CEF 62
2017-12-07 20:07:15 +01:00
b4e936c530
Minor refactoring of notification classes & remove no longer needed CSS
2017-11-14 19:06:05 +01:00
09abd889e9
Add ID to <html> for selector priority
2017-11-10 14:14:50 +01:00
330bbfbb31
Fix broken CSS in notifications after a TweetDeck update
2017-11-10 13:35:29 +01:00
b81e7583eb
Implement feature usage analytics
2017-11-08 08:15:45 +01:00
be08fd4445
Remove UserConfig.ZoomMultiplier and old migration code
2017-11-02 13:20:19 +01:00
4e26fd9d56
Random refactoring
2017-11-01 04:02:44 +01:00