summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* release-request-2fc80fb4-5a6a-4db9-97b2-5d042a5af5cf-for-git_oc-dr1-release-4...staging/lineage-15.0_rebase-android-8.0.0_r23android-build-team Robot2017-05-243-29/+23
|\
| * libjni_terminal: Android.mk -> Android.bp am: e71d9d40b5 am: 8cf75ff36c am: f...Steven Moreland2017-05-233-29/+23
|/|
| * libjni_terminal: Android.mk -> Android.bp am: e71d9d40b5 am: 8cf75ff36cSteven Moreland2017-05-233-29/+23
|/|
| * libjni_terminal: Android.mk -> Android.bp am: e71d9d40b5Steven Moreland2017-05-233-29/+23
| |\
| | * libjni_terminal: Android.mk -> Android.bpSteven Moreland2017-05-233-29/+23
| |/|
| | * libjni_terminal: Android.mk -> Android.bpSteven Moreland2017-05-173-29/+23
| |/
* | Remove libcore/include/ from Terminal's include path. am: 3cb5403b8d am: 31da...Elliott Hughes2016-09-141-1/+0
|\|
| * Remove libcore/include/ from Terminal's include path. am: 3cb5403b8d am: 31da...Elliott Hughes2016-09-141-1/+0
| |\
| | * Remove libcore/include/ from Terminal's include path. am: 3cb5403b8dElliott Hughes2016-09-141-1/+0
| | |\
| | | * Remove libcore/include/ from Terminal's include path.Elliott Hughes2016-09-141-1/+0
| | |/|
| | | * Remove libcore/include/ from Terminal's include path.Elliott Hughes2016-09-131-1/+0
| | |/
* | | Remove useless #includes. am: 5637b60e63 am: cf2ca4f01f am: 40d6a76e73Elliott Hughes2016-04-301-2/+0
|\| |
| * | Remove useless #includes. am: 5637b60e63 am: cf2ca4f01fElliott Hughes2016-04-301-2/+0
|/| | | |/
| * Remove useless #includes. am: 5637b60e63Elliott Hughes2016-04-301-2/+0
|/|
| * Remove useless #includes.Elliott Hughes2016-04-301-2/+0
|/|
| * Remove useless #includes.Elliott Hughes2016-04-291-2/+0
|/
* Show cursorTom Marshall2015-01-063-0/+44
* Remove rows/cols from nativeInitTom Marshall2014-12-312-10/+9
* Show soft keyboad on clickTom Marshall2014-12-311-0/+14
* Fix focus on initial startTom Marshall2014-12-311-0/+1
* Update and fix Terminal.Elliott Hughes2014-12-044-117/+15
* Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.Ying Wang2014-04-171-8/+1
* Terminal: fix compiling for 64-bitColin Cross2014-04-082-32/+32
* Remove persistent flag from manifestMichael Wright2013-05-141-1/+0
* Add scrollback support.Jeff Sharkey2013-04-2511-379/+625
* Add liblog.Ying Wang2013-04-101-1/+2
* Include JNI in both system and unbundled apps.Jeff Sharkey2013-04-051-1/+8
* Disable ProGuard for development.Jeff Sharkey2013-03-281-1/+3
* Terminal app disabled by default.Jeff Sharkey2013-03-051-1/+2
* Decode UTF-32 chars.Jeff Sharkey2013-03-051-11/+13
* Added input error handling and enabled keyboard inputMichael Wright2013-02-264-28/+26
* Remove unnecessary castMichael Wright2013-02-251-1/+1
* Start hooking up keyboard input to viewMichael Wright2013-02-252-4/+91
* Add jni hooks for key dispatchingMichael Wright2013-02-252-2/+51
* Add support for conversion from Android to libvterm keysMichael Wright2013-02-251-0/+165
* Updated proguard flagsMichael Wright2013-02-231-0/+1
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-2310-21/+372
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-233-10/+44
* Working damage!Jeff Sharkey2013-02-234-23/+34
* Fixed proguard issues on non-eng buildsMichael Wright2013-02-222-0/+3
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-213-13/+72
* Split init() and run().Jeff Sharkey2013-02-214-56/+53
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-203-39/+92
* Initial pass at read() loop.Jeff Sharkey2013-02-202-4/+52
* Properly configure ptys on Terminal constructionMichael Wright2013-02-201-44/+50
* Add forkpty functionMichael Wright2013-02-203-1/+106
* TerminalView to draw session contents.Jeff Sharkey2013-02-194-14/+299
* Start hooking up forkpty()Jeff Sharkey2013-02-192-6/+95
* Add callbacksKenny Root2013-02-194-35/+232
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-199-0/+354