summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util/News.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-236/+0Star
|
* [client] rebasing the whole app...Jonathan Bauer2015-06-221-3/+3
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-051-2/+2
| | | | know if it's a singleton or not
* [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