Commit Graph
100 Commits
Author SHA1 Message Date
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
manuelcortez 6d505c6fe7 Added new code for Tweet GUI and attachment of photos and gifts 2021-11-08 16:11:09 -06:00
manuelcortez 38e3274adc Removed GUI for tweets/reply/dm/viewTweets items and attachment code 2021-11-08 16:09:32 -06:00
manuelcortez 2c70fe46b7 Removed url_shortener from sound handling module 2021-11-08 15:30:40 -06:00
manuelcortez 1c8ee1a64f Removed URL Shorteners 2021-11-08 15:29:23 -06:00
manuelcortez 076761b9dd Merge branch 'next-gen' of gitlab.com:twblue/twblue into next-gen 2021-11-07 06:36:03 -06:00
manuelcortez 556ffd832b Updated translation machine catalog for french translation 2021-11-07 06:34:27 -06:00
manuelcortez cedb290956 fixed an issue when deleting a buffer in a session where there were trending topics opened 2021-11-05 22:35:50 -06:00
manuelcortez 66bf95ee62 Added reply function to session module 2021-11-05 13:10:45 -06:00
manuelcortez 4f0db5537e Added function to send tweets and threads in session module so it will be used globally later 2021-11-05 11:49:51 -06:00
manuelcortez 714d849884 Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen 2021-11-04 11:17:25 -06:00
manuelcortez a80184bf20 Restored conversation support with API V1 as V2 hits the limits quickly. Closes #427 2021-11-04 11:17:07 -06:00
manuelcortez 924f5d8e9f Updated main controller file 2021-11-03 12:30:46 -06:00
manuelcortez 13c441557b Updated manual 2021-11-03 12:30:06 -06:00
manuelcortez c4b7c35c7f Updated changelog 2021-11-03 09:49:52 -06:00
manuelcortez 2d46315de9 Removed old pyinstaller file 2021-11-03 09:31:23 -06:00
manuelcortez 6904c153d4 Display error if user has not provided a name for a filter upon creation 2021-11-03 09:10:35 -06:00
manuelcortez 8b06437cad Started to update documentation 2021-11-02 17:52:07 -06:00
manuelcortez c3261a4e2c Updated sintax for doc and changelog locales 2021-11-02 10:59:03 -06:00
manuelcortez 9f7892ff03 Updated spanish translation for changelog 2021-11-02 10:11:24 -06:00
manuelcortez ab44ce6fcb Rebuilt documentation generators 2021-11-01 17:18:49 -06:00
manuelcortez ed80558273 Remove BOM from changelog 2021-11-01 17:04:03 -06:00
manuelcortez 60a67947e6 Updated Pygettext to Python 3.7.9 2021-11-01 10:03:51 -06:00
manuelcortez 8a8f1998ac Added usable appkeys for sources 2021-11-01 09:58:57 -06:00
manuelcortez cd415ba673 Merge pull request #422 from riku22/japanese_translation
Update Japanese translation
2021-11-01 05:48:03 -06:00
manuelcortez f9e58b5724 Updated Spanish Translation for app's interface 2021-11-01 05:46:44 -06:00
manuelcortez 84fa2fad91 Fixed title for Trending topic buffers after a restart. Closes #421 2021-11-01 05:18:46 -06:00
manuelcortez ff0a2b5692 Retrieve all tweets from a thread properly. closes #417 2021-11-01 00:11:46 -06:00
manuelcortez b39b732a93 Updated Readme 2021-10-31 19:32:50 -06:00
manuelcortez b04a1c74a7 Fixed a bug when clearing direct messages buffer. Closes #418 2021-10-31 19:29:11 -06:00
manuelcortez ffb11b8226 Updated changelog 2021-10-31 19:27:59 -06:00
manuelcortez 5a6dc23524 Write secrets from CI environment 2021-10-30 01:34:37 -05:00
manuelcortez 0e2ff4de8a Use latest available python version on package manager 2021-10-29 22:46:12 -05:00
manuelcortez 36340d0596 Moved to python 3.7.10 to test if build passes properly 2021-10-29 22:38:44 -05:00
manuelcortez 92ec178754 Merge branch 'next-gen' of gitlab.com:twblue/twblue into next-gen 2021-10-29 15:48:03 -05:00
manuelcortez 5eb942981c Added some changes to setup file for the CI config 2021-10-29 10:58:30 -05:00
manuelcortez 6739045cce Fixed manual addition of users to the autocomplete users database 2021-10-28 13:18:02 -05:00
manuelcortez 307ed093af Merge pull request #414 from manuelcortez/improved_conversations
Improve conversation Support
2021-10-28 12:45:32 -05:00
manuelcortez d11fc44772 Read keys from environment 2021-10-28 12:44:50 -05:00
manuelcortez a3e5eec6de Merge branch 'next-gen' into improved_conversations 2021-10-28 12:39:55 -05:00
manuelcortez 41a0935121 Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen 2021-10-28 12:39:09 -05:00
manuelcortez 0b03e7505f Conversation support improved via V2 searches 2021-10-28 12:28:19 -05:00
manuelcortez 2c1608322e Merge pull request #410 from Oreonan/fr_281021
Update french interface
2021-10-28 10:14:49 -05:00
manuelcortez c6bb851bce Merge pull request #411 from nidza07/SerbianTranslation
Updated Serbian translation
2021-10-28 10:14:25 -05:00
manuelcortez bd25cfa59b Merge branch 'next-gen' of github.com:manuelcortez/twblue into next-gen 2021-10-28 08:38:05 -05:00
manuelcortez f672dca1cb Merge branch 'next-gen' of gitlab.com:twblue/twblue into next-gen 2021-10-27 21:47:37 -05:00
manuelcortez 19c63b7b07 Merge branch 'next-gen' of github.com:manuelcortez/TWBlue into next-gen 2021-10-27 21:47:03 -05:00
manuelcortez e23a52e38f Changes in TWBlue keys 2021-10-27 15:29:15 -05:00
manuelcortez a5ba80feee Final touches 2021-10-26 16:18:53 -05:00
manuelcortez 528ecc2a33 Updated NSI file 2021-10-26 16:16:03 -05:00
manuelcortez 3519746078 Move installer Nsis file to a new name 2021-10-26 15:47:03 -05:00
manuelcortez ef79e0696e Move updated Nsis script to artifacts in build stage 2021-10-26 15:19:57 -05:00
manuelcortez b9ee0dae5b Fixed a typo in installer script 2021-10-26 14:48:58 -05:00
manuelcortez f31575a733 Merge pull request #408 from manuelcortez/calendar_versioning
Switch to Calendar versioning
2021-10-26 13:52:21 -05:00
manuelcortez e451bbd5e9 Merge pull request #407 from manuelcortez/alias_manager
Alias manager Dialog. Closes #401
2021-10-26 13:51:09 -05:00
manuelcortez f7f303929e Updated CI config 2021-10-26 13:41:22 -05:00
manuelcortez 9f48784ce4 Added script to add next version in application.py and installer generation files 2021-10-26 13:39:50 -05:00
manuelcortez cb1312d0c9 Changed version in installer so it will be easier to replace it later by the authomatic script 2021-10-26 13:38:21 -05:00
manuelcortez a82efd4dcc Fixed a typo 2021-10-26 13:16:31 -05:00
manuelcortez 72e6d030d5 Updater no longer will try to compare float numbers for updates 2021-10-26 13:10:57 -05:00
manuelcortez d222740887 Updated gitlab CI 2021-10-26 13:04:49 -05:00
manuelcortez 2b059ee42e Modified Nsis scripts to remove references to old snapshots code 2021-10-26 13:02:24 -05:00
manuelcortez daac312658 Removes snapshot information from app info 2021-10-26 12:43:03 -05:00
manuelcortez b23be9c896 Started to remove stable and snapshot update information files 2021-10-26 12:40:57 -05:00