Alpha testing Android apk

Dirk Hohndel dirk at hohndel.org
Sun Dec 27 13:22:19 PST 2015


> On Dec 27, 2015, at 12:53 PM, Willem Ferguson <willemferguson at zoology.up.ac.za> wrote:
>> 
>> I just pushed a new daily build. This one has special debug messages that should help us track down the password visibility issue. Please try that one (508) and again share the log cat with me.
> 
> Start 4.5.2.508
> enter new userid and pw
> exit program
> 
> I think you are looking for:
> 
> D/Subsurface(17977): qrc:///qml/CloudCredentials.qml:63 (onCheckedChanged): qml: changing password echoMode to 0 was 2

Yep. Something switches the echoMode to 0. So the app thinks that you tapped on the "show password" checkbox (which I guess you didn't).


> D/Subsurface(17977): (null):0 ((null)): Starting "Subsurface-mobile:4.5.2.508:Android 4.3:arm:en-GB"
> D/Subsurface(17977): (null):0 ((null)): verbose is 1
> W/Subsurface(17977): qrc:///qml/main.qml:113 ((null)): qrc:///qml/main.qml:113:5: QML Action: Binding loop detected for property "checked"

Dang, I though I fixed that. But as my commit message on that patch says... I have no idea what I'm doing

> D/Subsurface(17977): qrc:///qml/CloudCredentials.qml:101 (onCompleted): qml: password echoMode is 2

When the page is created, the echo mode is set to password, just as we want it to be

> D/Subsurface(17977): qrc:///qml/CloudCredentials.qml:63 (onCheckedChanged): qml: changing password echoMode to 0 was 2

And then something switches it to 0 (which is normal mode)
Assuming that you didn't tap on that checkbox, I'm kinda out of ideas... out of curiosity... does the checkbox state change (so does it show as selected)? What happens when you tap on it exactly once?

/D


More information about the subsurface mailing list