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
bcf77052a5
Reformat solution & setup Rider project
2021-08-07 09:41:00 +02:00
f1b7cd633e
Refactor WindowsUtils.OpenAssociatedProgram & update installer code
2020-06-02 23:56:03 +02:00
ab91540deb
Move some TweetLib.Core files into different namespaces
2020-05-04 17:13:20 +02:00
ae8b740600
Reorganize namespaces in main project
2020-04-25 02:16:57 +02:00
19f104239a
Fix missing spaces in C#/F# code
2019-08-23 01:56:31 +02:00
bd0be65038
Minor refactoring & removal of unnecessary code
2019-08-23 01:56:18 +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
7a976edc82
Ignore cached files for updates and viewed images if their contents are empty
2018-08-23 20:08:34 +02:00
bb22c35221
Fix broken context menu options for images in DMs
...
Closes #238
2018-08-23 19:51:43 +02:00
671657e2b0
Remove user & system config properties from Program class & fix field visibility
2018-07-29 10:16:29 +02:00
78d6d285cd
Remove GDI charset from fonts in designer files
2018-07-26 20:17:53 +02:00
db9daf2714
Refactor update notification into a bridge object & tweak installer pre-downloading
2018-07-10 08:17:42 +02:00
7c0f8d0f24
Remove temporarily forced update checking
2018-07-01 03:10:47 +02:00
cfedb7d6b1
Improve logged error message when update checking fails
2018-06-30 13:22:37 +02:00
e065983c95
Delay the apocalypse (freeze TweetDeck JS resources, force update checking)
2018-06-29 19:41:02 +02:00
ba1bacd08c
Fix minor formatting and method modifier issues
2018-05-04 13:04:23 +02:00
b05c8d180f
Remove UpdaterSettings and fix not restarting the timer after a dismissed update
2018-04-27 19:21:42 +02:00
be1a809098
Update all forms and dialogs to use the 'Segoe UI' font
2018-04-27 18:06:45 +02:00
06bd65b7f8
Fix wrong behavior when an update is canceled during download & multiple check errors in some cases
2018-04-15 19:01:39 +02:00
b7d3758bea
Add error handling when checking updates, and remove unnecessary TODO
2018-04-15 14:03:11 +02:00
d1db3aa673
Remove command line argument for pre-releases & reorganize restart dialog
2018-04-11 10:39:17 +02:00
cedc52cdf5
Move update notification trigger code to TweetDeckBrowser
2018-04-11 10:01:55 +02:00
ad45cf8c72
Begin rewriting update checker to run within C#
2018-04-11 09:59:00 +02:00
7fc9edc9cb
Fix wrong namespace in update event classes
2018-04-05 09:58:52 +02:00
ebe3868720
Fix ScriptLoader crash when showing error message from another thread
2018-04-03 18:19:39 +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
b6cff40f1e
Warn when checking updates outside TweetDeck & fix visual and unlikely issues
2018-02-28 11:03:55 +01:00
41acd8c15b
Refactor UpdateHandler to reference ITweetDeckBrowser
2018-02-12 11:35:39 +01:00
15eb823c7f
Replace OpenExternalBrowserUnsafe with the new OpenAssociatedProgram
2017-10-19 00:24:40 +02:00
40ef9a42dd
Fix unsealed classes
2017-08-28 18:46:14 +02:00
c6190db918
Rewrite update event args and update dismissal handling
2017-08-22 03:22:44 +02:00
3d4cec3b22
Remove update code that handles unsupported system check
2017-08-22 02:45:51 +02:00
5ed970b5a0
Remove resx file on FormUpdateDownload
2017-08-21 19:18:12 +02:00
a70f64e1f6
Move some stuff from BrowserUtils to a new TwitterUtils class
2017-07-17 02:09:20 +02:00
7538aee4f2
Replace all MessageBox.Show calls with FormMessage
2017-07-09 03:50:04 +02:00
c63e6a1e49
More refactoring (seal classes, fix names and comments)
2017-07-07 16:15:10 +02:00
7f3bd2715c
Enable high DPI support and fix all known DPI-related UI issues
...
Closes #99
2017-06-26 17:08:51 +02:00
4800faa783
Fix a race condition crash in update checker events
2017-06-24 12:10:25 +02:00
0e8c6c066f
Rewrite update system to predownload update installers
2017-05-17 18:21:06 +02:00
4d05441aa8
Rename root namespace to TweetDuck
2017-05-17 13:00:17 +02:00
c11f36dfef
Remove and sort usings in the whole project
2017-04-28 13:51:06 +02:00
abddf61c88
Update TweetDuck codebase to C# 7.0
2017-04-28 13:29:45 +02:00
d7cdaf2870
Make update download form double buffered & tweak cancelling
2017-03-29 14:30:51 +02:00
d9b9afbf2d
Refactor UpdateHandler to not expose UpdaterSettings
2017-03-22 12:49:10 +01:00
ed387a2873
Add a validity check when opening URLs from the internet and plugins
2017-03-16 18:37:24 +01:00
4c59526e39
Minor code refactoring, fix potential event memory leaks
2017-03-14 23:47:30 +01:00
014cb18dcb
Remove unused 'using' statement from FormUpdateDownload
2017-03-09 20:40:21 +01:00