Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Rearrange some terminal key logic | Kenny Root | 2010-12-09 | 3 | -22/+50 | |
| | | | | | | | | | | | | | | | Try to support the right keyboard map for the hardware keyboard. Also try to support dead keys. | |||||
* | | | Add in some GB compatibility | Kenny Root | 2010-12-09 | 1 | -1/+5 | |
| | | | ||||||
* | | | Import updated translations | Kenny Root | 2010-12-08 | 4 | -16/+145 | |
| | | | ||||||
* | | | Update to Gingerbread SDK | Kenny Root | 2010-12-08 | 2 | -4/+4 | |
| | | | ||||||
* | | | Refcount before acquiring wifi lock | Neil Klopfenstein | 2010-12-07 | 2 | -3/+3 | |
| | | | ||||||
* | | | Update translations | Kenny Root | 2010-11-22 | 6 | -43/+106 | |
| |/ |/| | ||||||
* | | update Catalan translations | Kenny Root | 2010-10-27 | 2 | -2/+14 | |
| | | ||||||
* | | Add Ant commands to import and export translations | Kenny Root | 2010-10-27 | 4 | -1/+36 | |
| | | ||||||
* | | Import using new a2po work flow | Kenny Root | 2010-10-24 | 40 | -16276/+4824 | |
| | | ||||||
* | | Update strings format | Kenny Root | 2010-10-22 | 4 | -240/+239 | |
| | | | | | | | | | | Add quotes around everything and mark things that are not translatable as not translatable. | |||||
* | | Update Dutch translations for Del keys from arjarj | Kenny Root | 2010-10-15 | 2 | -3/+3 | |
| | | ||||||
* | | Update translations | Kenny Root | 2010-10-15 | 36 | -833/+1965 | |
| | | ||||||
* | | Update terminal to use new width measurements | Kenny Root | 2010-10-08 | 2 | -3/+8 | |
| | | ||||||
* | | Use Froyo East Asian width measurement and drop JNI lib | Kenny Root | 2010-10-08 | 75 | -38945/+46 | |
| | | ||||||
* | | Fix whitespace in ConnectionNotifier | Kenny Root | 2010-10-08 | 2 | -2/+2 | |
| | | ||||||
* | | Support adding port forwards on host not in DB | Kenny Root | 2010-10-08 | 2 | -4/+5 | |
| | | ||||||
* | | Change to v1.7.1 for release | Kenny Root | 2010-10-08 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' of http://github.com/irishmark/connectbot | Kenny Root | 2010-10-08 | 2 | -1/+9 | |
|\ \ | ||||||
| * | | Adds PICK activity to manifest | irish | 2010-09-28 | 2 | -1/+9 | |
| | | | | | | | | | | | | PICK Intents for ssh/telnet/local will return a shortcut | |||||
* | | | Make sure we are sticky; from my Droid | Kenny Root | 2010-10-01 | 2 | -1/+10 | |
|/ / | ||||||
* | | Remove WAKE_LOCK permission; yay | Kenny Root | 2010-09-28 | 2 | -14/+6 | |
| | | | | | | | | | | | | Use window flags instead of a wake lock to keep the screen on. This allows us to make the WindowManager do all the wake lockey things that are annoying and error prone. | |||||
* | | Restore update-version ant task | Kenny Root | 2010-09-19 | 2 | -9/+9 | |
| | | ||||||
* | | Do elaborate dance to allow toggling Proguard to work | Kenny Root | 2010-09-19 | 3 | -7/+38 | |
| | | ||||||
* | | Update build.xml to use the SDK tools r7 format | Kenny Root | 2010-09-19 | 3 | -480/+45 | |
| | | | | | | | | | | | | | | * Remove all the copied setup tasks and replace it with the "-post-compile" hook added in the SDK tools r7 template. * Move Proguard flags out to a separate file. | |||||
* | | Only match tags that start with v[0-9]* | Kenny Root | 2010-09-18 | 2 | -3/+8 | |
| | | | | | | | | | | Also ignore notrans.xml because it only contains our version information. | |||||
* | | Update build.xml to use dirty git descriptions | Kenny Root | 2010-09-17 | 2 | -7/+5 | |
| | | ||||||
* | | Fixed some typos in IME patch so it works | Hans Nielsen | 2010-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for IMEs that use deleteSurroundingText | Julian Brost | 2010-09-08 | 1 | -1/+14 | |
| | | ||||||
* | | Fix silly thread API error in nullwire trace | Kenny Root | 2010-09-02 | 2 | -3/+3 | |
| | | ||||||
* | | Tag for 1.7.0 release | Kenny Root | 2010-09-02 | 1 | -2/+2 | |
| | | ||||||
* | | Revert "Disambiguate key input" | Kenny Root | 2010-08-23 | 2 | -4/+6 | |
| | | | | | | | | This reverts commit a59f26b1459248cffccb4d57800211fbc6d48e01..1edeea0009311fa83a8f7a714054d14152847ac7. | |||||
* | | Fix curMetaState being declared twice | Kenny Root | 2010-08-23 | 2 | -3/+1 | |
| | | | | | | | | Previous commit missed a line deletion | |||||
* | | Disambiguate key input | Kenny Root | 2010-08-23 | 2 | -4/+4 | |
| | | | | | | | | Patch from LatinSuD | |||||
* | | Increase click time to bring up on-screen buttons | Kenny Root | 2010-08-23 | 2 | -3/+3 | |
| | | ||||||
* | | Update build.xml for Git | Kenny Root | 2010-08-21 | 2 | -18/+10 | |
| | | ||||||
* | | Do not close the database between queries | Kenny Root | 2010-08-21 | 1 | -29/+0 | |
| | | ||||||
* | | Add ':' to the list of delimiters in the URI regex. Allows URIs to have ↵ | Clark Boylan | 2010-08-20 | 1 | -1/+1 | |
| | | | | | | | | other URIs in their paths. | |||||
* | | Add a description for the service | Kenny Root | 2010-08-05 | 2 | -2/+5 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@512 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | URL scan based on spec. | Douglas William Thrift | 2010-08-04 | 1 | -4/+30 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@511 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Don't use SDK_INT since we are minSdkVersion 3 | Kenny Root | 2010-08-04 | 2 | -2/+2 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@510 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Fix loading of pubkeys into memory | Kenny Root | 2010-08-03 | 3 | -4/+8 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@509 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add missing drawable; update layout to work | Kenny Root | 2010-07-27 | 4 | -44/+56 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@508 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add CTRL/ESC on-screen | Kenny Root | 2010-07-27 | 6 | -9/+66 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@507 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Refactor the way connection notification works | Kenny Root | 2010-05-31 | 3 | -36/+41 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@505 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add missing copyright header | Kenny Root | 2010-05-31 | 1 | -1/+14 | |
|/ | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@504 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Update AndroidManifest.xml for API 8 features | Kenny Root | 2010-05-23 | 1 | -3/+6 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@503 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Add backup feature for API 8 | Kenny Root | 2010-05-23 | 7 | -6/+180 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@502 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Proper use of wakelocks in pause/resume | Kenny Root | 2010-05-04 | 2 | -12/+10 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@501 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Correct copyright date for ConnectionNotifier | Kenny Root | 2010-05-04 | 1 | -1/+1 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@500 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Remove unused functions | Kenny Root | 2010-05-04 | 2 | -51/+0 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@499 df292f66-193f-0410-a5fc-6d59da041ff2 |