Ondrej Skopek

Results 8 issues of Ondrej Skopek

Because of numerous sugestions at StackOverflow, we should consider porting away from `java.awt` to something universal, or create a `android.graphics` port.

feature

* [ ] Add logging * [ ] Outsource String values to properties file (translatable). Should be for UI strings mostly. Exception messages can remain in English. * [ ]...

task

Write javadoc documentation for any part of the library and submit a pull request!

easy
task

Write a unit test using JUnit, testing any part of the library and submit a pull request!

easy
task

Currently, exceptions are thrown and caught all over the place. * Consolidate the usage of exceptions. If applicable, prefer to fail-fast (wrapping thrown exception in unchecked exceptions (IllegalStateE, IllegalArgumentE, ...)...

task

* Use wrapper classes or something similar to remove `render` methods from core domain model classes.

task

Containing mainly interfaces, intended for the users to use. Separate it from the internal implementation.

task

* Investigate whether it is reasonably simple to move to a different layout and if so, remove the dependency

task