Created by: smarek
- Formatted code and comments
- Replaced hard-coded database path with Context related path (it's the same, but allows repackaging and dev package extensions, etc..)
- Finalized for performance purposes
- Fixed few typos in logs
- Removed unused field and class variables (mostly commented out)
- Removed unnecessary
.toString()
calls - Avoided NPE on few Cursor usages
- Updated
CommandResult
andRequestTask
according to variable name changed