Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-21 | Added identity exporting | Jaakko Keränen | |
Exporting an identity will display it in a new tab in PEM encoded format, where it can be saved or copied. IssueID #236 | |||
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Various refactorings and fixes to handle root-global and window-global state, root-specific palettes, and proper coordinate system changes (e.g., when opening menus). UI events are posted and handled in the context of a specific root. | |||
2021-04-16 | Back/Forward buttons vs. navigation position | Jaakko Keränen | |
The Back and Forward arrow buttons are disabled if the navigation position is at the end/beginning of the history. IssueID #247 | |||
2021-02-19 | iOS: Further tweaks for mobile | Jaakko Keränen | |
2021-01-27 | Added preference for maximum cache size | Jaakko Keränen | |
Rather than simply limiting each tab's cache to 50 most recent URLs, there is now a user-configurable maximum size. If more content is cached, the oldest/largest responses will be removed from memory. The default maximum cache size is 10 MB. IssueID #109 | |||
2021-01-15 | "about:debug" shows cache information | Jaakko Keränen | |
IssueID #109 | |||
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved multi-word matches | Jaakko Keränen | |
All search terms must be found in order, but may have anything between them. | |||
2020-09-07 | Lookup improvements for history content | Jaakko Keränen | |
2020-09-07 | LookupWidget: Working on history content search | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-15 | Init and scroll position improvements | Jaakko Keränen | |
Scroll positions are saved as normalized positions so they don’t get affected by zoom differences. | |||
2020-08-12 | Save and load app state (tabs, history) | Jaakko Keränen | |
2020-08-09 | Closing and duplicating tabs | Jaakko Keränen | |
2020-08-08 | Moved recent URLs history to DocumentWidget | Jaakko Keränen | |
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation. | |||
2020-08-06 | Fetch content from cache when navigating back | Jaakko Keränen | |
2020-08-05 | Mark HTTP URLs visited in the history | Jaakko Keränen | |
2020-08-04 | Remember scroll positions on visited pages | Jaakko Keränen | |
2020-07-31 | Use the full Symbola font; don't embed resources | Jaakko Keränen | |
The fonts are too large to embed comfortably. | |||
2020-07-30 | History of visited URLs; visualize time of last link visit | Jaakko Keränen | |
2020-07-29 | Looking up URL visit times | Jaakko Keränen | |
2020-07-29 | Moved History to its own type | Jaakko Keränen | |