Commit Graph

704 Commits

Author SHA1 Message Date
7c5a41791c
Mastodon: Added missing method to search buffer and removed some unneeded code 2023-07-10 12:52:42 -06:00
ceee7775c8
Fix conflicts 2023-07-10 09:58:08 -06:00
Abdulqadir Ahmad
f5815d7911 Added check boxes for bot, private and discoverable 2023-06-09 14:38:22 +01:00
Abdulqadir Ahmad
6d7f808196 added support for updating header, avatar and the 4 fields 2023-06-09 10:53:11 +01:00
Abdulqadir Ahmad
453630e655 created basic update profile with support for name and bio 2023-06-08 00:40:38 +01:00
Abdulqadir Ahmad
f0d6e8dcf9 created search buffer 2023-06-01 15:48:53 +01:00
10e23b039b
Mastodon: Added user aliases 2023-04-05 13:28:09 -06:00
00a5ad9e59
Mastodon: Implemented OCR for images in posts 2023-04-05 12:57:37 -06:00
65aea3c43c
Mastodon: Change buffer title properly after timelines are loaded during startup 2023-04-05 09:39:39 -06:00
972b851b93
Mastodon: Implemented hide emojis for usernames. 2023-04-05 09:17:37 -06:00
5f07f3b9d0
Mastodon: Add attachments and reply settings to post when recovering from an error. Closes #527, #526, #377, #137, #108 2023-04-03 16:03:20 -06:00
52267562bc
Core: Removed Twitter references from default menu bar 2023-04-03 15:32:57 -06:00
972b880931
Mastodon: Fixed Open URL Dialog. closes #529 2023-04-03 15:32:14 -06:00
8acebc290b
Remove most of Twitter code as Twitter's API access has been removed 2023-04-03 13:35:05 -06:00
a57ea752d6
Mastodon: Finished first implementation of 'reattempt to post on failures'. Should be relevant for #527, #526, #377, #137, #108 2023-03-23 13:17:55 -06:00
3f0ee5650b
Mastodon: prepare messages class to support dynamic adding of post data 2023-03-23 12:00:51 -06:00
d01856f436
Mastodon: Load mentions only if the notification contains a post 2023-03-23 08:26:40 -06:00
866da8425c
Merge pull request #524 from Arfs6/fix_report_error_btn
Bind error reporting item on menu bar to github issues. Closes #520
2023-03-01 15:40:26 -06:00
Abdulqadir Ahmad
e9ae5b228b Fixed report an error button not working 2023-02-25 10:39:05 +01: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
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