Commit Graph

13 Commits

Author SHA1 Message Date
Ilkka Seppälä 9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
Narendra Pathai 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
BeeHuang 9f797b3009 fix error comment with isServiceRunnign 2018-01-27 16:44:23 +08:00
Artur Mogozov 6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Mihály Kuprivecz fe1e45bd69 some fixes 2017-05-15 10:40:12 +02:00
Mihály Kuprivecz 0546223bba quick fix 2017-05-11 21:44:07 +02:00
Mihály Kuprivecz 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
Mihály Kuprivecz ee3744cb0a added travis supported sound files 2017-04-28 13:47:56 +02:00
Mihály Kuprivecz 2830a407ba some fixes for testing in event queue 2017-04-28 12:19:57 +02:00
Mihály Kuprivecz 44401988d1 pom.xml fixes 2017-04-28 11:32:35 +02:00
Mihály Kuprivecz 6e8eaf7593 adding some test cases for the event queue 2017-04-28 10:38:40 +02:00
Mihály Kuprivecz 152b2762c3 read.me and the diagram is added 2017-04-22 17:16:38 +02:00
Mihály Kuprivecz dce767c1c5 first commit 2017-04-06 23:48:15 +02:00