Commit Graph

12 Commits

Author SHA1 Message Date
25ed7c09c5 Refactored Event Queue (#806)
* 1) Test cases were not stopping AudioService before ending test case 2) Changed Audio to be a good singleton, previously because of Audio being bad singleton, test cases which were using static methods could have caused intermittent failures. 3) Made some other refactorings as well

* Removed sonar issue and converted Audio to eager singleton for simplicity

* Updated class diagram PNG
2018-10-21 21:15:33 +03:00
9f797b3009 fix error comment with isServiceRunnign 2018-01-27 16:44:23 +08:00
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
fe1e45bd69 some fixes 2017-05-15 10:40:12 +02:00
0546223bba quick fix 2017-05-11 21:44:07 +02:00
857902ab95 compatibility fix
When the system is not capable to play the sound, do not throw
exception, just log it. For example on Linux there are several issues to
play sound and there are no workarounds for that :(
2017-05-11 21:41:25 +02:00
ee3744cb0a added travis supported sound files 2017-04-28 13:47:56 +02:00
2830a407ba some fixes for testing in event queue 2017-04-28 12:19:57 +02:00
44401988d1 pom.xml fixes 2017-04-28 11:32:35 +02:00
6e8eaf7593 adding some test cases for the event queue 2017-04-28 10:38:40 +02:00
152b2762c3 read.me and the diagram is added 2017-04-22 17:16:38 +02:00
dce767c1c5 first commit 2017-04-06 23:48:15 +02:00