simple-last-fm-scrobbler / sls

Simple Scrobbler, for Android -- last.fm, libre.fm & ListenBrainz
https://simple-last-fm-scrobbler.github.io
Apache License 2.0
550 stars 99 forks source link

Code cleanup #430

Closed G00fY2 closed 6 years ago

G00fY2 commented 6 years ago

My intention was not to change or refactor potentially risky code but to at least remove obsolete or unused classes and resources to trim the sources and make the app easier to maintain. For example there were still classes and layout files for a nonexistent widget.

This PR also fixes lowercase class naming and bad unit tests which could not pass because previous code changes. Now the existing tests run again.