Commit Graph

319 Commits

Author SHA1 Message Date
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
14a10989e5
Update controller 2022-11-07 09:17:08 -06:00
1ded773e84
Removed some platform checks 2022-11-03 17:11:13 -06:00
c6cbe3360b
Restart streaming in certain changes to followed/muted people 2022-08-24 11:32:06 -05:00
0a395af3a9
Updated changelog 2022-08-22 15:40:01 -05:00
b9794806d7
Display error when attempting to open a TL for an unauthorized user. Closes #485 2022-08-16 17:11:50 -05:00
76a5c960e5
Added user autocompletion functionality to some dialogs. Closes #466 2022-08-03 11:12:23 -05:00
fa9ebea836
Remove issue reporting dialogs as we no longer use mantis 2022-05-13 13:22:52 -05:00
b35cdbd7b4
Added handlers to map features from different networks 2022-03-24 10:37:50 -06:00
dbafeb9872
Fixed some typos 2022-02-24 16:29:59 -06:00
c6865a7742
Remove some platform independent code for a while 2022-02-24 16:26:05 -06:00
fcb2ce119b
Sorted imports on main controller 2022-02-24 16:18:01 -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
416151570c
Request image description features for all created buffers by default 2021-12-10 15:23:41 -06:00
924f5d8e9f Updated main controller file 2021-11-03 12:30:46 -06:00
84fa2fad91
Fixed title for Trending topic buffers after a restart. Closes #421 2021-11-01 05:18:46 -06:00
e3e0ac9457 Added an alias manager dialog in the application menu 2021-10-26 10:45:11 -05:00
286e030f40 Handle new Tweepy exceptions properly. #403 2021-10-07 09:20:06 -05:00
d8fca3b31a
Initial work to Support Tweepy 4 2021-09-26 03:58:25 -05:00
4bcae1aa97 Fixed search filters. Closes #397 2021-09-02 09:38:05 -05:00
4cabf5b9cd Added code to handle user timelines in buffer creator 2021-08-31 10:31:18 -05:00
c7b6d69518 Fixed an error in new buffer creation. Closes #396 2021-08-30 13:19:15 -05:00
65512a9862 Added a pubsub event to create sessions buffers 2021-08-30 10:51:26 -05:00
3d8519313e Switched Geocoding library to OpenStreetMap's Nominatim API. Closes #390 2021-08-26 08:56:51 -05:00
f4ecf10885 Allow to copy tweet URLS from tweet displayer dialog 2021-08-25 16:30:37 -05:00
b2b9cd810f Fixed an issue when indefined keystrokes 2021-07-13 17:53:01 -05:00
b74cd9a73d Ignore undefined actions in keymaps 2021-07-06 17:01:42 -05:00
de12dadac2 Added GUI for user alias addition 2021-07-06 13:58:13 -05:00
03b61946f8 Fixed user searches 2021-07-04 09:43:53 -05:00