aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Get rid of duplicate and unused iconsKenny Root2014-10-192-0/+0
| | | | | | | | Change-Id: I7a5c4821dcb888a63aae7e33c41846fb68c443f8
| * Merge pull request #43 from connectbot/material-design-iconsPaul Evans2014-10-196-0/+0
| |\ | | | | | | Material design icons
| | * Put icons in the right placesPaul "LeoNerd" Evans2014-10-197-0/+0
| | |
| | * New icons for MDPaul "LeoNerd" Evans2014-10-196-0/+0
| | |
* | | Merge branch 'master' into gradle-conversionKenny Root2014-10-181-2/+2
|\| |
| * | Version 1.8.0Kenny Root2014-10-181-2/+2
| | | | | | | | | | | | Change-Id: I85ccdb14036ce1d642e07726f82912c2be1bcf93
| * | Fix keyType layout and space out buttons a bitKenny Root2014-10-181-4/+6
| | | | | | | | | | | | Change-Id: Idd46bb2ada1ff7ac934d5e20faee97842a990102
| * | Disable EC generation when no supportKenny Root2014-10-181-0/+7
| | | | | | | | | | | | Change-Id: I1d03afa0a37cfa2779e1264aaf16052c6539640f
| * | Add class hiding for KeyEvent debuggingKenny Root2014-10-181-3/+54
| | | | | | | | | | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510
* | | Fix keyType layout and space out buttons a bitKenny Root2014-10-181-4/+6
| | | | | | | | | | | | Change-Id: Idd46bb2ada1ff7ac934d5e20faee97842a990102
* | | Disable EC generation when no supportKenny Root2014-10-181-0/+7
| | | | | | | | | | | | Change-Id: I1d03afa0a37cfa2779e1264aaf16052c6539640f
* | | Update Android Studio filesKenny Root2014-10-182-4/+4
| | | | | | | | | | | | Change-Id: Ieffe7d5d7253ebdaa06ca556affd7b8b91062b04
* | | Add class hiding for KeyEvent debuggingKenny Root2014-10-181-3/+54
| | | | | | | | | | | | Change-Id: Id34acf00f9ec538d81b72b970ae1990c6ed36510
* | | Travis CI: add build scriptKenny Root2014-10-181-0/+2
| | | | | | | | | | | | Change-Id: I4a1f848404dc2f1a6e7f03ffebeeac33239ce219
* | | Allow newer versions of the build toolsKenny Root2014-10-181-1/+1
| | | | | | | | | | | | Change-Id: Ia4f422860f4ab3884c49f03eb7b791473b91dc05
* | | Travis CI: use NDK r10c insteadKenny Root2014-10-181-2/+2
| | | | | | | | | | | | Change-Id: Id936d1fe9c48ed84c15d3e08ad5796fbc8d28d5a
* | | Add NDK setup to Travis CIKenny Root2014-10-181-0/+10
| | | | | | | | | | | | Change-Id: If29948bfc8717256340c7cddd4ca2970a15a7405
* | | Experiment with Travis CIKenny Root2014-10-181-0/+8
| | | | | | | | | | | | Change-Id: I7044d2fbcabd893f0bb39b37a3b5eb57121a576b
* | | Merge branch 'master' into gradle-conversionKenny Root2014-10-187-8/+32
|\| |
| * | Fix Turkish translationKenny Root2014-10-181-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 Wuff2014-10-176-7/+31
| | | | | | | | | | | | Disabled by default so that people will be able to find the menu.
* | | Add robolectric for testsKenny Root2014-10-0314-247/+222
| | |
* | | Revert "Add BuildConfig stuff instead of msg_version"Kenny Root2014-10-037-44/+13
| | | | | | | | | | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d.
* | | Fix API usage for StrictModeSetupKenny Root2014-10-022-9/+11
| | |
* | | Move some Android Studio stuff into gitKenny Root2014-10-0210-2/+281
| | |
* | | Revert "Rename unit to ConnectBot"Kenny Root2014-10-021-2/+1
| | |
* | | Add BuildConfig stuff instead of msg_versionKenny Root2014-10-026-12/+43
| | |
* | | Fix the NDK library output nameKenny Root2014-10-011-0/+1
| | |
* | | Rename unit to ConnectBotKenny Root2014-10-011-0/+1
| | |
* | | Disable lint for missing translationsKenny Root2014-10-012-0/+5
| | |
* | | Add optional signing configuarationKenny Root2014-10-011-0/+15
| | |
* | | Switch distribution location to HTTPSKenny Root2014-10-011-1/+1
| | |
* | | Upgrade to newer gradleKenny Root2014-10-013-6/+7
| | |
* | | Remove sublimeText pluginKenny Root2014-10-011-8/+0
| | |
* | | Fix tabs violationsKenny Root2014-10-018-26/+26
| | |
* | | Add Checkstyle checksKenny Root2014-10-013-0/+31
| | |
* | | Add package suffix for debug versionKenny Root2014-10-011-0/+4
| | |
* | | Allow disabling of preDexKenny Root2014-10-011-0/+12
| | |
* | | Add in SDK manager Gradle pluginKenny Root2014-10-012-0/+2
| | |
* | | Add some TargetApi annotations to appease lintKenny Root2014-10-015-4/+18
| | |
* | | Convert to gradle build systemKenny Root2014-10-01373-899/+494
|/ /
* | Fix emulated key show/hide timeout.Torne Wuff2014-03-021-25/+37
| | | | | | | | | | | | Keep track of the previous timeout event and cancel it if we already dismissed the emulated keys, to avoid the case where the emulated keys vanish immediately after opening them when used just beforehand.
* | Remove obsolete Google Code upload scriptKenny Root2014-03-021-316/+0
| | | | | | | | | | | | | | Google Code no longer allows uploads for our project, so this can never be used again. Change-Id: Ie199f6f8ea3fb76b5f56a442aa0f1333a5937fab
* | Work around cursor drawing bug by disabling h/w accel.Torne Wuff2014-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Hardware accelerated drawing (enabled by default now because of the target SDK level) doesn't support XOR, so the cursor renders as a solid block, not showing the character underneath or the shift/ctrl/alt arrows. Disable hardware acceleration for ConsoleActivity to work around this until the cursor drawing logic can be fixed. The current release version doesn't use hardware acceleration anyway, so this seems reasonable.
* | Add Sublime Text project file.Torne Wuff2014-03-012-0/+37
| | | | | | | | In case anyone else works on it with Sublime.
* | Add key dumping code (commented).Torne Wuff2014-03-012-0/+100
| | | | | | | | | | We might expose this as an advanced option later; for now just check it in as a commented line for dev purposes.
* | Fix ctrl key on hardware keyboards.Torne Wuff2014-03-011-3/+7
| | | | | | | | | | | | | | We were only masking off META_CTRL_ON before calling getUnicodeChar, which caused many keymaps to return 0 since one of the other ctrl key bits was still set. Masking off *all* the ctrl bits makes it return the actual character for the key pressed, and then we handle it right.
* | Import new translationsKenny Root2013-10-314-520/+286
| | | | | | | | Change-Id: I9cd68ebf3c203e7f41536ecad8e443bf4e1b5bc3
* | Update translationsKenny Root2013-10-3022-248/+457
| | | | | | | | Change-Id: I13f45c64204b9f65cedda71e3e3d9547e6d80715
* | Merge pull request #26 from yarons/patch-1Kenny Root2013-10-301-2/+484
|\ \ | | | | | | Hebrew translation for ConnectBot