Commit Graph

105 Commits

Author SHA1 Message Date
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
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
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
a852a429f4
Implemented boost for toot buffers 2022-11-08 13:49:43 -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
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
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
cf9add1fc9
Added empty function view_item to base buffer 2022-11-07 13:01:58 -06:00
2c7eab60a8
Separate most Twitter features in their own controller so it might be easier to implement those in the handler 2022-11-07 10:25:19 -06:00
14a10989e5
Update controller 2022-11-07 09:17:08 -06:00
1ded773e84
Removed some platform checks 2022-11-03 17:11:13 -06:00
fa2d2d9d78
Improved sorting in conversation buffers 2022-08-17 10:09:32 -05:00
83c9db573e
Added first stage of refactor for autocompletion users 2022-07-08 11:39:14 -05:00
c89dff053d fixed error when sending a tweet to someone in any people buffer 2022-05-26 05:26:02 -05:00
d0322e7131
Merge branch 'next-gen' into mastodon 2022-02-24 10:24:12 -06:00
ac0e7380b0
TWBlue should not allow users to retweet or quote any protected account. Closes #454 2022-01-25 12:01:03 -06:00
c048c3ff32
Retrieve usernames for timelines from the local database, as opposed to use the last API call as this might not contain items at times 2022-01-25 01:26:23 -06:00
a645e0b964
TWBlue should no longer load old items in buffer 2022-01-10 04:35:23 -06:00
a6ecd37547
Implement users template in Twitter buffers 2021-12-13 09:54:06 -06:00
58ba722bd7
Added templates for direct messages and sent direct messages 2021-12-10 17:15:24 -06:00
af4594f16c
Render tweets for invisible interface from template specified in config 2021-12-10 15:22:42 -06:00
86a2eb7c0d Restored conversation and threads support powered by Twitter API V2 2021-12-09 10:46:07 -06:00
d6571a95cb Quote tweets properly according to Twitter's API V2 docs 2021-11-11 15:13:58 -06:00
b0cfc5978c Updated reply dialog with some changes in add menu 2021-11-10 16:32:14 -06:00
77d13fdc28 Added support for posting polls 2021-11-10 15:14:57 -06:00
a43101e694 Reimplemented direct messages with support for media 2021-11-10 12:21:07 -06:00
8fed52118f Finished implementation of new tweet and reply calls in buffers 2021-11-09 13:46:36 -06:00
80adf381c9 Implemented new GUI in people and direct message buffers 2021-11-08 17:19:12 -06:00
269db95fe3 Implemented code to quote Tweets by using the new GUI 2021-11-08 16:44:03 -06:00
cfc25eb89a Implemented tweet, reply and direct message in base buffer 2021-11-08 16:14:45 -06:00