Gradle Update, Google Maps API v2 & Database Export #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project changed to gradle build system as I have switched to Android Studio for my main IDE,
this change is quite significant in terms of layout of the application source code and the
abilities provided by gradle.
Google Maps API v2 support added to enable use of new features and gain an API Key for the
application as API v1 keys are no longer available, signal strength data is now correctly
overlayed on the map as well. Minor tweaks are required but currently everything is functioning
correctly, the next items to add could include markers to identify tracked CellID's and user
options to modify map preferences.
Database export corrected and changed to use the OpenCV library to produce CSV copies of the database tables.