summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-07-17Updated release notesJaakko Keränen
2021-07-16DocumentWidget: Shortcut for ignoring expirationJaakko Keränen
2021-07-16Allow override for certificate expiryJaakko Keränen
The user is able to ignore certificate expiry and continue loading the page regardless. This adds a one hour exception to the expiration date.
2021-07-16Updated release notesJaakko Keränen
2021-07-16Updated HelpJaakko Keränen
2021-07-16Improved TOFU implementationJaakko Keränen
If a server sends a different certificate (checked by matching public key fingerprints), abort the connection at the TLS handshake stage. A new error page is shown explaining the situation. A button is provided for conveniently opening Page Information, where trust can be updated. The file format of "visited.txt" was updated, so it is now called "visited.2.txt". The new format includes server port numbers, and the fingerprints are calculated based on public keys. IssueID #308 IssueID #309 IssueID #310
2021-07-15Fixing regressions text metrics, InputWidgetJaakko Keränen
`run_Font_` was moving the Y cursor position twice for each line break. Checking for the HarfBuzz UNSAFE_TO_BREAK flag leads to some unexpected behavior near edges of words. The old `tryAdvanceNoWrap` method should return the maximum horizontal advance of the text, and not the cursor position's advance. `draw_WrapText` used the wrong foreground color. `TextBuf` now uses WrapText to do all the measuring and drawing, making things much simpler.
2021-07-14Updated release notesJaakko Keränen
2021-07-14Updated README and release notesJaakko Keränen
Details about HarfBuzz and FriBidi.
2021-07-11Lang: Added strings for new preferencesJaakko Keränen
2021-07-04Updated Smol EmojiJaakko Keränen
2021-06-25Merge branch 'dev' into work/v1.6Jaakko Keränen
# Conflicts: # CMakeLists.txt
2021-06-25Updated Smol EmojiJaakko Keränen
2021-06-24Updated Smol EmojiJaakko Keränen
2021-06-24Updated Smol EmojiJaakko Keränen
2021-06-21Updated Smol EmojiJaakko Keränen
Camels and a lizard.
2021-06-18Help: WordJaakko Keränen
2021-06-17Help: Documentation for the palette.txt fileJaakko Keränen
IssueID #263
2021-06-15iOS: Bumped versionJaakko Keränen
2021-06-15Merge branch 'dev' into work/v1.6Jaakko Keränen
# Conflicts: # res/fonts/SmolEmoji-Regular.ttf
2021-06-15Updated release notes and AppDataJaakko Keränen
2021-06-15Updated Smol EmojiJaakko Keränen
2021-06-15Preferences: New Fonts tab; reorganizedJaakko Keränen
Added a fonts tab and reorganized settings more logically. Some of the General items were more appropriate for the Style page.
2021-06-11iOS: Opening a file via document pickerJaakko Keränen
Use a native file picker to open files. Declare support for .gmi/.gemini files so they can be opened via Files and share sheets.
2021-06-10Updated Smol EmojiJaakko Keränen
2021-06-10DocumentWidget: Deleting local files via link context menuJaakko Keränen
2021-06-10Preferences: Memory size limitJaakko Keränen
Memory used for RAM storage of media along with navigation history so it can be restored instantly.
2021-06-10Tight mode for Query/Feeds indicatorJaakko Keränen
2021-06-09Updated Smol EmojiJaakko Keränen
2021-06-09CertImportWidget: Respond to "input.paste"Jaakko Keränen
The "input.paste" command is triggered via menus before CertImportWidget gets the key.
2021-06-08Bumped version to 1.5.2Jaakko Keränen
2021-06-06Updated release notes and AppDataJaakko Keränen
2021-06-06Updated Smol EmojiJaakko Keränen
2021-06-06Lang: Recompiled language stringsJaakko Keränen
2021-06-06Updated Smol EmojiJaakko Keränen
2021-05-29Updated AppDataJaakko Keränen
2021-05-29Updated release notesJaakko Keränen
2021-05-29Updated release notesJaakko Keränen
2021-05-29Lang: Recompiled language stringsJaakko Keränen
2021-05-29Keys: Redundant split menu language stringsJaakko Keränen
2021-05-29Preferences: Added toggle for UI animationsJaakko Keränen
2021-05-29Gempub: Fixed glitches in DocumentWidgetJaakko Keränen
2021-05-28Smol Emoji: Added Person and checkboxesJaakko Keränen
2021-05-28Lang: Translations for New Identity scopesJaakko Keränen
2021-05-28Updated release notesJaakko Keränen
2021-05-27Updated Smol EmojiJaakko Keränen
Added Gear.
2021-05-27Updated Smol EmojiJaakko Keränen
2021-05-27Updated Smol EmojiJaakko Keränen
2021-05-27Fixed link to LICENSE_SmolEmoji.txtJaakko Keränen
2021-05-27Added OFL license for Smol EmojiJaakko Keränen
IssueID #283