347 Commits

Author SHA1 Message Date
9c2511561a Code cleanup 2024-05-18 17:24:28 -06:00
b39ccb9f2c
Started implementation of community timelines 2024-05-17 17:45:47 -06:00
fd1a64c7b8
fix: Switch to Windows 11 keymap when running Windows 11. Closes #494 2024-05-16 10:52:11 -06:00
8b5c47da28
Core: Updated website references for TWBlue 2023-12-31 12:20:06 -06:00
d56c8b4372
Renamed showUserProfile to user_details to keep compatibility with invisible interface and naming pattern of functions 2023-10-10 17:43:31 -06:00
b3e0b21ee7
Merge pull request #540 from Arfs6/stop_update_running_source
stop updating while running from source
2023-10-10 16:50:11 -06:00
Abdulqadir Ahmad
f4ec03099a added actions, following, followers and posts button to show user profile dialog 2023-08-27 17:56:39 +01:00
Abdulqadir Ahmad
1d8fefe7d3 created show user profile dialog 2023-08-10 17:19:58 +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
f9b54ede81 fix updating while running from source if user checks for update from menu 2023-06-03 00:39:42 +01:00
10e23b039b
Mastodon: Added user aliases 2023-04-05 13:28:09 -06:00
65aea3c43c
Mastodon: Change buffer title properly after timelines are loaded during startup 2023-04-05 09:39:39 -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
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
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
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
7c959088e0
Core: Fixed small issue when switching between accounts on invisible interface 2023-02-06 02:43:00 -06:00
e4f2793aaf
Core: Update 'tweet' menu on the menu bar for mastodon sessions 2022-12-21 10:24:44 -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
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
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
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
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
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
2caaaa9d87
Fix: LogOut from sessions 2022-11-15 16:15:09 -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
07dc813cb6
Fixed a small typo 2022-11-08 15:16:01 -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
8ad266ad1b
Moved filters, list features, user actions, user aliases and account config to twitter handler 2022-11-07 12:26: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
d43738a2ec
Added base mastodon controller 2022-11-07 09:54:09 -06:00