Vrong / ovh_mail_redirections_manager_for_android

Simple OVH mail redirection manager for android
GNU General Public License v3.0
1 stars 0 forks source link

Code reformat, euphemism removing, foreach loops... #3

Closed gagath closed 7 years ago

gagath commented 7 years ago

Used Android Studio for code reformat and optimize imports on whole project. Also changed for loops to foreach loops, and removed euphemisms like if (myCondition == true) to if (myCondition) (basically refactored almost all Android Studio warnings).

Vrong commented 7 years ago

Thanks for the pull requests, however due to conflict with the add of spinner for endpoints selection, I considered some further refactoring.