1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-29 04:35:54 -04:00

Commit Graph

  • 3b5d7f4965 Reference header and avatar images rather than the _static versions Daniel Schwarz 2023-02-24 20:13:53 -0500
  • 301e107d32 Reducing duplicate code related to image display Daniel Schwarz 2023-02-24 17:55:32 -0500
  • a7b5a8d27c Render images with rounded corners Daniel Schwarz 2023-02-23 23:00:57 -0500
  • 39fdc41ea8 Check for pixel vs cell rendering and size images accordingly Daniel Schwarz 2023-02-23 23:00:57 -0500
  • 150a8b492c Removed unnecessary code Daniel Schwarz 2023-02-22 19:40:07 -0500
  • b8bb52112c Added can_render_pixels method Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 8ead56976f Use term-image's UrwidImageScreen rather than urwid.Screen Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 3cb4d96e21 Fix issue where status images wouldn't display when entering thread Daniel Schwarz 2023-02-22 19:40:07 -0500
  • fddd0a67a5 Image support using the term-image widget Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 970f634f39 Render images attachments into unicode blocks (#324) Trammell Hudson 2023-03-02 17:21:35 +0100
  • f4af1e8120 Properly strip whitespace from hashtag names Daniel Schwarz 2023-03-02 10:04:00 -0500
  • 7ed28b3bc3
    Add helper function for stripping None values Ivan Habunek 2023-03-02 11:28:24 +0100
  • 3ea6714ad6 Made the widgets unicode-aware with wcswidth Daniel Schwarz 2023-03-01 18:02:20 -0500
  • b69b67f347 Goto-menu UI enhancements to support browsing foreign servers Daniel Schwarz 2023-03-01 18:00:13 -0500
  • 7128abec7a Changes to support browsing public local timelines on foreign servers Daniel Schwarz 2023-03-01 17:57:49 -0500
  • 5547577a5d added anon_context method to retrieve threads from public timelines Daniel Schwarz 2023-03-01 17:56:00 -0500
  • 1399800f6f Bump version, add changelog Ivan Habunek 2023-03-01 17:34:54 -0500
  • 57824058e0
    Bump version, add changelog 0.35.0 Ivan Habunek 2023-03-01 08:09:10 +0100
  • 882b6c4d0a
    Minor tweaks Ivan Habunek 2023-03-01 07:51:07 +0100
  • c3c640edc3
    Merge pull request #320 from danschwarz/notif Ivan Habunek 2023-03-01 07:51:27 +0100
  • 993d4bc2d9
    wip entities Ivan Habunek 2023-03-01 06:59:07 +0100
  • 85ac7f9190 Added a new Timeline parameter; foreign_server Daniel Schwarz 2023-03-01 00:11:01 -0500
  • c4db2f0b56 Fixed calls to make_status so they include the instance parameter Daniel Schwarz 2023-03-01 00:04:30 -0500
  • 50b4d9798b Fixed a crash bug browsing a foreign server containing a poll Daniel Schwarz 2023-03-01 00:04:30 -0500
  • c2c2f0bbef Fixed comma-refresh to handle foreign server refreshes properly Daniel Schwarz 2023-03-01 00:04:29 -0500
  • 6d6540d6f9 Disabled commands that can't work in the context of foreign timelines Daniel Schwarz 2023-03-01 00:04:29 -0500
  • 04dea5f2e8 Squashed most bugs related to thread browsing and account viewing Daniel Schwarz 2023-03-01 00:04:29 -0500
  • a5ddc4a21e Comma refresh now honors the current timeline when refreshing Daniel Schwarz 2023-03-01 00:04:29 -0500
  • 527840e159 Account overlay - don't allow mute/block/unfollow own account Daniel Schwarz 2023-02-21 20:43:09 -0500
  • 62026440fb
    Replace ReadTheDocs with a homegrown solution docs2 Ivan Habunek 2023-02-22 13:51:09 +0100
  • 7cb042f150 Added the ability to view local timelines on other Mastdon servers Dan Schwarz 2023-02-27 16:43:37 -0500
  • 70aa6145ef Add custom emoji display to "boosted" display names Dan Schwarz 2023-02-26 23:40:51 -0500
  • 8bd764659f Make better use of screen real estate for wide/short images Dan Schwarz 2023-02-26 22:03:35 -0500
  • 0931fdfcb3 Simplified image scaling for cell-based rendering Dan Schwarz 2023-02-26 21:35:30 -0500
  • bb4235e347 Render custom server emoji within display names Daniel Schwarz 2023-02-26 19:47:39 -0500
  • 356eabd84f Added term-image dependency Daniel Schwarz 2023-02-25 08:37:44 -0500
  • 8b56a59acd Updated for more future-proof testing of pixel rendering Daniel Schwarz 2023-02-25 08:37:22 -0500
  • 8ee414c83a Make _notif_timeline_generator more robust Daniel Schwarz 2023-02-24 22:51:27 -0500
  • 744dc090b4 Basic support for viewing Status and Mention notifs as a timeline Daniel Schwarz 2023-02-24 22:19:24 -0500
  • 1820ee0af7 Removed --256 color option, as it doesn't work anymore Daniel Schwarz 2023-02-24 20:38:46 -0500
  • 723575397a Reference header and avatar images rather than the _static versions Daniel Schwarz 2023-02-24 20:13:53 -0500
  • 03b97109d2 Reducing duplicate code related to image display Daniel Schwarz 2023-02-24 17:55:32 -0500
  • fa3d65e7af
    Merge branch 'ihabunek:master' into image11 Daniel Schwarz 2023-02-24 10:40:38 -0500
  • e8dfc7c0ec Render images with rounded corners Daniel Schwarz 2023-02-23 23:00:57 -0500
  • 8c1dbb8221 Check for pixel vs cell rendering and size images accordingly Daniel Schwarz 2023-02-23 23:00:57 -0500
  • 7c3bb9c86a Removed unnecessary code Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 59bedd38c2 Added can_render_pixels method Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 63f657234d Use term-image's UrwidImageScreen rather than urwid.Screen Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 39e9959199 Fix issue where status images wouldn't display when entering thread Daniel Schwarz 2023-02-22 19:40:07 -0500
  • c66bef1016 Image support using the term-image widget Daniel Schwarz 2023-02-22 19:40:07 -0500
  • 48770a3120
    Merge pull request #317 from danschwarz/action_fix Ivan Habunek 2023-02-22 08:41:54 +0100
  • e370d76913
    Merge pull request #315 from ihabunek/account-update Ivan Habunek 2023-02-22 08:41:08 +0100
  • 3a72d5f261 Account overlay - don't allow mute/block/unfollow own account Daniel Schwarz 2023-02-21 20:43:09 -0500
  • 62e3b2c66d
    Add integration tests for updating user account Ivan Habunek 2023-02-21 18:10:34 +0100
  • 6c5eb528ee
    Add command for updating user account Ivan Habunek 2023-02-21 18:10:14 +0100
  • 635dcd38cf
    Backport argparse BooleanOptionalAction Ivan Habunek 2023-02-21 18:08:30 +0100
  • a8f1b1c62b Merge branch 'master' into image9 Daniel Schwarz 2023-02-21 12:03:39 -0500
  • a69abf09f1 Merge branch 'image9' of https://github.com/danschwarz/toot into image9 Daniel Schwarz 2023-02-21 12:03:05 -0500
  • 00baabf7aa
    Store temp file when using editor to post Ivan Habunek 2023-02-20 19:53:49 +0100
  • bd8ec053b6
    Merge branch 'account_actions' Ivan Habunek 2023-02-20 09:15:22 +0100
  • 85df15f533
    Implement actions for Account Daniel Schwarz 2023-02-03 21:28:18 -0500
  • 876ad1f53d
    Added framework for action buttons with "Confirm/Cancel" behavior Daniel Schwarz 2023-02-03 21:28:18 -0500
  • a1490461bd
    Add relationship support to Account overlay Daniel Schwarz 2023-02-03 21:28:18 -0500
  • 95473fcd6e
    Add get_relationship method to api Daniel Schwarz 2023-02-03 21:28:18 -0500
  • a633f757b5
    Merge pull request #312 from danschwarz/poll3 Ivan Habunek 2023-02-20 09:06:51 +0100
  • 4b87f7876c
    Add changelog, bump version 0.34.1 Ivan Habunek 2023-02-20 08:43:11 +0100
  • c580ea8911 Changed bookmark symbol from unicode glyph to 'b' Daniel Schwarz 2023-02-04 18:42:36 -0500
  • 6472e14bdf Don't break if edited_at does not exist Ivan Habunek 2023-02-12 09:41:04 +0100
  • 57148f351e Cleanup logging, remove color Ivan Habunek 2023-02-04 09:01:56 +0100
  • 2bdce728ed Pass params as dict Ivan Habunek 2023-02-04 09:01:48 +0100
  • 1e4b509bc3 Fixed bug with author header display of reblogged statuses Daniel Schwarz 2023-02-15 11:19:35 -0500
  • ff110407a4 Fixed crash when viewing timeline with no statuses Daniel Schwarz 2023-02-08 21:49:25 -0500
  • 0fdba59d29 Fixed author avatar display for reblogs Daniel Schwarz 2023-02-08 18:40:07 -0500
  • 845a9f6cfd Speedup: only load images associated with the focused Status Daniel Schwarz 2023-02-07 19:22:24 -0500
  • 410f91e3ee fixed author_header information for reblogged statuses Daniel Schwarz 2023-02-07 17:52:23 -0500
  • e9a38a0bc9 Optimization; eliminate mulitple Status Detail redraws Daniel Schwarz 2023-02-06 17:49:07 -0500
  • c944863f3f Changed bookmark symbol from unicode glyph to 'b' Daniel Schwarz 2023-02-04 18:42:36 -0500
  • 414a7fc47a
    wip Ivan Habunek 2023-02-17 09:29:07 +0100
  • d42394c111
    wip Ivan Habunek 2023-02-16 10:41:38 +0100
  • 80e711a3a1 Fixed type error in vote method signature Daniel Schwarz 2023-02-15 21:50:50 -0500
  • 68cadd4053 Boosted polls weren't working; this change fixes that. Daniel Schwarz 2023-02-15 10:14:41 -0500
  • 4b40f45688
    wip Ivan Habunek 2023-02-15 08:54:45 +0100
  • a937650894 Update status detail after leaving overlay Daniel Schwarz 2023-02-14 23:11:11 -0500
  • 63bc11316b Removed unnecessary check that poll exists Daniel Schwarz 2023-02-14 22:40:35 -0500
  • b2a0bc5634 fixed method signature for vote (added list type of int) Daniel Schwarz 2023-02-14 22:40:06 -0500
  • ce34a2f05e Added api error message reporting, removed unnecessary parenthesis Daniel Schwarz 2023-02-14 22:21:04 -0500
  • 41a8c33409 Removed unneeded parenthesis Daniel Schwarz 2023-02-14 22:21:04 -0500
  • ef2c35eaee Removed unneeded pareenthesis Daniel Schwarz 2023-02-14 22:21:04 -0500
  • 3b67c85dfc Added styled radio buttons and checkboxes Daniel Schwarz 2023-02-14 22:21:04 -0500
  • fd12591ee2
    wip Ivan Habunek 2023-02-14 11:47:23 +0100
  • 53ea989eea
    Add compat code for typing functions Ivan Habunek 2023-02-14 11:31:30 +0100
  • 3a9e4956a2
    Don't break if edited_at does not exist Ivan Habunek 2023-02-12 09:41:04 +0100
  • d399eec6f5 Implement [P]oll command to view/vote on poll Daniel Schwarz 2023-02-10 21:48:42 -0500
  • c2faa7e2b6 Add signal and code to invoke poll overlay UI Daniel Schwarz 2023-02-10 21:46:27 -0500
  • 44c8460a53 Poll view/vote functionality in an overlay Daniel Schwarz 2023-02-10 21:45:15 -0500
  • b50fb9d9fd Added vote method to api Daniel Schwarz 2023-02-10 21:44:37 -0500
  • bb8f7d4cd3 Fixed crash when viewing timeline with no statuses Daniel Schwarz 2023-02-08 21:49:25 -0500
  • d5cbe7e7df Fixed author avatar display for reblogs Daniel Schwarz 2023-02-08 18:40:07 -0500
  • 04fcbfd728 Fix "list size changed while iterating" error Daniel Schwarz 2023-02-07 19:24:17 -0500
  • 16c0d06816 Speedup: only load images associated with the focused Status Daniel Schwarz 2023-02-07 19:22:24 -0500