Commit Graph

531 Commits

Author SHA1 Message Date
Michael Lazar 4413c2b4f7 Upping version. 2016-08-02 22:37:59 -07:00
Michael Lazar 1a59129985 Turn off enable-media by default, add loop=inf to mpv. 2016-08-02 21:35:17 -07:00
Michael Lazar 96b2db30f9 Added reference to comment._fast_permalink to reduce api calls. 2016-07-31 23:44:40 -07:00
Michael Lazar 9cee493dff Add max title length. 2016-07-31 22:36:00 -07:00
Michael Lazar 0a03083e6b Minor formatting changes. 2016-07-31 19:55:06 -07:00
David Foucher d141182333 Merge remote-tracking branch 'upstream/master' 2016-07-30 12:52:37 +02:00
Michael Lazar d78f7bcc70 pylint skip for undefined name ResourceWarning. 2016-07-27 00:14:07 -07:00
Michael Lazar 90c485d231 Added mailcap 101. 2016-07-27 00:07:45 -07:00
Michael Lazar 04a6d31ad9 Better error handling for mime parsers. #264. 2016-07-26 23:47:52 -07:00
Michael Lazar 663d6ee5b9 Merge remote-tracking branch 'origin/master' into custom_commands2 2016-07-26 23:06:37 -07:00
Michael Lazar a1b7b7310f Better handling for urlview errors. #262. 2016-07-26 23:05:35 -07:00
Michael Lazar 357ee4feed Ignore ResourceWarnings. #263. 2016-07-26 22:31:00 -07:00
Michael Lazar 349ea94afd Pylint 2016-07-26 01:20:27 -07:00
Michael Lazar 620434eed0 Fixed a few python2 tests. 2016-07-26 01:15:18 -07:00
Michael Lazar 5a5d9ac56d Incorrect mailcap location. 2016-07-26 01:08:28 -07:00
Michael Lazar ddb459cf56 Fixed a few bugs and added cassettes. 2016-07-26 01:06:44 -07:00
Michael Lazar 0dbb3459ed Added tests for the open_link method. 2016-07-26 00:43:42 -07:00
Michael Lazar b174135404 Added --copy-mailcap command 2016-07-25 23:05:47 -07:00
Michael Lazar a115c7f423 Tweaking some mailcap definitions. 2016-07-24 13:47:50 -07:00
David Foucher 94dc86f915 Merge remote-tracking branch 'upstream/master'
Refactoring
2016-07-24 01:27:11 +02:00
Michael Lazar ecbde59207 Merge remote-tracking branch 'origin/master' into custom_commands2
Conflicts:
	rtv/exceptions.py
2016-07-22 23:46:16 -07:00
Michael Lazar feb2dc1894 Fixed encoding on urlview input, #256. 2016-07-22 23:24:25 -07:00
woorst c40ac99486 Pass full url_full to urlview if submission is external link 2016-07-22 18:41:09 -05:00
woorst 0edce283bb urlview command works on submission as well as comments 2016-07-22 12:14:17 -05:00
Michael Lazar b95c4448af Merge remote-tracking branch 'origin/master' into woorst-more_listings
Conflicts:
	rtv/rtv.cfg
	tests/test_subreddit.py
2016-07-21 14:21:34 -07:00
Michael Lazar 738a46e6dd Added tests for mime parsers. 2016-07-21 00:25:55 -07:00
Michael Lazar 9cfa44c726 Minor style changes. 2016-07-20 21:28:24 -07:00
Michael Lazar c7f1d0e0c9 Changed the keybind name. 2016-07-20 17:23:29 -07:00
Michael Lazar 230580e2ea Added more tests. 2016-07-20 17:02:57 -07:00
mardiqwop 1dbcf22742 Added tests for subreddit.py's new show_frontpage. Refactored getters and setters. 2016-07-20 16:02:34 -04:00
mardiqwop 9280929703 Added a new keybind (defaults to q) that toggles between the Frontpage and your most recently viewed subreddit. 2016-07-20 14:36:21 -04:00
Michael Lazar f688659f84 Got the unit tests running again. 2016-07-20 01:20:56 -07:00
Michael Lazar e7c2d82d93 Cleaned up SubredditContent.from_name 2016-07-20 00:45:45 -07:00
Michael Lazar 352aefae9f Missed a file. 2016-07-19 02:02:24 -07:00
Michael Lazar 1174514632 Streamlining 2016-07-19 01:58:03 -07:00
Michael Lazar 6094b45029 Missed some changes. 2016-07-19 01:11:06 -07:00
Michael Lazar 61ae63438f Reverted rename to simplify diff. 2016-07-19 01:09:31 -07:00
woorst 07aa3c5225 Correct /r/me to /u/me 2016-07-18 16:05:37 -05:00
woorst bfba1c7ad2 ListRedditsContent.from_user method replaced with from_func; updated tests accordingly 2016-07-18 14:52:05 -05:00
woorst 96151408b3 Remove now redundant files 2016-07-18 14:52:05 -05:00
woorst 92d16ad15f Generalize SubscriptionPage to handle lists of reddits 2016-07-18 14:49:53 -05:00
woorst 0bd8fbdd10 Search works for logged in user's submissions 2016-07-18 14:49:53 -05:00
woorst 2add59b0d6 subreddit name parsing code more readable 2016-07-18 14:49:53 -05:00
woorst be51dc30e1 Make search work for different types of reddit pages 2016-07-18 14:49:53 -05:00
woorst 33e272c7f1 Update controls in docs and other files 2016-07-18 14:49:53 -05:00
woorst b2bf20cdc0 Can browse through list of subscribed multireddits 2016-07-18 14:49:53 -05:00
woorst 31cc3fa0e9 Can browse through list of subscribed multireddits 2016-07-18 14:49:53 -05:00
woorst 10268f0fa0 Change prompt text 2016-07-18 14:49:53 -05:00
woorst a72f0b937b Apply time period only to appropriatly sorted multireddits 2016-07-18 14:49:53 -05:00
woorst a8836e1a64 Change default multireddit sort to 'hot' 2016-07-18 14:49:53 -05:00