Commit Graph

412 Commits

Author SHA1 Message Date
Michael Lazar
3c8b563992 Upped required PRAW version to 3. 2015-07-07 23:09:58 -07:00
michael-lazar
7c70c5ce59 Merge pull request #116 from kbakulin/fix-none-flair
Don't show flair when it's None
2015-07-07 12:16:06 -07:00
michael-lazar
ace6f882e8 Merge pull request #115 from kbakulin/code-cleanup
Code cleanup
2015-07-07 12:01:27 -07:00
Konstantin Bakulin
31fa125251 Don't show flair when it's None 2015-07-07 21:43:44 +03:00
Konstantin Bakulin
802ba669c1 Delete unused variables 2015-07-07 21:34:35 +03:00
Michael Lazar
9c75061d4f Fixed broken downvote, for real this time. 2015-06-11 23:13:31 -07:00
michael-lazar
a1f86519c4 Merge pull request #111 from mekhami/master
added the ability to check for unread messages with the 'i' key
2015-06-11 22:57:39 -07:00
Lawrence Vanderpool
3c83d388cc moved inbox call outside of if/else 2015-06-11 09:31:56 -04:00
Lawrence Vanderpool
abef7b4045 added the ability to check for unread messages with the 'i' key 2015-06-10 11:04:01 -04:00
michael-lazar
46ec642e60 Merge pull request #110 from mekhami/master
Minor PEP8 corrections
2015-06-08 10:18:56 -07:00
Lawrence Vanderpool
764684eb53 PEP8'd helpers, history, page.py 2015-06-08 06:46:27 -04:00
Lawrence Vanderpool
4cd5bc0ef9 PEP8'd curses_helper.py 2015-06-08 06:44:08 -04:00
Lawrence Vanderpool
0bc97348fe PEP8'd content.py and subreddit.py 2015-06-08 06:43:15 -04:00
Lawrence Vanderpool
c233364693 PEP8'd submission.py 2015-06-08 06:41:51 -04:00
michael-lazar
3b964a7721 Update page.py
Fixed crash on downvote
2015-06-02 16:26:53 -07:00
michael-lazar
0f591ed0fb Merge pull request #106 from mralext20/master
change of to or in README.rst
2015-05-29 10:35:30 -07:00
mralext20
2842a829a1 change of to or 2015-05-29 00:14:54 -08:00
Michael Lazar
2a935922bf Upping version, updated readme, changed post keybind. 2015-05-28 20:54:04 -07:00
Michael Lazar
4f92844fc0 Fixed issue with python3 opening a unicode file. 2015-05-16 19:00:41 -07:00
Michael Lazar
c232e1f64a Added page up / page down keys. 2015-05-16 18:56:42 -07:00
Michael Lazar
be164941e9 Fixed replying to unicode posts. 2015-05-16 18:23:26 -07:00
Michael Lazar
71e464d03f Opening comments now uses the comment permalink. 2015-05-16 18:05:48 -07:00
Michael Lazar
40987fa1e8 Added an extra check for terminal webbrowsers. 2015-05-14 22:05:53 -07:00
Michael Lazar
1b6fed2ec3 Fixed webbrowser behavior for terminal browsers. 2015-05-14 21:51:54 -07:00
Michael Lazar
c419a3fd23 Accidentally disabled the unicode vote symbols. 2015-05-13 00:24:49 -07:00
Michael Lazar
bf2d464081 Switched unicode to be the default mode. 2015-05-12 23:42:31 -07:00
Michael Lazar
a23561e8f5 Merge branch 'master' into unicode_kitchen
Conflicts:
	rtv/subreddit.py
2015-05-12 23:11:38 -07:00
Michael Lazar
c608e35b1e Fixed crash when saving history with unicode URLs. 2015-05-12 22:16:55 -07:00
Michael Lazar
b375fb71e7 Fixed cursor out of bounds error with window resize. 2015-05-12 01:47:03 -07:00
Michael Lazar
f8b8c33270 Better handling of missing content attributes. 2015-05-12 01:25:58 -07:00
Michael Lazar
d1e3dbc65e Still not working. 2015-05-10 21:55:54 -07:00
Michael Lazar
3fb3f58975 Minor bugfixes. 2015-05-02 17:34:53 -07:00
Michael Lazar
d548e65166 Added kitchen functions for chopping unicode text. 2015-05-02 17:23:22 -07:00
Michael Lazar
f0ec9ba712 Refactored vote arrow logic. 2015-05-02 16:37:25 -07:00
Michael Lazar
02e9e5e399 Implemented add_line wrapper to fix unicode bugs with curses.addnstr. 2015-05-02 16:23:02 -07:00
Michael Lazar
ea88f44db7 Merge branch 'Brobin-history_log' 2015-04-29 22:41:49 -07:00
Michael Lazar
49a9147ca6 In progress. 2015-04-29 22:31:24 -07:00
Brobin
15f15c9302 retain history order by reversing the list 2015-04-28 22:23:28 -05:00
Brobin
1ca5f0a649 refactored to an ordered set, make config directory if it doens't exist.
remove item from set and list when pop is called

remove occasionaly throws an error
2015-04-28 10:30:21 -05:00
Brobin
eabfb6ad88 implemented hsitory logging accross sessions witha history.log file
remove unnecessary variable

return an empty set if the file doesn't exist

xrange is range in python3
2015-04-28 10:29:08 -05:00
Michael Lazar
b573afeb2b Merge branch 'yskmt-page-updown' 2015-04-26 13:33:35 -07:00
Michael Lazar
44aa0154cb Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-26 13:31:01 -07:00
Michael Lazar
ff0e9bc677 Upping version. 2015-04-22 19:45:35 -07:00
ysakamoto
6025fc24c4 _move_page separated
redraw in the direction of page up/down
2015-04-21 18:59:21 -05:00
michael-lazar
9b0ff5a8c8 Merge pull request #92 from Brobin/master
added upvote/downvote to submission view
2015-04-17 23:08:56 -07:00
Michael Lazar
d051e5e1b2 Merge branch 'morecomment-speed' 2015-04-17 20:43:00 -07:00
Michael Lazar
7d48890f43 Upped mac indent level from 4 to 8. 2015-04-17 20:39:59 -07:00
Brobin
bdd55d3da2 copy-pasta mistake. remove created 2015-04-17 21:10:46 -05:00
Brobin
0bdb207fe6 added upvote/downvote to submission view 2015-04-16 23:23:59 -05:00
Michael Lazar
9b9b995f87 Merge branch 'master' of https://github.com/michael-lazar/rtv 2015-04-16 19:17:40 -07:00