Commit Graph

280 Commits

Author SHA1 Message Date
52267562bc
Core: Removed Twitter references from default menu bar 2023-04-03 15:32:57 -06:00
8acebc290b
Remove most of Twitter code as Twitter's API access has been removed 2023-04-03 13:35:05 -06:00
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
24e91235f3
Mastodon: Implemented setting to disable Streaming API endpoints on sessions 2023-02-05 19:09:27 -06:00
Mohamed
b743d7af09 Mastodon: added keyboard shortcuts for visibility combo box and sensitive content checkbox 2022-12-29 04:17:58 -05: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
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
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
ec68c7ccae
Mastodon: Added initial implementation for notifications buffer (actions not available yet) 2022-12-14 12:12:05 -06:00
35b758ecf1
mastodon: Added account settings dialog (except autocompletion settings) 2022-12-08 11:14:14 -06:00
e42bd85274
Fixed shortcut to open followers timelines in the dialog 2022-11-20 13:28:43 -06:00
d3914a4e34
Implemented user timelines (statuses, followers & following). Limited support due to API 2022-11-20 02:23:12 -06:00
71ca547abe
Implemented user searches 2022-11-18 10:28:45 -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
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
64d5b7e684
Changed mentionned people for direct in toots' visibility info 2022-11-12 15:16:53 -06:00
cad7c9a9fd
Added conversationListBuffer GUI 2022-11-12 13:06:03 -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
803f5fbe89
Fixed a few things in tootDialog 2022-11-11 17:32:31 -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
f151d6554d
Added mastodon buffer menus 2022-11-10 07:56:20 -06:00
6983d11b73
Added some dialogs for future use 2022-11-08 13:18:04 -06:00
b9731a3c75
Fixed typos in mastodon buffer GUI 2022-11-08 12:20:11 -06:00
14a10989e5
Update controller 2022-11-07 09:17:08 -06:00
f9f7a32f90
Bind manage button with code to manage autocompletion db 2022-07-29 17:37:28 -05:00
83c9db573e
Added first stage of refactor for autocompletion users 2022-07-08 11:39:14 -05:00
ab979e2623
Added setting to hide emojis in usernames 2022-05-13 13:04:12 -05:00
d0322e7131
Merge branch 'next-gen' into mastodon 2022-02-24 10:24:12 -06:00
c8da3bdfdb
Fixed indentation error 2021-12-22 08:22:36 -06:00
33338ba09a
Merge pull request #442 from manuelcortez/templates
Add Templates for invisible interface
2021-12-22 08:15:45 -06:00
5a2786967b
Merge branch 'next-gen' into configration_invalid 2021-12-21 15:58:30 -06:00
b4526c12c9
Integrate template edition into account settings dialog 2021-12-21 13:21:58 -06:00
95063cd472
Added restore button for template edit dialog 2021-12-21 12:10:15 -06:00
4434a5b971
Added dialog for editing templates 2021-12-21 09:20:59 -06:00
b329ac8e3e Improved a little bit text dialogs's size for sending tweets, replies and dm's 2021-11-11 12:33:38 -06:00
538d6137d0 Limit Poll options to 25 characters each 2021-11-11 08:37:07 -06:00
b3bf0ab8e6 Removed calls to SetMaxLength in dialogs 2021-11-10 17:35:24 -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
514e66411d Merge branch 'new_tweet_dialogs' of github.com:manuelcortez/twblue into new_tweet_dialogs 2021-11-10 12:36:02 -06:00
a43101e694 Reimplemented direct messages with support for media 2021-11-10 12:21:07 -06:00
Mohamed
6346651edf Added a shortcut for the add new tweet button 2021-11-10 12:53:34 -05:00
605868eff9 Added functions to make TWBlue respect Twitter limits when adding media items 2021-11-10 09:47:53 -06:00
15d0f4c65e Restored some imports on dialogs 2021-11-09 13:34:49 -06:00