bisq/common/src
battleofwizards 9ea6b2163e
Remove reactfx dependency
The reactfx was a 0.33MB dependency / 238 Java source files.

We only used it for FxTimer helper and to measure FPS in development mode.

The small FxTimer class got copied over into the project,
so there is no change in semantics.

The FPS measurement got replaced w/ com.sun.javafx.perf.PerformanceTracker,
an internal but long stable part of JavaFx. This is probably not a problem,
because it only concerns a rarely used, developer feature.
2019-09-18 09:34:46 +02:00
..
main Remove reactfx dependency 2019-09-18 09:34:46 +02:00
test/java/bisq/common Add mediation support (#3221) 2019-09-09 20:51:57 +02:00