OSDN Git Service

android-x86/packages-apps-AndroidTerm.git
2011-10-10 Jack PalevichEnable code to run pre-SDK-level 8.
2011-10-10 Jack PalevichMicro optimization: avoid unnescessary shifts.
2011-10-10 Jack PalevichShorten UI message for "Default to UTF-8 mode".
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-09-29 Jack PalevichBasque localization.
2011-09-29 Jack PalevichUpdate Italian translations
2011-09-18 Jack PalevichGenerate native code for x86 as well as armeabi.
2011-09-18 Jack PalevichUpdate config file for latest Android SDK
2011-09-18 Jack PalevichUpdate private build tool to support NDK r6b
2011-08-29 Jack PalevichIncrement version number.
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-28 Jack PalevichFix resource-related problems when running on Android...
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-08-27 Jack PalevichIgnore local.properties
2011-08-23 Jack PalevichShrink market icon to match "safe" bounds
2011-08-23 Jack PalevichImprove market icon.
2011-08-21 Jack PalevichUpdated translations
2011-06-25 Jack PalevichIncrement version number.
2011-06-25 Jack PalevichUpdate in-app documentation for special keys
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 PalevichAdd link to Downloads page to README file.
2011-06-25 Jack PalevichEnable an initial command string to be passed as part...
2011-06-25 Jack PalevichUpdate Italian localization
2011-06-18 Jack PalevichIncrement version number.
2011-06-18 Jack PalevichImplement a "None" setting for control and function...
2011-06-18 Jack PalevichRename the rt tool to pushAndRun
2011-06-18 Jack PalevichAllow application to be installed on the SD Card.
2011-06-18 Jack PalevichFix insert and delete line code.
2011-06-18 Jack PalevichImplement missing SGR escape codes
2011-06-18 Jack PalevichEscape single quote character so string resource compiles.
2011-06-18 Jack PalevichMerge pull request #20 from cpasmoi/master
2011-05-30 cpasmoimissing translations
2011-05-30 cpasmoimissing translations
2011-05-24 Jack PalevichIncrement version number.
2011-05-24 Jack PalevichUse a global reference to hold onto a class object...
2011-05-24 Jack PalevichUpdate local properties for building on a new machine.
2011-05-24 Jack PalevichIncrement version number.
2011-05-24 Steven LuoChange shared library name (again) to make sure our...
2011-04-25 Jack PalevichBump version number.
2011-04-25 Jack PalevichFix java.lang.UnsatisfiedLinkError error.
2011-04-25 Jack PalevichHousekeeping odds-and-ends.
2011-04-23 Jack PalevichRename buld tool, and make it build the JNI code as...
2011-04-23 Jack PalevichBump version number.
2011-04-23 Jack PalevichAdd commitCorrection() to our InputConnection
2011-04-23 Jack PalevichAdd setComposingRegion() and getSelectedText() to our...
2011-04-23 Jack PalevichMake the Terminal activity singleTask instead of single...
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-04-23 Steven LuoRemove unused variable in native implementation of...
2011-04-17 Jack PalevichTurkish localization
2011-04-10 Jack PalevichDeclare SDK target 10 (Gingerbread) rather than 11...
2011-04-10 Jack PalevichDeclare that we don't require a touchscreen.
2011-04-10 Jack PalevichAdd support for Android 1.5
2011-02-09 Jack PalevichMark this module optional.
2011-02-08 Jack PalevichAdd Android.mk file
2011-01-09 Jack PalevichAdd '|' and arrow keys to "Special Chars"
2011-01-09 Jack PalevichIgnore a png file that's a documentation build artifact.
2011-01-09 Jack PalevichAdd a white background layer.
2011-01-09 Jack PalevichWe don't require a touch screen, even though we use...
2011-01-09 Jack PalevichBump version number.
2011-01-09 Jack PalevichHandle composing text.
2011-01-01 Jack PalevichTranslation strings courtesy CyanogenMod:
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...
2011-01-01 Jack PalevichUpdate docs for current build environment.
2010-12-27 pelyaAdded an option for selecting part of the text on the...
2010-11-28 Jack PalevichBump version number.
2010-11-28 Jack PalevichAdd support for full PC keyboards.
2010-11-22 Jack PalevichAdobe Photoshop file for high-resolution icon for Andro...
2010-11-19 Jack PalevichAvoid potential memory leak in String8::set
2010-11-19 Jack PalevichBump version number.
2010-09-12 Todd MusallSupport swype delete key long press
2010-09-12 Jack PalevichBump version number.
2010-09-05 Todd MusallIME arrow key support
2010-09-04 Jack PalevichMoved updates to a new page.
2010-09-04 Jack PalevichImprove formating.
2010-09-04 Jack PalevichGive proper extension for markdown.
2010-09-04 Jack PalevichEdit markup.
2010-09-04 Jack PalevichSupport Swype IME backspace key.
2010-09-04 Jack PalevichImport sources from code.google.com/p/androidterm
next