dkunzler / masterpassword

https://play.google.com/store/apps/details?id=de.devland.masterpassword
GNU General Public License v3.0
54 stars 11 forks source link

insert new domain, disable autocomplete #13

Closed brightdroid closed 9 years ago

brightdroid commented 9 years ago

When I insert a new domain, the keyboard (Swiftkey) will always try to autocomplete the domain, which does obviously not work for domains ;)

I've a Nexus 5 - Stock (root) with all updates

dkunzler commented 9 years ago

Hi, I already use the definition android:inputType="textNoSuggestions" in the layout to prevent autocorrecting with the default keyboard. Seems that swiftkey will ignore this. I will look into it, if there is a possibility to suppress this on swiftkey, too.

dkunzler commented 9 years ago

Ok, this is indeed a case where swiftkey ignores this property: http://stackoverflow.com/a/21047514

I will try the workaorund suggested in this answer. (However I don't like it)

brightdroid commented 9 years ago

Oh ok, didn't know it's actually swiftkeys fault, though it would be great if could add the workaround :)

dkunzler commented 9 years ago

since it's a one-liner and doesn't do any harm to non-swiftkey users I'll integrate it ;)

brightdroid commented 9 years ago

Great thanks :)

brightdroid commented 9 years ago

Thanks, fixed in v1.5 :)