aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/nullwire
Commit message (Collapse)AuthorAgeFilesLines
* Fix silly thread API error in nullwire traceKenny Root2010-09-021-2/+2
|
* Fix regression in nullwire trace codeKenny Root2009-12-171-1/+3
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@441 df292f66-193f-0410-a5fc-6d59da041ff2
* Update Nullwire error reportingKenny Root2009-12-174-45/+63
| | | | | | | | Old version didn't chain to the default Android exception handler whereas this version does. Also add in OS version and phone type reporting to aid in triage. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@438 df292f66-193f-0410-a5fc-6d59da041ff2
* Add in build information for exception reportingKenny Root2009-06-273-2/+8
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@342 df292f66-193f-0410-a5fc-6d59da041ff2
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-1/+0
| | | | | | | * Remove comment that snuck into last commit * Make HostListActivity a little bit faster by not calling updateList 3 times in a row git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@304 df292f66-193f-0410-a5fc-6d59da041ff2
* Add configurable backspace keyKenny Root2009-06-151-0/+1
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
* Improve the stack trace handler; only ask user to submit while in the host listKenny Root2009-06-102-23/+42
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@278 df292f66-193f-0410-a5fc-6d59da041ff2
* Add stack trace reportingKenny Root2009-06-104-0/+292
* When an unhandled exception occurs, the exception handler writes it to a file in addition to all ther other stuff that normally happens * The next time ConnectBot is started up, the user is prompted as to whether they want to submit the stack trace to aid in finding bugs. * If the user agrees or declines, the stack traces are deleted. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@277 df292f66-193f-0410-a5fc-6d59da041ff2