2221 Commits
Author SHA1 Message Date
chylex 7f7c5ab35b Update CefSharp to 53.0.1 2016-12-23 14:07:47 +01:00
chylex a1b483d20a Implement printscreen simulation and a timeout to screenshot notification 2016-12-23 13:40:30 +01:00
chylex 04cd662d78 Release 1.5.1 1.5.1 2016-11-23 05:03:49 +01:00
chylex da597f076f Fix quote escaping in updater arguments 2016-11-23 04:57:13 +01:00
chylex fab3efdcf5 Fix update checker running outside of TweetDeck website 2016-11-23 04:55:58 +01:00
chylex a55509a34d Add an old TweetDeck profile detection & warning message to the full installer 2016-11-23 03:51:58 +01:00
chylex 84fb1c5b2b Make update installer use TweetDuck's initial command line arguments 2016-11-23 03:20:38 +01:00
chylex 391a90e1df Add a -debugupdates command line argument to allow prereleases in update checker 2016-11-23 02:08:33 +01:00
chylex e0fe39195d Add HasValue method to CommandLineArgs 2016-11-23 02:06:41 +01:00
chylex 385fead81a Fix updater calling onUpdateCheckFinished when eventID parameter is undefined 2016-11-23 02:05:44 +01:00
chylex 648d1b9aa9 Rewrite lock system to be more reliable and handle exceptions better 2016-11-19 05:57:55 +01:00
chylex 3f0028913d Move unhandled exception handler from Program to Reporter class 2016-11-19 03:11:37 +01:00
chylex 45e6ec8b0f Fix FormMessage fonts 2016-11-18 20:28:00 +01:00
chylex a3fbaa0b34 Make program restarts as reliable as possible
Closes #80
2016-11-18 19:59:21 +01:00
chylex 7102cbfb3b Add a retry button to the warning message when TweetDuck takes too long to restart 2016-11-18 19:35:02 +01:00
chylex c3db3ce0f2 Push WIP tweet screenshot functionality 2016-11-16 18:39:30 +01:00
chylex 7a1e7637ff Add a parameter to toggle custom CSS in TweetNotification.GenerateHtml 2016-11-16 18:33:30 +01:00
chylex 04a78a02d3 Add NotificationFlags for easier configuration of the notification window 2016-11-16 18:33:01 +01:00
chylex cb61dc742f Push minor tweak in ExecuteScriptAsync in image pasting code 2016-11-16 18:29:35 +01:00
chylex cd53f6e757 Disable 'Show Error Log' button if the logging failed 2016-11-16 14:51:47 +01:00
chylex c64f7daa8d Cleanup browser subprocess path code 2016-11-16 14:25:52 +01:00
chylex e70d792654 Fix plugin status not updating from new config after importing profile
Closes #79
2016-11-16 04:10:17 +01:00
chylex 9ae533f907 Remove TweetDick config file compatibility 2016-11-15 19:26:23 +01:00
chylex cfe92f18e3 Remove all TweetDeck and other migration code 2016-11-15 19:20:43 +01:00
chylex e2a34ea28e Remove original CheckFolderPermission and replace it with the lazy workaround 2016-11-15 18:10:25 +01:00
chylex ec8000360e Windows file permissions can go to hell 2016-11-15 01:01:41 +01:00
chylex 57b0821e19 Revert "Rewrite folder write permission check to hopefully make it more reliable"
This reverts commit 1f9db3bda6.
2016-11-15 00:47:15 +01:00
chylex 09d39df15a Release 1.5 1.5 2016-11-15 00:19:24 +01:00
chylex 1f9db3bda6 Rewrite folder write permission check to hopefully make it more reliable 2016-11-14 23:32:45 +01:00
chylex b7104c8828 Remove privilege requirement from update & portable installer, handle updater privileges within TweetDuck 2016-11-14 20:53:56 +01:00
chylex 5da02b4092 Make the portable installer fully autonomous 2016-11-14 20:52:11 +01:00
chylex 802f1e3042 Refactor Process.Start uses (missing using statement, use WindowsUtils for elevation) 2016-11-14 19:39:26 +01:00
chylex 66db0df45a Add WindowsUtils.StartProcess for easier elevated process starting 2016-11-14 19:38:36 +01:00
chylex 650c2e2eb7 Remove redundant null check from WindowsUtils 2016-11-14 18:54:58 +01:00
chylex 6ab3754129 Update write permission check to use the storage folder 2016-11-14 14:06:15 +01:00
chylex 7dca0a8cab Add plugin config migration to the new data folder 2016-11-14 14:01:22 +01:00
chylex 7cd0b4ad54 Fix highlighted tweets staying in context menu after logging out of TweetDeck 2016-11-14 10:35:58 +01:00
chylex 97acb41eee Fix console errors caused by running browser scripts even outside of TweetDeck website 2016-11-14 10:35:42 +01:00
chylex b916b9726e Add a method to check if a frame has a TweetDeck URL to BrowserUtils 2016-11-14 10:34:52 +01:00
chylex 32d3990ace Rewrite plugin data export and combined file stream identifiers, add missing plugin warning 2016-11-14 10:15:21 +01:00
chylex cb1fd109cc Prevent missing plugin folders from causing a crash 2016-11-14 10:12:22 +01:00
chylex 0e68dd6185 Fix Configure button in PluginControl causing issues with mixed slash types 2016-11-14 09:47:56 +01:00
chylex fb6502bc65 Rename plugin data folder to TD_Plugins for consistency 2016-11-14 09:39:48 +01:00
chylex c7e7403781 Update plugin config to use the data folder instead of plugin root 2016-11-14 06:14:38 +01:00
chylex bf224408a3 Rewrite PluginBridge to accommodate the functions to the new plugin folder handling 2016-11-14 06:14:14 +01:00
chylex 84b7078873 Assign a data folder to each plugin and add new folder handling functions 2016-11-14 06:09:05 +01:00
chylex 89e5943d8f Add a PluginFolder enum and a plugin data root path to Program 2016-11-14 05:43:30 +01:00
chylex b78c4cb8f0 Move PluginEnvironment and PluginGroup to a separate Enums package 2016-11-14 05:08:18 +01:00
chylex 976ba074a8 Add a warning for outdated config in reply-account plugin 2016-11-13 15:18:10 +01:00
chylex 5205d59b96 Rewrite custom selector in reply-account plugin to fix and futureproof TweetDeck changes 2016-11-13 15:06:51 +01:00