mkulesh / microMathematics

microMathematics Plus - Extended visual calculator
GNU General Public License v3.0
561 stars 68 forks source link

Code cleanup and library updates #94

Closed TacoTheDank closed 4 years ago

TacoTheDank commented 4 years ago

Hello, this is a bunch of lint fixes and library updates. I've grouped the stuff into their own commits for easier comprehension. Hopefully this is acceptable.

Usually I do lists of what each commit contains, but I believe these ones will be able to speak for themselves.

I do apologize if I have messed up some codestyle, I tried to stick to it as much as possible.

mkulesh commented 4 years ago

Hi @TacoTheDank, thank you for code cleanup. I merged it and performed some automatic tests: calculation core seems to be OK after these changes. I only reverted build.gradle since I have AndroidStudio 3.x that is not compatible with newest gradle version. Due to other activities I have no plans to upgrade AndroidStudio this year. After AndroidStudio upgrade I will merge build.gradle changes back.