punch list for public beta of Subsurface-mobile for Android

Dirk Hohndel dirk at hohndel.org
Fri Feb 5 09:06:00 PST 2016


On Fri, Feb 05, 2016 at 05:01:16PM +0100, Marco Martin wrote:
> > 
> > - edit button: the magic button has suddenly become super unreliable. I
> >   have to tap it many many times before it starts the edit. And obviously
> >   several others have reported this already as well.
> >   Marco, Sebastian, any idea what's up with that?
> >   As a stop gap measure I think we should add back a button in the TopBar
> >   that switches from "Edit" to "Cancel".
> 
> is it now using the components from master?

Yes - my build script automatically pulls the latest from the plasma
mobile master prior to creating an APK.

> > - keyboard size error: especially in landscape - the content of the page
> >   being edited shifts up too much and there's a big empty area above the
> >   keyboard.
> >   Sebastian, I know that you said you know what causes that. Any chance
> >   you can look into this issue?
> 
> maybe for the first release the attached patch should be used until we figure 
> out what't broken in keyboard management in Android

> diff --git a/components/mobilecomponents/qml/ApplicationWindow.qml b/components/mobilecomponents/qml/ApplicationWindow.qml
> index c71c4e9..8b6342e 100644
> --- a/components/mobilecomponents/qml/ApplicationWindow.qml
> +++ b/components/mobilecomponents/qml/ApplicationWindow.qml
> @@ -131,7 +131,6 @@ ApplicationWindow {
>          id: __pageStack
>          anchors {
>              fill: parent
> -            bottomMargin: Qt.inputMethod.keyboardRectangle.height
>          }
>          focus: true
>          Keys.onReleased: {

Sure, I can do that and test if that fixes the problem. Unfortunately I
didn't bring my 10" tablet (where this is the easiest to reproduce) to the
office this morning.

/D



More information about the subsurface mailing list