1
0
Fork 0
Commit Graph

2221 Commits

Author SHA1 Message Date
chylex b815ae4b11
Move CEF dialog logic into library projects 2022-02-13 22:14:50 +01:00
chylex 45a3a7499f
Minor refactoring and code fixes 2022-02-13 22:08:14 +01:00
chylex 09fac63ffc
Move general CefSharp implementation to a separate library project 2022-02-12 20:12:12 +01:00
chylex dd6776fef4
Pause notifications when Windows is on lock screen 2022-02-12 06:57:22 +01:00
chylex cd02a03e8a
Refactor notification pausing code 2022-02-12 06:35:53 +01:00
chylex 933e0e54df
Address inspections 2022-02-05 23:34:00 +01:00
chylex c4aa62fc3a
Fix exception messages 2022-02-05 23:34:00 +01:00
chylex ad30021d6d
Fix missing platform declaration in F# project files 2022-02-05 23:34:00 +01:00
chylex 7c8b43adfe
Move resource hot swap code to core library 2022-02-04 02:53:01 +01:00
chylex 3aace0b399
Work on abstracting CEF conventions and logic into a separate library 2022-02-03 04:41:44 +01:00
chylex 0a9c84feec
Fix potentially not releasing a file lock if an exception is thrown while setting up a download 2022-02-02 19:31:31 +01:00
chylex d5ae698855
Update README 2022-01-30 12:18:58 +01:00
chylex 26e6a09d5a
Fix PostCefUpdate.ps1 script 2022-01-29 15:10:02 +01:00
chylex 57fcff3824
Move main app project into its own folder & assign resource files to core library project 2022-01-29 15:10:02 +01:00
chylex 2a7aec199f
Fix nullable reference type checking in subprocess and video projects 2022-01-29 12:21:33 +01:00
chylex 1b01c38fda
Move subprocess and video project into a subfolder 2022-01-29 12:13:12 +01:00
chylex c9fd4634ab
Work on abstracting CEF conventions and logic into a separate library 2022-01-27 20:58:32 +01:00
chylex 51d2ec92ca
Work on abstracting app logic into libraries 2022-01-26 13:39:29 +01:00
chylex 12ec8baf5c
Update README 2022-01-22 16:01:24 +01:00
chylex 6040337bb4
Release 1.21.2 2022-01-22 14:38:27 +01:00
chylex 1ced72388b
Add option to hide tweets by users with NFT avatars 2022-01-22 14:27:15 +01:00
chylex 4751a948e7
Fix JSDoc issues 2022-01-22 02:00:25 +01:00
chylex 3939c2263a
Move some options from the General tab to the Advanced tab 2022-01-21 13:22:14 +01:00
chylex b0ba4595ae
Remove unnecessary 'internal' keyword on classes 2022-01-21 10:55:50 +01:00
chylex 38b1057a4c
Fix downloading images from DMs 2022-01-21 10:55:50 +01:00
chylex af5d785ff2
Move IScriptExecutor.RunFunction into an extension method 2022-01-18 15:07:55 +01:00
chylex 655d334714
Fix login session export not working across different computers after a Chromium update 2022-01-18 14:35:37 +01:00
chylex eee72959e6
Release 1.21.1 2022-01-18 11:15:35 +01:00
chylex 89b8977f7d
Fix not setting custom scheme response status text correctly 2022-01-18 11:15:35 +01:00
chylex 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
chylex 03d1bc0f4c
Remove option for 6 columns on screen in 'Edit layout & design' to reduce drop-down height, since custom values are now possible 2022-01-17 23:05:10 +01:00
chylex cde9f66111
Add option for a custom number of visible columns in 'Edit layout & design' plugin
Closes #322
2022-01-17 22:58:53 +01:00
chylex 8149ed50e1
Reformat plugin code 2022-01-17 22:32:01 +01:00
chylex 24f5075116
Fix clicking 'Play' in 'Options - Sounds' not playing notification if notifications are muted
Closes #326
2022-01-17 21:03:46 +01:00
chylex 2a636245b4
Remove directives to expose assembly internals to now removed test projects 2022-01-17 20:51:28 +01:00
chylex 3f4844f6f6
Add numbered lines to example notification to make adjusting scroll speed easier 2022-01-17 20:46:33 +01:00
chylex 29308de3ee
Fix .csproj issues 2022-01-17 07:22:44 +01:00
chylex 0d3d744d94
Move custom build script from F# to MSBuild directives and Powershell 2022-01-17 02:20:19 +01:00
chylex d38e525fed
Fix exceptions during app launch not showing error message dialogs 2022-01-16 18:28:48 +01:00
chylex e2ac38ed0b
Disable CefSharp's default parent process monitor 2022-01-16 17:49:55 +01:00
chylex fa534f9eb3
Work on abstracting app logic and making some implementation optional 2022-01-16 17:49:55 +01:00
chylex ec7827df24
Fix compile errors in Release configuration 2022-01-08 14:07:17 +01:00
chylex b915488651
Add command line argument to use http:// for video playback in case WMP has issues with https:// 2022-01-08 13:54:34 +01:00
chylex bf9a0226be
Major refactor to abstract app logic into libraries 2022-01-08 13:50:21 +01:00
chylex 68582f6973
Fix not disposing frame object when handling key events 2022-01-08 05:44:24 +01:00
chylex 03f3d4d450
Fix compile error in FormBrowser for Release builds 2022-01-01 19:53:55 +01:00
chylex 115428ec50
Fix popups for Google & Apple sign-in 2022-01-01 19:53:36 +01:00
chylex 5f60852fbb
Fix broken forced redirect from plain twitter.com to TweetDeck 2022-01-01 19:44:01 +01:00
chylex a7a5723c4b
Revert removal of default browser background color 2021-12-30 10:40:30 +01:00
chylex 17e42df42d
Minor tweak to load error handling 2021-12-30 10:25:47 +01:00