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

Fixed Issue #91

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/d-mariano/master into master Jan 18, 2015
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: d-mariano

The lack of notification and tickerText in the event of cell ID not existing in OCID database has been resolved. I have made use of, and have also made public, the method openCellExists() in AIMSICDDbAdapter.java. I call this method in timerRunnable right after the LAC is checked. If the Cell ID does not exist, the newly created booloean mCellIdNotInOpenDb is set to true and setNotification() is called. Unfortunately, another issue has been realized as we now know that in the instance of having multiple notifications, they are not displayed properly. @He3556 and I have been discussing some possible solutions, nothing in detail yet, but this should be able to get fixed without too much of a headache.

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