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

251 Commits

Author SHA1 Message Date
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
a335aa037a Fix clicking on nested/complex links in notification.js not triggering the hooks 2016-04-25 16:17:28 +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
f4c7eb14ec Add ScriptLoader.LoadResources with unlimited parameters 2016-04-23 17:53:01 +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
3c43211b25 Make sure ScriptLoader uses correct root path 2016-04-16 02:02:10 +02:00
ee87841ec2 Open browser when clicking on a "gif" (actually mp4) 2016-04-15 23:24:21 +02:00
2c3849bc43 Change namespace to TweetDck 2016-04-15 13:23:40 +02:00
039233c782 Fix browser opening when clicking on list urls, and change == to === 2016-04-14 12:37:42 +02:00
519f0ace43 Fix missing Program.BrandName in ScriptLoader exception handler 2016-04-12 13:56:08 +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
08e071fd01 Work around scrolling causing notifications to popup 2016-04-11 22:52:40 +02:00
ffe430a4a5 Add notification.js to run for notification browser instance (fixes links) 2016-04-11 21:33:24 +02:00
cf58ac5665 Move code.js loading to ScriptLoader 2016-04-11 21:25:32 +02:00
65a0851b11 Add a professional looking icon to the application 2016-04-11 20:42:35 +02:00
0c60e4ebfd Process HTML code of notifications to remove media and improve quotes 2016-04-11 20:14:07 +02:00
b23fbf1e72 Implement TweetDeck alert popup check 2016-04-11 19:45:54 +02:00
e7c12e7791 Force popup notification setting display in TweetDeck columns 2016-04-11 17:02:56 +02:00
1befe0923e Fix missing comment in JS 2016-04-11 15:11:31 +02:00
939fef42d6 Make links open in the user's browser instead of a new window 2016-04-11 14:58:48 +02:00
f81d332d8f Implement configurable popup notification duration 2016-04-11 12:27:04 +02:00
10253eed2a Fix TweetDeck load notification triggers 2016-04-11 02:08:20 +02:00
f7265405d7 Minor tweaks (remove unused using directives, tweak JS formatting) 2016-04-11 00:39:55 +02:00
2834a9a443 Add a WIP notification system (buggy startup, missing navigation, bad UI and UX) 2016-04-11 00:37:28 +02:00
f74a7c8ed3 Minor refactoring (fix FormBrowser formatting, tweak JS init code) 2016-04-10 21:07:17 +02:00
9d8cda9b6d Add triggers for Settings and About menus (via context menu and JS injection) 2016-04-10 19:08:39 +02:00
d7a0f577d6 Add javascript injection with a bridge object to the website 2016-04-10 17:21:11 +02:00