1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
Commit Graph

288 Commits

Author SHA1 Message Date
9ede2e1ccc
Move some settings from user config to system config (touch adjustment, color profile detection, system proxy)
Closes #327
2022-01-17 23:59:43 +01:00
d38e525fed
Fix exceptions during app launch not showing error message dialogs 2022-01-16 18:28:48 +01:00
e2ac38ed0b
Disable CefSharp's default parent process monitor 2022-01-16 17:49:55 +01:00
fa534f9eb3
Work on abstracting app logic and making some implementation optional 2022-01-16 17:49:55 +01:00
bf9a0226be
Major refactor to abstract app logic into libraries 2022-01-08 13:50:21 +01:00
f41a5946e4
Reorganize libraries and unit tests 2021-12-28 15:40:45 +01:00
e0025e02d1
Add option to use system proxy for all connections
Closes #319
2021-12-25 08:06:21 +01:00
3a89a28f8b
Move the official guide directly into the app 2021-12-24 11:30:42 +01:00
5ebfc67e48
Replace ScriptLoader & reimplement resource hot swap 2021-12-24 06:41:34 +01:00
57b03baad9
Add in-memory caching to td:// and tdp:// schemes 2021-12-23 18:26:42 +01:00
c91f1d0e5e
Remove "scripts" folder and JS/CSS minification 2021-12-23 18:22:21 +01:00
7239dcf4d2
Add td:// scheme for modularized resources 2021-12-21 12:48:45 +01:00
901cca268e
Minor refactoring of custom URL schemes 2021-12-21 12:48:45 +01:00
763c999b09
Remove analytics 2021-12-17 20:27:48 +01:00
f1d9663709
Update CefSharp to 92 2021-12-16 23:31:40 +01:00
bcf77052a5
Reformat solution & setup Rider project 2021-08-07 09:41:00 +02:00
ae1c59847f Refactor locking mechanism & improve error reporting for failed locks 2020-06-16 00:28:35 +02:00
ad28d2279f Fix runtime errors & minor tweaks after updating CefSharp 2020-06-05 06:20:19 +02:00
1e3de31fc3 Fix compile errors after updating CefSharp 2020-06-05 06:20:19 +02:00
f1b7cd633e Refactor WindowsUtils.OpenAssociatedProgram & update installer code 2020-06-02 23:56:03 +02:00
458eeeccda Add tdp:// scheme for plugins (with 'root/' to access root files) 2020-06-02 12:31:34 +02:00
ab91540deb Move some TweetLib.Core files into different namespaces 2020-05-04 17:13:20 +02:00
f41c6fe533 Unify all exe & dll versions 2020-04-25 05:05:05 +02:00
ae8b740600 Reorganize namespaces in main project 2020-04-25 02:16:57 +02:00
1091b6d232 Fix IDE warnings (dispose, lang features) & nullability settings 2020-04-24 23:14:22 +02:00
19f104239a Fix missing spaces in C#/F# code 2019-08-23 01:56:31 +02:00
bbb7907e54 Move LockManager to TweetLib.Core & remove WindowsUtils.CurrentProcessID 2019-08-22 06:29:32 +02:00
a6963a18d4 Move debug resource hot swap into a separate class 2019-08-21 10:31:30 +02:00
d505b3305b Initial refactoring of ScriptLoader & making it accessible in TweetLib.Core 2019-08-21 10:12:19 +02:00
c2f7e52d13 Add IAppSystemHandler w/ OpenFileExplorer and update existing code to use it 2019-07-14 20:44:25 +02:00
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
7944a24d3c Release 1.17.4 2019-03-08 19:29:26 +01:00
20e29a7975 Release 1.17.3 2019-01-28 23:59:32 +01:00
1fb133e6b8 Make TweetDeck resource freezing a command line argument 2019-01-28 23:17:33 +01:00
2be46464d6 Release 1.17.2 2018-11-23 06:19:43 +01:00
b0f9de67cf Release 1.7.1 2018-11-21 04:41:18 +01:00
52da4d8687 Release 1.17 2018-11-16 22:06:47 +01:00
6f414d312c Clear cache after each update 2018-11-10 06:20:22 +01:00
1b5304efb7 Release 1.16.3 2018-11-07 11:55:37 +01:00
4476edb6c3 Release 1.16.2 2018-10-18 22:31:28 +02:00
2ea38b88ce Release 1.16.1 2018-08-28 21:11:31 +02:00
65d56b336b Release 1.16 2018-08-17 20:09:15 +02:00
810e56ca31 Update CefSharp to 67 (pre01) 2018-08-12 15:36:48 +02:00
671657e2b0 Remove user & system config properties from Program class & fix field visibility 2018-07-29 10:16:29 +02:00
0881328636 Release 1.15.2 2018-07-27 22:13:16 +02:00
52ef6cd95a Unify configs (backups, behavior, error handling) & make future development easier 2018-07-25 17:25:20 +02:00
90414ae579 Release 1.15.1 2018-07-13 08:28:44 +02:00
746eba185b Release 1.15 2018-07-09 14:06:13 +02:00
1a31e69ec9 Release 1.14.4.1 2018-06-29 19:56:00 +02:00
979b3548db Release 1.14.4 2018-06-28 07:54:38 +02:00