1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-09-21 23:42:47 +02:00
Commit Graph

63 Commits

Author SHA1 Message Date
5648e9e806 Add 'Copy quoted tweet address' to context menu
Closes #29
2016-05-27 14:30:11 +02:00
b8a5c2fb9b Add a delay to link expansion and fix tooltip issues 2016-05-25 18:34:59 +02:00
eccd37a3eb Fix clicking on tweet links both opening browser and showing the tweet in app 2016-05-25 18:21:49 +02:00
7238e17b86 Add link expanding and tooltip support to popup notifications 2016-05-12 15:10:22 +02:00
40acb49011 Add scrollbar to large popup notifications and display quoted tweets in the notification
Closes #9
2016-05-11 16:59:06 +02:00
ddec715dda Add support for back/forward mouse buttons 2016-05-10 13:31:18 +02:00
9a29d4ff18 Add context menu item to copy tweet address without focusing date link
Closes #24
2016-05-09 20:00:36 +02:00
45a38d9570 Add tooltip for collapsed links when expanding is disabled
Closes #25
2016-05-09 14:44:04 +02:00
3a66fa28ab Do minor code refactoring 2016-05-08 14:59:01 +02:00
0b8205dc41 Fix simultaneous popup notification order
Closes #26
2016-05-08 12:47:36 +02:00
98197d1e86 Fix right-aligned actions menu in Direct Messages
Closes #27
2016-05-08 12:16:41 +02:00
05cc27b2b9 Fix CTRL+V image upload when the upload button is out of view 2016-04-30 11:26:40 +02:00
fd350528a9 Add CTRL+V image paste functionality when writing tweets
Closes #23
2016-04-29 17:55:00 +02:00
b63224a218 Add Expand Links When Hovered config option 2016-04-28 23:28:28 +02:00
8e1d23a53e Fix incorrect tweet duration handling 2016-04-27 22:14:50 +02:00
e19ee6f363 Fix right-aligned tweet actions bar margin after Twitter changed it 2016-04-27 03:56:38 +02:00
3785efce78 Add 'Details' button back into the footer after Twitter changed it 2016-04-27 03:20:16 +02:00
841faf9124 Force word-break on links using CSS instead of mouseover event 2016-04-27 03:12:38 +02:00
f8e14cb900 Revert Twitter's recent action text and button changes 2016-04-27 03:01:56 +02:00
2ecbbdd011 Fix ctrl+clicking on regular links causing them to open twice
Closes #21
2016-04-26 20:22:03 +02:00
6105658602 Temporarily re-add default sound notification, but make it work with Mute function 2016-04-26 15:49:24 +02:00
1f6fc491ef Add a WIP sound notification hook 2016-04-26 00:43:44 +02:00
1c3a7b6ce7 Implement holding Ctrl to open clicked links in browser 2016-04-25 18:07:54 +02:00
4a66486e1a Rename extendFunction to appendToFunction, and add prependToFunction to code.js 2016-04-25 17:01:56 +02:00
c0271d273f Remove unused fontSizeClasses from code.js 2016-04-25 12:49:57 +02:00
2a1dc8beab Bypass t.co links in context menu and hide url options for # links 2016-04-24 22:13:48 +02:00
316b1db3f6 Force word-break:break-all on expanded links 2016-04-24 20:51:30 +02:00
49fa7626b6 Expand shortened links on hover
Closes #12
2016-04-24 20:47:10 +02:00
24edcc3402 Rewrite notification system to improve reliability and future extensibility
Closes #18
2016-04-24 16:37:27 +02:00
c53a1cbd01 Fix clicking on "Followed by:" users opening the browser 2016-04-24 14:53:11 +02:00
c138b13d01 Rewrite theme change handling 2016-04-24 14:28:39 +02:00
acc9b58660 Remove getFontSizeClass from code.js 2016-04-24 14:19:20 +02:00
b2892cc834 Rewrite font size handling 2016-04-24 14:10:29 +02:00
82a1e17b1d Add extendFunction and refactor window.TD in code.js 2016-04-24 14:04:52 +02:00
b39a3a05fe Move update notification code to update.js and make the notification display without needing the app div 2016-04-23 17:54:15 +02:00
b0fe8cf53e Rename TweetD*ck settings option on the website for clarity 2016-04-23 17:00:23 +02:00
f9f0677da3 Fix broken pop-up notifications 2016-04-17 17:41:46 +02:00
462aebb115 Fix notification height and sent DMs showing up in notifications 2016-04-17 16:49:49 +02:00
de363c982f Add update downloader and installer 2016-04-17 16:06:56 +02:00
907543a7cf Add WIP update notifications, currently no downloading 2016-04-16 23:22:23 +02:00
e8dea023ac Rename links and references in code to match new repository setup 2016-04-16 16:38:46 +02:00
453bf2dd82 Fix notifications removing DM contents 2016-04-16 13:56:29 +02:00
5597d2aed0 Ignore notifications with 0 characters 2016-04-16 03:03:48 +02:00
ee87841ec2 Open browser when clicking on a "gif" (actually mp4) 2016-04-15 23:24:21 +02:00
039233c782 Fix browser opening when clicking on list urls, and change == to === 2016-04-14 12:37:42 +02:00
ef0b699731 Redo url hooks to avoid duplicate browser opens 2016-04-12 02:29:02 +02:00
3a2f6e34bb Hook into window.open 2016-04-12 01:59:14 +02:00
3115ccc896 Redo build configurations and add a TweetDuck variant 2016-04-12 01:50:21 +02:00
fd73c2a7a5 Change attribute names in code.js 2016-04-12 01:48:02 +02:00
bd0413f9aa Fix clicking on account names and youtube previews
Closes #1
2016-04-12 01:20:14 +02:00