Commit Graph
100 Commits
Author SHA1 Message Date
manuelcortez 0bcdf88290 Merge pull request #382 from nidza07/SerbianTranslation
Added Serbian documentation and changelog.
2021-06-27 02:35:55 -05:00
manuelcortez 40a63d9e16 Merge pull request #381 from nidza07/SerbianTranslation
Updated Serbian translation.
2021-06-26 02:16:13 -05:00
manuelcortez 39e1fb017c Made code indentation to comply with PEP8 2021-06-16 16:18:41 -05:00
manuelcortez 2aaa4eced3 Removed Catala and Basque locale as they are in arrow already. Disabled Galician locale cause it's not fully implemented and fails 2021-06-16 16:17:16 -05:00
manuelcortez 2a791d43bf Fixed an error when parsing a DM sent from an deleted account 2021-05-14 09:52:19 -05:00
manuelcortez b10aeb046d Changed label of direct message's text field so it will not reference any username in the hint. Closes #366 2021-05-07 17:18:21 -05:00
manuelcortez 7d6e230fd9 Fix issue that avoids TWBlue to use Shift+F10 as menu key. Fixes #353 2021-05-07 16:52:10 -05:00
manuelcortez 9346bba7a0 Fixed a small bug when sending long tweets via twyshort 2021-05-03 10:05:14 -05:00
manuelcortez 30f739c42e Updated version to a new snapshot 2021-04-19 16:51:26 -05:00
manuelcortez eb0679cb96 Make unexistent users to throw an error when loading a timeline 2021-04-17 13:00:30 -05:00
manuelcortez 45deae3402 Fixed rendering of retweets of quoted tweets. Fixes #365 2021-03-09 16:41:58 -06:00
manuelcortez 5b0b26799d Install platform_utils, accessible_output2, libloader and sound_lib from upstream. Closes #369 2021-03-09 16:36:23 -06:00
manuelcortez ee234b80a7 Fixed error when parsing long tweets. 2021-03-09 11:35:52 -06:00
manuelcortez 0065af2aef Avoid removing buffers when api_error=130 2021-02-25 16:57:32 -06:00
manuelcortez 9c086cfa0f Prevend some errors to be identified as current user being blocked 2021-02-11 12:50:09 -06:00
manuelcortez 2f263a23b7 Avoid giving false positive errors when buffers are updating 2021-02-10 09:34:30 -06:00
manuelcortez 9cb6eafbbc Fixed issue in autocomplete users feature. closes #367 2021-02-04 12:30:20 -06:00
manuelcortez cba7c39a0e Updated to snapshot 4 2021-01-27 17:49:59 -06:00
manuelcortez e2e8b84e6a Fixed focus when search dialog opens. Fixes #364 2021-01-27 17:32:12 -06:00
manuelcortez eca0c0dbbd Fixed shelve method 2021-01-27 17:31:14 -06:00
manuelcortez 36cc3f9365 Fix call to retrieve muted user IDS on twitter session 2021-01-27 17:30:10 -06:00
manuelcortez 63d7cbe7c4 Implemented user searches. 2021-01-27 16:27:33 -06:00
manuelcortez ae57cc3404 Retrieve up to 5000 users when getting list IDS 2021-01-27 15:03:47 -06:00
manuelcortez 23df8f8a7f Updated python version in CI config file 2021-01-27 14:00:29 -06:00
manuelcortez 2f278b7f3c Removed yet another reference to Twython 2021-01-27 13:30:37 -06:00
manuelcortez 9444939c35 Replaced cursored calls for manual calls to function with return_cursors. This way we will avoid hitting TWitter Rate limits accidentally 2021-01-27 13:20:47 -06:00
manuelcortez 6688dc1163 Removed unneeded parameters when retrieving direct messages 2021-01-27 13:19:16 -06:00
manuelcortez 6a7300b35f Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen 2021-01-27 10:38:21 -06:00
manuelcortez c95a2feb5e Faster implementation of dm loading due to a call to lookup_users instead to get_user 2021-01-27 10:36:44 -06:00
manuelcortez 8042d28b13 Merge pull request #358 from riku22/update_japanese_translation
Update japanese translation
2021-01-26 17:46:29 -06:00
manuelcortez 890359f8c7 Fixed Rate limit issue in cursored functions. Closes #354 2021-01-26 17:09:38 -06:00
manuelcortez 91955e80d2 Fixed Picture OCR. Fixes #356 2021-01-26 16:23:48 -06:00
manuelcortez 6c1c66226d Merge branch 'googletrans-integration' into next-gen 2021-01-26 16:11:49 -06:00
manuelcortez 1a76913aac Removed debug info 2021-01-26 16:09:55 -06:00
manuelcortez f85af2cbd2 Merge pull request #361 from manuelcortez/googletrans-integration
Change translation service
2021-01-26 16:06:38 -06:00
manuelcortez 351f700927 Replaced translation services. Fixes #355 2021-01-26 16:01:26 -06:00
manuelcortez 304d91e8b7 Started replacing yandex.translate with googletrans 2021-01-22 17:55:15 -06:00
manuelcortez cf650052e4 Merge pull request #351 from riku22/add_requirements
Add pyenchant to requirements
2021-01-22 17:34:20 -06:00
manuelcortez 28f4e3a534 Merge branch 'next-gen' of https://github.com/manuelcortez/TWBlue into next-gen 2021-01-22 10:56:07 -06:00
manuelcortez e2931e96eb Remove references to Twython. #351 2021-01-22 10:55:08 -06:00
manuelcortez 747290e16a Require extended tweets for quoted tweets. Fixes #352 2021-01-22 09:15:47 -06:00
manuelcortez b80a342f92 Count tweet characters and URLS as specified by Twitter. Fixes #199. Fixes #315 2021-01-21 17:12:18 -06:00
manuelcortez 60a13d974c Added twitter-text-parser as a dependency 2021-01-21 17:10:56 -06:00
manuelcortez 4c9000839d Fixed some errors when starting people buffers 2021-01-21 08:27:50 -06:00
manuelcortez b3c24c6734 Merge pull request #347 from manuelcortez/tweepy
Migration to Tweepy. Closes #237 , closes #240
2021-01-20 17:50:19 -06:00
manuelcortez a2a8cc5b79 Updated changelog 2021-01-20 17:44:29 -06:00
manuelcortez da7a208c1f Implemented people buffers and searches 2021-01-20 17:06:59 -06:00
manuelcortez 979a3d3e99 Changed a function to order people buffers after being retrieved from Twitter 2021-01-20 17:06:15 -06:00
manuelcortez 1f11ea7aa0 fixed an issue in compose for followers 2021-01-20 17:05:39 -06:00
manuelcortez 8bdc933bce Migrated direct messages. Cursor support still require testing 2021-01-20 15:56:20 -06:00
manuelcortez 999cbba464 Implemented function to get previous item for tweets and searches 2021-01-20 11:02:21 -06:00
manuelcortez 7457521398 Restored media uploading (needs testing). Fixes #240 2021-01-20 10:35:11 -06:00
manuelcortez 366b61134e Fixed trending topics dialog 2021-01-20 10:00:19 -06:00
manuelcortez 52154ac271 Migrated support to Trending Topics 2021-01-20 09:59:38 -06:00
manuelcortez cdc285e362 Implemented support to list buffer creation 2021-01-20 09:21:50 -06:00
manuelcortez 4643301764 Implemented list creation, edition and removal 2021-01-19 17:47:54 -06:00
manuelcortez f546543e9b Implemented tweet searches and conversation fupport 2021-01-14 09:18:57 -06:00
manuelcortez 85fe94ec0c Implemented user actions (needs testing) 2021-01-13 10:38:26 -06:00
manuelcortez db13c96baa Fixed some incorrect error handling on utils 2021-01-13 10:33:49 -06:00
manuelcortez 33b6000b41 Implemented user profile viewer 2021-01-13 10:32:03 -06:00
manuelcortez a261365682 Fixed some stuff in main controller. Likes work again 2021-01-13 10:31:37 -06:00
manuelcortez 4064582583 Remove old reference to Twython error handling 2021-01-13 08:47:13 -06:00
manuelcortez fc0da0bdbb Migrated the main controller to use tweepy 2021-01-13 08:41:32 -06:00
manuelcortez 76c678d4ba Fixed replies, retweets and iand tweet deletion 2021-01-05 11:10:55 -06:00
manuelcortez 3db8b7b021 Fixed some rendering for dm's and people 2021-01-05 11:04:06 -06:00
manuelcortez fa49637d0e Replaced twython old exception handling by tweepy 2021-01-05 09:34:52 -06:00
manuelcortez 65ec231349 Fixed an indentation issue 2021-01-05 09:20:36 -06:00
manuelcortez 93705bf534 Fixed user timeline creation 2021-01-04 15:52:25 -06:00
manuelcortez 29a905199d Basic implementation of tweetDisplayerDialog. Needs testing with lists of tweets and image description entities 2021-01-04 12:55:29 -06:00
manuelcortez 8569d9b0a0 Readded code to load timelines with tweepy 2021-01-04 12:30:38 -06:00
manuelcortez 1e1f2b089f Fix call to api.supported_languages() 2021-01-04 12:23:04 -06:00
manuelcortez 78cc6e6784 Changed library calls on some basic buffer creation and manipulation 2021-01-04 11:16:56 -06:00
manuelcortez a37f339fea Fixed some issues when determining the presence of long tweets based on entities present in objects 2021-01-04 11:15:27 -06:00
manuelcortez d0cc12ef5c Added basic tweet rendering 2021-01-04 11:14:55 -06:00
manuelcortez bcd51d6259 Migrated most of twitter util functions from sessions/twitter/utils.py 2021-01-04 11:13:20 -06:00
manuelcortez 7ceb806af2 Added more changes in order to deal with tweet objects 2020-12-22 17:29:33 -06:00
manuelcortez 56103466fa Replaced get_account_settings, get_supported_languages, show_user, get_mute_ids 2020-07-20 13:26:22 -05:00
manuelcortez 13f5df3a48 Use Tweepy functions for authentication and login 2020-07-20 13:11:37 -05:00
manuelcortez a89cc35d40 Started work: Added Tweepy as a dependency 2020-07-20 12:56:29 -05:00
manuelcortez 276cd4b4dd Fixed a typo in last commit 2020-06-09 11:45:00 -05:00
manuelcortez c509433b2c Added an helper function for expanding t.co URLS for tweets 2020-06-09 11:34:02 -05:00
manuelcortez 7292b36137 Removed old code from utils 2020-06-09 10:45:09 -05:00
manuelcortez eefe5e6200 Updated snapshot information 2020-06-04 12:14:57 -05:00
manuelcortez 492f1d8aa5 Expand URL'S in profile bios 2020-06-04 10:25:00 -05:00
manuelcortez ac20ced5fa Expand URL in user profiles. Closes #275 2020-06-03 12:32:01 -05:00
manuelcortez 866cd53328 Fixed typo in changelog 2020-06-03 11:24:20 -05:00
manuelcortez f523e3e81e Updated changelog 2020-06-03 11:22:07 -05:00
manuelcortez bdd7d617c3 Update title on user changes when sending a DM. Fixes #276 2020-06-03 11:19:23 -05:00
manuelcortez a0bc5f6cb3 Ignore folder env for virtual environments. Closes #321 2020-05-30 08:42:30 -05:00
manuelcortez 3f238635f2 Fixed a typo 2020-05-29 21:25:13 -05:00
manuelcortez c300476ad2 Updated changelog to add a reference to an issue 2020-05-29 21:22:00 -05:00
manuelcortez 6a2e00c467 Fixed calls to paths.config_path in Autocompletion module 2020-05-29 12:37:25 -05:00
manuelcortez 4fa983a314 Show error when loading an account with invalid or expired tokens. Fixes #328 2020-05-29 11:17:18 -05:00
manuelcortez ed5b66d033 Fixed audio playback from URL 2020-05-29 10:28:10 -05:00
manuelcortez bec45c37c1 Updated Readme instructions to Python 3 and cx_freeze 2020-05-29 10:13:28 -05:00
manuelcortez ad42c09fef Updated changelog 2020-05-29 09:51:34 -05:00
manuelcortez 084fa1894c Restart TWBlue gracefully 2020-05-29 09:49:57 -05:00
manuelcortez 6bc63d79ff Updated data for ftp stuff 2020-05-28 16:52:18 -05:00
manuelcortez b1f06f6b1d Fixed some params in CI script 2020-05-28 16:45:36 -05:00
manuelcortez 7e9d5359f1 CI environment: Make the Python 3 snapshot the default one 2020-05-28 10:57:46 -05:00