OSDN Git Service

Fix fast resize when screen shrinks
[android-x86/packages-apps-AndroidTerm.git] / src /
2011-11-06 Steven LuoFix fast resize when screen shrinks
2011-10-24 Jack PalevichUpdate service notification icon.
2011-10-23 Jack PalevichRevert "Return empty ExtractedText instead of null...
2011-10-23 Jack PalevichMake sure we build on API level 10.
2011-10-23 Jack PalevichAvoid possible overflow if the text ends in a high...
2011-10-22 Jack PalevichCreate a status bar notification icon.
2011-10-22 Steven LuoImplement fast resize for cases where width remains...
2011-10-22 Steven LuoMake the screen a movable window in the transcript...
2011-10-22 Steven LuoPreserve colors and formatting across screen size changes
2011-10-22 Steven LuoAdd a hack to remember the cursor position across scree...
2011-10-22 Steven LuoReturn empty ExtractedText instead of null from getExtr...
2011-10-22 Steven LuoHide the soft keyboard when pausing the activity
2011-10-22 Steven LuoReturn early from charWidth() for all ASCII printable...
2011-10-22 Steven LuoFix off-by-one error in getting selected text
2011-10-22 Steven LuoFix getTranscriptText() behavior with autowrapped lines
2011-10-22 Steven LuoAvoid going off end of offset array when going from...
2011-10-22 Jack PalevichgetEastAsianWidth: Actually invoke method after initial...
2011-10-10 Jack PalevichEnable code to run pre-SDK-level 8.
2011-10-10 Jack PalevichMicro optimization: avoid unnescessary shifts.
2011-10-09 Jack PalevichRestore SCREEN_CHECK_PERIOD constant.
2011-10-09 Steven LuoSupport for Unicode text input and UTF-8 I/O to process
2011-10-09 Steven LuoSupport displaying Unicode text
2011-10-09 Steven LuoAdd a transcript backing store suitable for Unicode...
2011-10-09 Steven LuoOptimize getTranscriptText()
2011-08-28 Jack PalevichHandle fractional-pixel-width fixed-width fonts.
2011-08-28 Jack PalevichRemove JDK 1.5-incompatible interface method @Override...
2011-08-28 Steven LuoAvoid accessing a finished TranscriptScreen when resumi...
2011-08-27 Steven LuoAdd UI for switching and managing terminal sessions.
2011-08-27 Steven LuoSupport multiple sessions per terminal activity.
2011-08-27 Steven LuoDon't accept input from process after TranscriptScreen...
2011-08-27 Steven LuoThrow away TranscriptScreen backing store on session...
2011-08-27 Steven LuoUse TermSession in activity and view instead of old...
2011-08-27 Steven LuoAdd TermSession class to represent a terminal session
2011-08-27 Steven LuoModify the activity and view to use the new TermSetting...
2011-08-27 Steven LuoFor multisession support, we eventually want to keep...
2011-08-27 Steven LuoThis patch isn't really necessary, but it makes life...
2011-08-27 Steven LuoThe fact that Term.java contains substantially all...
2011-06-25 Jack PalevichAdd F1-F12 and Ins/Del/Home/End keys
2011-06-25 Jack PalevichFix behavior of Ctrl-[0-9]
2011-06-25 Jack PalevichMake Ctrl/Fn-[A-Z] work with uppercase as well as lower...
2011-06-25 Jack PalevichEnable an initial command string to be passed as part...
2011-06-18 Jack PalevichImplement a "None" setting for control and function...
2011-06-18 Jack PalevichFix insert and delete line code.
2011-06-18 Jack PalevichImplement missing SGR escape codes
2011-05-24 Steven LuoChange shared library name (again) to make sure our...
2011-04-25 Jack PalevichFix java.lang.UnsatisfiedLinkError error.
2011-04-23 Jack PalevichAdd commitCorrection() to our InputConnection
2011-04-23 Jack PalevichAdd setComposingRegion() and getSelectedText() to our...
2011-04-23 Jack PalevichAdd menu options to take WakeLock and WifiLock
2011-04-23 Jack PalevichAdd a service to prevent Android from killing our process
2011-04-23 Jack PalevichAdd an Fn key for easier access to extra keys
2011-04-23 Jack PalevichKill the started process group in onDestroy
2011-01-09 Jack PalevichAdd '|' and arrow keys to "Special Chars"
2011-01-09 Jack PalevichHandle composing text.
2011-01-01 Jack PalevichModify text selection algorithm to work better:
2011-01-01 Jack PalevichFix style of text selection patch.
2011-01-01 Jack PalevichMerge branch 'master' of https://github.com/pelya/Andro...
2010-12-27 pelyaAdded an option for selecting part of the text on the...
2010-11-28 Jack PalevichAdd support for full PC keyboards.
2010-09-12 Todd MusallSupport swype delete key long press
2010-09-05 Todd MusallIME arrow key support
2010-09-04 Jack PalevichSupport Swype IME backspace key.
2010-09-04 Jack PalevichImport sources from code.google.com/p/androidterm