konradrenner / kolabnotes-android

Note taking app with integrated Kolab sync
GNU Lesser General Public License v3.0
68 stars 17 forks source link

Android automatic refactor - Recycle #151

Closed luiscruz closed 7 years ago

luiscruz commented 7 years ago

Hi,

I am developing a tool to automatically refactor Android applications with the goal of improving energy efficiency. This pull request has the changes generated while applying the rule "Recycle".

Some resources (e.g., Cursor instances) should be closed when they are no longer necessary.

I have made a previous validation of the changes and they seem correct. Please consider them and let me know if you agree with them.

Best, Luis

konradrenner commented 7 years ago

Thank you very much!