summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-07iOS: Text field tint colorsJaakko Keränen
2021-12-07SmoothScroll: Allow overflow scrolling alwaysJaakko Keränen
This is needed for triggering pull actions.
2021-12-07Mobile: Use compact input prompt on tabletJaakko Keränen
2021-12-07CleanupJaakko Keränen
2021-12-07DocumentWidget: Don't trim space if user entered only spacesJaakko Keränen
2021-12-07CertListWidget: Show current page's URL in menuJaakko Keränen
2021-12-07InputWidget: Buffered content is limited by max heightJaakko Keränen
2021-12-07SidebarWidget: Edit mode vs. folders; "No Unread Entries"Jaakko Keränen
2021-12-06iOS: Updated release notesJaakko Keränen
2021-12-06iOS: Updated build dateJaakko Keränen
2021-12-06iOS: Platform-specific release notes and HelpJaakko Keränen
TODO: Help needs rewriting from a mobile perspective.
2021-12-06Mobile: Tablet fixesJaakko Keränen
2021-12-06iOS: Portrait phone sidebar actions paddingJaakko Keränen
2021-12-06Mobile: Tablet fixesJaakko Keränen
Various issues with safe areas and font sizes.
2021-12-06DocumentWidget: Footer buttons vs. phone toolbarJaakko Keränen
The toolbar should only be accounted for in portrait orientation. Footer buttons no longer have a padding for the toolbar.
2021-12-05iOS: Register Iosevka for the monospace input widgetJaakko Keränen
2021-12-05Widget: Added flag to always fade the backgroundJaakko Keränen
2021-12-05Mobile: Fixed layout issue during animationJaakko Keränen
Update sliding sidebar height with the correct values for the frame.
2021-12-05Mobile: Pull to refreshJaakko Keränen
2021-12-05Mobile: Scrolling to keep InputWidget visibleJaakko Keränen
2021-12-05Mobile: Fixed issues with overflow-scrollingJaakko Keränen
2021-12-05Updated language stringsJaakko Keränen
2021-12-05InputWidget: Simplified version for system-provided inputJaakko Keränen
Instead of a tangle of `#if`s, it might be better to have a separate source file for the simple controller of the system-provided input control.
2021-12-05CleanupJaakko Keränen
2021-12-05Mobile: Removed unnecessary menu itemsJaakko Keränen
2021-12-05iOS: Custom editor font and adjusted positioningJaakko Keränen
2021-12-05iOS: Monospace text view fontJaakko Keränen
2021-12-05iOS: Multiline text input using UITextViewJaakko Keränen
2021-12-04iOS: Right-aligned input fieldsJaakko Keränen
2021-12-04iOS: Position system input controls during animationJaakko Keränen
2021-12-04Mobile: Swiping back from bookmark editorsJaakko Keränen
2021-12-04iOS: Setting up a system-provided text input controlJaakko Keränen
2021-12-04ListWidget: Fixed touch scrolling issueJaakko Keränen
2021-12-04Fixed UI glitches after sidebar changesJaakko Keränen
2021-12-04SidebarWidget: Mobile bookmark editing modeJaakko Keränen
ListWidget can use drag handles on items.
2021-12-04Mobile: Sidebar actions for Feeds, HistoryJaakko Keränen
2021-12-04Mobile: Sidebar is now a vertically sliding panelJaakko Keränen
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page.
2021-12-03Improving identity useJaakko Keränen
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently. The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity.
2021-12-03Mobile: Manage Identities via SettingsJaakko Keränen
2021-12-02Mobile: Layout of the Identities listJaakko Keränen
2021-12-02VisBuf: Respect the Paint originJaakko Keränen
2021-12-02Widget: Widget rearrangement issuesJaakko Keränen
There were issues where popup menus would only get wider and never narrower. Arrangements should not be dependent on the results of a previous one.
2021-12-02Avoid capitalizing headings in .po filesJaakko Keränen
All-caps should be applied at runtime when appropriate.
2021-12-02Mobile: Button group style; upload dialog tweaksJaakko Keränen
Use checkmarks for selections in button groups.
2021-12-02Mobile: Button group appearanceJaakko Keränen
2021-12-02Refactored CertListWidget out of the sidebarJaakko Keränen
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
2021-12-01Added switching to the identity toolbar menuJaakko Keränen
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered.
2021-12-01CleanupJaakko Keränen
2021-11-30Mobile: Fixed scrolling of long popup menusJaakko Keränen
2021-11-30SidebarWidget: Crash when switching Feeds modeJaakko Keränen
Updating items immediately destroys the action widgets.