Giter VIP home page Giter VIP logo

blackboardtestcreation's People

Contributors

makentoshe avatar orifjonolimjonov avatar polischuks avatar redjocker avatar

Watchers

 avatar

blackboardtestcreation's Issues

stage1 description

I will accept this pull request, but I would like some modifications on gifs.
Your gifs are looking nicer, but I was purposefully not using the keyboard to make inputs because I think it is clearer to see what is happening and because there can be slight changes on how the program behaves typing compared to clicking, specially concerning enter key and next button.
Also you should not have to click to hide the virtual keyboard, it should hide by itself when pressing next button on the last input field, so don't use the hide virtual keyboard button.

Originally posted by @RedJocker in #2 (comment)

stage2 test12 - error message

@OrifjonOlimjonov on your last pull request there was a commit saying

test12 has been fixed

in which you added this code

if(BaseClient.baseurl.substring(0,15) != "http://10.0.2.2") titleBinding.blackboardTitle.error =
"invalid: nodename nor servname provided, or not known"

Can you elaborate on why of that change? On machines I tested that message was the one that was given by the exception that was thrown and the message was being set by these code

@Suppress("UNUSED_PARAMETER")
private fun onLoginFailure(call: Call, e: IOException) {
println("onFailure")
val traceToString = e.stackTraceToString()
println(traceToString)
handler.post {
_messageNetworkError.value = e.message
_messageLoginError.value = null
}
}

loginViewModel.messageNetworkError.observe(viewLifecycleOwner) { errorMessage ->
println("messageNetworkError.observe: $errorMessage")
if (errorMessage != null) {
onNetworkError(errorMessage)
} else {
titleBinding.blackboardTitle.error = null
}
}

private fun onNetworkError(errorMessage: String) {
println("LoginFragment.onNetworkError $errorMessage")
titleBinding.blackboardTitle.error = errorMessage
titleBinding.blackboardTitle.requestFocus()
}

Were you having issues without adding that line of code?

Cogniterra

Is there the Cogniterra editing link?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.