History log of /packages/apps/Terminal/src/com/android/terminal/TerminalLineView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b68e8ad082625206492ca9baf889f8c5427eb01 31-Dec-2014 Tom Marshall <tdm@cyngn.com> Show cursor

Change-Id: I31e99d20f3c0fa887f057b352e69969cb805016e
/packages/apps/Terminal/src/com/android/terminal/TerminalLineView.java
00b00812cd0c883c2380065d7fda29512d5477f0 15-Apr-2013 Jeff Sharkey <jsharkey@android.com> Add scrollback support.

Switch terminal rendering to use ListView, splitting each row into a
TerminalLineView item. This leverages existing ListView display list
optimizations when scrolling, and gives us fling and overscroll for
free. However, the simple case of a single line scrolling requires
an entire screen rebind.

Added locking between I/O thread and UI thread to provide consistent
view of terminal state. Snap to current upstream libvterm, which has
updated scrollback API. Examine full cell style when building runs.

Address terminals using "keys" instead of indicies, since ordering
can shift. Save and restore instance state to remember scrollback
position. Avoid crashing after closing last terminal.

Remove unused callbacks.

Bug: 8332387
Change-Id: I06468d16ae8e1ff8ac79b7115c7cb3f9434b3c0d
/packages/apps/Terminal/src/com/android/terminal/TerminalLineView.java