Commit Graph

73 Commits

Author SHA1 Message Date
Michael Lazar
2e3e99b717 Removed unused import. 2015-09-20 23:14:49 -07:00
Michael Lazar
6cc744bf91 Tweaking a few things oauth things. 2015-09-20 19:54:41 -07:00
Théo Piboubès
b643ce9559 Complete logout 2015-09-04 18:23:10 +02:00
Théo Piboubès
f6546aaf75 Let PRAW manage authentication 2015-09-01 22:32:56 +02:00
Théo Piboubès
efed781fa1 Refactoring and making rtv OAuth-compliant 2015-08-17 00:36:18 +02:00
Michael Lazar
d2e8c9c04c Took the opportunity to clean up a few things and fix some old "order" errors. 2015-08-10 00:00:10 -07: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
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
Lawrence Vanderpool
764684eb53 PEP8'd helpers, history, page.py 2015-06-08 06:46:27 -04:00
michael-lazar
3b964a7721 Update page.py
Fixed crash on downvote
2015-06-02 16:26:53 -07:00
Michael Lazar
c232e1f64a Added page up / page down keys. 2015-05-16 18:56:42 -07:00
Michael Lazar
1b6fed2ec3 Fixed webbrowser behavior for terminal browsers. 2015-05-14 21:51:54 -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
b375fb71e7 Fixed cursor out of bounds error with window resize. 2015-05-12 01:47:03 -07:00
Michael Lazar
d548e65166 Added kitchen functions for chopping unicode text. 2015-05-02 17:23:22 -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
49a9147ca6 In progress. 2015-04-29 22:31:24 -07: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
ysakamoto
6025fc24c4 _move_page separated
redraw in the direction of page up/down
2015-04-21 18:59:21 -05:00
Michael Lazar
b6be2b48ea Bugfix for SafeCaller. 2015-04-15 19:37:25 -07:00
Michael Lazar
206ee329c0 Merge branch 'page-updown' of https://github.com/yskmt/rtv into yskmt-page-updown
Conflicts:
	rtv/page.py
2015-04-15 19:12:49 -07:00
Michael Lazar
3f04347886 Hopefully made safe_call() more pythonic. 2015-04-13 01:01:18 -07:00
ysakamoto
f31242dfbd key change. m: pageup, n: pagedown 2015-04-12 18:06:20 -05:00
ysakamoto
294f54d9af fixed cursor position going over the number of windows 2015-04-12 18:03:16 -05:00
Michael Lazar
fa63247f5f Fixed edit(). 2015-04-11 22:07:30 -07:00
Michael Lazar
4461782c67 Fixed a few edit/delete edge cases, consolidated error handling. 2015-04-11 21:52:46 -07:00
ysakamoto
0fae751d44 submission mode behavior change 2015-04-11 17:58:12 -05:00
ysakamoto
8fcd2212a4 page up/down implemented 2015-04-11 17:47:35 -05:00
Michael Lazar
3e6b7c98d5 Added error checking, still need to test. 2015-04-10 18:22:57 -07:00
Brobin
68ae4570dc fixed submission file to have default content 2015-04-07 22:14:35 -05:00
Tobin
f31ad72f92 catch key error, omit extra notifications 2015-04-07 01:37:11 -05:00
Tobin
e321ac8182 added editing submissions and comments 2015-04-06 12:01:44 -05:00
Tobin
6f2dd9f528 edited style to match other functions 2015-04-06 11:39:57 -05:00
Tobin
9a95684c76 added deleting comment or submission 2015-04-06 11:28:52 -05:00
Michael Lazar
ea1230d30c Added logging and error handling for posts and comments. 2015-04-05 18:29:12 -07:00
Michael Lazar
0aa40f7f14 Improved help message display on small terminal windows 2015-04-05 17:36:42 -07:00
Michael Lazar
9ee21fe1ce Docstring wordings, refactored /r/me handling, updated README. 2015-04-05 17:11:25 -07:00
Michael Lazar
2141fe6e31 Cleaned up user login. 2015-04-02 09:59:23 -07:00
ysakamoto
c7a760791a prompt to log out/in when logged in/out 2015-04-02 02:11:03 -05:00
ysakamoto
59b657de37 check username/password before real login 2015-04-01 21:56:25 -05:00
ysakamoto
8c56211d94 login with '+' key 2015-04-01 19:35:25 -05:00
Tobin
a1fdd2a93a move cursor to top after search, prompt_input method 2015-03-31 13:24:33 -05:00
Tobin
16ab77fc2c ran autopep8 2015-03-31 00:20:44 -05:00
Tobin
5d72126fa5 clear input queue when moving cursor 2015-03-30 23:37:50 -05:00
Tobin
9a4a0b59ea missing show_help import 2015-03-30 23:19:23 -05:00
Tobin
69a346abe8 missing import statement 2015-03-30 18:36:01 -05:00