Skip to content

Instantly share code, notes, and snippets.

@gsathya
Created June 9, 2011 20:06
Show Gist options
  • Save gsathya/1017592 to your computer and use it in GitHub Desktop.
Save gsathya/1017592 to your computer and use it in GitHub Desktop.
Problems with the wizard

Intro + Warning screenFIXED

  • BUG – When activity is restarted when viewing “warning” screen, intro screen is displayed instead.
  • Dirty flag variable approach won’t work – need to use SharedPreferences

Permissions screen

  • “next” button needs to be made un-clickable – my code needs review – doesn’t seem to work(Not sure, why though)FIXED
  • TorTransProxy.testOwnerModule(this) is called in the stepThree() – before pressing “Grant Permissions” – causes lag – should this be called later when the “Grant Permissions” button is pressed ?
  • Check flow of logic

Transparent Proxying screen

  • Check the radio button code – seems hacketish – also the logic( I need to explain, what might go wrong)
  • Do we need an image/picture to describe transproxy?
  • BUG – If i select “select some apps” and then click “next”, and then press “back” key, the selection is reset

AppManager screen

  • Icon resizing issues
  • How do I leave this screen, after selecting the required apps? – options menu? or a standard button ?

Finish screenFIXED

  • How do I go back to the main Tor UI – create Intent and call Orbot.java ? – leads to black screen with no UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment