|
61b1155a03
|
Completely rewrite all image pasting code
|
2017-04-15 14:29:55 +02:00 |
|
|
35624bcb1c
|
Add some comments to code.js
|
2017-04-14 18:18:36 +02:00 |
|
|
829d69485a
|
Add an option to skip current notification when clicking a link inside it
|
2017-04-13 19:42:07 +02:00 |
|
|
0d32c168eb
|
Fix invalid links (such as account names a tweet replied to) being clickable in notifications
|
2017-04-13 19:31:55 +02:00 |
|
|
064673ef23
|
Rewrite notification handling (better URL and duration handling, remove hacky code)
|
2017-04-12 00:56:28 +02:00 |
|
|
c6f5c8d91f
|
Fix notification duration not counting length of quoted tweets
|
2017-04-11 20:10:21 +02:00 |
|
|
6e6312f6d7
|
Fix occasional twitter.js crash due to it loading too early
|
2017-04-07 00:18:59 +02:00 |
|
|
df4c4e443d
|
Customize login and logout pages
|
2017-04-06 23:16:58 +02:00 |
|
|
ff40474f92
|
Fix DM reply input not getting focused after opening a conversation
|
2017-04-06 18:39:47 +02:00 |
|
|
aca06ee805
|
Add an option to display column name in the notification title
|
2017-04-06 18:11:52 +02:00 |
|
|
293ddacd19
|
Disable broken TweetDeck metrics
|
2017-04-06 14:07:48 +02:00 |
|
|
13945ec937
|
Minor code refactoring (remove TD_APP_READY, remove a TODO, fix formatting)
|
2017-04-06 13:40:26 +02:00 |
|
|
8f67d69325
|
Rewrite notification scrolling to work around a strange CEF scrolling bug
|
2017-04-04 16:50:44 +02:00 |
|
|
9ac133b605
|
Move TweetNotification.FixedCSS to code.js
|
2017-04-04 16:46:47 +02:00 |
|
|
c8cbf70a28
|
Optimize notification <head> tag to not include the disabled stylesheet
|
2017-04-03 03:50:08 +02:00 |
|
|
fa234eb9d6
|
Fix a recently introduced bug that broke the forward mouse button on DMs
|
2017-04-02 18:51:33 +02:00 |
|
|
a442adf8d5
|
Fix screenshot margins for videos and image grids in detail view
|
2017-04-02 17:50:32 +02:00 |
|
|
dfd987041a
|
Tweak plugin system to not trigger enabled()/disabled() if requiresPageReload is true
|
2017-04-01 16:22:23 +02:00 |
|
|
eee1622801
|
Fix TweetDeck not showing previews for youtu.be links with https
|
2017-03-29 18:18:09 +02:00 |
|
|
1cbcd5c2da
|
Update timeline-polls to use td-screenshot-remove & fix poll margin in screenshot
|
2017-03-29 16:09:47 +02:00 |
|
|
55253e284e
|
Add support for 'td-screenshot-remove' class to remove elements from screenshots
|
2017-03-29 16:01:36 +02:00 |
|
|
e9795cd697
|
Fix various margin issues in tweet screenshots
|
2017-03-29 15:48:40 +02:00 |
|
|
be76d9a6dc
|
Fix not removing date when screenshotting tweets with location data present
|
2017-03-29 15:08:20 +02:00 |
|
|
b943078132
|
Rewrite example tweet in TweetNotification to use a file resource
|
2017-03-25 21:47:14 +01:00 |
|
|
1ebf3c9af2
|
Fix media previews showing up in quoted tweet notifications
|
2017-03-25 01:55:47 +01:00 |
|
|
1eae380b08
|
Fix missing tweet context menu in notification column & when moving across columns
Recent bug caused by changes to the handler, not present in previous
release
|
2017-03-22 16:18:42 +01:00 |
|
|
0d95b8eb44
|
Rewrite hacky link handling for the error page to be not as hacky
|
2017-03-21 20:24:41 +01:00 |
|
|
61d2d124ff
|
Add a custom load error screen to FormBrowser
|
2017-03-21 19:05:42 +01:00 |
|
|
606c9512f8
|
Move debug.js into the debug plugin
|
2017-03-21 16:39:02 +01:00 |
|
|
2de5b5c6e4
|
Make the TweetDuck entry in TweetDeck Settings show the context menu
|
2017-03-21 01:28:13 +01:00 |
|
|
87b07c6d5b
|
Rewrite highlighted column & tweet handling, enable tweet context menu on likes and RTs
|
2017-03-20 02:23:00 +01:00 |
|
|
9ec1764194
|
Update tweet detail screenshot code to work with recent TweetDeck changes
|
2017-03-13 23:38:50 +01:00 |
|
|
47afa32902
|
Minor code tweak in update.js to avoid a redeclaration
|
2017-03-13 22:55:35 +01:00 |
|
|
ee9d9196f5
|
Rewrite image paste click simulation to use CEF events instead of WinAPI
|
2017-03-09 19:46:12 +01:00 |
|
|
04959a3493
|
Make the update check run at the beginning of each hour instead of each hour after startup
|
2017-03-09 01:17:03 +01:00 |
|
|
b0d88a0a37
|
Add a safeguard to updater to open browser if the update installer is missing
|
2017-03-09 00:52:12 +01:00 |
|
|
11a1423f76
|
Make sure the app is loaded before hooking account selectors
|
2017-03-08 13:06:50 +01:00 |
|
|
79f6df121b
|
Swap shift key functionality in drawer and retweet account selectors
|
2017-03-08 13:01:48 +01:00 |
|
|
71eade7e86
|
Fix unsupported video tweaks for actual embedded video elements
|
2017-03-07 22:47:54 +01:00 |
|
|
b3f5a88525
|
Set red play button on unsupported videos instead of replacing them
Closes #104
|
2017-03-07 01:15:33 +01:00 |
|
|
41d86ba440
|
Remove (hopefully) unnecessary user link target fix
|
2017-03-04 13:11:33 +01:00 |
|
|
3df474a8a5
|
Refactor ready state handling in code.js
|
2017-03-04 13:03:30 +01:00 |
|
|
028d5ed01f
|
Improve debug script for easier extendibility, add sound notification simulation
|
2017-01-27 21:48:57 +01:00 |
|
|
65a837a6e1
|
Move TweetDeckBridge properties to a separate JS object
|
2017-01-27 16:13:17 +01:00 |
|
|
6e4db4acea
|
Rewrite custom CSS injection and automatically inject it while typing
|
2017-01-26 15:35:40 +01:00 |
|
|
26fb977d05
|
Remove unnecessary properties from TweetDeckBridge
|
2017-01-26 06:51:51 +01:00 |
|
|
467f7cd12f
|
Rewrite update system to use RegisterAsyncJsObject
|
2017-01-26 06:41:20 +01:00 |
|
|
a474ba4260
|
Fix incorrect cursor when hovering over quoted tweet in notification
Closes #97
|
2017-01-23 01:00:16 +01:00 |
|
|
fc77b85083
|
Remove HTML styles after copying selected text to clipboard
|
2017-01-08 16:36:49 +01:00 |
|
|
d5141ed020
|
Redo OnNotificationReady call to use LoadingStateChanged with a delay
|
2017-01-08 02:16:40 +01:00 |
|
|
7cf5b23306
|
Add debug.js and implement notification simulation in it
|
2017-01-02 18:29:28 +01:00 |
|
|
85b90574b8
|
Fix visual issues with screenshots (reply avatars, media margins, poll cleanup)
|
2016-12-25 13:52:34 +01:00 |
|
|
7ca4b94361
|
Cleanup unnecessary TODO in code.js
|
2016-12-25 13:06:27 +01:00 |
|
|
2260dd419d
|
Update tweet screenshot to work with detail view, tweak the bottom padding
|
2016-12-24 17:04:56 +01:00 |
|
|
61a940cc82
|
Fix highlighted tweet context menu for tweet detail view
|
2016-12-24 16:57:30 +01:00 |
|
|
921294eeb3
|
Add support for custom wav notification sounds
Closes #3
|
2016-12-24 15:59:29 +01:00 |
|
|
4e25381770
|
Fix retweeted retweet icon color and size mismatch
|
2016-12-24 01:52:01 +01:00 |
|
|
555b947bf7
|
Add DM participants column to back mouse button handling
|
2016-12-24 00:48:28 +01:00 |
|
|
241f67fd4d
|
Add column reset functionality when holding Shift to code.js
|
2016-12-23 23:52:33 +01:00 |
|
|
da83d73ba6
|
Merge pull request #85 from chylex/screenshot
Add tweet screenshot functionality & update CEF
|
2016-12-23 15:31:15 +01:00 |
|
|
02e8dc3440
|
Fix screenshot script modifying original elements and missing html classes
|
2016-12-23 15:29:33 +01:00 |
|
|
391a90e1df
|
Add a -debugupdates command line argument to allow prereleases in update checker
|
2016-11-23 02:08:33 +01:00 |
|
|
385fead81a
|
Fix updater calling onUpdateCheckFinished when eventID parameter is undefined
|
2016-11-23 02:05:44 +01:00 |
|
|
c3db3ce0f2
|
Push WIP tweet screenshot functionality
|
2016-11-16 18:39:30 +01:00 |
|
|
c7e7403781
|
Update plugin config to use the data folder instead of plugin root
|
2016-11-14 06:14:38 +01:00 |
|
|
87fd2a521e
|
Fix quoted tweet link in notification window not resetting
Closes #75
|
2016-10-21 06:50:34 +02:00 |
|
|
a4006deb8c
|
Rewrite extra mouse button handling and fix skipping 'Back to Tweet'
Closes #74
|
2016-10-09 15:49:08 +02:00 |
|
|
25fa3cefab
|
Fix notification tweet footer displaying in some tweets (after removing it in a prev commit)
|
2016-10-09 15:13:01 +02:00 |
|
|
9728a62efa
|
Remove unnecessary code from notification html builder
|
2016-09-30 23:56:27 +02:00 |
|
|
276e070759
|
Fix recent TweetDeck change breaking media in notifications
|
2016-09-30 23:43:46 +02:00 |
|
|
fadea54f8d
|
Remove legacy update notification warnings
|
2016-09-30 15:12:18 +02:00 |
|
|
0c9ab32f37
|
Add additional functionality to the back mouse button (inline and drawer composer, fix order)
|
2016-09-27 04:16:50 +02:00 |
|
|
fde984d02b
|
Add a hover class to Notification body element and only display skip button when over
|
2016-09-27 03:48:14 +02:00 |
|
|
342ac51cda
|
Tweak the skip button position in Notification window
|
2016-09-26 17:14:17 +02:00 |
|
|
6b79c89f42
|
Add a button to skip current notification
|
2016-09-25 16:53:00 +02:00 |
|
|
3e9c397494
|
Fix inconsistency with loadConfigurationFile's onFailure parameter
|
2016-09-25 03:21:44 +02:00 |
|
|
be77f753e7
|
Add a global function to easily add custom styles in plugins
|
2016-09-25 02:34:19 +02:00 |
|
|
34955b7083
|
Rewrite Plugin default config handling and config error reporting
|
2016-09-18 20:29:31 +02:00 |
|
|
f39fd00697
|
Add a TweetDick warning and migration prompt
|
2016-09-18 19:41:37 +02:00 |
|
|
339da2f1a9
|
Add unsupported system notification
Closes #58
|
2016-09-04 20:30:35 +02:00 |
|
|
d76027558b
|
Add a custom alert function with customizable icon and no text length limit
|
2016-09-04 13:19:52 +02:00 |
|
|
520db2c32e
|
Rewrite loadConfigurationFile in plugins.js to accept default config file
|
2016-09-04 04:33:55 +02:00 |
|
|
36473c2df9
|
Add a global plugins.js file with loadConfigurationFile utility function
|
2016-09-04 03:59:37 +02:00 |
|
|
d576bc3972
|
Work around Scheduled column update delay bug in TweetDeck
Closes #53
|
2016-09-03 16:15:28 +02:00 |
|
|
a3666a7ab2
|
Fix formatting in JavaScript files
|
2016-09-02 17:35:21 +02:00 |
|
|
21354e675a
|
Fix TweetDeck keyboard shortcut list alignment
|
2016-09-02 17:17:08 +02:00 |
|
|
569fdec380
|
Fix middle-clicking on certain user links opening the page in TweetDuck window
|
2016-08-13 03:26:00 +02:00 |
|
|
300c0c6195
|
Minor TweetDeck UI fixes (cut off account names and verified badge icons)
|
2016-08-10 17:16:39 +02:00 |
|
|
65aeb6656f
|
Add a very basic setting for custom CSS in browser and notifications
|
2016-08-10 15:45:56 +02:00 |
|
|
3e4cd3c92f
|
Re-add the link click event to notification.js to fix certain link types
|
2016-07-06 02:11:45 +02:00 |
|
|
3d88f57f8a
|
Fix video element replacement generating unclickable <a> tags
|
2016-07-06 00:19:10 +02:00 |
|
|
b4fc522f37
|
Rewrite notification bridge handling and add OnNotificationReady to show notification after it has loaded
|
2016-07-05 18:31:29 +02:00 |
|
|
a28fddbc4d
|
Replace non-functioning videos on the website with links
|
2016-07-04 15:37:02 +02:00 |
|
|
3a7a0f63de
|
Redo external link handling using ILifeSpanHandler instead of hacky JS code
|
2016-07-02 22:39:16 +02:00 |
|
|
2e13d08018
|
Remove unnecessary code from plugins.notification.js
|
2016-07-02 00:05:57 +02:00 |
|
|
d9321a9acb
|
Split plugins.js into separate browser and notification scripts and refactor notification script execution code
|
2016-07-01 23:53:08 +02:00 |
|
|
b6a683dfe1
|
Rewrite plugins.js, plugin state handling and script execution (separate instead of combining)
|
2016-06-30 16:31:02 +02:00 |
|
|
7bdbfe937c
|
Close modal dialogs with the back mouse button
Closes #37
|
2016-06-26 21:59:10 +02:00 |
|
|
d955713335
|
Finish plugin reloading and add plugin counts to the UI
|
2016-06-25 19:42:20 +02:00 |
|
|
13d0e10dcd
|
Implement basic plugin loading and management
|
2016-06-25 18:53:03 +02:00 |
|
|
5557f79fe7
|
Fix image pasting in private message reply box
Closes #38
|
2016-06-22 17:53:13 +02:00 |
|
|
44ccaa0d26
|
Fix link expansion in notification popup
Closes #36
|
2016-06-22 17:42:13 +02:00 |
|
|
4283403f0e
|
Add a base for plugin management including basic UI
|
2016-06-04 23:24:46 +02:00 |
|
|
379191751c
|
Move TweetDeck design reversion into a plugin for future
|
2016-06-03 15:06:01 +02:00 |
|
|
87af4c96c4
|
Reorganize resources in .csproj and move scripts to Resources\Scripts\
|
2016-05-28 23:05:17 +02:00 |
|