Commit Graph

103 Commits

Author SHA1 Message Date
manuelcortez 77baa06fc3 Fixed a typo 2017-05-08 04:03:00 +04:00
manuelcortez 160d168c63 Don't add old tweets in buffers. Fixes #116 and #133 2017-05-07 10:45:35 +04:00
Jose Manuel Delicado 1061967adc TWBlue can run successfully if there are no sessions configured to run at program startup or the Internet connection doesn't work (for example, you are behind a proxy but you haven't configured it yet) 2017-02-13 13:35:32 +01:00
manuelcortez 8f4b1f9695 Don't try to load deleted tweets from twishort 2017-01-29 17:20:37 -06:00
manuelcortez 20aaa39bc9 Fixed another bug in check_long_tweet 2017-01-29 16:46:21 -06:00
manuelcortez 25c88cea3b Fixed a typo 2017-01-22 09:36:59 -06:00
manuelcortez c9161cd772 Replies made with twishort should display user mentions properly 2017-01-22 09:09:32 -06:00
manuelcortez 4d5de6ca69 Save configs when they change. Fixes #95 2017-01-14 06:11:41 -06:00
manuelcortez 53388696b6 Twishort shouldn't be added in some replies. Fix #90 2016-12-19 11:43:32 -06:00
manuelcortez 4a1162005d Fix for displaying mentions in twishort replies 2016-10-19 17:38:30 -05:00
manuelcortez 378d277a98 Fixed some bugs related to extended tweets 2016-10-03 22:54:54 -05:00
manuelcortez df345b5eec Initial support for extended tweets 2016-09-28 17:25:03 -05:00
manuelcortez 7f3c363da8 Call shelf for sessions every 5 minutes 2016-08-06 14:47:42 -05:00
manuelcortez 143ad70073 Fixed a bug with session reconnection 2016-08-04 08:06:39 -05:00
manuelcortez 45263732b8 Fixed focus movement in tweets. Needs tests 2016-07-27 11:56:38 -05:00
manuelcortez da39f40048 Changed way of detecting quoted statuses. Parsing improvements in tweet displayer 2016-06-27 09:44:36 -05:00
manuelcortez 3bc92af55f Removed sessions when configuration is malformed 2016-05-13 12:09:38 -05:00
manuelcortez 2268619101 some improvements in long tweets 2016-04-28 13:54:06 -05:00
Jose Manuel Delicado 6a6bec880c SessionManager.WXUI: now the dialog title is translatable 2016-02-20 13:51:12 +01:00
Jose Manuel Delicado 46b46c4d6d Some important code fixes 2016-01-30 17:14:41 +01:00
manuelcortez 9d0c9cfdb5 Don't get new items for people buffers 2015-12-26 23:28:46 -06:00
manuelcortez 0afba81c71 Update buffers by pressing ctrl+win+shift+u; workaround for dm issues 2015-12-26 09:02:08 -06:00
manuelcortez c4fae3b70b Windows key is no longer required in keymap editor 2015-12-17 08:28:20 -06:00
manuelcortez ba76c74324 Minor changes in session controller 2015-12-16 16:32:58 -06:00
manuelcortez 2bfb53abe1 Added showing followers and friends timelines 2015-12-09 11:51:37 -06:00
manuelcortez b4eb11a6de Some list improvements 2015-11-27 09:17:14 -06:00
manuelcortez 105debe4da Fixed duplicated streams. Removed unneeded code for connection checkers 2015-11-23 10:30:23 -06:00
manuelcortez 503c65692d FFix for creating favourites timelines 2015-10-23 11:33:56 -05:00
manuelcortez 1f96e71b63 workaround for duplicated tweets 2015-10-23 11:28:54 -05:00
manuelcortez 0f56d8cdd4 Quoted tweets again 2015-10-14 17:07:57 -05:00
manuelcortez 4daeeb7beb Disable some things before snapshot 2015-10-03 05:12:22 -05:00
manuelcortez bdb9de863f A fw bugfixes 2015-10-02 15:52:08 -05:00
manuelcortez cbee57aa30 Quoted tweets support in buffers 2015-09-29 08:38:05 -05:00
manuelcortez bb6fa7cb46 logout() now removes database for the session 2015-08-19 05:28:56 -05:00
manuelcortez 34ad0c5e47 Reconnecting streams every 5 mins 2015-08-12 16:43:23 -05:00
manuelcortez bad468560a Saving unicode keys as string objects in cache database 2015-08-10 09:24:46 -05:00
manuelcortez e55e15466d Fixed some bugs 2015-07-30 09:06:56 -05:00
manuelcortez 920c1cf863 Fixed some translatable strings 2015-06-26 08:20:21 -05:00
manuelcortez 797f6a8432 Modified default keymap 2015-06-26 08:19:40 -05:00
manuelcortez 4fd57a71b9 Cache improvements 2015-06-11 16:35:56 -05:00
manuelcortez 5976caf736 Code fixes 2015-05-26 20:23:02 -05:00
Bill Dengler 671e0e0bff String cleanup. 2015-05-16 03:31:53 -04:00
Bill Dengler 6250e16cfe Fixed #37. 2015-05-13 23:21:47 -04:00
Bill Dengler 0b0da44020 Fixed #36. 2015-05-13 23:20:54 -04:00
manuelcortez 4c125e4a7a Reverted audio algorithm 2015-05-13 08:55:45 -05:00
Bill Dengler ee1f95ea3b Clean out memmos when switching algos. 2015-05-12 19:30:44 -04:00
Bill Dengler 8ce5c258d3 Added more hooks, we now call the proper method to cache audio test results, added force flag to skip memmo checks and overwrite invalid memmos (useful when switching algos). 2015-05-12 19:11:24 -04:00
Bill Dengler 6cb5c4bd5c #33: Removed inefficient method, redesigning. 2015-05-12 18:09:15 -04:00
Bill Dengler 92cd16bec9 #33: Add is_audio rebuild method, to eliminate slowness as much as possible. 2015-05-12 15:26:06 -04:00
Bill Dengler 69e3205a68 Fix the client, #30 really needs to be closed @manuelcortez 2015-05-10 13:37:05 -04:00