summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-11-30Mobile: No Downloads menu itemJaakko Keränen
2021-11-30SidebarWidget: Icons for the Unread/All filter menuJaakko Keränen
2021-11-30iOS: CleanupJaakko Keränen
Skip the font download suggestion, and fixed an uninitialized value.
2021-11-30iOS: Use libwebpdecoder in the buildJaakko Keränen
2021-11-30Bumped version numbers to 1.10Jaakko Keränen
2021-11-30Merge branch 'dev' into work/v1.10Jaakko Keränen
2021-11-30Updated release notesJaakko Keränen
2021-11-30SidebarWidget: Added short label for Mark All as ReadJaakko Keränen
The sidebar doesn't have much room so use a different label for the button.
2021-11-29Lang: Don't use `c-format` .po flag on timestampsJaakko Keränen
The C `printf` formatting doesn't encompass timestamp formatting with `strftime`. Weblate only understands and checks `printf` format strings. IssueID #408
2021-11-29Updated release notesJaakko Keränen
2021-11-29Windows: Tell WinSparkle the correct app versionJaakko Keränen
2021-11-29Git: Ignore temporary filesJaakko Keränen
2021-11-29Bumped version number to 1.9.2Jaakko Keränen