Commit Graph

735 Commits

Author SHA1 Message Date
e31369e49a
Mastodon: Added experimental support for voting in polls 2023-02-17 23:19:34 -06:00
f3fd1087b4
Mastodon: Allow adding descriptions to all supported media. Closes #516 2023-02-10 01:01:25 -06:00
310ba003c9
Twitter: Remove Twitter deprecation on feb 9 due to (more) changes on dates, features and stuff 2023-02-08 23:00:45 -06:00
63ae496c39
Mastodon: Improved character count to match Mastodon's backend implementation. Remote users are counted only by username (domains are not taken into account), content warning text counts against character limit, and emoji&CJK characters are counted as 1 2023-02-06 04:09:58 -06:00
7c959088e0
Core: Fixed small issue when switching between accounts on invisible interface 2023-02-06 02:43:00 -06:00
24e91235f3
Mastodon: Implemented setting to disable Streaming API endpoints on sessions 2023-02-05 19:09:27 -06:00
a8c5fc8589
Mastodon: Fixed getting more mentions. Closes #508 2023-02-03 10:13:08 -06:00
f87ced817f
Fixed visibility setting for replies to dm's. Closes #507 2023-01-29 16:12:37 -06:00
fd176f92d3
Mastodon: Set visibility in replies as unlisted by default. Closes #504 2023-01-29 13:11:34 -06:00
18a7a42b5a
Mastodon: Started implementation of read preferences from instance. Currently only content warnings are displayed by taking into accounts values from instance preferences 2022-12-23 13:58:10 -06:00
e4f2793aaf
Core: Update 'tweet' menu on the menu bar for mastodon sessions 2022-12-21 10:24:44 -06:00
c278fba4c7
Code: Delete unneeded code & fixed some typos 2022-12-21 08:45:14 -06:00
ca40103df7
Core: Keystroke editor will show actions available for current session. Changed wording to use correct terms forh both networks 2022-12-20 13:02:27 -06:00
250b248d25
Core: Update menu bar items when switching between Twitter and Mastodon session to use terms according to the focused network. 2022-12-20 12:21:30 -06:00
2a90e7be25
Mastodon: Fixed an issue that prevented TWBlue to open a timeline for users in followers or following buffer. 2022-12-19 17:53:10 -06:00
b0fa59cc01
Mastodon: Show dialog before dismissing a notification. Mention notifications will make the mention to not be loaded in mentions buffer, as TWBlue reads mentions from the notifications data 2022-12-19 16:50:43 -06:00
b8647c29ea
Mastodon: Dismiss notifications from GUI or invisible interface (by using the keystroke to delete an item in current buffer) 2022-12-19 16:21:50 -06:00
1eb9aefbf1
Mastodon: Added notifications in real time from streaming API 2022-12-19 16:07:45 -06:00
d4ebfac317
Core: Skip sessions not yet started when switching accounts in invisible interface 2022-12-19 08:45:05 -06:00
3680349b59
Mastodon: Fix issue when creating user timelines during startup 2022-12-19 02:41:19 -06:00
ec68c7ccae
Mastodon: Added initial implementation for notifications buffer (actions not available yet) 2022-12-14 12:12:05 -06:00
a3bc684721
Mastodon: Added reverse timeline ordering to buffers 2022-12-10 18:52:07 -06:00
c9b75925b9
Removed unneeded code 2022-12-08 16:11:25 -06:00
3450e0d38f
twitter: Fixed reply keystroke not working on dm buffer 2022-12-08 11:48:04 -06:00
35b758ecf1
mastodon: Added account settings dialog (except autocompletion settings) 2022-12-08 11:14:14 -06:00
eedcb49f3d
Mastodon: Added template editor 2022-12-08 11:07:44 -06:00
5bbf069d61
Set updated statuses also in GUI 2022-11-25 17:43:03 -06:00
fabca1207d
Fixed issue when cleaning a buffer 2022-11-24 16:36:08 -06:00
bf4c7ff7c7
Make sure item ID is included when composing a dm in mastodon 2022-11-24 15:28:39 -06:00
8d2fb59ba8
Added some fixes 2022-11-24 15:22:09 -06:00
b7497791b4
Update buffer removal code. Should be able to remove user search buffers 2022-11-21 22:09:40 -06:00
48730ead63
Keep sensitive content tag when replying to posts 2022-11-21 19:36:34 -06:00
4a9098021f
Avoid playing new dm's sound for now 2022-11-20 15:01:15 -06:00
8850e5fdde
Removed unneeded code and fixed small typos 2022-11-20 14:54:10 -06:00
d3914a4e34
Implemented user timelines (statuses, followers & following). Limited support due to API 2022-11-20 02:23:12 -06:00
73de8d4f49
Updated followers sound to match the correct sounds used for twitter sessions 2022-11-19 19:37:10 -06:00
ce458a8d4d
Added direct messages and followers to streaming API implementation 2022-11-19 19:36:21 -06:00
149ce51f49
early support to user streaming events 2022-11-18 16:29:53 -06:00
2fe9c35c0b
Add pubsub events by using twitter's namespace to separate services 2022-11-18 13:41:12 -06:00
39fb5b4830
fixed visibility settings when sending replies 2022-11-18 13:40:02 -06:00
71ca547abe
Implemented user searches 2022-11-18 10:28:45 -06:00
df4d3eb0e6
Fix Issue that avoids removing trending topic buffers 2022-11-17 17:27:41 -06:00
927bbae1be
bind user actions button to its function in user buffers' GUI 2022-11-17 16:59:48 -06:00
cbc4fd0632
Added buttons for toggling favorites and bookmarks in base buffer's GUI 2022-11-17 16:57:49 -06:00
8f72ee97c9
Replace 'toot' term to follow mastodon changes 2022-11-16 13:28:45 -06:00
aebdcae9cf
Fixed some buffer names 2022-11-16 12:55:35 -06:00
3b5ef02def
fixed small name conflict in buffers 2022-11-16 12:51:58 -06:00
6e03578e86
Fixed lists 2022-11-16 12:35:19 -06:00
fefd88b71c
Create valid account buffers even when session cannot login to the network (works for ignored sessions) 2022-11-16 11:01:52 -06:00
7c80c9d842
Improve conversation replies 2022-11-16 10:31:17 -06:00
f5e52c6387
Honor custom character limit if reported by the instance 2022-11-16 10:06:14 -06:00
4c43f82b60
changed import of twitter text parser 2022-11-15 17:23:01 -06:00
2caaaa9d87
Fix: LogOut from sessions 2022-11-15 16:15:09 -06:00
252a93f82d
save list buffers after being created 2022-11-15 16:12:49 -06:00
f5328379e8
Fixed list buffer creation 2022-11-15 13:31:11 -06:00
2e8c8c6db4
Rework sessions to be handled with unique names 2022-11-15 11:54:59 -06:00
862dbd0b8a
Change session name as identifiable key for every session in TWblue 2022-11-14 17:51:27 -06:00
120da217f5
Implemented userActions for mastodon sessions 2022-11-14 12:39:32 -06:00
035de92496
Added user buffers (buffers for followers, following, blocked and muted users for now) 2022-11-13 22:17:28 -06:00
2a0e73ad33
Use the same visibility when replying to toots 2022-11-12 22:32:31 -06:00
701a557357
Add support to retrieve more conversations if needed. Sort conversation properly on updates 2022-11-12 21:28:49 -06:00
de1d94e679
update toot from server before displaying item 2022-11-12 15:26:34 -06:00
64d5b7e684
Changed mentionned people for direct in toots' visibility info 2022-11-12 15:16:53 -06:00
bfbb280c27
Fixed update in mentions 2022-11-12 13:06:46 -06:00
81ff530a71
Added initial support for direct messages, users need to open conversations for every dm 2022-11-12 11:20:16 -06:00
39fc982665
Added conversations buffer 2022-11-12 09:16:35 -06:00
0d1d4c887d
Added bookmarks buffer 2022-11-11 17:25:04 -06:00
5f645508ba
Added mentions buffer (filters notifications by mention and extract toots from them) 2022-11-11 17:12:03 -06:00
3a3cb3963c
Allows to add content warnings when writing a toot 2022-11-11 16:21:15 -06:00
2c298577cc
Re-added toot dialog to make it more compatible with mastodon. Added visibility and audio attachments 2022-11-11 15:51:16 -06:00
2a10f029f0
Added basic toot viewing (untested yet) 2022-11-10 17:54:38 -06:00
3deffa57de
Added content warnings to templates as $safe_text. Content warnings will be shown by default on GUI for now 2022-11-10 15:32:49 -06:00
0aad2f0ab3
Improved html parsing for toots. Remove Tags from URLList 2022-11-10 10:01:39 -06:00
62d6ae2277
Added favorites buffer, and actions to add, remove and toggle favorite for toots 2022-11-09 17:08:48 -06:00
b405e384c8
Added toot deletion and opening URLS in the browser 2022-11-09 15:52:18 -06:00
7aa986163b
Allow to open bosted toots in web browser 2022-11-09 15:23:07 -06:00
59409e61a5
Added playback of audio and video attachments in toots 2022-11-09 13:07:59 -06:00
edbc74262a
change character max value for new toot dialog 2022-11-09 12:45:56 -06:00
e07efa46b3
when replying to a conversation, change GUI accordingly and retain original toot's visibility 2022-11-09 11:14:48 -06:00
bedb2e2a4f
Hide boost buttons and menu item when focus is in a toot part of a conversation 2022-11-09 11:03:23 -06:00
96b5eec8e0
Added support for creating conversations 2022-11-09 10:59:25 -06:00
c6433d8655
Fixed reply and toot things to make it work properly 2022-11-09 10:20:14 -06:00
c0654658b5
Added indications when there are audio, video, photos or gifvs in media attachments 2022-11-09 09:09:37 -06:00
4b6a7c5d83
Added loading more items in mastodon buffers and enabled buffer buttons for toot, reply and boost 2022-11-09 08:42:56 -06:00
368e089639
Added toot writing and replies 2022-11-08 17:53:59 -06:00
ca39db649b
Added sent toots buffer 2022-11-08 15:45:12 -06:00
07dc813cb6
Fixed a small typo 2022-11-08 15:16:01 -06:00
a852a429f4
Implemented boost for toot buffers 2022-11-08 13:49:43 -06:00
1e3a0d9b2e
mastodon: Avoid playing sounds on first buffer start 2022-11-08 13:49:15 -06:00
9959ac24d9
Implemented retoots 2022-11-08 13:22:27 -06:00
cd5b71a26e
fixed small typo 2022-11-08 12:45:40 -06:00
aa3ca82f25
Added buffers on account creation (home, local and federated timelines). Most of functions don't work, just displaying items 2022-11-08 12:41:04 -06:00
bf9b8a4f46
Added mastodon baseBuffer controller 2022-11-08 12:39:04 -06:00
6f69426f03
Fixed more conflicts 2022-11-08 08:48:35 -06:00
c8c242a27f
Fixed merge conflicts with next-gen 2022-11-08 08:35:01 -06:00
40989a54ed
cleaned up some imports 2022-11-07 16:15:04 -06:00
87f2976419
moved searches to Twitter handler 2022-11-07 16:06:52 -06:00
b6b81e2b36
Move almost everything related to Twitter to handler 2022-11-07 15:55:28 -06:00
dfcd63b9b6
Moved timelines for users, likes, followers, following and conversations to Twitter handler 2022-11-07 13:55:08 -06:00
23af944fba
Moved some interactions with buffers from main controller to the buffer classes themselves 2022-11-07 13:02:54 -06:00