João Eudes Lima

Results 21 comments of João Eudes Lima

Hi @michaelschofield, this is a valid request! I hope to meet this need, although the logic is not complicated, need to dedicate a little work on the issue of separating...

You can use: ```kt private val authorizationLauncher = registerLauncherResultAuthorization { result -> result.dataSuccess?.let { } result.exception?.let { Timber.e(it) } } private val logoutLauncher = registerLauncherResultAuthorization { result -> result.dataSuccess?.let {...

Because try load this service in devices no Huawei or without Huawei Services? Same problem here: Brand: Samsung Model:Galaxy Tab A Version:Android 7.1.2 Rooted:Yes

Hi @antelle, thanks for reply! Yes, I tested it in other applications KeePass and not works! I don't remember it well, but I imagine it is something related to the...

But is not only the credentials saved, because i can't open on any other keepass app after that problem

@antelle I found the problem, after change the password (Configs -> add master password, confirmation and press `Ctrl + S`), the inputs is cleaned and the password is defined as...

I'm going through the same problem with this script

I recommend uses the Google Drive as host of file, have history of changes of file, and can recovery the file the old version

Error happens when try to use on scope of `protobuf` too, as example: ``` protobuf { protoc { artifact = "com.google.protobuf:protoc:$google_protobuf_version"

> @joaoeudes7 Use `versionFor("com.google.protobuf:protoc:_")`. Not works here, i got this error: `Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method versionFor() for arguments [com.google.protobuf:protoc:_] on object of type com.google.protobuf.gradle.ExecutableLocator. `