Jaakko Keränen
Jaakko Keränen
Some progress with this: https://skyjake.fi/@jk/105682877581402417
iOS TestFlight has started: https://gmi.skyjake.fi/gemlog/2021-03_testflight.gmi
Android pre-release repository: https://skyjake.github.io/fdroid/repo
@marek22k > Is the mobile version a complete reimplementation or is the code from the desktop version used? The mobile versions use the same code as on the desktop. The...
I had difficulties implementing all the standard window behaviors with the custom frame. This was one of the issues. Another issue was right-clicking the title bar, which should show the...
Makes sense.
I did consider Iapetus, but chose to implement Titan first because 1) it's equivalent to a Gemini request followed by a payload, and 2) the response that the client receives...
> I find the password thing in Titan to be odd. Titan's "token" parameter is optional. You can just leave it out if it isn't needed. When not using a...
From an implementation perspective, I can (and did) implement clientside Titan support simply by tacking on the payload data and URL parameters to the existing Gemini request code. The response...
> If you're editing a page, you can spend a long time editing that text, believing all is well, only to have it rejected by the server. That's horrible UX....