Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Merge requests
  • !47

MapViewer, Actionbar fixes, Database Viewer UI & Fallback MCC Location

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/xLaMbChOpSx/master into master Apr 27, 2014
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 14

Created by: xLaMbChOpSx

Increased Map Viewer default zoom level as it was too high, this should now provide a better display of the current location.

Invalidated the Actionbar/Menu display whenever the main activity is displayed to ensure the correct icons are displayed for the tracking indication.

Corrected the Signal Strength tracking indicator icon, this one is a good example of why I should not code whilst drinking bourbon! :)

Tweaked the Database Viewer card display to use a darker colour scheme and gradient on the cards, I think this looks 100x better than the original white crappy display.

Map Viewer will now attempt a 3 step process to determine where to initially display the map:

  1. Last location held in the location tracking database,
  2. Last known location held by the device from either GPS or Network location service
  3. NEW Based on current MCC the Map Viewer will move to the Capital City based on the MCC

The default locations are provided through the default_mcc_locations.csv file which is found in the app/src/main/assets folder which lists Country, Mcc, Longitude and Latitude. These details are held within a database table and populated whenever the database is upgraded. This detail can also be viewed through the database viewer.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/xLaMbChOpSx/master