Created by: agilob
So I did a lot of refactoring in many places of the application.
List of changes:
- removed 'self-copyright' statements which have no power - @SecUpwN as project have all IP rights, this is GNUGPL project so we can't just write '2015 copyright agilob' otherwise me (agilob) or @SecUpwN are breaking the licence.
- code refactoring in smsdetector (package), more information from exceptions, removed unused code, no changes in how it works
- moved background thread from 'inline' implementation to separate inner class extending ASyncTask, so onCreate is shorted and whole OpenCellIdActivity looks better
- removed more unused code and imports
- see commits and changes