Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cSploit/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: cSploit/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: show_portcount
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 38 files changed
  • 2 contributors

Commits on Oct 3, 2015

  1. Terrible first pass at showing port on main scanner screen

    * this is just a POC.
    * It works until you start scrolling, then it turns into a shit show.
    * Need to figure some logic for when to do a portscan-- right now
      it's done when the item rolls into view in the listview.  This is
      smart in that you're not scanning things until they show up on screen.
      This is dumb in that if you scroll, a ton of portscans are launched.
    * It's also dumb in that as new items pop into the listview, the order
      is no longer preserved and the wrong item gets changed (Reciever needs
      a better way of remembering which item it was scanning than just the
      position, because that changes as new items are listed.  Using the
      view doesn't work either as thyey're recycled on scrolling.  I'm sure
      I just need to think a second and the answer will be obvious.
    * No Preferences support.. it always scrolls.
    * It probably also crashes easily.  I didn't test much.
    fat-tire committed Oct 3, 2015
    2 Configuration menu
    Copy the full SHA
    58e804f View commit details
    Browse the repository at this point in the history
  2. alias can be set to null

    tux-mind committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    4594543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b5ce6 View commit details
    Browse the repository at this point in the history
  4. fixed some little things <3

    tux-mind committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    454f31e View commit details
    Browse the repository at this point in the history
  5. Fixed NPE

    thanks to rubenoo
    tux-mind committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    31893e9 View commit details
    Browse the repository at this point in the history
  6. Use labels/badges/whatever for portcount -- no dark theme support yet

    There are still bugs with the feature, but here are the label bits anyway
    fat-tire committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    d3ea05b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Configuration menu
    Copy the full SHA
    c6e831b View commit details
    Browse the repository at this point in the history
  2. Replace slides with fades for more coherence (see below)

    Eventually will want to do complex animations, but for now, I think
    the dissolves make it feel more like a single program rather than
    multiple activities sliding in and out.  Makes me less dizzy too.
    fat-tire committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    3e3757d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d6c52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ef01b View commit details
    Browse the repository at this point in the history
Loading