177
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix scrolling bug when at the bottom and bottomMargin is set 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 More... about 16 years ago
Code cleanup, pass 2 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 More... about 16 years ago
Make input status indicators more easily discernible More... about 16 years ago
Visual indication of cursor state 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. 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 More... about 16 years ago
Allow the fine-tuning of touch selection with directional pad More... about 16 years ago
Don't try to clone() null values More... about 16 years ago
Allow use of directional pad to select area of text to copy to clipboard 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 More... about 16 years ago
Fix preference use bug 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 More... about 16 years ago
Move drawing into UI thread instead of SSH receiver thread More... about 16 years ago
Don't allow fonts to be zero or negative sizes. More... about 16 years ago
Get rid of ant-contrib.jar More... about 16 years ago
Fix strange bug where single quote was stripped out of preference label More... about 16 years ago
Hack to disable volume key beeps. More... about 16 years ago
Display version information on top of Help activity until we can get dynamic content in our WebView. More... about 16 years ago
Fill deleted last line with space character More... about 16 years ago
Fill inserted lines with space character More... about 16 years ago
Scroll to bottom of window on keyboard input 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 More... about 16 years ago
Handling for incomplete UTF-8 byte sequences More... about 16 years ago
Bounds checking More... about 16 years ago
A smaller fix to the ViewFlipper bug More... about 16 years ago
Minor capitalization fix 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. More... about 16 years ago
Allow hosts to be disconnected/closed once you have a dead session. More... about 16 years ago