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
  • !467

Read OCID cells from nogapps location too + map fix

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/wvengen/feature/lacells into development Jun 13, 2015
  • Overview 25
  • Commits 3
  • Pipelines 0
  • Changes 2

Created by: wvengen

Users of UnifiedNLP's Local-GSM-Backend already have an OpenCellID database on their phone. This PR brings in support for that, plus a fix for the map view that allows it to work with large OCID databases.

When the AIMSICD database is opened, a view is created used for querying OCID. Usually this view is the same as the local database table, but when the other OpenCellID database is found, this view becomes a union of the local and other database.

I found the map view to be choking on the amount of datapoints in my OpenCellID database. This PR also limits the cells loaded in the map view to the area shown, which solves the issue for higher zoom-levels. #466 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/wvengen/feature/lacells