Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | Cleanup: Omit partially translated "de" | Jaakko Keränen | |
Only show the languages that are currently (more or less) fully translated. IssueID #192 | |||
2021-03-26 | Cleanup | Jaakko Keränen | |
2021-03-25 | Preferences: Removed extra % characters | Jaakko Keränen | |
2021-03-25 | Preferences: Revised language selection dropdown | Jaakko Keränen | |
Visible IDs since the language names are also localized. | |||
2021-03-25 | Lang: Added Chinese (Simplified) | Jaakko Keränen | |
IssueID #192 | |||
2021-03-24 | Preferences: Added Russian and German UI languages | Jaakko Keränen | |
2021-03-23 | Lang: Added Russian to resources | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | UI language preference; switching at runtime | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Applied string IDs everywhere | Jaakko Keränen | |
More or less everywhere? IssueID #192 | |||
2021-03-23 | Lang: Applied more string IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-21 | iOS: Save to Files; hide toolbar on scroll | Jaakko Keränen | |
There is no downloads directory on mobile. Instead, the downloaded file is temporarily cached and given to the iOS document picker to export. Added an option to hide the bottom toolbar while scrolling down. | |||
2021-03-18 | Draw soft popup menu border shadows | Jaakko Keränen | |
2021-03-18 | Scrollbar fading and periodic commands | Jaakko Keränen | |
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly. | |||
2021-03-17 | Cleanup | Jaakko Keränen | |
2021-03-16 | Translation: Remember last used languages | Jaakko Keränen | |
2021-03-16 | Mobile: Dialog layout fixes | Jaakko Keränen | |
Orientation and safe inset changes are now applied to phone dialogs. There is still the occasional unscrollable dialog, but it seems random? | |||
2021-03-15 | Mobile: Find on page, various minor tweaks | Jaakko Keränen | |
On mobile, the search bar appears at the top of the page. Keep the haptic engine running so there is no delay before each effect. After a long-press, remove the "mouse" from the display area so there is no misleading hover. Widget border top/bottom use metrics. | |||
2021-03-15 | Translation: Handling cancellation/errors | Jaakko Keränen | |
2021-03-15 | Added a page translation service | Jaakko Keränen | |
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup. | |||
2021-03-13 | Fixed resizing of input dialogs | Jaakko Keränen | |
2021-03-12 | Cut/copy/paste paste via menus | Jaakko Keränen | |
IssueID #175 | |||
2021-03-11 | Added option to word wrap plain text files | Jaakko Keränen | |
On by default because there is no horizontal scrolling for plain text files. | |||
2021-03-10 | Mobile: Phone-styled input dialog | Jaakko Keränen | |
2021-03-10 | Mobile: Styling for regular dialogs | Jaakko Keränen | |
2021-03-10 | Edge-dragging preference panels | Jaakko Keränen | |
2021-03-10 | Mobile: Working on the phone preferences | Jaakko Keränen | |
2021-03-10 | Mobile: Working on dialog styling | Jaakko Keränen | |
2021-03-09 | Mobile: Revising phone-style dialogs | Jaakko Keränen | |
Sliding panels and left-edge swipes. | |||
2021-03-06 | Rasterize a few glyphs on every frame | Jaakko Keränen | |
Also various widget fixes/improvements. | |||
2021-03-06 | Mobile: Dialog styling for phones | Jaakko Keränen | |
2021-03-06 | Mobile: Widget interaction and appearance | Jaakko Keränen | |
Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets. | |||
2021-03-05 | UI color tuning; menu item backgrounds | Jaakko Keränen | |
2021-03-05 | Restructuring dialogs for mobile | Jaakko Keränen | |
On a phone, dialogs are restructured to be more vertical and full-width. | |||
2021-03-04 | LabelWidget: Added an optional icon | Jaakko Keränen | |
Label icons are intended for context menus. | |||
2021-03-04 | Fixed buttons in Import Identity dialog | Jaakko Keränen | |
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-03-02 | Server certificates may also be verified by CAs | Jaakko Keränen | |
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks. | |||
2021-02-27 | Fixed crash when creating a bookmark | Jaakko Keränen | |
IssueID #184 | |||
2021-02-26 | Visual design improvements | Jaakko Keränen | |
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference. | |||
2021-02-24 | Preferences: Dropdown styling | Jaakko Keränen | |
2021-02-24 | Source Sans Pro and Iosevka as font options | Jaakko Keränen | |
Allow the UI and monospace fonts to be used as page content fonts. | |||
2021-02-24 | Fixed text entry dialogs closing prematurely | Jaakko Keränen | |
2021-02-23 | Option to auto-reload a tab at a given interval | Jaakko Keränen | |
IssueID #116 | |||
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-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: Tweaks and changes for phone mode | Jaakko Keränen | |
Phone mode uses a modified user interface. Work in progress... |