summaryrefslogtreecommitdiff
path: root/jni
AgeCommit message (Expand)Author
2019-01-25Track libvterm updateandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1android-o-mr1-iot-release-1.0.12android-o-mr1-iot-release-1.0.10oreo-mr1-iot-releaseKenny Root
2017-10-10Use -Werror in packages/apps/TerminalChih-Hung Hsieh
2017-07-18packages/apps/Terminal: use proper nativehelper headersandroid-o-iot-preview-5o-iot-preview-5Steven Moreland
2017-05-17libjni_terminal: Android.mk -> Android.bpandroid-o-preview-4android-o-preview-3Steven Moreland
2016-09-13Remove libcore/include/ from Terminal's include path.android-n-mr1-preview-2android-n-mr1-preview-1Elliott Hughes
2016-04-29Remove useless #includes.android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-preview-3android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Elliott Hughes
2014-12-31Remove rows/cols from nativeInitTom Marshall
2014-12-04Update and fix Terminal.Elliott Hughes
2014-04-08Terminal: fix compiling for 64-bitColin Cross
2013-04-25Add scrollback support.Jeff Sharkey
2013-04-10Add liblog.Ying Wang
2013-03-05Decode UTF-32 chars.Jeff Sharkey
2013-02-26Added input error handling and enabled keyboard inputMichael Wright
2013-02-25Remove unnecessary castMichael Wright
2013-02-25Add jni hooks for key dispatchingMichael Wright
2013-02-23Service to host long-lived terminals, tab UI.Jeff Sharkey
2013-02-23Correctly resize terminal, hook up colors.Jeff Sharkey
2013-02-23Working damage!Jeff Sharkey
2013-02-21Start hooking up damage, shell script to test.Jeff Sharkey
2013-02-21Split init() and run().Jeff Sharkey
2013-02-20Add CellRun to speed up cell rendering.Jeff Sharkey
2013-02-20Initial pass at read() loop.Jeff Sharkey
2013-02-20Properly configure ptys on Terminal constructionMichael Wright
2013-02-20Add forkpty functionMichael Wright
2013-02-19TerminalView to draw session contents.Jeff Sharkey
2013-02-19Start hooking up forkpty()Jeff Sharkey
2013-02-19Add callbacksKenny Root
2013-02-19Initial code for Terminal app, with JNI glue.Jeff Sharkey