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

Service code cleanup

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/tobykurien/master into master Sep 27, 2014
  • Overview 2
  • Commits 8
  • Pipelines 0
  • Changes 11

Created by: tobykurien

This pull request contains major code refactoring. The service class was too big and unweidly, so it has been split up into 4 components:

  • AccelerometerMonitor
  • LocationTracker
  • RilExecutor
  • CellTracker

The core of the app's detection features are now in CellTracker, which makes it easier to work with. Functionality should still be the same as before, the only code change was to add a movement monitor to the GPS (i.e. LocationTracker), previously only applied to accelerometer. Briefly tested and appears to be working as before.

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