7a9337c07a
feat(mastodon): Add support for editing announcement templates
...
Updated the template editor and account settings to allow customization of announcement display:
- Added default announcement template to mastodon.defaults.
- Updated templateEditor to recognize announcement variables.
- Added 'Edit template for announcements' button to account configuration dialog.
- Implemented template saving logic in settings controller.
2026-01-12 02:04:20 -06:00
15a9df2ca9
feat(mastodon): Add support for server announcements
...
Implemented a new 'Announcements' buffer to view instance-wide news. Features include:
- New buffer and UI panel for announcements.
- Support for templates and rendering of announcement content.
- 'Dismiss' functionality (mapped to Enter/Return) to mark announcements as read.
- Integrated into account settings for buffer management.
2026-01-12 01:53:03 -06:00
31bab4cf8a
feat(mastodon): Add support for scheduled posts
...
- Added UI controls (checkbox, date/time pickers) to Post dialog
- Implemented validation logic (min 5 mins future)
- Updated session handler to pass scheduled_at to API
2026-01-11 02:49:46 -06:00
cb0bb4cf27
feat: implement mute conversation support for Mastodon
...
This feature allows users to visually hide muted conversations from the Home timeline. It includes:
- Automatic filtering of muted posts in Home.
- Immediate visual removal of posts when muting a conversation.
- New 'mute_conversation' action in context menu and keyboard shortcuts.
- Default shortcut: Alt+Win+Shift+Delete
- Win10/11 shortcut: Ctrl+Alt+Win+Backspace
2026-01-11 01:22:29 -06:00
e4520a14e8
Merge pull request #842 from Mohamed00/evenMoreShortcuts
...
Update translation files / update_catalogs (push) Has been cancelled
Added and improved more shortcuts
2025-11-07 09:54:14 -06:00
3af372973d
fix: avoid passing params that are not editable to API Calls; display polls as attachments in post edit dialog, warns user about vote resetting when editing a post with poll
2025-11-06 17:39:55 -06:00
Claude
977de1332a
Implement post editing functionality for Mastodon
...
Add ability to edit posts in Mastodon with full support for:
- Editing post text and content warnings
- Re-uploading or keeping existing media attachments
- Editing poll options (for posts with polls)
- Modifying visibility and language settings
- All features available through web interface
Changes:
- Add edit_post() method in Mastodon session to handle API calls
- Create editPost dialog class that loads existing post data
- Add edit_status() method to buffer controllers
- Add Edit menu item to base and notification menus
- Register edit_post action in all keymaps (no default key assigned)
- Add edit_post() action handler in main controller
The edit option is only enabled for the user's own posts (not boosts).
Users can access the feature through the context menu or by assigning
a keyboard shortcut in the keymap editor.
2025-11-06 14:37:12 +00:00
Mohamed
a4d5066156
Added shortcuts to the database manager and some more to the menu bar. Also fixed shortcuts for seeking so they're not both s
2025-10-02 16:26:50 -04:00
70a1c9fbcc
Minimal code cleanup
2025-03-08 11:57:09 -06:00
ea79165362
Adjust the way pinned posts are sorted
2025-03-08 05:21:20 -06:00
3d7d1142d3
Attempt to load pinned posts when loading a timeline for an user
2025-03-08 01:15:34 -06:00
b37edc3712
disable action buttons on filter manager when reloading data
2025-03-07 13:05:37 -06:00
9ff772f098
cleaned filter dialogs. Added filter management (mostly done)
2025-03-07 13:01:08 -06:00
00e5766f90
Bind Filter create function to menu bar
2025-03-07 10:13:34 -06:00
3f72185817
Add filter creation within TWBlue
2025-03-07 10:13:13 -06:00
38fe9c149b
Added controller to add and update filters
2025-03-05 13:12:22 -06:00
fccabf6eb5
Respect filters also when getting previous items
2025-03-03 12:00:33 -06:00
6b97c5123f
mastodon: Language should be automatically suggested for posts during creation, replies or when recovering from an error
2024-12-31 18:51:00 -06:00
0322939cba
mastodon: Adds language selector on post dialog. Language for posts will be set via account's default language, post language or via TWBlue's user language
2024-12-31 18:48:27 -06:00
40689caef6
Mastodon: read long posts in GUI should be improved and work in all kinds of buffers
2024-11-26 23:23:36 -06:00
021dd0ae52
Mastodon: Fixed 'read long posts in GUI'. Now it should work as expected
2024-11-26 22:57:21 -06:00
002d0a5709
Mastodon: Allow to create user timelines from community local buffers
2024-11-26 22:44:38 -06:00
0f5a10c3fa
Merge pull request #647 from Mohamed00/shortcutAllTheSettings
...
Added more keyboard shortcuts
2024-11-26 22:35:35 -06:00
5f7f34f29d
Merge pull request #644 from Mohamed00/communityShortcut
...
Added keyboard shortcut for create community timeline action
2024-11-26 21:50:35 -06:00
438115d8e8
Fix: Removed line previously used for debug. Should close #637
2024-05-24 15:40:36 -06:00
fe43ce562c
Feat: Read long posts from GUI
2024-05-22 17:55:52 -06:00
503bf72b11
change: Removed some settings that are no longer needed from our global settings dialog.
2024-05-22 17:42:23 -06:00
Mohamed
cd9756ae61
Added keyboard shortcut for create community timeline action
2024-05-21 14:59:47 -04:00
68651ff736
Feat: Open conversations from community timelines.
2024-05-21 12:50:43 -06:00
94ad7ce180
Fix: Added proper name to local and federated timelines for instances on startup.
2024-05-19 19:04:34 -06:00
9c2511561a
Code cleanup
2024-05-18 17:24:28 -06:00
cd7279e83b
Change: Added check for valid communities when creating a community timeline
2024-05-18 16:53:57 -06:00
533f15de55
Feat: Added support to display local and public timelines for remote instances
2024-05-18 14:17:06 -06:00
10d2c47f9a
Updated code for handler
2024-05-17 17:46:49 -06:00
b39ccb9f2c
Started implementation of community timelines
2024-05-17 17:45:47 -06:00
2a1d86f917
Feat: Added muting posts.
2024-05-17 16:38:26 -06:00
aee2a3b8b2
Feat: display users who boosted or favorited a post.
2024-05-17 13:58:54 -06:00
fd1a64c7b8
fix: Switch to Windows 11 keymap when running Windows 11. Closes #494
2024-05-16 10:52:11 -06:00
a5cd118b99
change: Improved translation services' settings. Closes #632
2024-05-16 08:58:41 -06:00
ee4f254825
Feat: Replaced old translator module. The new translator can translate by using LibreTranslate or DeepL with an user provided API key
2024-05-15 13:56:30 -06:00
a322507f8b
Change: Dropped googletrans as is no longer maintaned.
2024-05-11 01:23:46 -06:00
d6d3f0810c
Fix: Add search buffers inside searches in GUI
2024-02-07 12:14:06 -06:00
9f80891e1d
Fix: Open actions dialogue from followers and following buffers. Closes #575
2024-02-07 12:04:24 -06:00
36420d6a5b
Fix: Added missing parameter coming from WX Widgets to some calls. Fixes GUI buttons not responding when pressed in most buffers
2024-01-07 18:28:29 -06:00
cdcbcf754a
Mastodon: Added actions for notifications. closes #517
2024-01-05 15:49:18 -06:00
e835274ce9
Mastodon: TWBlue should be able to ignore deleted messages, so it will load everything else properly
2023-12-31 14:45:05 -06:00
8b5c47da28
Core: Updated website references for TWBlue
2023-12-31 12:20:06 -06:00
6c43c419fe
Mastodon: Added autocomplete users management in account settings; user autocomplete works already in posts
2023-10-11 11:44:43 -06:00
d56c8b4372
Renamed showUserProfile to user_details to keep compatibility with invisible interface and naming pattern of functions
2023-10-10 17:43:31 -06:00
b3e0b21ee7
Merge pull request #540 from Arfs6/stop_update_running_source
...
stop updating while running from source
2023-10-10 16:50:11 -06:00