manuelcortez
|
c6865a7742
|
Remove some platform independent code for a while
|
2022-02-24 16:26:05 -06:00 |
|
manuelcortez
|
fcb2ce119b
|
Sorted imports on main controller
|
2022-02-24 16:18:01 -06:00 |
|
manuelcortez
|
9f74d568f0
|
Add attribute type to mastodon session
|
2022-02-24 16:08:29 -06:00 |
|
manuelcortez
|
e3137f4c3d
|
Merge branch 'unittests' into mastodon
|
2022-02-24 15:07:11 -06:00 |
|
manuelcortez
|
3f58112a61
|
Finished session manager refactoring
|
2022-02-24 14:00:07 -06:00 |
|
manuelcortez
|
307085b0d5
|
Merge branch 'next-gen' into mastodon
|
2022-02-24 13:36:46 -06:00 |
|
manuelcortez
|
44ea77b605
|
Added more docs
|
2022-02-24 13:35:47 -06:00 |
|
manuelcortez
|
5e47e30bc3
|
Merge pull request #459 from jonasmarques/next-gen
Updated Brazilian Portuguese Translation
|
2022-02-24 13:33:35 -06:00 |
|
manuelcortez
|
085c9038b5
|
Removed old imports used for python 2
|
2022-02-24 12:43:06 -06:00 |
|
manuelcortez
|
af4e72ee27
|
Refactored SessionManager so it will use pubsub as a communication pattern between GUI and logic and adds mastodon auth
|
2022-02-24 12:25:45 -06:00 |
|
manuelcortez
|
9322241747
|
Remove more unneeded code
|
2022-02-24 10:36:16 -06:00 |
|
manuelcortez
|
116a0288d4
|
Removed code for old issue reporting module
|
2022-02-24 10:34:11 -06:00 |
|
manuelcortez
|
d0322e7131
|
Merge branch 'next-gen' into mastodon
|
2022-02-24 10:24:12 -06:00 |
|
manuelcortez
|
000cf1aff1
|
Merged latest code
|
2022-02-24 08:55:02 -06:00 |
|
manuelcortez
|
2f0515a449
|
prepared everything for new version
|
2022-02-23 15:19:49 -06:00 |
|
manuelcortez
|
ac9efd7550
|
Merge pull request #458 from riku22/japanese_translation
Update Japanese translation
|
2022-02-15 17:48:59 -06:00 |
|
manuelcortez
|
8e95843634
|
Updated to Tweepy V4.5.0
|
2022-02-15 15:59:35 -06:00 |
|
manuelcortez
|
cf56b518d6
|
Update Twitter session to Tweepy V4.5.0
|
2022-02-15 15:56:08 -06:00 |
|
manuelcortez
|
1262a9d784
|
Merge branch 'next-gen' into unittests
|
2022-01-27 09:11:33 -06:00 |
|
manuelcortez
|
7c85ceced1
|
Merge pull request #456 from CoBC/fr_260122
Update french translations
|
2022-01-26 16:18:04 -06:00 |
|
manuelcortez
|
950ece43d5
|
Merge pull request #455 from manuelcortez/handle_protected_account_interactions
Protected account retweet restrictions
|
2022-01-25 12:04:21 -06:00 |
|
manuelcortez
|
ac0e7380b0
|
TWBlue should not allow users to retweet or quote any protected account. Closes #454
|
2022-01-25 12:01:03 -06:00 |
|
manuelcortez
|
6e0a94355f
|
Improvements to template substitutions. Closes #452
|
2022-01-25 10:42:39 -06:00 |
|
manuelcortez
|
e43ddad678
|
Catch image description sent by Streaming API. Should be enough to fix #449
|
2022-01-25 01:27:52 -06:00 |
|
manuelcortez
|
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 |
|
manuelcortez
|
301e3d4361
|
Display properly HTML Entities in tweets
|
2022-01-10 05:30:14 -06:00 |
|
manuelcortez
|
7a78accd1f
|
Fixed a typo
|
2022-01-10 05:06:31 -06:00 |
|
manuelcortez
|
d7afa77c49
|
Changed params names to avoid confussions
|
2022-01-10 05:05:27 -06:00 |
|
manuelcortez
|
e7a30b418a
|
Merge branch 'next-gen' into unittests
|
2022-01-10 04:48:10 -06:00 |
|
manuelcortez
|
a645e0b964
|
TWBlue should no longer load old items in buffer
|
2022-01-10 04:35:23 -06:00 |
|
manuelcortez
|
e8287c75cc
|
Merge branch 'change_author_information' into 'next-gen'
Change author information
See merge request twblue/twblue!2
|
2022-01-10 00:07:36 +00:00 |
|
manuelcortez
|
6a839baed7
|
Change author information
|
2022-01-10 00:07:36 +00:00 |
|
manuelcortez
|
8924f787d4
|
Added unittest for tweet with multiple mentions
|
2022-01-07 17:44:15 -06:00 |
|
manuelcortez
|
b81aff7f8d
|
Fixed syntax error on linux module from keyboard_handler
|
2022-01-07 17:20:21 -06:00 |
|
manuelcortez
|
1dfe256cfe
|
Updated tests for templates
|
2022-01-07 13:31:15 -06:00 |
|
manuelcortez
|
ee8e4b1d8b
|
Added unit for a couple methods on templates
|
2022-01-07 12:47:34 -06:00 |
|
manuelcortez
|
0317eff6a5
|
Moved current tests from unittest to pytest
|
2022-01-07 11:41:24 -06:00 |
|
manuelcortez
|
793bd2cf5b
|
Added pytest and coverage as dependencies so we can ensure unittests pass later
|
2022-01-07 08:38:47 -06:00 |
|
manuelcortez
|
c08eb499e1
|
Merge pull request #446 from CoBC/fr_271221
Some french fixes
|
2021-12-28 18:39:02 -06:00 |
|
manuelcortez
|
1d60751dbd
|
Merge pull request #445 from CoBC/fr_221221
Update french interface
|
2021-12-22 12:40:59 -06:00 |
|
manuelcortez
|
c8da3bdfdb
|
Fixed indentation error
|
2021-12-22 08:22:36 -06:00 |
|
manuelcortez
|
ebf7916ae0
|
Merge pull request #444 from manuelcortez/error_saving_config
Fixed TWBlue asking for a restart due to old reference to the events …
|
2021-12-22 08:16:07 -06:00 |
|
manuelcortez
|
33338ba09a
|
Merge pull request #442 from manuelcortez/templates
Add Templates for invisible interface
|
2021-12-22 08:15:45 -06:00 |
|
manuelcortez
|
8b50f3138c
|
Merge pull request #359 from guredora403/configration_invalid
add: configration invalid error dialog
|
2021-12-22 08:15:20 -06:00 |
|
manuelcortez
|
ae28c374d5
|
Merge pull request #440 from nidza07/Win11Keymap
Updated Windows 11 keymap
|
2021-12-22 08:14:44 -06:00 |
|
manuelcortez
|
5a2786967b
|
Merge branch 'next-gen' into configration_invalid
|
2021-12-21 15:58:30 -06:00 |
|
manuelcortez
|
ed765117a5
|
Merge branch 'next-gen' into Win11Keymap
|
2021-12-21 15:45:06 -06:00 |
|
manuelcortez
|
911e8d3cfd
|
Fixed TWBlue asking for a restart due to old reference to the events buffer in settings. Fixes #413
|
2021-12-21 15:35:35 -06:00 |
|
manuelcortez
|
b6ae9f4b79
|
Updated changelog
|
2021-12-21 15:10:12 -06:00 |
|
manuelcortez
|
a74825a0f6
|
Add missing string to translation catalogs
|
2021-12-21 13:57:32 -06:00 |
|
manuelcortez
|
445c33f003
|
Add default templates to translation catalog
|
2021-12-21 13:56:29 -06:00 |
|
manuelcortez
|
81963dbb53
|
Updated sent direct messages template
|
2021-12-21 13:55:48 -06:00 |
|
manuelcortez
|
b4526c12c9
|
Integrate template edition into account settings dialog
|
2021-12-21 13:21:58 -06:00 |
|
manuelcortez
|
b2f9aef7f7
|
Added edit template controller
|
2021-12-21 12:11:12 -06:00 |
|
manuelcortez
|
95063cd472
|
Added restore button for template edit dialog
|
2021-12-21 12:10:15 -06:00 |
|
manuelcortez
|
4434a5b971
|
Added dialog for editing templates
|
2021-12-21 09:20:59 -06:00 |
|
manuelcortez
|
2de9f8f9b3
|
added all variables available for template objects
|
2021-12-20 16:03:21 -06:00 |
|
manuelcortez
|
a6ecd37547
|
Implement users template in Twitter buffers
|
2021-12-13 09:54:06 -06:00 |
|
manuelcortez
|
03c330c0a4
|
Added default template for Twitter user objects
|
2021-12-13 09:53:44 -06:00 |
|
manuelcortez
|
ab1a0946a4
|
Added rendering function for twitter user objects
|
2021-12-13 09:52:52 -06:00 |
|
manuelcortez
|
1f253221b3
|
Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen
|
2021-12-10 17:27:15 -06:00 |
|
manuelcortez
|
58ba722bd7
|
Added templates for direct messages and sent direct messages
|
2021-12-10 17:15:24 -06:00 |
|
manuelcortez
|
416151570c
|
Request image description features for all created buffers by default
|
2021-12-10 15:23:41 -06:00 |
|
manuelcortez
|
af4594f16c
|
Render tweets for invisible interface from template specified in config
|
2021-12-10 15:22:42 -06:00 |
|
manuelcortez
|
a47fa31346
|
Use session to retrieve users in templates, when applied to reduced tweets
|
2021-12-10 15:04:05 -06:00 |
|
manuelcortez
|
40e13250ca
|
Added a base template for tweets
|
2021-12-10 13:36:08 -06:00 |
|
manuelcortez
|
0bd366c539
|
Added first draft to a new templating system which could be used in invisible interface for now
|
2021-12-10 13:32:46 -06:00 |
|
manuelcortez
|
b67fc0ff38
|
Made some cleanup in unneeded imports
|
2021-12-10 09:53:49 -06:00 |
|
manuelcortez
|
86a2eb7c0d
|
Restored conversation and threads support powered by Twitter API V2
|
2021-12-09 10:46:07 -06:00 |
|
manuelcortez
|
78c10b38e5
|
Fixed issue when sending tweets and replies with images
|
2021-12-08 12:49:20 -06:00 |
|
manuelcortez
|
7bfbadc254
|
Update write_version_data
|
2021-11-12 15:01:54 -06:00 |
|
manuelcortez
|
3ccb3a5be5
|
Updated Spanish locale
|
2021-11-12 13:33:54 -06:00 |
|
manuelcortez
|
3902a57d6b
|
Merge pull request #437 from riku22/japanese_translation
Update Japanese translation
|
2021-11-11 17:48:16 -06:00 |
|
manuelcortez
|
43b1a834d1
|
Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen
|
2021-11-11 15:14:38 -06:00 |
|
manuelcortez
|
d6571a95cb
|
Quote tweets properly according to Twitter's API V2 docs
|
2021-11-11 15:13:58 -06:00 |
|
manuelcortez
|
4ba2753b79
|
Merge pull request #435 from nidza07/SerbianTranslation
Updated Serbian translation
|
2021-11-11 12:39:48 -06:00 |
|
manuelcortez
|
6951541193
|
Merge pull request #434 from Oreonan/fr_111121
Update french interface
|
2021-11-11 12:39:27 -06:00 |
|
manuelcortez
|
b329ac8e3e
|
Improved a little bit text dialogs's size for sending tweets, replies and dm's
|
2021-11-11 12:33:38 -06:00 |
|
manuelcortez
|
538d6137d0
|
Limit Poll options to 25 characters each
|
2021-11-11 08:37:07 -06:00 |
|
manuelcortez
|
622b0e6128
|
Access correctly on_reply_to_tweet_id from the dict response returned by call to V2 API
|
2021-11-11 08:36:29 -06:00 |
|
manuelcortez
|
b3bf0ab8e6
|
Removed calls to SetMaxLength in dialogs
|
2021-11-10 17:35:24 -06:00 |
|
manuelcortez
|
eea059b905
|
Merge pull request #433 from manuelcortez/new_tweet_dialogs
New tweet dialogs
|
2021-11-10 17:17:50 -06:00 |
|
manuelcortez
|
e9f6fd529e
|
Updated changelog
|
2021-11-10 16:32:39 -06:00 |
|
manuelcortez
|
b0cfc5978c
|
Updated reply dialog with some changes in add menu
|
2021-11-10 16:32:14 -06:00 |
|
manuelcortez
|
77d13fdc28
|
Added support for posting polls
|
2021-11-10 15:14:57 -06:00 |
|
manuelcortez
|
514e66411d
|
Merge branch 'new_tweet_dialogs' of github.com:manuelcortez/twblue into new_tweet_dialogs
|
2021-11-10 12:36:02 -06:00 |
|
manuelcortez
|
d9f4b86d91
|
Empty attachments after adding a new tweet
|
2021-11-10 12:35:43 -06:00 |
|
manuelcortez
|
a6964a1bb9
|
Merge pull request #432 from Mohamed00/shortcut
Fixes
|
2021-11-10 12:30:08 -06:00 |
|
manuelcortez
|
a43101e694
|
Reimplemented direct messages with support for media
|
2021-11-10 12:21:07 -06:00 |
|
manuelcortez
|
1e2464c4fa
|
Made Dm dialog to hide attachments panel when needed
|
2021-11-10 11:36:06 -06:00 |
|
manuelcortez
|
dbecf341ec
|
Stop using text_processor in tweet displayer
|
2021-11-10 11:24:50 -06:00 |
|
manuelcortez
|
605868eff9
|
Added functions to make TWBlue respect Twitter limits when adding media items
|
2021-11-10 09:47:53 -06:00 |
|
manuelcortez
|
8fed52118f
|
Finished implementation of new tweet and reply calls in buffers
|
2021-11-09 13:46:36 -06:00 |
|
manuelcortez
|
15d0f4c65e
|
Restored some imports on dialogs
|
2021-11-09 13:34:49 -06:00 |
|
manuelcortez
|
a2393fe3e9
|
Updated dialogs package
|
2021-11-08 17:20:16 -06:00 |
|
manuelcortez
|
80adf381c9
|
Implemented new GUI in people and direct message buffers
|
2021-11-08 17:19:12 -06:00 |
|
manuelcortez
|
269db95fe3
|
Implemented code to quote Tweets by using the new GUI
|
2021-11-08 16:44:03 -06:00 |
|
manuelcortez
|
cfc25eb89a
|
Implemented tweet, reply and direct message in base buffer
|
2021-11-08 16:14:45 -06:00 |
|
manuelcortez
|
2b6efef831
|
Update code on autocompletion users module to use WX methods from controls in the new Tweet GUI'S
|
2021-11-08 16:13:59 -06:00 |
|
manuelcortez
|
f0456af656
|
Fixed an issue when uploading Videos to Twitter
|
2021-11-08 16:12:47 -06:00 |
|