aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/org/connectbot/util
Commit message (Collapse)AuthorAgeFilesLines
* Add test for local connectionsKenny Root2015-08-271-0/+16
| | | | | | This tests the basic functionality of creating a local terminal, making sure ConsoleActivity shows up, and being able to disconnect from the host.
* Use Integer.valueOf(...) to save memoryKenny Root2015-08-201-1/+1
| | | | This allows the pooling of Integer instances.
* Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-141-2/+0
|
* Rename logtag values to fit in 23 charactersKenny Root2015-07-163-3/+3
|
* Scale entropy dialog text with display densityKenny Root2015-06-091-1/+1
|
* Return empty port forward list if host arg is nullKenny Root2015-03-291-1/+4
| | | | | There would be a NullPointerException if the host passed in was null, so just preclude it by checking.
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-19/+21
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-4/+10
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-97/+121
| | | | | Conflicts: app/src/main/java/org/connectbot/util/UberColorPickerDialog.java
* Add some whitespace rules and fixes for themKenny Root2015-03-237-67/+81
|
* Merge remote-tracking branch 'origin/master'Kenny Root2015-03-231-5/+5
| | | | | | Conflicts: app/src/main/java/org/connectbot/HostListActivity.java app/src/main/java/org/connectbot/service/TerminalKeyListener.java
* Merge branch 'master' into gradle-conversionKenny Root2014-10-181-0/+1
|
* Fix tabs violationsKenny Root2014-10-011-11/+11
|
* Add some TargetApi annotations to appease lintKenny Root2014-10-011-0/+2
|
* Convert to gradle build systemKenny Root2014-10-0116-0/+3495