Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Mobile: Pull to refresh | Jaakko Keränen | |
2021-12-05 | Mobile: Scrolling to keep InputWidget visible | Jaakko Keränen | |
2021-12-05 | Mobile: Fixed issues with overflow-scrolling | Jaakko Keränen | |
2021-12-05 | Updated language strings | Jaakko Keränen | |
2021-12-05 | InputWidget: Simplified version for system-provided input | Jaakko 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-05 | Cleanup | Jaakko Keränen | |
2021-12-05 | Mobile: Removed unnecessary menu items | Jaakko Keränen | |
2021-12-05 | iOS: Custom editor font and adjusted positioning | Jaakko Keränen | |
2021-12-05 | iOS: Monospace text view font | Jaakko Keränen | |
2021-12-05 | iOS: Multiline text input using UITextView | Jaakko Keränen | |
2021-12-04 | iOS: Right-aligned input fields | Jaakko Keränen | |
2021-12-04 | iOS: Position system input controls during animation | Jaakko Keränen | |
2021-12-04 | Mobile: Swiping back from bookmark editors | Jaakko Keränen | |
2021-12-04 | iOS: Setting up a system-provided text input control | Jaakko Keränen | |
2021-12-04 | ListWidget: Fixed touch scrolling issue | Jaakko Keränen | |
2021-12-04 | Fixed UI glitches after sidebar changes | Jaakko Keränen | |
2021-12-04 | SidebarWidget: Mobile bookmark editing mode | Jaakko Keränen | |
ListWidget can use drag handles on items. | |||
2021-12-04 | Mobile: Sidebar actions for Feeds, History | Jaakko Keränen | |
2021-12-04 | Mobile: Sidebar is now a vertically sliding panel | Jaakko 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-03 | Improving identity use | Jaakko 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-03 | Mobile: Manage Identities via Settings | Jaakko Keränen | |
2021-12-02 | Mobile: Layout of the Identities list | Jaakko Keränen | |
2021-12-02 | VisBuf: Respect the Paint origin | Jaakko Keränen | |
2021-12-02 | Widget: Widget rearrangement issues | Jaakko 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-02 | Avoid capitalizing headings in .po files | Jaakko Keränen | |
All-caps should be applied at runtime when appropriate. | |||
2021-12-02 | Mobile: Button group style; upload dialog tweaks | Jaakko Keränen | |
Use checkmarks for selections in button groups. | |||
2021-12-02 | Mobile: Button group appearance | Jaakko Keränen | |
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
2021-12-01 | Added switching to the identity toolbar menu | Jaakko 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-01 | Cleanup | Jaakko Keränen | |
2021-11-30 | Mobile: Fixed scrolling of long popup menus | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Crash when switching Feeds mode | Jaakko Keränen | |
Updating items immediately destroys the action widgets. | |||
2021-11-30 | Mobile: No Downloads menu item | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Icons for the Unread/All filter menu | Jaakko Keränen | |
2021-11-30 | iOS: Cleanup | Jaakko Keränen | |
Skip the font download suggestion, and fixed an uninitialized value. | |||
2021-11-30 | iOS: Use libwebpdecoder in the build | Jaakko Keränen | |
2021-11-30 | Bumped version numbers to 1.10 | Jaakko Keränen | |
2021-11-30 | Merge branch 'dev' into work/v1.10 | Jaakko Keränen | |
2021-11-30 | Updated release notes | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Added short label for Mark All as Read | Jaakko Keränen | |
The sidebar doesn't have much room so use a different label for the button. | |||
2021-11-29 | Lang: Don't use `c-format` .po flag on timestamps | Jaakko 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-29 | Updated release notes | Jaakko Keränen | |
2021-11-29 | Windows: Tell WinSparkle the correct app version | Jaakko Keränen | |
2021-11-29 | Git: Ignore temporary files | Jaakko Keränen | |
2021-11-29 | Bumped version number to 1.9.2 | Jaakko Keränen | |
2021-11-29 | Windows: Order of main menu items | Jaakko Keränen | |
Place the "Check for Updates" item immediately following Preferences, like on macOS. | |||
2021-11-29 | Fixed crash when creating a bookmark | Jaakko Keränen | |
The parent folder pointer was possibly uninitialized. | |||
2021-11-29 | Updated language strings | Jaakko Keränen | |
2021-11-29 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-11-29 | Updated release notes | Jaakko Keränen | |