Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Android: Show build version and date in Settings > About | Jaakko Keränen | |
2022-01-01 | Updated copyright year | Jaakko Keränen | |
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 | Android: Updating for latest SDL and revised Gradle project | Jaakko Keränen | |
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-27 | Android: Keyboard height; other fixes | Jaakko Keränen | |
Send a notification from the Java side when the software keyboard is shown. | |||
2021-12-26 | iOS: Bumped version and updated release notes | Jaakko Keränen | |
2021-12-25 | iOS: Default to idle sleep enabled | Jaakko Keränen | |
2021-12-25 | "Idle sleep" seems unnecessary with SDL 2.0.18 | Jaakko Keränen | |
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-18 | Added LinkInfo | Jaakko Keränen | |
2021-12-17 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-15 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-14 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-10 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |
2021-12-08 | iOS: Bumped version number to 1.10 (2); 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-05 | iOS: Register Iosevka for the monospace input widget | Jaakko Keränen | |
2021-12-05 | iOS: Custom editor font and adjusted positioning | Jaakko Keränen | |
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
2021-11-30 | Bumped version numbers to 1.10 | Jaakko Keränen | |
2021-11-29 | Bumped version number to 1.9.2 | Jaakko Keränen | |
2021-11-27 | Bumped version number to 1.9.1 | Jaakko Keränen | |
2021-11-23 | Added Turkish UI language | Jaakko Keränen | |
IssueID #396 | |||
2021-11-21 | Cleanup | Jaakko Keränen | |
2021-11-21 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi | |||
2021-11-14 | Localized language names in Preferences | Jaakko Keränen | |
Each dropdown item now uses its own language. This avoids the need to translate all language names to every language, and also helps the user to find the language(s) they understand. The name strings are incorporated as C11 u8"" string literals, which hopefully won't cause compatibility issues as the_Foundation already requires C11. Note that the Translation dialog retains the localized language labels because the user may not speak the source language, so they need to see it in their own language. IssueID #391 | |||
2021-11-14 | CMake: use GNUInstallDirs for *nix | Anna “CyberTailor” | |
2021-11-14 | Bumped version number to 1.8.3 | Jaakko Keränen | |
2021-11-14 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c | |||
2021-11-08 | Bumped version number to 1.8.2 | Jaakko Keränen | |
2021-11-07 | macOS: Use Sparkle for automatic updates | Jaakko Keränen | |
2021-11-07 | Windows: Call the updater; added a missing resources | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # src/lang.c | |||
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-03 | Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev | Jaakko Keränen | |
2021-11-03 | Freedesktop: Desktop file syntax | Jaakko Keränen | |
2021-10-31 | Changed format of resources.lgr | Jaakko Keränen | |
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary. resources.lgr is also a valid fontpack, for loading the built-in fonts. IssueID #363 | |||
2021-10-31 | Cleanup | Jaakko Keränen | |
Removed extra font installation from CMakeLists. These are available separately and not managed by CMake. | |||
2021-10-31 | Bumped version number to 1.8.1 | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-26 | Unbundle the extra fonts | Jaakko Keränen | |
2021-10-24 | Added Banner | Jaakko Keränen | |
Banner will take over everything related to the page top banner. DocumentWidget's content positioning is a bit messy, and now that the banner is no longer part of the GmDocument, it needed a bit of revising. It would still benefit from proper functions for mapping coordinates to/from the GmDocument coordinate space. | |||
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-08 | Font configuration; Prefs has a string value array | Jaakko Keränen | |
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font. | |||
2021-10-07 | Load default.fontpack from resources.lgr | Jaakko Keränen | |
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive. |