176
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 18 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* finished implementing copy functionality * added right or left alt- or shift- helping keys (/ and tab), disableable from settings * fixed a few random bugs
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* added port forwarding--tested to work with local "-L" tunnels, tap menu on console to create * created preference for keep-alive screen feature
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* fixed bug that causes crash when editing host--we shouldnt be including the BLOB hostkey in the returned cursor
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* refactored prompting gui component into PromptHelper, makes it easier now because it offers blocking methods to get strings * also added boolean prompt support for hostkey yes/no from user * added checking and storing of hostkeys into backend database, successfully tested * created new icon using android style guide pdf, older icon is still here
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* fixed disconnect in several places so that it correctly disposes of any visible gui consoles * now handling remote socket dropping that disconnects sessions * added disconnected icon to stateful connected.xml list and updated binder to use it * added "post-login automation" in host settings to run commands once authenticated (like screen -dr) * bitmaps are now integral w.r.t. char size, which should resolve "cruft" at bottom of views
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
First pass at keyboard-interactive More... over 15 years ago
* okay loool got rid of all those warnings for all those anal people out there :P
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* changed preferences to use explicit strings
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* fixed double-password bug when hitting enter (was submitting twice, on keydown and up) * now correctly reading preferences values for scrollback/emulation
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* fixed last-console disconnect bug crash
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* updated prefs to handle enter key nicely (singleLine) * moved wizard stuff around so scrollview works as expected between different steps (instead of fixed height) * added password dialog to console--it will manage showing/hiding as needed
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* added real password prompt to help with special chars and also offer visual confirmation * this approach should also work with mutiple auth methods, and handles when switching between multiple consoles correctly * also simplified wizardactivity
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* there we go
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* removed older res files
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* removed one more unused adpater, were using the binder approach now
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* removed older code to clean stuff up * renamed some classes to make clearer * added javadoc everywhere to help explain stuff * separated private key db from host db * removed older "surface" bridge/view because they are painfully slow on hardware, didnt speed up things like we expected they would because lock/unlock of accelerated surface is expensive
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
Add explicit intent for the WizardActivity so that you can start from a fresh install. More... over 15 years ago
Add back in regressed CTRL and ESC sending by using center DPAD. More... over 15 years ago
* forgot to add several files in last pass * wizard layouts, buttons, and connected stateful drawable
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* now updating cursor once we delete host
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* implemented "delete host"
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* added wizard activity to show gpl eula and basic tips * added version check against connectbot.org to help with future updates * fixed desktop shortcuts * other minor fixes to prep for market launch
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* connected up host bulbs (green/gray) to backend service * switch to using a Binder and SimpleCursorAdapter instead of Adapter (slightly less efficient, but easier to update) * added gray color for host category * connected up easy-connect box on front screen to auto-create and launch new connection
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* changed handling of Console window to accept ssh://us...@host:port/#nickname intents, which will also be used by desktop shortcuts later * changed terminalbridge to handle all hostkey and password authentication through console instead of android gui (mimics traditional openssh) * added disconnect and paste functionality to Console menu
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* WARNING: this build is broken lol
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* Fix typo in action name. * Remove unnecessary imports * Update onPause to not use deprecated Cursor functions. * Update onResume to not use deprecated Cursor functions. More... over 15 years ago
* Only allow deletion when a host is selected. * Fix crash when aborting password dialog. * Arrange menu selections in a more meaningful way when hosts are selected. More... over 15 years ago
added animations and newer layouts
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
added service definition
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* fixed password prompting, still messy solution
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago