Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-22 | Updated Smol Emoji | Jaakko Keränen | |
2022-01-21 | iOS: Bumped version, updated release notes | Jaakko Keränen | |
2022-01-20 | Android: External downloads; Back button handling; bumped version | Jaakko Keränen | |
2022-01-20 | Updated language strings | Jaakko Keränen | |
2022-01-20 | Updated language strings | Jaakko Keränen | |
2022-01-20 | Updated release notes | Jaakko Keränen | |
2022-01-17 | SidebarWidget: Fixed actions getting hidden on Feeds tab | Jaakko Keränen | |
2022-01-17 | Updated language strings | Jaakko Keränen | |
2022-01-16 | Added menu string for customizing toolbar | Jaakko Keränen | |
2022-01-16 | Updated language strings | Jaakko Keränen | |
2022-01-16 | SidebarWidget: Blank tabs cleanup | Jaakko Keränen | |
Contents of the empty sidebar (e.g., first launch) were a bit messy, with incorrect paddings and minor layout issues. | |||
2022-01-16 | Customizable navbar button actions | Jaakko Keränen | |
2022-01-14 | Updated release notes | Jaakko Keränen | |
2022-01-14 | Updated release notes | Jaakko Keränen | |
2022-01-13 | Updated language strings | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-06 | Detect Devanagari text | Jaakko Keränen | |
Tell HarfBuzz when Devanagari has been detected. TODO: Check for other languages supported by HarfBuzz (there's a long list). IssueID #345 | |||
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-05 | Updated language strings | Jaakko Keränen | |
2022-01-05 | Merge branch 'work/v1.10' into dev | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends-Android.cmake # res/about/version.gmi # res/lang/cs.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/fi.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hant.bin # src/app.c # src/main.c # src/ui/documentwidget.c # src/ui/labelwidget.c # src/ui/sidebarwidget.c # src/ui/util.c | |||
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Bumped version number; updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes, language strings | Jaakko Keränen | |
2022-01-04 | Date in Gemini feed links is de-emphasized | Jaakko Keränen | |
Use a regular font weight and dimmer color for the entry date. | |||
2022-01-03 | Android: Build date and release notes | Jaakko Keränen | |
2022-01-03 | Mobile: Updated Help | Jaakko Keränen | |
2022-01-02 | Android: Added release notes and Help page | Jaakko Keränen | |
2022-01-02 | Lang: Headings are title-cased | Jaakko Keränen | |
The uppercasing of headings will occur programmatically if appropriate. | |||
2022-01-01 | Mobile: User-configurable phone toolbar buttons | Jaakko Keränen | |
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings. | |||
2022-01-01 | iOS: Bumped version number | Jaakko Keränen | |
2021-12-31 | iOS: Bumped version, updated release notes | Jaakko Keränen | |
2021-12-30 | Added "Edit Page with Titan" | Jaakko Keränen | |
A convenient way to copy the current page's source and open the Titan upload dialog with it prefilled. IssueID #415 | |||
2021-12-29 | iOS: Sharing file content and selected text | Jaakko Keränen | |
2021-12-29 | Inline download context menu; macOS: Show in Finder | Jaakko Keränen | |
The inline downloads UI finally has some interactivity: left-clicking on a finished download opens it in the default viewer app, and right-clicking shows a context menu with relevant actions. | |||
2021-12-28 | Viewing unsupported files in another app | Jaakko Keränen | |
After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135 | |||
2021-12-26 | iOS: Bumped version and updated release notes | Jaakko Keränen | |
2021-12-25 | GmDocument: Detect an invalid link | Jaakko Keränen | |
IssueID #427 | |||
2021-12-25 | "Idle sleep" seems unnecessary with SDL 2.0.18 | Jaakko Keränen | |
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-23 | Added UI language for Dutch (nl) | 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-18 | Updated release notes | Jaakko Keränen | |
2021-12-17 | iOS: Updated release notes | Jaakko Keränen | |
2021-12-17 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-16 | Updated release notes and AUTHORS | Jaakko Keränen | |
2021-12-16 | DocumentWidget: Paste preceding line | Jaakko Keränen | |
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document. One use case for this is user-editable lines. |