GijsTimmers / kotnetcli

An easy automated way to log in on Kotnet.
GNU General Public License v3.0
5 stars 4 forks source link

Simplified event-based communicator interface #106

Closed jovanbulck closed 8 years ago

jovanbulck commented 8 years ago
Improved cohesion: worker catches browser exceptions and indicates
the kind of error to the communicator, which is the sole responsible
to deliver the appropriate error message to the end user and restore
the screen/cursor.

Also kicked out much of the logout functionality for readability
purposes. We'll re-introduced logout to the code base after the
beta milestone.
jovanbulck commented 8 years ago

@GijsTimmers have a look at the changes: I think this can be merged. Also fixed some code quality checks and Travis CI script

GijsTimmers commented 8 years ago

Looking good, thanks for the hard work.