Replace deprecated Observer pattern
View options
- Truncate descriptions
Android's Observer
class has been deprecated since a while. A replacement for them are PropertyChangeListeners
and PropertyChangeSupport
classes.
This switch will fix a couple of failing tests.