|
65aeb6656f
|
Add a very basic setting for custom CSS in browser and notifications
|
2016-08-10 15:45:56 +02:00 |
|
|
1a1cfa2220
|
Force visibility for fav/rt tweet actions in design-revert in detail view
|
2016-08-10 01:27:38 +02:00 |
|
|
5e93d866ad
|
Fix missing fav/rt indicators in design-revert plugin
Closes #51
|
2016-08-10 01:17:26 +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 |
|
|
19f9614c74
|
Add ScriptLoader.GetRootIdentifier and PluginManager.HasAnyPlugin(environment) and use them
|
2016-07-01 23:47:06 +02:00 |
|
|
b6a683dfe1
|
Rewrite plugins.js, plugin state handling and script execution (separate instead of combining)
|
2016-06-30 16:31:02 +02:00 |
|
|
dc78c68f12
|
Change starting line in script processor to 1 instead of 0 for easier debugging
|
2016-06-30 15:49:14 +02:00 |
|
|
8e01d5ec84
|
Minor refactoring of ScriptLoader.ExecuteFile to generate identifier automatically
|
2016-06-30 15:34:54 +02:00 |
|
|
b531016c7b
|
Refactor ScriptLoader for easier script identifier handling
|
2016-06-30 03:15:46 +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 |
|
|
d258583a7f
|
Disable page reload in design-revert plugin
|
2016-06-25 18:53:03 +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 |
|
|
b1859774bc
|
Add a website entry to design-revert plugin metadata
|
2016-06-05 02:10:03 +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 |
|
|
973e0c489e
|
Address code analysis issues
|
2016-05-28 22:34:40 +02:00 |
|
|
5648e9e806
|
Add 'Copy quoted tweet address' to context menu
Closes #29
|
2016-05-27 14:30:11 +02:00 |
|
|
2a65e20fb9
|
Rewrite update handling and add an update check button to Settings
|
2016-05-26 14:13:30 +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 |
|
|
c540cf45ca
|
Push unsaved change that was supposed to be in previous commit
|
2016-05-12 18:21:04 +02:00 |
|
|
8bf4789646
|
Make updates search for .Update.exe file to allow for smaller and faster updates
|
2016-05-12 16:58:17 +02:00 |
|
|
fd97c20d37
|
Add second tray icon for unread tweets when notifications are muted
Closes #7
|
2016-05-12 15:46:39 +02:00 |
|
|
7238e17b86
|
Add link expanding and tooltip support to popup notifications
|
2016-05-12 15:10:22 +02:00 |
|
|
4c44da7f4a
|
Refactor and optimize event handling in notification.js
|
2016-05-12 14:25:00 +02:00 |
|
|
af7657e3f8
|
Add EventTarget.addBubbledEventListener to notification.js for convenience
|
2016-05-11 17:54:07 +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 |
|
|
f5212d88f3
|
Redesign the About screen
|
2016-05-08 20:53:08 +02:00 |
|
|
3a66fa28ab
|
Do minor code refactoring
|
2016-05-08 14:59:01 +02:00 |
|
|
5f79b286f1
|
Fix t.co bypass not working in popup notifications
|
2016-05-08 14:48:11 +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 |
|
|
2e2ad4edcf
|
Redo icon handling, add 256x icon, and hopefully fix volume mixer properly
Closes #20
|
2016-04-27 17:26:03 +02:00 |
|