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: infinitesands/iControlPad-Tester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aking/iControlPad-Tester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on May 26, 2011

  1. - add support decoding nub values from special keyboard packet mode

    - gracefully handle invalid data sent from iCP by ignoring it and
      skipping to next valid marker
    - initial rendering of nub buttons on screen
    aking committed May 26, 2011
    Configuration menu
    Copy the full SHA
    8d12670 View commit details
    Browse the repository at this point in the history
  2. - check all 4 values of a nub marker at once (ie: left nub might

      have dropped a char and could be using a right nub value)
    - handle the iCP returning values - but with no markers
    aking committed May 26, 2011
    Configuration menu
    Copy the full SHA
    9ecc18f View commit details
    Browse the repository at this point in the history
  3. - switch to using a textfield to avoid app slowdown and stop the

      autocapitalization, correction, stop "  "->". ", etc
    - fixup nub rendering
    aking committed May 26, 2011
    Configuration menu
    Copy the full SHA
    314ffa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd24121 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2011

  1. - workaround for firmware now passing a 97 for the max value. Apparen…

    …tly, iCP
    
      BT module has an issue with passing 96, so it now sends a 97 instead.  Take
      that 97 and convert it back to a 96 for app use.
    aking committed May 29, 2011
    Configuration menu
    Copy the full SHA
    ba57f3d View commit details
    Browse the repository at this point in the history
Loading