aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb
Commit message (Collapse)AuthorAgeFilesLines
* * removed older code to clean stuff upJeffrey Sharkey2008-10-2415-2376/+0
| | | | | | | | | * 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
* * added wizard activity to show gpl eula and basic tipsJeffrey Sharkey2008-10-224-8/+9
| | | | | | | | | * added version check against connectbot.org to help with future updates * fixed desktop shortcuts * other minor fixes to prep for market launch
* * changed handling of Console window to accept ↵Jeffrey Sharkey2008-09-151-1/+1
| | | | | | | | | | ssh://user@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
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-116-6/+6
| | | | | | | | | | * moving more stuff over to new frontend gui in org.connectbot * found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling * new host-editing backend that uses preferences hack, will blog about this technique later today * using colors to categorize hosts (does this work?) * moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu
* * Fix typo in action name.Kenny Root2008-08-281-37/+31
| | | | | | * Remove unnecessary imports * Update onPause to not use deprecated Cursor functions. * Update onResume to not use deprecated Cursor functions.
* * Only allow deletion when a host is selected.Kenny Root2008-08-281-21/+24
| | | | | * Fix crash when aborting password dialog. * Arrange menu selections in a more meaningful way when hosts are selected.
* * fixed password prompting, still messy solutionJeffrey Sharkey2008-08-271-14/+54
|
* * moved all terminal logic into a Service backend. connections are held in ↵Jeffrey Sharkey2008-08-279-113/+187
| | | | | | | | | | | | | | | | | | place by a TerminalBridge, which keeps the connection alive and renders the screen to a bitmap if provided. a Console creates TerminalViews for each bridge while it is active, and handles panning back/forth between them. * volume up/down controls will change console font size * extended trilead library to support resizePTY() command * left/right screen gestures will pan between various open consoles * up/down screen gestures on right-half will look through scrollback buffer * up/down screen gestures on left-half will trigger pageup/down keys * broke ctrl+ keyboard mapping, will need to bring back over from older code
* * Removed static host entry in onCreate() and restored HostList selectionKenny Root2008-08-271-11/+7
|
* * Fixed host PICK actionKenny Root2008-08-271-12/+13
| | | | * Updated deletion to go directly to the ContentProvider
* * Fixing an off-by-one error in vt320 for ANSI 'U' escape sequences.Was ↵Jeffrey Sharkey2008-08-2412-117/+166
| | | | | | | | | | | messing up scrollback on irssi sessions. * Filling buffer will ' ' (spaces) instead of null characters. Android's MONOSPACE font doesn't render the null correctly; might be trying to interpret them as unicode. Was messing up indentation on rtorrent sessions. * Removed SoftFont from redraw() and sped things up immensely. Everything seems to still render fine, was there a reason we needed the SoftFont? * Corrected buffer.update[] handling so we aren't repainting entire screen each time; much faster now. * Added OpenGL rendering by default, but doesn't change speed on emulator.
* Initial update for Android SDK M5 support.Kenny Root2008-03-167-49/+52
|
* refactored preferences into a submenuKenny Root2007-11-262-8/+13
|
* Added preferences, touch entropy, fixes to SoftFont.Kenny Root2007-11-215-70/+273
|
* Merging back in the jcterm branchKenny Root2007-11-2115-355/+1144
|
* Fixed the disconnect dialog handling.Kenny Root2007-11-183-125/+99
|
* Updated icon for about screen.Kenny Root2007-11-182-13/+43
|
* Added indeterminate waiting swirly.Kenny Root2007-11-171-10/+48
|
* Initial import.Kenny Root2007-11-179-0/+1176