aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | notify the adapter of a change on disconnectsJeremy Klein2015-08-071-1/+2
| |
* | Fix an issue with prompt handlingJeremy Klein2015-08-071-6/+22
| |
* | ConsoleActivity: Switch from ViewFlipper to ViewPager.Jeremy Klein2015-08-071-219/+146
|/ | | | | | | This simplifies the code for creating terminals, removes lots of code, and totally eliminates the need for swipe handling. From the UI side, the swipe now sticks to the user's finger and looks much nicer. It will also make adding tabs much simpler.
* Merge pull request #118 from jklein24/fontsizeKenny Root2015-08-061-0/+14
|\
| * Make ctrl-+ and ctrl-- increase/decrease font size.Jeremy Klein2015-08-031-0/+14
| |
* | Make ctrl-shift-v paste.Jeremy Klein2015-07-311-0/+9
|/
* Space after switchJeremy Klein2015-07-291-1/+1
|
* Make clicking the mouse wheel paste.Jeremy Klein2015-07-291-5/+15
|
* Automatically start copy mode when clicking and dragging with a mouseJeremy Klein2015-07-291-15/+28
|
* Merge pull request #110 from jklein24/copypasteKenny Root2015-07-291-11/+49
|\ | | | | Add a context menu to the console view with "paste".
| * Add a context menu to the console view with "paste".Jeremy Klein2015-07-291-11/+49
| |
* | Merge pull request #109 from jklein24/confirmdisconnectKenny Root2015-07-291-12/+25
|\ \ | | | | | | Add a confirm dialog for the disconnect all action.
| * | Add a confirm dialog for the disconnect all action.Jeremy Klein2015-07-291-12/+25
| |/
* / Use scaled touch slop for determining the scroll x-tolerance.Jeremy Klein2015-07-291-1/+2
|/
* Address review comments. Make TerminalManager.disconnectAll public.Jeremy Klein2015-07-272-19/+16
|
* Switch the handling of the disconnect all intent to HostListActivity.Jeremy Klein2015-07-273-37/+67
|
* Add a disconnect button to the active notification dialog.Jeremy Klein2015-07-272-0/+45
|
* Change bridges access through methodKenny Root2015-07-243-12/+12
| | | | This will help with unit testing.
* Move to library-based buildKenny Root2015-07-24158-29494/+0
|
* Add mouse wheel scroll support.Jeremy Klein2015-07-241-0/+20
|
* Use the "terminal_failed" string when failed host verificationKenny Root2015-07-171-5/+7
|
* Rename logtag values to fit in 23 charactersKenny Root2015-07-1620-20/+20
|
* Address review comments.Jeremy Klein2015-07-151-18/+17
|
* Add the v4 support library and update the notification API.Jeremy Klein2015-07-151-29/+29
| | | | | | Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93).
* fix merge errorKenny Root2015-07-151-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-4/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-152-0/+27
|
* Merge branch 'master' into gradle-conversionKenny Root2015-06-091-4/+1
|
* Scale entropy dialog text with display densityKenny Root2015-06-091-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-06-092-3/+4
|
* Merge branch 'master' into gradle-conversionKenny Root2015-06-011-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-192-5/+25
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-192-67/+17
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-171-2/+2
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-161-15/+11
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-141-13/+3
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-052-3/+3
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-051-1/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-052-3/+8
|
* Merge branch 'master' into gradle-conversionKenny Root2015-04-032-9/+28
|
* 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-281-4/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-282-4/+7
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-281-1/+5
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-0/+5
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-273-58/+74
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-273-5/+21
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-272-125/+176
| | | | | Conflicts: app/src/main/java/org/connectbot/util/UberColorPickerDialog.java
* Add some whitespace rules and fixes for themKenny Root2015-03-2325-219/+234
|
* Clean up some import style violationsKenny Root2015-03-234-12/+7
|