Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-10 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-10 | Cleanup | Jaakko Keränen | |
2021-12-10 | Mobile: Minimum width for the top dialog panel | Jaakko Keränen | |
The top panel should not be too narrow, and if it doesn't fit, fall back to a layered page view. | |||
2021-12-10 | Fixed history with multiple items having the same URL | Jaakko Keränen | |
If there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward. | |||
2021-12-10 | Mobile: UploadWidget styling | Jaakko Keränen | |
2021-12-09 | UploadWidget: Improved layout; path editing | Jaakko Keränen | |
2021-12-09 | Mobile: UploadWidget allows editing URL path | Jaakko Keränen | |
2021-12-09 | iOS: Fixes and new edit menu for UploadWidget | Jaakko Keränen | |
The sizing and behavior of the input field on the plain text upload page is much improved. | |||
2021-12-09 | UploadWidget: Bold identity names | Jaakko Keränen | |
2021-12-09 | UploadWidget: Improved Identity dropdown | Jaakko Keränen | |
Better colors, keep the menu button fixed-height. | |||
2021-12-09 | Avoid allocations in event processing | Jaakko Keränen | |
The command string processing is done very often (e.g., whenever the mouse moves, potentially), so avoid allocating garbage-collected memory. | |||
2021-12-09 | Mobile: UploadWidget work-in-progress | Jaakko Keränen | |
Added a context menu for text editing actions. | |||
2021-12-09 | iOS: Use accent color in input fields | Jaakko Keränen | |
2021-12-09 | iOS: Fixed backups in InputWidget | Jaakko Keränen | |
2021-12-08 | iOS: Bumped version number to 1.10 (2); updated release notes | Jaakko Keränen | |
2021-12-08 | Recompiled language strings | Jaakko Keränen | |
2021-12-08 | Mobile: Hide iOS text view background; Translation panel positioning | Jaakko Keränen | |
Mobile panels should always be root-parented, but the source document relationship is currently not communicated in any other way. | |||
2021-12-08 | Mobile: Minor font/text sizing tweaks | Jaakko Keränen | |
2021-12-08 | DocumentWidget: Clear selection if document changes | Jaakko Keränen | |
2021-12-08 | iOS: Fixed safe area inset issues | Jaakko Keränen | |
2021-12-08 | Mobile: SmoothScroll pull flags; menu and value input sizing | Jaakko Keränen | |
2021-12-08 | iOS: Fixed text field position was shifting | Jaakko Keränen | |
The field was not tall enough, so it was scrolling slightly. Some of the changes in InputWidget may have been unnecessary. | |||
2021-12-08 | DocumentWidget: Trying to fix swipe animations | Jaakko Keränen | |
Document swipe animations are now almost fully working, except for an aborted forward navigation (swipe from right edge). | |||
2021-12-08 | Mobile: Outline mode for disabled toolbar arrows | Jaakko Keränen | |
2021-12-07 | DocumentWidget: Fixed swipe navigation | Jaakko Keränen | |
TODO: If the swipe is aborted, the state ends up wrong. | |||
2021-12-07 | Document-specific palettes | Jaakko Keränen | |
Manage a color palette separately for each GmDocument, and activate one of them globally whenever a document is being drawn. Palettes are cached in memory. | |||
2021-12-07 | DocumentWidget: Fixing glitches in swipe navigation | Jaakko Keränen | |
TODO: There should be a better method for copying the full state of the DocumentWidget to another one. | |||
2021-12-07 | Cleanup | Jaakko Keränen | |
2021-12-07 | DocumentWidget: Footer button background color | Jaakko Keränen | |
With the white theme(s), the footer buttons were not prominent enough. | |||
2021-12-07 | iOS: Text field tint colors | Jaakko Keränen | |
2021-12-07 | SmoothScroll: Allow overflow scrolling always | Jaakko Keränen | |
This is needed for triggering pull actions. | |||
2021-12-07 | Mobile: Use compact input prompt on tablet | Jaakko Keränen | |
2021-12-07 | Cleanup | Jaakko Keränen | |
2021-12-07 | DocumentWidget: Don't trim space if user entered only spaces | Jaakko Keränen | |
2021-12-07 | CertListWidget: Show current page's URL in menu | Jaakko Keränen | |
2021-12-07 | InputWidget: Buffered content is limited by max height | Jaakko Keränen | |
2021-12-07 | SidebarWidget: Edit mode vs. folders; "No Unread Entries" | Jaakko Keränen | |
2021-12-06 | iOS: Updated release notes | Jaakko Keränen | |
2021-12-06 | iOS: Updated build date | Jaakko Keränen | |
2021-12-06 | iOS: Platform-specific release notes and Help | Jaakko Keränen | |
TODO: Help needs rewriting from a mobile perspective. | |||
2021-12-06 | Mobile: Tablet fixes | Jaakko Keränen | |
2021-12-06 | iOS: Portrait phone sidebar actions padding | Jaakko Keränen | |
2021-12-06 | Mobile: Tablet fixes | Jaakko Keränen | |
Various issues with safe areas and font sizes. | |||
2021-12-06 | DocumentWidget: Footer buttons vs. phone toolbar | Jaakko Keränen | |
The toolbar should only be accounted for in portrait orientation. Footer buttons no longer have a padding for the toolbar. | |||
2021-12-05 | iOS: Register Iosevka for the monospace input widget | Jaakko Keränen | |
2021-12-05 | Widget: Added flag to always fade the background | Jaakko Keränen | |
2021-12-05 | Mobile: Fixed layout issue during animation | Jaakko Keränen | |
Update sliding sidebar height with the correct values for the frame. | |||
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 | |