Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a CHANGELOG | Kenny Root | 2015-04-05 | 1 | -0/+5 |
| | | | | Change-Id: I7031e8bc379ed52ea8eb06e79cefb871204d530c | ||||
* | Update version code for v1.8.3 | Kenny Root | 2015-04-02 | 1 | -2/+2 |
| | | | | Change-Id: I18026baf76d25af3dc30d46144d3f941bde6f16c | ||||
* | Update translations | Kenny Root | 2015-04-02 | 4 | -515/+240 |
| | | | | Change-Id: I370370d4cbe6f0f2510cc32f64f51946650ba8e2 | ||||
* | Check for EC support before enabling it | Kenny Root | 2015-04-03 | 1 | -6/+24 |
| | | | | Fixes #69 | ||||
* | Break circle since connectionLost should not call close | Kenny Root | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Fix JavaDoc (okay, not much of an improvement) | Kenny Root | 2015-04-03 | 1 | -1/+2 |
| | |||||
* | Return empty port forward list if host arg is null | Kenny Root | 2015-03-29 | 1 | -1/+4 |
| | | | | | There would be a NullPointerException if the host passed in was null, so just preclude it by checking. | ||||
* | Fix last merge request to not undo final of bridge | Kenny Root | 2015-03-28 | 1 | -4/+1 |
| | | | | Change-Id: I47a0d6a0dfcdf735f26dcc09dc4b98d58cb0aa33 | ||||
* | Fix indentation in last pull request | Kenny Root | 2015-03-28 | 2 | -4/+5 |
| | | | | Change-Id: Ib80ec5184ae7b329979580fd0a0c187f8ac01fbf | ||||
* | Merge pull request #60 from sblackshear/service_npe_fix | Kenny Root | 2015-03-29 | 1 | -1/+3 |
|\ | | | | | Fix possible NPE in HostListActivity.onCreateContextMenu | ||||
| * | Fix possible NPE in HostListActivity.onCreateContextMenu | Sam Blackshear | 2015-03-20 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #61 from sblackshear/pubkeylist_npe_fix | Kenny Root | 2015-03-29 | 1 | -2/+2 |
|\ \ | | | | | | | Fixing possible NPE in PubkeyListActivity | ||||
| * | | Fixing possible NPE in PubkeyListActivity | Sam Blackshear | 2015-03-25 | 1 | -2/+2 |
| |/ | |||||
* | | Fix typo in new translations | Kenny Root | 2015-03-28 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I64e8f92ea6a6c58b204bf94eee3820e72bd0d578 | ||||
* | | Merge pull request #68 from pejakm/srtr | Kenny Root | 2015-03-29 | 1 | -0/+516 |
|\ \ | | | | | | | Add Serbian translation | ||||
| * | | Add Serbian translation | Mladen Pejaković | 2015-03-28 | 1 | -0/+516 |
|/ / | |||||
* | | Localize numbers in ColorsActivity | Kenny Root | 2015-03-28 | 1 | -1/+5 |
| | | |||||
* | | Update translations | Kenny Root | 2015-03-27 | 12 | -49/+61 |
| | | | | | | | | Change-Id: Iabc1d6dee20517eba48e22c72784b2d06f887651 | ||||
* | | Do not try to resize local PTY before connection | Kenny Root | 2015-03-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | At that point shellFd is null and trying to get a field from it via JNI will cause the runtime to abort. Fixes #65 | ||||
* | | Use a sane default font size | Kenny Root | 2015-03-27 | 3 | -58/+74 |
| | | | | | | | | | | | | | | This will also try to scale existing host entries down by the appropriate amount. Fixes #44 | ||||
* | | Add a close-on-disconnect option | mendhak | 2015-03-27 | 5 | -5/+31 |
| | | | | | | | | | | | | | | | | Defaults to off to preserve previous behavior. Original patch by Jeff King (@peff) Fixes #23 | ||||
* | | Remove newer API level layout parameter | Kenny Root | 2015-03-27 | 1 | -1/+0 |
| | | |||||
* | | Make the color picker scale with display density | Kenny Root | 2015-03-27 | 4 | -165/+217 |
| | | | | | | | | | | | | | | | | The UberColorPickerDialog was written when there was only one display density (mdpi). Scale all of the values appropriately for modern multi-density displays. Fixes #64 | ||||
* | | Move new scaled icons out of res/ because they're not allowed in there | Paul "LeoNerd" Evans | 2015-03-26 | 2 | -0/+0 |
| | | |||||
* | | Added 64px and 14px rescaled versions of the icon, for launchpad branding | Paul "LeoNerd" Evans | 2015-03-26 | 2 | -0/+0 |
| | | |||||
* | | Update translations | Kenny Root | 2015-03-26 | 7 | -9/+52 |
| | | | | | | | | Change-Id: I7973910fc038dc7d593f0e516d6a4fcd8c41f63a | ||||
* | | Add updated zh_TW translations | Kenny Root | 2015-03-26 | 1 | -0/+2 |
| | | | | | | | | Change-Id: If5cf2e451c92313eb727de535861dbc9791ed5ed | ||||
* | | Add translation context for description strings | Kenny Root | 2015-03-26 | 1 | -0/+3 |
| | | | | | | | | Change-Id: Iea226b10973fe418d3a8e3bf6f5067dd0b1ded26 | ||||
* | | Add context for new sticky key modifier preference | Kenny Root | 2015-03-26 | 1 | -0/+1 |
| | | | | | | | | Change-Id: If34064f1dd42ebdc3887a54fc51ee16a0119687e | ||||
* | | Update version code for v1.8.2 | Torne Wuff | 2015-03-22 | 1 | -2/+2 |
| | | |||||
* | | Only enable right modifier directory shortcuts on Dream. | Torne Wuff | 2015-03-22 | 4 | -5/+13 |
| | | | | | | | | | | Disable right modifier directory shortcut keys by default unless running on a Dream. | ||||
* | | Handle the ins/del/home/end/pageup/pagedown keys | Paul "LeoNerd" Evans | 2015-03-22 | 1 | -0/+31 |
| | | |||||
* | | Make sticky modifiers an option, off by default. | Torne Wuff | 2015-03-21 | 7 | -5/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | Users with near-full-size keyboards (tablet docks/cases, or usb/bluetooth keyboards) probably don't want sticky modifier keys. Make it an option that's off by default (except on the Dream where it's likely desirable). Also, include a third state to make only "alt" sticky, for the benefit of the crazy keyboard driver on the TF101/201 that doesn't emit real key events for alt+key pressed together. Also, implement stickiness for the control key on physical keyboards that have one, for consistency. | ||||
* | | Reorganise preferences, add category for keyboard prefs | Torne Wuff | 2015-03-21 | 2 | -21/+28 |
| | | |||||
* | | Remove update frequency preference. | Torne Wuff | 2015-03-21 | 36 | -188/+0 |
| | | | | | | | | | | The update checker code was already removed; remove the now-unused pref that controlled it. | ||||
* | | Cope with keymaps that don't understand ALT modifier by falling back on the ↵ | Paul "LeoNerd" Evans | 2015-03-21 | 1 | -1/+5 |
|/ | | | | un-modified Unicode char if it is unknown with | ||||
* | Update version code for v1.8.1 | Kenny Root | 2014-10-21 | 1 | -2/+2 |
| | | | | Change-Id: I9abd1c9ad4b6abed6a2cf6cf9f144aaacb857322 | ||||
* | Update translations | Kenny Root | 2014-09-21 | 1 | -60/+66 |
| | | | | Change-Id: I137f80cc7e8f6d5101134b54b83936f64062ec3e | ||||
* | New notification icons, also by Twll | Paul "LeoNerd" Evans | 2014-10-21 | 5 | -0/+0 |
| | |||||
* | Wrap quick connect bar in layout | Kenny Root | 2014-10-21 | 1 | -16/+27 |
| | | | | | | | On Lollipop, this would otherwise result in an EditText that was cut off by the layout. Change-Id: I0c116aaf5b86da0409b57d3c89efa7f60b3b2160 | ||||
* | Get rid of duplicate and unused icons | Kenny Root | 2014-10-19 | 2 | -0/+0 |
| | | | | Change-Id: I7a5c4821dcb888a63aae7e33c41846fb68c443f8 | ||||
* | Merge pull request #43 from connectbot/material-design-icons | Paul Evans | 2014-10-19 | 6 | -0/+0 |
|\ | | | | | Material design icons | ||||
| * | Put icons in the right places | Paul "LeoNerd" Evans | 2014-10-19 | 7 | -0/+0 |
| | | |||||
| * | New icons for MD | Paul "LeoNerd" Evans | 2014-10-19 | 6 | -0/+0 |
| | | |||||
* | | Version 1.8.0 | Kenny Root | 2014-10-18 | 1 | -2/+2 |
| | | | | | | | | Change-Id: I85ccdb14036ce1d642e07726f82912c2be1bcf93 | ||||
* | | Fix keyType layout and space out buttons a bit | Kenny Root | 2014-10-18 | 1 | -4/+6 |
| | | | | | | | | Change-Id: Idd46bb2ada1ff7ac934d5e20faee97842a990102 | ||||
* | | Disable EC generation when no support | Kenny Root | 2014-10-18 | 1 | -0/+7 |
| | | | | | | | | Change-Id: I1d03afa0a37cfa2779e1264aaf16052c6539640f | ||||
* | | Add class hiding for KeyEvent debugging | Kenny Root | 2014-10-18 | 1 | -3/+54 |
| | | | | | | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510 | ||||
* | | Fix Turkish translation | Kenny Root | 2014-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | It was set at %1$ instead of %1$s which would crash in Turkish! Change-Id: Idd894e8950ba23fb7dc32a8312017a1ca7ec2112 | ||||
* | | Add preference to control action bar autohide. | Torne Wuff | 2014-10-17 | 6 | -7/+31 |
| | | | | | | | | Disabled by default so that people will be able to find the menu. |