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
f3072caea8
Fix broken element resizing in the Edit CSS dialog
2018-04-07 13:42:36 +02:00
44413fa96c
Swap order of 'Search in' items in selection context menu
2018-04-07 11:15:14 +02:00
342a4b4067
Minor code formatting tweaks
2018-04-07 03:46:10 +02:00
21e64a18d8
Fix screenshots to work properly with combinations of DPI and zoom settings
2018-04-06 07:28:57 +02:00
5a305a6740
Fix wrong screenshot size when browser zoom is not 100%
2018-04-06 03:05:06 +02:00
7fc9edc9cb
Fix wrong namespace in update event classes
2018-04-05 09:58:52 +02:00
a5379d290c
Add resource hotswap for easier debugging
2018-04-04 23:13:44 +02:00
24224ab4c6
Increase height of Options form to avoid scrollbars in General tab
2018-04-04 07:43:00 +02:00
4dbc02360c
Add context menu options to search selected text in a column or browser
...
Closes #209
2018-04-04 05:22:41 +02:00
aa7a29af0c
Fix combo box issues (closing while opening, minor browser selection bug)
2018-04-04 03:33:14 +02:00
e9de789b79
Minor refactoring, including removal of unnecessary enableCustomCSS parameter
2018-04-03 20:49:21 +02:00
cfbc1b9575
Enable custom CSS in screenshots and move styles from code.js to notification.css
2018-04-03 20:48:33 +02:00
e39e85e4dd
Add 'td-notification' body class to desktop notifications & update notification.css
2018-04-03 20:26:54 +02:00
3f0b161cd0
Move screenshot height calculation to the screenshot window
2018-04-03 18:26:33 +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
063d3a2637
Remove unnecessary null fallback in SetClipboardText
2018-03-09 14:43:59 +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
ed317a4e46
Refactor VideoPlayer
2018-03-06 21:17:22 +01:00
aba156cb3b
Fix typo from refactoring breaking context menu for some links
2018-03-02 06:00:53 +01:00
cd4e4d7095
Fix hashtags and search links being recognized as account links
2018-03-02 05:59:20 +01:00
8fbb639430
Refactor & optimize context menu, send last tweet info only on right-click
2018-03-02 05:24:45 +01:00
b6cff40f1e
Warn when checking updates outside TweetDeck & fix visual and unlikely issues
2018-02-28 11:03:55 +01:00
833e42f455
Add a IsTweetDeckWebsite bool to ITweetDeckBrowser
2018-02-28 07:24:40 +01:00
8134843dad
Fix background color & twitter.com hooks not applying quickly enough sometimes
2018-02-28 02:34:29 +01:00
1f92d5e633
Remove 'Shift Selects Multiple Accounts' option & fix refocusing after switching account
2018-02-28 01:43:44 +01:00
dc51c0ae85
Remove unnecessary console logging in debug builds
2018-02-26 17:45:56 +01:00
45c79643d6
Why the fuck is TLS 1.2 disabled by default in .NET on some computers
2018-02-25 23:15:00 +01:00
0b3b3dd0be
Fix a crash when downloading tweet images with no username
...
Happens when someone accidentally or through dev tools gets to
twitter.com and tries downloading an image.
2018-02-21 19:48:00 +01:00
1a5d2af779
Decrease post-update analytics report to 8h and increase startup delay to 2m
2018-02-14 17:10:24 +01:00
59fba7fba0
Fix a hidden crash that prevented desktop notifications from showing
2018-02-13 12:37:11 +01:00
ec94ea3273
Refactor PluginManager to use ITweetDeckBrowser & do some cleanup
2018-02-12 15:26:21 +01:00
41acd8c15b
Refactor UpdateHandler to reference ITweetDeckBrowser
2018-02-12 11:35:39 +01:00
155a79f2ec
Add ITweetDeckBrowser for refactoring
2018-02-12 11:34:23 +01:00
03d50c847b
Add 'Configure' button to plugins with a configure() method & close dialog afterwards
2018-02-12 10:40:00 +01:00
bf45c40365
Make analytics debugging easier & tweak Counter serialization
2018-02-12 06:13:08 +01:00
679e126194
Reset all analytics counters
2018-02-12 05:41:03 +01:00
50e39164bd
Update and add analytics data points & increase report interval to 14 days
2018-02-11 20:01:57 +01:00
cb9f75e968
Refactor AnalyticsFile events and usage
2018-02-11 16:59:02 +01:00
aa7f6cc3b1
Fix loading spinner sometimes being visible before getting replaced
2018-02-10 23:20:34 +01:00
16051a0d25
Forgot this
2018-02-10 07:13:56 +01:00
66d5f0d790
Refactor IResourceHandler usage
2018-02-10 07:07:11 +01:00
07d29207f0
Restore loading background color and spinner from before the TweetDeck update
2018-02-10 06:50:52 +01:00
027f3ee253
Remove recently added follow notification
2018-02-07 03:22:50 +01:00
ed7bf99610
Prevent dev tools from leaking info in all request headers
2018-02-06 21:10:29 +01:00
8f5e3dfdcc
Merge pull request #203 from chylex/cefsharp64
...
Update CefSharp to 64 & re-enable mp3s in sound notifications
2018-02-06 18:40:23 +01:00
35500c51f1
Allow export/import/restoring system options & refactor Manage Options dialog
2018-02-06 18:35:36 +01:00
a44cb884c4
Fix a crash when restarting after importing/resetting profile & refactor
2018-02-06 17:04:32 +01:00
01583e424f
Re-add mp3 support in sound notifications
2018-02-06 04:10:03 +01:00
e51e87647e
Remove unknown property error in FileSerializer & refactor reading
2018-02-02 13:49:10 +01:00
b3d1e1bfac
Fix example notification timer breaking on skip (forward mouse button or Enter)
2018-01-28 20:54:49 +01:00
df47499a28
Update example notification (username, avatar, improve text)
2018-01-28 20:50:18 +01:00
421475ec87
Add a notification and way to follow the new TweetDuck account
2018-01-28 20:22:13 +01:00
29d999b8eb
Remove old data collection notification that was shown after updating
2018-01-28 20:05:50 +01:00
acacd9a5e5
Fix reversed button tab order in FormMessage
2018-01-28 19:39:12 +01:00
b81c26f93f
Add an option to ignore tracking URL warnings (t.co)
2018-01-28 19:38:40 +01:00
00b212944c
Implement top tier account bamboozle scheme
2018-01-28 19:12:32 +01:00
70ba006e4d
Reorganize logo file resources and remove about.png
2018-01-26 17:44:41 +01:00
118e0cae62
Compress the logo in the About form
2018-01-26 17:36:15 +01:00
c003bb4e71
Add a way to display the TweetDuck logo in the browser
2018-01-26 17:32:54 +01:00
35afaa105d
Fix text alignment in the Feedback tab in Options
2018-01-26 15:49:44 +01:00
f3f5b88550
Refactor resource handler related extension methods
2018-01-22 14:53:38 +01:00
e114a93714
Refactor and move BrowserCache, VideoPlayer, and ExportManager
2018-01-22 06:41:20 +01:00
931761600f
Move and refactor browser list options a bit more again
2018-01-22 05:17:50 +01:00
f1e8b3fbf0
Move option for custom program for opening links at the end for better accessibility
2018-01-21 06:33:50 +01:00
4d64243a07
Turn WindowsUtils.Browser fields into get-only properties
2018-01-21 04:25:06 +01:00
3422b4d4d6
Fix height, tab order, and recently broken scroll focus handling in Options
2018-01-21 03:29:11 +01:00
b170d529fd
Add an option to disable smooth scrolling
2018-01-21 03:11:12 +01:00
c4b2b3ab25
Add verbose error logging to video player & tweak Reporter.Log
2018-01-19 23:37:45 +01:00
676df44985
Fix dialog title inconsistencies
2018-01-19 22:29:53 +01:00
037adc6b5c
Add a way to select a custom program for opening links
...
References #185
2018-01-19 20:08:48 +01:00
186d17dd98
Add an option to select an installed browser to open links in
...
Closes #185
2018-01-19 19:19:40 +01:00
b53c672768
Refactor Program.ResetConfig & Program.RestartWithArgs
2018-01-18 10:58:58 +01:00
6ba30c48cf
Remove BrowserUtils.HeaderAcceptLanguage and use default value instead
2018-01-18 10:37:43 +01:00
2d4bbf2a6f
Fix sound notification extension detection and add warning to mp3 files
2018-01-14 00:08:43 +01:00
bd92fc6ee0
Use <audio> for custom sound notifications & allow volume control for default one
...
Closes #195
2018-01-13 22:59:34 +01:00
2f61de7025
Add GetHandlerFactory extension method to BrowserUtils
2018-01-13 22:37:24 +01:00
4f8c778ba0
Ignore errors in automatic cache clearing
...
Closes #194
2018-01-13 15:35:20 +01:00
5ab8976bc7
Fix broken links in guide because Chromium is an idiot
2018-01-11 21:06:31 +01:00
137a20ed0e
Fix notification tooltip not disappearing when skipping/closing without moving mouse
2018-01-11 00:06:18 +01:00
f956f696f4
Limit some $TD functions to browser/notification, change displayTooltip params
2018-01-10 23:53:37 +01:00
bb7cbde38f
Make 'Show this thread' in notification open tweet detail
...
Closes #191
2018-01-10 22:47:50 +01:00
f65c33c432
Add newly added option to analytics report
2018-01-10 22:17:30 +01:00
da2758ccb1
Add option to keep Like/Follow dialogs open
...
Closes #193
2018-01-10 14:22:47 +01:00
301d4fb171
Replace app locale option with spell check language & use correct lang list
2018-01-03 16:04:11 +01:00
f0a79add14
Fix broken example notification after closing it and then changing options
2018-01-03 14:52:47 +01:00
f3d7c8d4c3
Set language header to match app locale
2017-12-31 14:21:21 +01:00
62310ce4a4
Add an option to set target language for tweet translations
2017-12-31 13:59:19 +01:00
3a27089364
Add an option to set app locale in a new Options tab & remove locale argument
2017-12-31 13:29:38 +01:00
a05460f562
Make BrowserCache.CacheFolder a property
2017-12-31 12:14:45 +01:00
594d12df79
Reorganize all Options tabs into FlowLayoutPanels
2017-12-31 10:20:42 +01:00
c42c12c72b
Move Options tooltips outside designer files & reorder options in code
2017-12-31 08:10:24 +01:00
527f3cab4c
Fix reinstantiating AnalyticsManager when restoring from tray & test stuff
2017-12-31 05:01:23 +01:00
f67bf27db2
Add an option to automatically clear cache after exceeding a set size
...
Closes #182
2017-12-30 02:06:36 +01:00
a8bb3ba349
Improve performance and safety of cache size checking & clearing
2017-12-28 04:52:53 +01:00
a0cc4109df
Delete GC reload in CEF 63 ( #186 )
2017-12-28 00:03:24 +01:00
f66ff1000a
Replace AbstractRequestHandler with CefSharp's implementation
2017-12-21 22:45:29 +01:00
45b6f49a08
Fix middle-click and ctrl-click handling in CEF 62
2017-12-07 20:07:15 +01:00
94920fd459
Ensure only one guide window is open and fix webkit element outline
2017-11-20 17:44:28 +01:00
b2f3b245b7
Open TweetDuck guide links directly in the app
2017-11-20 17:25:25 +01:00
a48c17a769
Update analytics (fix system edition, add dev tools and other feature collection)
2017-11-18 07:15:18 +01:00
03465c4ab0
Remove dismissed update config entry after accepting an update
2017-11-18 02:53:25 +01:00
b4e936c530
Minor refactoring of notification classes & remove no longer needed CSS
2017-11-14 19:06:05 +01:00
09abd889e9
Add ID to <html> for selector priority
2017-11-10 14:14:50 +01:00
330bbfbb31
Fix broken CSS in notifications after a TweetDeck update
2017-11-10 13:35:29 +01:00
6b7b690476
Remove Log method from the bridge object
2017-11-09 21:43:22 +01:00
04369e22a7
Add option to disable animated avatars (general GIF toggle)
...
Note: this breaks when disable-extensions is used, so it was changed to
disable-pdf-extension instead
2017-11-09 18:18:22 +01:00
f1b16eab9a
Add a global function (including one for plugins) to reload columns
2017-11-09 18:15:58 +01:00
17d762ce91
Make spell check option not require a restart
2017-11-09 16:51:40 +01:00
bc0809994a
Fix import & restart overwriting some imported settings such as zoom, add a TODO for system config import/export
2017-11-08 12:23:58 +01:00
d8b63a54ca
Update the guide
2017-11-08 10:56:05 +01:00
b81e7583eb
Implement feature usage analytics
2017-11-08 08:15:45 +01:00
296626f7c7
Implement a notification about previously enabled anonymous data sending
2017-11-07 21:37:41 +01:00
5b2daf9746
Refactor method order and return types in config file classes
2017-11-07 18:36:52 +01:00
9a6b615174
Cleanup FileSerializer Write/Read calls & change exception for empty files
2017-11-07 18:10:38 +01:00
18f8d5b269
Tweak key format in analytics request
2017-11-04 14:07:24 +01:00
6df68629f7
Implement system config export/import/reset (without UI)
2017-11-02 13:34:51 +01:00
be08fd4445
Remove UserConfig.ZoomMultiplier and old migration code
2017-11-02 13:20:19 +01:00
6f1afb94fb
Add a global function to reprioritize events and refactor stuff
2017-11-02 11:02:00 +01:00
108cf8923e
Implement analytics ( #176 )
...
* Implement analytics report generation w/ user config and basic system info
* Add HW and plugin info to analytics report generation
* Add a way of displaying the full analytics report
* Fix issues in analytics report and include design theme
* Ensure tab config is saved when switching tabs
* Fix compilation error in TabSettingsFeedback and safeguard nulls
* Add locale to analytics report
* Work on analytics (utils, last collection label, dependency refactoring)
* Add analytics state file and implement sending reports every week
* Send an analytics report after each update
2017-11-02 03:08:43 +01:00
4e26fd9d56
Random refactoring
2017-11-01 04:02:44 +01:00
8c9168a4bf
Temporarily move notification with Alt and restore by middle-clicking title bar
...
Closes #175
2017-10-31 23:40:56 +01:00
97da0b79e4
Fix compile error after removing TimerBarHeight constant
2017-10-31 23:34:00 +01:00
d7e5f6876b
Increase notification timer height with higher DPI
2017-10-31 23:10:08 +01:00
1b92b112e2
Refactor FormNotificationBase.GetBorderStyle
2017-10-31 12:50:34 +01:00
ca55119531
Rewrite CanMoveWindow and CanResizeWindow in notification classes
2017-10-31 12:36:46 +01:00
d9da14b5dc
Make the example notification its own class
2017-10-31 12:01:53 +01:00
512b5666ac
Fix 'Escape' key not clearing notification tweet queue & refactor HideNotification
2017-10-31 11:31:01 +01:00
2bc13e0de6
Remove subprocess dependency on communication lib & remove Comms class
2017-10-31 10:51:33 +01:00
b90c5f17cf
Fix misaligned Plugins form controls when reloading plugins after scrolling down
2017-10-31 07:18:38 +01:00
e6655219ee
Add a context menu item to apply ROT13 to text selection in inputs
2017-10-29 04:39:28 +01:00
c1bc956d6d
Move TrayIcon to a different namespace
2017-10-21 15:46:52 +02:00
351b174b86
Refactor TweetDeck browser into a separate class
2017-10-21 15:35:46 +02:00
0b4aaf80dc
Remove unnecessary usings and code
2017-10-21 14:53:50 +02:00
327ef1cbee
Restart TweetDuck if user declines UAC when updating and improve error handling
2017-10-19 00:30:37 +02:00
15eb823c7f
Replace OpenExternalBrowserUnsafe with the new OpenAssociatedProgram
2017-10-19 00:24:40 +02:00
54613e5242
Handle errors when opening images in associated viewer
2017-10-19 00:21:53 +02:00
afffca020e
Add context menu item to view images in photo viewer
2017-10-18 13:50:20 +02:00
d663cc3f64
Add username to default video download filename & tweak playback error message
2017-10-17 19:39:35 +02:00
1a8823f592
Fix clipboard html stripping crashing with no text data
...
Closes #171
2017-10-17 11:22:38 +02:00
373c0b1cc3
Fix separator before 'Open dev tools' in example notification context menu
2017-10-11 20:34:50 +02:00
6b849f854e
Rewrite font size & theme handling, add <html> attributes to notifications
2017-10-11 20:22:32 +02:00
00a0da3df3
Fix detail view screenshots & tweak screenshot timings for iframes separately
2017-10-08 01:42:53 +02:00
8c447b1ffb
Maybe fix dragged tweet links not being recognized from certain drag sources
2017-09-29 18:04:44 +02:00
beb9046055
Add a button to send feedback / bug report to Feedback tab in Options
2017-09-25 17:23:16 +02:00
7411279e48
Update guide URL
2017-09-25 14:22:19 +02:00