Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-07 | SidebarWidget: Mobile fonts | Jaakko Keränen | |
2021-03-06 | SidebarWidget: Keeping track of edited bookmark | Jaakko Keränen | |
2021-03-05 | Menu item icons | Jaakko Keränen | |
2021-03-05 | Defined a set of UI icons; use in menus | Jaakko Keränen | |
2021-03-04 | Save identity usage changes immediately | Jaakko Keränen | |
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-02-25 | SidebarWidget: Skip future-dated feed entries | Jaakko Keränen | |
2021-02-24 | SidebarWidget: Draw a border | Jaakko Keränen | |
2021-02-23 | SidebarWidget: Improved appearance | Jaakko Keränen | |
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings. | |||
2021-02-23 | Option to auto-reload a tab at a given interval | Jaakko Keränen | |
IssueID #116 | |||
2021-02-23 | SidebarWidget: Bold headings; item spacing | Jaakko Keränen | |
2021-02-23 | Editing bookmark icons | Jaakko Keränen | |
IssueID #140 | |||
2021-02-22 | Allow user to set any character as bookmark icon | Jaakko Keränen | |
The custom icons only appear in bookmark and feed lists, though. | |||
2021-02-22 | Dialog buttons on the right | Jaakko Keränen | |
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left. | |||
2021-02-22 | iOS: Font adjustments | Jaakko Keränen | |
2021-02-22 | SidebarWidget: Feed entry appearance | Jaakko Keränen | |
2021-02-21 | iOS: Working on menu styling | Jaakko Keränen | |
2021-02-21 | Animated widget offsets; phone sidebars | Jaakko Keränen | |
2021-02-20 | Revising sidebar placement for phones | Jaakko Keränen | |
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement. | |||
2021-02-20 | iOS: Removed 2nd sidebar; background tweaks | Jaakko Keränen | |
2021-02-19 | iOS: Adjusting the UI for a tablet screen | Jaakko Keränen | |
2021-02-18 | iOS: Working on touch event handling | Jaakko Keränen | |
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already). | |||
2021-02-14 | SidebarWidget: Handling feed entry URLs with spaces | Jaakko Keränen | |
The sidebar failed to realize that an entry was the current one and/or already read, because URL encoding is not consistently applied. This needs addressing soon — internally, all URLs should have a consistent format (fully encoded or decoded, NFC normalized). | |||
2021-01-29 | SidebarWidget: Fixed word wrapping issue in unread feed titles | Jaakko Keränen | |
Text width was measured with the wrong font. | |||
2021-01-18 | Fixed opening heading feed entries in a tab | Jaakko Keränen | |
The heading goto fragment wasn't being stripped appropriately from the URLs. | |||
2021-01-18 | SidebarWidget: New color for feed names | Jaakko Keränen | |
Separate the entry titles from the feed titles. | |||
2021-01-16 | SidebarWidget: Added "Copy Fingerprint" for identities | Jaakko Keränen | |
2021-01-12 | SidebarWidget: Limit to 100 feed entries | Jaakko Keränen | |
Not including separators. | |||
2021-01-12 | Fixed: Percent-encode spaces when copying | Jaakko Keränen | |
IssueID #112 | |||
2021-01-10 | SidebarWidget: Feed unread status vs. context menu | Jaakko Keränen | |
2021-01-02 | SidebarWidget: Background color for remote bookmarks | Jaakko Keränen | |
2021-01-02 | Bookmarks: Remote bookmarks grouped under source | Jaakko Keränen | |
Rather than mix remote bookmarks with local ones, group them under the source bookmark in "pseudo-folder" fashion. The source is shown as bold. | |||
2020-12-29 | SidebarWidget: Finetuning the secondary item colors | Jaakko Keränen | |
2020-12-29 | Added a bold UI font | Jaakko Keränen | |
The bold UI label font is used for highlighted sidebar items and default buttons. | |||
2020-12-28 | SidebarWidget: Opening feed entries in new tab | Jaakko Keränen | |
2020-12-27 | SidebarWidget: Fixed editing identity notes | Jaakko Keränen | |
2020-12-19 | Changed the remote bookmark icon | Jaakko Keränen | |
The cloud character U+2601 is already used as a site icon. | |||
2020-12-19 | Duplicating a bookmark; cloud icon color | Jaakko Keränen | |
2020-12-19 | SidebarWidget: Disable menu items for remote bookmarks | Jaakko Keränen | |
2020-12-19 | Remote bookmark sources | Jaakko Keränen | |
Bookmarks tagged "remotesource" are fetched and all links are treated as remote bookmarks. Remote bookmarks are not saved locally. | |||
2020-12-19 | Open links from sidebar in new tabs | Jaakko Keränen | |
Added context menu items for opening in new tabs, and the modifier keys work like in DocumentWidget. IssueID #77 | |||
2020-12-19 | "Edit Feed..." opens Feed Settings | Jaakko Keränen | |
2020-12-19 | SidebarWidget: Hide unimplemented menu items | Jaakko Keränen | |
IssueID #80 | |||
2020-12-16 | Fixed link to Help from the Identities sidebar tab | Jaakko Keränen | |
2020-12-12 | Added option to show URL paths as encoded or decoded | Jaakko Keränen | |
IssueID #73 | |||
2020-12-10 | SidebarWidget: Cleanup; Identities context menu | Jaakko Keränen | |
2020-12-10 | Feeds: Show entries in lookup results | Jaakko Keränen | |
2020-12-09 | SidebarWidget: Fixed layout issue | Jaakko Keränen | |
After launching with the sidebar closed, it would open with an incorrect height. | |||
2020-12-04 | SidebarWidget: Confirmation dialogs vs. which sidebar | Jaakko Keränen | |
Identify the owner of the dialog using the normal widget "ptr:" argument. |