owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.8k stars 3.05k forks source link

Possible Code refactorings #2153

Open theScrabi opened 6 years ago

theScrabi commented 6 years ago

I've worked on the android app code for a little while now, and found some code which could be refactored or even removed. Here is my list:

Things to DELETE

Classes not in use anymore

Methods not in use anymore

Things to REFACTOR

Need despaget

theScrabi commented 6 years ago

Also we might want to consider to upgrade to Java 8 since that comes very in handy with lambda expressions, which is good because less ugly Java code -> better readable.

dutta14 commented 6 years ago

I can work on this if it has not been taken up yet.

theScrabi commented 6 years ago

@dutta14 if you like go ahead :)