Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-27 | Android: Keyboard height; other fixes | Jaakko Keränen | |
Send a notification from the Java side when the software keyboard is shown. | |||
2021-12-27 | Android: Logging events | Jaakko Keränen | |
2021-12-27 | Android: Added missing header | Jaakko Keränen | |
2021-12-27 | Text: Fixed simple text renderer | Jaakko Keränen | |
2021-12-27 | Reserved characters in URLs | Jaakko Keränen | |
Making URL encoding a little less convoluted. Now when sending out a request, the URL is fully encoded except for reserved characters. In the internal representation, non-ASCII characters are in decoded form (i.e., IRI). This means that if the user enters a URL in the input field manually, its non-ASCII characters will be percent encoded as well. However, in this case the user is expected to manually escape all reserved characters because the input field can't tell the difference between what is intended to be a reserved separator and what isn't. For example, a server might expect &-separated fields, and if the user enters such fields manually in the URL field, they shouldn't be converted to %26. When forming a query URL in the input dialog, user-entered text is fully percent-encoded because in that case the input is just a generic text string. IssueID #410 | |||
2021-12-26 | iOS: Bumped version and updated release notes | Jaakko Keränen | |
2021-12-26 | Mobile: Tweaking link highlight on hover | Jaakko Keränen | |
2021-12-26 | GmDocument: Detect an invalid link | Jaakko Keränen | |
IssueID #427 # Conflicts: # res/about/version.gmi | |||
2021-12-26 | Mobile: Removed "Show URL on hover" | Jaakko Keränen | |
2021-12-25 | iOS: Default to idle sleep enabled | Jaakko Keränen | |
2021-12-25 | App: Tweaking idle sleep for mobile | Jaakko Keränen | |
2021-12-25 | Mobile: Same indication for hover links and open URLs | Jaakko Keränen | |
2021-12-25 | Mobile: Link info in context menu | Jaakko Keränen | |
2021-12-25 | "Idle sleep" seems unnecessary with SDL 2.0.18 | Jaakko Keränen | |
2021-12-25 | Mobile: Fixed pull-to-refresh | Jaakko Keränen | |
2021-12-25 | Cleanup | Jaakko Keränen | |
Warnings about lost precision. | |||
2021-12-25 | SDL line drawing regression was fixed in 2.0.18 | Jaakko Keränen | |
2021-12-25 | SDL: Updated patch for 2.0.18 | Jaakko Keränen | |
There were a few changes, particularly with the precise wheel XY now being available. Lagrange v1.10 will listen to Cocoa wheel events directly, though, so these can be removed later on. | |||
2021-12-24 | Updated the_Foundation | Jaakko Keränen | |
2021-12-23 | Android: Various fixes to get things up and running | Jaakko Keränen | |
Resource paths, runtime data, ignore mouse events. Assume that the Java side tells us the display pixel density via a command line argument. | |||
2021-12-23 | Android: Updated CMake project to work as a subdirectory | Jaakko Keränen | |
Android builds produce a static library instead of a regular executable. | |||
2021-12-23 | Android: Setting up the build | Jaakko Keränen | |
2021-12-23 | LinkInfo: Show port, too | Jaakko Keränen | |
2021-12-20 | Banner: Margins | Jaakko Keränen | |
2021-12-20 | DocumentWidget: Cleaning up after refactoring | Jaakko Keränen | |
2021-12-20 | LinkInfo: More concise presentation | Jaakko Keränen | |
Bold hostname, including scheme if not `gemini`. Info is now on a single wrapped line. | |||
2021-12-20 | Cleanup | Jaakko Keränen | |
The "opened from sidebar" flag is unnecessary now. | |||
2021-12-19 | Cleanup: Group together DocumentView methods | Jaakko Keränen | |
2021-12-19 | DocumentWidget: Refactor to separate DocumentView | Jaakko Keränen | |
Work in progress, but now DocumentView at least has its own type. The relationship is a bit muddled, though. | |||
2021-12-18 | Cleanup | Jaakko Keränen | |
2021-12-18 | LinkInfo: Identity at end of first line | Jaakko Keränen | |
2021-12-18 | LinkInfo: Improved link metadata popup | Jaakko Keränen | |
2021-12-18 | TextBuf: Set base attributes for ANSI escapes | Jaakko Keränen | |
2021-12-18 | App: If in the background, don't do periodic events | Jaakko Keränen | |
Does SDL stop all timers? | |||
2021-12-18 | Added LinkInfo | Jaakko Keränen | |
2021-12-18 | DocumentWidget: Fixed open links highlight position | Jaakko Keränen | |
2021-12-18 | Updated release notes | Jaakko Keränen | |
2021-12-18 | Focusing the search input field | Jaakko Keränen | |
2021-12-18 | Image metadata; improved open URLs indicator | Jaakko Keränen | |
Put a new GmRun under an inlined image with the image metadata, so it doesn't overlap the caption text. Open URLs are now indicated with a document-width box instead of window-width box. The box is also slightly expanded for a nicer look. Links have a bit of padding around them so this doesn't cause overlaps with other runs. | |||
2021-12-18 | Banner: Increased padding in items | Jaakko Keränen | |
2021-12-18 | Nicer image metadata and open URLs highlight | Jaakko Keränen | |
Metadata of inlined images shouldn't overlap the caption text. Open URL highlights are not drawn fullwidth to avoid clashing with side elements and generally to look more consistent. | |||
2021-12-18 | Gempub: Open books in 1:2 split mode | Jaakko Keränen | |
2021-12-18 | SidebarWidget: Use correct palette for outline | Jaakko Keränen | |
The outline tab uses the current document's palette. | |||
2021-12-18 | Fixed misaligned time in audio player | Jaakko Keränen | |
TODO: This is font-dependent, so should actually use visual alignment... | |||
2021-12-17 | iOS: Updated release notes | Jaakko Keränen | |
2021-12-17 | App: Fixed links opening in the wrong split | Jaakko Keränen | |
Switching the current root may change which DocumentWidget the `open` command affects. | |||
2021-12-17 | Fixed release build | Jaakko Keränen | |
2021-12-17 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-17 | Prefs: Assert that struct layout is as expected | Jaakko Keränen | |
2021-12-17 | Mobile: Input prompt actions menu | Jaakko Keränen | |