Commit graph

31 commits

Author SHA1 Message Date
Denis Laxalde
9d3d38552e
Display saved timelines in "goto" menu
We introduce "saved timelines" as a new entry in configuration file. For
now, we only save whether the timeline is local or not. Timeline save is
not implemented yet, only retrieval from config file and display is
handled at the moment. Saved timelines in the goto menu.
2020-05-11 13:20:07 +02:00
3b5769acc0
Use authorized get to fetch public and tag timelines
Some servers require authorization for viewing "public" timelines, and
since currently toot always requires auth for this it's not required to
support anon access to timelines.

fixes #168
2020-05-11 12:59:50 +02:00
8b9ca7e243
Don't show links window if no links are found 2020-04-15 14:12:30 +02:00
Denis Laxalde
28e1281187 Add an action to display status links and open them
We add a new [L]inks action that opens an overlay window with links
found in the content of selected status. Links are selectable and upon
click/enter we open the web browser at link's URL.
2020-04-15 14:11:31 +02:00
60efc13338
Implement character count indicator when composing
Attempts to load max char count from the server on init.

issue #121
2020-01-03 09:15:11 +01:00
d595cc5140
Don't use fstrings to keep support with python<3.7
fixes #131
2019-09-23 16:51:04 +02:00
35e03a13b1 Simplify access to reblogged status data
Adds two properties to `Status` entity:
* `reblog` - contains the reblogged Status or None if not a reblog
* `original`- contains the reblogged Status or self if not a reblog

Anywhere where you wish to show a reblogged status's property when it's
a reblog, or the base status proprety if not a reblog, use
`status.original.<property>`.
2019-09-22 18:56:03 +02:00
Kai Zhang
a76f4ae815 Set urwid global encoding to UTF-8
so that many characters can be displayed
2019-09-18 21:41:02 +02:00
1d3ff87ffa
TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
3a11e470fb
Extract overlays from app.py 2019-09-03 15:40:49 +02:00
d5a2cc27ed
Add help 2019-09-03 15:40:48 +02:00
51afcf7e34
Add goto hash timeline 2019-09-03 15:40:48 +02:00
350138324b
Add basic timeline switching 2019-09-03 15:40:48 +02:00
07e6c372bc
Prepare for context menu 2019-09-03 15:40:48 +02:00
7f6f128f38
Show media in image viewer 2019-09-03 15:40:47 +02:00
31462fe6f8
Implement replies 2019-09-03 15:40:46 +02:00
5213eb1835
Focus status after posting 2019-09-03 15:40:46 +02:00
4deccee754
Decouple Timeline and TUI, use signals instead 2019-09-03 15:40:46 +02:00
1a8c515922
Implement thread (status context) view 2019-09-03 15:40:46 +02:00
5ec8d9411d
Propagate visibility when posting status 2019-09-03 15:40:45 +02:00
4f30c177d6
Ditch status index list for now
Simplifies things, makes update_status slightly slower, but no biggie.
2019-09-03 15:40:44 +02:00
366e9382d3
Implement posting statuses 2019-09-03 15:40:44 +02:00
b95aca964f
Show an intro screen while loading initial toots 2019-09-03 15:40:44 +02:00
fb14c262e0
Show exception stack trace on error 2019-09-03 15:40:44 +02:00
372976b1b2
Overhaul async actions, implement boost and reblog 2019-09-03 15:40:43 +02:00
2349173a45
Tweaks 2019-09-03 15:40:43 +02:00
2be8cb8438
Show status source 2019-09-03 15:40:43 +02:00
7da2e2dbbc
Handle reblogs 2019-09-03 15:40:43 +02:00
f68f5d5716
Load next when at bottom of list 2019-09-03 15:40:42 +02:00
c99999161d
Render status details 2019-09-03 15:40:42 +02:00
ea1ef6f207
Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00