1
0
Fork 0
Commit Graph

2221 Commits

Author SHA1 Message Date
chylex 3d3b695c85 Fix broken login page after Twitter changed it
Closes #313
2021-02-03 03:52:00 +01:00
chylex 88b7cac298 Add Rider module 2021-02-03 03:51:02 +01:00
chylex c7efa631e1 Enforce LF line endings 2021-02-01 00:39:45 +01:00
chylex aeb90cbb1a Update CefSharp to 86 2021-02-01 00:00:34 +01:00
chylex ae1c59847f Refactor locking mechanism & improve error reporting for failed locks 2020-06-16 00:28:35 +02:00
chylex 651d9be57c Release 1.19.0.2 2020-06-14 15:54:19 +02:00
chylex eeb32db6fb Work around CEF tooltip showing for links 2020-06-14 15:22:58 +02:00
chylex daa0780644 Release 1.19.0.1 2020-06-09 20:27:29 +02:00
chylex 8502f9105f Add sound notification file size warning as it's now loaded into memory 2020-06-08 23:33:43 +02:00
chylex 16ced3d827 Fix resource handlers reuse & broken notification sound 2020-06-08 23:33:43 +02:00
chylex 1c16187346 Release 1.19 2020-06-08 16:58:58 +02:00
chylex 2fe058d9cb Fix crash if reloading plugins reports errors before the main window appears 2020-06-08 09:03:22 +02:00
chylex cefdadd53a Update installer to remove native_blob.bin 2020-06-07 18:01:40 +02:00
chylex c21c10df63 Add a way to exclude <link> tags from being auto-added to notifications 2020-06-07 15:45:55 +02:00
chylex b4d359d30c Add TDPF_createStorage as a plugin replacement for localStorage 2020-06-07 11:33:58 +02:00
chylex 1e8c62ac25 Add plugin object validation to TDPF functions 2020-06-07 10:28:55 +02:00
chylex c578f36644 Block CSP reports 2020-06-06 10:00:25 +02:00
chylex c973d0cff4 Fix missing resources from csproj & reorganize it 2020-06-06 09:10:54 +02:00
chylex 0c3d9ae46a Refactor main JS code & split code.js into multiple files 2020-06-06 09:01:50 +02:00
chylex a834e8b6a2 Fix broken post-build script import handling 2020-06-06 07:36:03 +02:00
chylex 9f5580d983 Eliminate a few post-launch frames of misaligned TweetDeck load icon 2020-06-06 07:36:03 +02:00
chylex e94e3cecf8 Let JS continue even if jQuery or bridge objects are missing 2020-06-06 07:36:02 +02:00
chylex 1991f7f50f Bypass 'tdp://' CORS without AddCrossOriginWhitelistEntry 2020-06-06 07:36:02 +02:00
chylex 9eb4e623e7 Work around broken smooth scrolling in notifications 2020-06-06 07:36:02 +02:00
chylex ad28d2279f Fix runtime errors & minor tweaks after updating CefSharp 2020-06-05 06:20:19 +02:00
chylex 1e3de31fc3 Fix compile errors after updating CefSharp 2020-06-05 06:20:19 +02:00
chylex f85bd41b96 Update CefSharp to 81 2020-06-05 06:20:19 +02:00
chylex 563124b68c Fix ResourceHandlerNotification buffer being unnecessarily large 2020-06-05 06:19:50 +02:00
chylex 63de08c635 Fix plugin code running in blank notifications from previous commit 2020-06-04 04:33:50 +02:00
chylex 8a0a215443 Reduce notification code hackery 2020-06-03 00:57:24 +02:00
chylex f1b7cd633e Refactor WindowsUtils.OpenAssociatedProgram & update installer code 2020-06-02 23:56:03 +02:00
chylex 458eeeccda Add tdp:// scheme for plugins (with 'root/' to access root files) 2020-06-02 12:31:34 +02:00
chylex 464e758b94 Ensure window.jQuery is available alongside window.$ 2020-06-02 06:45:51 +02:00
chylex 4c61047e9b Fix large notification HTML overflowing CEF buffer and silently crashing 2020-06-02 04:05:29 +02:00
chylex 1bf9e7fb56 Release 1.18.6 2020-05-16 19:15:07 +02:00
chylex ca69554f37 Fix docked composer not re-focusing after image upload 2020-05-16 18:08:51 +02:00
chylex cf7029037e Fix twitter login page after it was migrated and broke detection 2020-05-16 18:02:37 +02:00
chylex 418388b0ab Merge branch 'master' of https://github.com/chylex/TweetDuck 2020-05-16 17:54:00 +02:00
chylex a0f8689d4f Fix TweetDeck bug where docked composer loses focus after Alt+Tab
Closes #297
2020-05-16 17:53:50 +02:00
Daniel Chýlek 95007bdd26
Update FUNDING.yml 2020-05-13 23:23:34 +02:00
chylex ab91540deb Move some TweetLib.Core files into different namespaces 2020-05-04 17:13:20 +02:00
chylex b2ebb984f8 Release 1.18.5 2020-05-04 16:20:44 +02:00
chylex f7e9ad74d1 Fix stuck processes after closing the app
Closes #294
2020-05-04 13:45:56 +02:00
chylex d48da3d51c Add option for notification window opacity 2020-04-27 10:20:07 +02:00
chylex 76d22554c5 Make trackbars in settings wider 2020-04-27 10:03:51 +02:00
chylex 6eaafd883b Release 1.18.4 2020-04-25 06:35:43 +02:00
chylex 5961a80b23 Fix blank notifications on certain hardware configurations w/ disabled acceleration
Closes #274
2020-04-25 05:47:17 +02:00
chylex f41c6fe533 Unify all exe & dll versions 2020-04-25 05:05:05 +02:00
chylex 65b8efe13c Fix non-quoted tweet links opening in browser despite also opening in the column
Closes #273
2020-04-25 03:48:20 +02:00
chylex 89529f9c96 Add $TD.makeGetRequest and fix template plugin AJAX
Closes #272
2020-04-25 03:15:52 +02:00