The app crashes when using the automatic login

Issue #4 resolved
Marlin Cremers created an issue

It looks like the error is not in the api. It looks like the error is in the browser component of the automatic login.

Git bisect log:

git bisect start
# good: [9e36deb7121f82294aa1851f781ac248880c6a0a] Made the user interfaces code abstract
git bisect good 9e36deb7121f82294aa1851f781ac248880c6a0a
# bad: [132e85de5f866b5bcc5d036d4b7f43f39fa37d3f] The manual and automatic device setup now initializes the device again
git bisect bad 132e85de5f866b5bcc5d036d4b7f43f39fa37d3f
# bad: [cb04a0beafd9337e48196bca8fd346e0037ff753] Created some classes for common API endpoints
git bisect bad cb04a0beafd9337e48196bca8fd346e0037ff753
# bad: [215e50d078a91d3a9ebe664e206a5e2e5f09a4d6] Added a login activity
git bisect bad 215e50d078a91d3a9ebe664e206a5e2e5f09a4d6
# bad: [eb8a43c5e11a623a3ed86eb547610b87dde5a33d] Added Android build support
git bisect bad eb8a43c5e11a623a3ed86eb547610b87dde5a33d
# bad: [42af7d55408e4a5abc8ec4a0b9dc0ace72148c2b] Added a easier way of setting up the device
git bisect bad 42af7d55408e4a5abc8ec4a0b9dc0ace72148c2b

Comments (6)

  1. Log in to comment