summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2022-01-29Hierarchical navigation with Gopher and TitanJaakko Keränen
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini.
2022-01-28iOS: Updated release notesJaakko Keränen
2022-01-28Updated release notesJaakko Keränen
2022-01-28Updated release notesJaakko Keränen
2022-01-27Updated release notesJaakko Keränen
2022-01-26Added a man pageJaakko Keränen
Generated with Pandoc.
2022-01-24Android: Bumped version number; updated release notesJaakko Keränen
2022-01-24iOS: Bumped version number; updated release notesJaakko Keränen
2022-01-24Gopher: Set item type to 1 when navigating to parentJaakko Keränen
As suggested in: gemini://ruario.flounder.online/gemlog/2022-01-19_Some_Gopher_improvements_for_Lagrange.gmi
2022-01-24Updated release notes and Smol EmojiJaakko Keränen
2022-01-22Updated Smol EmojiJaakko Keränen
2022-01-21iOS: Bumped version, updated release notesJaakko Keränen
2022-01-20Android: External downloads; Back button handling; bumped versionJaakko Keränen
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Updated release notesJaakko Keränen
2022-01-17SidebarWidget: Fixed actions getting hidden on Feeds tabJaakko Keränen
2022-01-17Updated language stringsJaakko Keränen
2022-01-16Added menu string for customizing toolbarJaakko Keränen
2022-01-16Updated language stringsJaakko Keränen
2022-01-16SidebarWidget: Blank tabs cleanupJaakko Keränen
Contents of the empty sidebar (e.g., first launch) were a bit messy, with incorrect paddings and minor layout issues.
2022-01-16Customizable navbar button actionsJaakko Keränen
2022-01-14Updated release notesJaakko Keränen
2022-01-14Updated release notesJaakko Keränen
2022-01-13Updated language stringsJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-07Updated release notesJaakko Keränen
2022-01-06Detect Devanagari textJaakko 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-05Updated release notesJaakko Keränen
2022-01-05Updated language stringsJaakko Keränen
2022-01-05Merge branch 'work/v1.10' into devJaakko 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-05Updated release notesJaakko Keränen
2022-01-04Bumped version number; updated release notesJaakko Keränen
2022-01-04Updated release notesJaakko Keränen
2022-01-04Updated release notes, language stringsJaakko Keränen
2022-01-04Date in Gemini feed links is de-emphasizedJaakko Keränen
Use a regular font weight and dimmer color for the entry date.
2022-01-03Android: Build date and release notesJaakko Keränen
2022-01-03Mobile: Updated HelpJaakko Keränen
2022-01-02Android: Added release notes and Help pageJaakko Keränen
2022-01-02Lang: Headings are title-casedJaakko Keränen
The uppercasing of headings will occur programmatically if appropriate.
2022-01-01Mobile: User-configurable phone toolbar buttonsJaakko Keränen
Actions for the first two mobile portrait phone toolbar buttons can be chosen in Settings.
2022-01-01iOS: Bumped version numberJaakko Keränen
2021-12-31iOS: Bumped version, updated release notesJaakko Keränen
2021-12-30Added "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-29iOS: Sharing file content and selected textJaakko Keränen
2021-12-29Inline download context menu; macOS: Show in FinderJaakko 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-28Viewing unsupported files in another appJaakko Keränen
After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135
2021-12-26iOS: Bumped version and updated release notesJaakko Keränen
2021-12-25GmDocument: Detect an invalid linkJaakko Keränen
IssueID #427