summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util/News.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] sanity check SessionData.session.getServerAdress() before making ↵Jonathan Bauer2014-10-161-0/+6
| | | | the request :)
* [client] News: print stacktraces to log files aswellJonathan Bauer2014-10-151-34/+17Star
| | | | and remove message box, since they are not really needed as the errors are not critical.
* [client] continue to main window even if getting the news failsJonathan Bauer2014-09-151-31/+10Star
|
* [client] timeouts for getting news per httpJonathan Bauer2014-09-151-4/+17
| | | | 5seconds on connection and 10sec on reading the stream
* [client] javadoced News classJonathan Bauer2014-09-151-27/+67
|
* [client] News class for getting news from the satelliteJonathan Bauer2014-09-151-0/+215