openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ConnectBot
Settings
|
Report Duplicate
177
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
15 days
ago. based on code collected
16 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 70 of 75
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix scrolling bug when at the bottom and bottomMargin is set
Kenny Root
More...
about 16 years ago
Bitmap and notifications bug fix * Try to free bitmaps immediately to avoid running afoul of the memory limits * Don't display the screen size of orientation changes if we're exiting the activity
Kenny Root
More...
about 16 years ago
Code cleanup, pass 2
Kenny Root
More...
about 16 years ago
Allow shift- and alt-lock states (untested since emulator doesn't send shift or alt key codes) * 1st press toggles on for next key, 2nd press locks, 3rd press turns off meta state * Different cursor indicators for each roughly equivalent to standard Android * Move Relay to subclass to reduce indent madness
Kenny Root
More...
about 16 years ago
Make input status indicators more easily discernible
Kenny Root
More...
about 16 years ago
Visual indication of cursor state
Kenny Root
More...
about 16 years ago
Comply with RFC 4254 on window-change packet * Always send false for "want reply" * We don't need to wait since a reply should not be sent. * Allow the sending of (informational) pixel dimensions.
Kenny Root
More...
about 16 years ago
Indentation cleanup, pass 1 * Change 4-spaces to tabs (I blame Eclipse's editor) * Remove white spaces from end of lines
Kenny Root
More...
about 16 years ago
Allow the fine-tuning of touch selection with directional pad
Kenny Root
More...
about 16 years ago
Don't try to clone() null values
Kenny Root
More...
about 16 years ago
Allow use of directional pad to select area of text to copy to clipboard
Kenny Root
More...
about 16 years ago
Allow PromptHelper to be preempted * e.g., if a host disconnects during password authentication, it immediately closes the password prompt
Kenny Root
More...
about 16 years ago
Fix preference use bug
Kenny Root
More...
about 16 years ago
Bug scrub * Try to be better about unsynchronized accesses * Don't expose references to arrays in our beans * Make sure we don't dereference null pointers * Update version string before calling aapt
Kenny Root
More...
about 16 years ago
Move drawing into UI thread instead of SSH receiver thread
Kenny Root
More...
about 16 years ago
Don't allow fonts to be zero or negative sizes.
Kenny Root
More...
about 16 years ago
Get rid of ant-contrib.jar
Kenny Root
More...
about 16 years ago
Fix strange bug where single quote was stripped out of preference label
Kenny Root
More...
about 16 years ago
Hack to disable volume key beeps.
Kenny Root
More...
about 16 years ago
Display version information on top of Help activity until we can get dynamic content in our WebView.
Kenny Root
More...
about 16 years ago
Fill deleted last line with space character
Kenny Root
More...
about 16 years ago
Fill inserted lines with space character
Kenny Root
More...
about 16 years ago
Scroll to bottom of window on keyboard input
Kenny Root
More...
about 16 years ago
Some call optimizations to make terminal emulation faster * Instead of making a String and then breaking it down again, pass in our Character array * Don't bother checking the type of a Character below or equal to 0x7F because it's ASCII * We don't always need to know the bottom and top margins, so only call getTopMargin() or getBottomMargin() when we do
Kenny Root
More...
about 16 years ago
Handling for incomplete UTF-8 byte sequences
Kenny Root
More...
about 16 years ago
Bounds checking
Kenny Root
More...
about 16 years ago
A smaller fix to the ViewFlipper bug
Kenny Root
More...
about 16 years ago
Minor capitalization fix
Kenny Root
More...
about 16 years ago
Workaround for ViewAnimator bug * Was causing the last still-connected hosts to not show the correct options menu after a preceeding connection was closed.
Kenny Root
More...
about 16 years ago
Allow hosts to be disconnected/closed once you have a dead session.
Kenny Root
More...
about 16 years ago
←
1
2
…
66
67
68
69
70
71
72
73
74
75
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree