1
0
Fork 0
Commit Graph

2152 Commits

Author SHA1 Message Date
chylex a369c65451 Release 1.18.2 2019-10-23 02:26:53 +02:00
chylex 318f65f187 Merge branch 'master' of https://github.com/chylex/TweetDuck 2019-10-17 13:04:19 +02:00
chylex 1cd60e831c Add a few missing translation languages 2019-10-12 18:30:12 +02:00
chylex b988959eaa Only activate mouse hook while cursor is over the notification window 2019-10-07 04:49:39 +02:00
chylex 1eb1f9848a Prepare login/logout page scripts and styles for Twitter redesign & minor fixes 2019-10-07 03:01:17 +02:00
chylex 7f6cc0da01 Fix mouse back/forward button triggering navigation if history wasn't empty
Closes #286
2019-10-06 14:47:49 +02:00
chylex 19fcb69525 Fix prebuild event not killing hung browser processes reliably 2019-09-05 01:27:36 +02:00
chylex 22cef0a44c Fix C# version in secondary projects 2019-09-05 00:48:18 +02:00
chylex 2459d31bff Remove RegexOptions.Compiled where not needed 2019-09-05 00:16:25 +02:00
chylex 19f104239a Fix missing spaces in C#/F# code 2019-08-23 01:56:31 +02:00
chylex bd0be65038 Minor refactoring & removal of unnecessary code 2019-08-23 01:56:18 +02:00
chylex bbb7907e54 Move LockManager to TweetLib.Core & remove WindowsUtils.CurrentProcessID 2019-08-22 06:29:32 +02:00
chylex a6963a18d4 Move debug resource hot swap into a separate class 2019-08-21 10:31:30 +02:00
chylex 92716ea3e0 Move URL-related code from UrlUtils & TwitterUtils to TwitterUrls 2019-08-21 10:12:19 +02:00
chylex aec4c1feea Move TweetNotification to TweetLib.Core as DesktopNotification 2019-08-21 10:12:19 +02:00
chylex d505b3305b Initial refactoring of ScriptLoader & making it accessible in TweetLib.Core 2019-08-21 10:12:19 +02:00
chylex a34a02e14d Generalize PluginListFlowLayout and move it 2019-07-15 00:49:28 +02:00
chylex 26d2d7a51e Move PluginManager to Core lib & refactor plugin enums 2019-07-14 20:44:25 +02:00
chylex c2f7e52d13 Add IAppSystemHandler w/ OpenFileExplorer and update existing code to use it 2019-07-14 20:44:25 +02:00
chylex de68d8934d Add IScriptExecutor w/ implementation for CefSharp browser 2019-07-14 17:15:14 +02:00
chylex 4fdf7fc958 Release 1.18.1 2019-07-13 19:50:49 +02:00
Daniel Chýlek 42a5e72f19
Revert README change & lock Inno Setup to version 5.6.1 2019-07-13 19:39:08 +02:00
Daniel Chýlek f7359ebc8a
Update README with instructions for fixing Inno Download Plugin 2019-07-13 18:44:02 +02:00
chylex f395ac53dc Fix wrong colors in dropdown menus w/ black theme 2019-07-13 18:22:38 +02:00
chylex 1113e0b559 Fix new image url parser not checking if an extension already exists 2019-07-13 18:16:11 +02:00
chylex 5e3bd31862 Delete corrupted downloads after an error 2019-07-13 18:10:16 +02:00
chylex 11d978dad1 Fix GIF thumbnails not loading after Twitter changed image urls
Closes #271
2019-07-13 17:51:16 +02:00
chylex f7961024d7 Enable popup for linking another account
Closes #269
2019-07-13 06:17:30 +02:00
chylex 72973a8707 Restore smooth scrolling in columns
Fixes #251
2019-07-13 06:07:01 +02:00
chylex 68254f48d5 Fix TweetDeck bug with broken DM image previews
References #271
2019-07-13 00:48:53 +02:00
chylex eac4f30c50 Support new image urls & fix missing filename features w/o Best Image Quality
Fixes #270
2019-07-13 00:40:27 +02:00
chylex 25680fa980 Add StringUtils.SplitInTwo & use it in RequestHandlerBase 2019-07-12 22:17:29 +02:00
chylex ff5e1da14d Fix wrong 'X columns on screen' width calculation after a TweetDeck update 2019-06-03 11:30:14 +02:00
chylex 95afff7879 Update F# compiler location 2019-06-03 10:33:57 +02:00
chylex 50bd526025 Continue refactoring and moving plugin code 2019-05-27 19:46:39 +02:00
chylex 108a0fefc3 Fix PluginManager crashing after error(s) during plugin execution 2019-05-27 19:38:53 +02:00
chylex dd8c5d27be Update code to use C# 8 switch expression 2019-05-27 16:04:08 +02:00
chylex b2937bc776 Fix broken image upload dialog in new composer 2019-05-27 12:37:30 +02:00
chylex 4d8e764211 Release 1.18 2019-05-26 21:29:46 +02:00
chylex 544b8664fd Add edit-design plugin option to set composer/drawer size 2019-05-26 18:41:23 +02:00
chylex d0610865bd Fix wrong background color in screenshots 2019-05-26 18:12:40 +02:00
chylex ebc0b51590 Merge branch 'master' of https://github.com/chylex/TweetDuck 2019-05-26 18:03:17 +02:00
chylex 4487f1169e Fix composer input refocus & emoji keyboard broken after switching composers 2019-05-26 18:02:11 +02:00
chylex 85559b6083 Fix and refactor 'Stay open' pin, that was broken after composer update 2019-05-26 18:01:47 +02:00
chylex 1056273c57 Add a custom JS event when the old composer is activated 2019-05-26 17:58:58 +02:00
chylex 61af2ebc8b Fix template panel not hiding when switching to different drawer/new composer 2019-05-26 17:57:23 +02:00
Daniel Chýlek 9121c86656
Update README (drop VS 2017, update support section) 2019-05-26 15:03:16 +02:00
Daniel Chýlek 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
Daniel Chýlek aca438b837
Create FUNDING.yml 2019-05-25 10:17:51 +02:00
chylex 7210c29cd8 Update readme (VS 2019, CefSharp version, remove MyGet reference) 2019-05-08 13:13:09 +02:00