From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from oat.nine.sirjofri.de ([5.45.105.127]) by ewsd; Fri Oct 2 02:22:14 -0400 2020 Received: from sirjofri.de ([94.222.62.23]) by oat; Fri Oct 2 07:56:54 CES 2020 Date: Fri, 2 Oct 2020 05:58:01 +0000 (UTC) From: sirjofri+ml-9front@sirjofri.de To: Eli Cohen <9front@9front.org> Cc: 9front@9front.org Message-ID: <0e738756-f47a-49c4-98b6-0a60e639eef4@sirjofri.de> In-Reply-To: References: Subject: Re: [9front] drawterm app for android 7.0 and up (hopefully) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: <0e738756-f47a-49c4-98b6-0a60e639eef4@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open-source anonymous session-based lifecycle method Hi, 02.10.2020 07:39:41 Eli Cohen : > I have posted a binary .apk file on github of a recent version of > drawterm I packaged up as an android app. I only have an arm64 android > 11 phone, so I can't test it very thoroughly myself... Something like a report. I have a pixel 4 with current android version 11. Drawterm started and I was able to create my server connections. I found the screen (the Plan 9 Console window with blue border) being unreliable, sometimes not showing up at all, sometimes it was there but didn't show any text. It could be a connection error (that it didn't have anything to show) or the inability to show text. As there is no soft keyboard support (which is sad, btw) I wasn't able to start a factotum with a secstore prompt before starting rio (with bitsy keyboard). I think I need to add another branch to lib/profile to handle this properly (starting factotum, opening rio with bitsy, manually load keys from secstore or something like that). Opening windows with the finger works, sometimes it seems like the actual pointer is right over the finger (especially when typing on the bitsy keyboard). When switching the application, the window screen turns to black. I needed to do something on the screen (klick somewhere) to redraw it. Hitting android back button always kills the app. This happens inside a session (a dialog would be good here), inside the connection configuration (instead of switching back) and inside the existing connection overview (which is fine, I think). Anyways, good work on the app. Thank you very much! sirjofri