summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Terminal: Fix build by pointing to the correct stringMichael Bestas2015-02-011-1/+1
| | | | Change-Id: I7c38b3d1433a5bdbb05faeebbaad7202732a4796
* Term: materializelinuxx2015-01-141-2/+5
| | | | | | | | * New icon * Material UI * Vectors Change-Id: Ia5c3c9027662edd51021bf2183cd203d25bb7474
* Allow access to external storageTom Marshall2015-01-051-0/+2
| | | | Change-Id: Ic00d3dd325af75beb81500ac74d3c27bbab8f0bc
* Add application iconTom Marshall2014-12-311-0/+1
| | | | Change-Id: I89c90bbf97c14361a34d620e46d8e688ef120e06
* Add settings for fullscreen, orientation, font size, colorTom Marshall2014-12-311-0/+9
| | | | Change-Id: Id631fce7fc6a40a8f982097e3b90e7c58c2cd889
* Remove persistent flag from manifestMichael Wright2013-05-141-1/+0
| | | | | Bug: 8967660 Change-Id: I740dee44d7f3471e26183ba29b19e9f1609784d0
* Add scrollback support.Jeff Sharkey2013-04-251-2/+3
| | | | | | | | | | | | | | | | | | | | | 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
* Terminal app disabled by default.Jeff Sharkey2013-03-051-1/+2
| | | | Change-Id: Ia8b3ef9976c97ca19ad79f39d24e3a24c1e7dcfb
* Added input error handling and enabled keyboard inputMichael Wright2013-02-261-1/+2
| | | | Change-Id: Ie74da0b39d9002802c76dc3ceecd5082e7504f26
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-231-2/+7
| | | | | | | | | | | Bind to new TerminalService when UI is running, and keep service started as long as terminals are active. Use ViewPager to show multiple active terminals, and menu items to open/close terminals. Anti-alias terminal text. Reduce callback logging. Add method to stop a running shell; still need to kill child process. Change-Id: I8efcb43aeaf8813762cd0ceebcd5388fc51ebaab
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-191-0/+29
Change-Id: I4b2ecb2eef9bef7a8236391d19a3708751a7c71d