jtwarren / spidey

Android application to detect IMSI-catcher interference
GNU General Public License v3.0
67 stars 18 forks source link

Created ScanDiff which allows scans to be diffed #23

Closed jtwarren closed 10 years ago

jtwarren commented 10 years ago

I added the ability to compare two scans and for now this should be a reasonable interface for looking at changes. My compare function is a little jenky but it's fine and works for now. I will consider rewiting it later.

@n8fr8 @vedharaju

n8fr8 commented 10 years ago

Super cool. Will check it out tomorrow/Monday.

On May 3, 2014 7:36:41 PM EDT, jtwarren notifications@github.com wrote:

I added the ability to compare two scans and for now this should be a reasonable interface for looking at changes. My compare function is a little jenky but it's fine and works for now. I will consider rewiting it later.

@n8fr8 @vedharaju You can merge this Pull Request by running:

git pull https://github.com/jtwarren/spidey scan_diff

Or you can view, comment on it, or merge it online at:

https://github.com/jtwarren/spidey/pull/23

-- Commit Summary --

  • Created ScanDiff which allows scans to be diffed

-- File Changes --

A src/com/spideyapp/ScanDiff.java (64) A src/com/spideyapp/test/ScanDiffTest.java (65)

-- Patch Links --

https://github.com/jtwarren/spidey/pull/23.patch https://github.com/jtwarren/spidey/pull/23.diff


Reply to this email directly or view it on GitHub: https://github.com/jtwarren/spidey/pull/23

jtwarren commented 10 years ago

Awesome. I'm going to continue writing and pushing. I created the PR so you could easily read/view the diff.