aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-21Merge branch 'master' of github.com:jackpal/Android-Terminal-EmulatorHEADmasterJack Palevich
2012-10-21Update to version 1.0.48v1.0.48Jack Palevich
2012-10-21Fix toggleing alt.Jack Palevich
2012-10-20See if this fixes alt.Jack Palevich
2012-10-20Add Spanish localizationJack Palevich
2012-10-14Bump version number to 1.0.47v1.0.47Jack Palevich
2012-10-14Change Alt-sends-esc behavior to allow phones to use Alt.Jack Palevich
2012-10-13Version 1.0.45v1.0.46Jack Palevich
2012-10-13Merge branch 'master' of github.com:jackpal/Android-Terminal-EmulatorJack Palevich
2012-10-13Put in Transformer TF101 handling for Alt and Meta.Jack Palevich
2012-10-13Put in Transformer TF101 handling for Alt and Meta.Jack Palevich
2012-10-13Handle alt-sends-ESC in IME too.Robert Ewald
2012-10-13Merge pull request #164 from gLes/masterJack Palevich
2012-10-08Added new Alt sends stringsLászló Gárdonyi
2012-10-07Merge branch 'master' of github.com:jackpal/Android-Terminal-EmulatorJack Palevich
2012-10-07Add another test case that causes ATE to crash.Jack Palevich
2012-10-07Merge pull request #163 from gLes/masterJack Palevich
2012-10-07Tweaks to Alt-sends-escJack Palevich
2012-10-07Honor the AltSendsEsc flag.Robert Ewald
2012-10-07Make it possible to test the allowToggle mode.Robert Ewald
2012-10-07Add Alt key behavior option to the preferences screen.Robert Ewald
2012-10-07Add testcases for TermKeyListener.Robert Ewald
2012-10-07Added new strings.gLes
2012-10-07Remove initial default command.Jack Palevich
2012-10-06Add a default LD_LIBRARY_PATH to the initial command string.Jack Palevich
2012-10-06Merge pull request #161 from steven676/for-upstreamJack Palevich
2012-09-30Add brief demo file containing non-BMP charactersSteven Luo
2012-09-30Fix rendering of non-BMP characters at start or end of text runSteven Luo
2012-09-30Fix inserting wide char into column previously occupied by normal-width charSteven Luo
2012-09-30TranscriptScreen: guard against null rowColorBuffer when getting transcriptSteven Luo
2012-09-28A test program to help debug issue 149.Jack Palevich
2012-09-28Make blank lines track the current foreground/background color.Jack Palevich
2012-09-27Fix 256-color background color escape sequenceJack Palevich
2012-09-27Improve special charset handling.Jack Palevich
2012-09-27Revert "robewald alt-sends-esc"Jack Palevich
2012-09-23Move to location that matches up with the issue database.Jack Palevich
2012-09-23Add repro case for issue 145Jack Palevich
2012-09-23Make Menu key work again on older (pre-3.0?) devices.Jack Palevich
2012-09-22Treat the Meta key the same as the Alt key.Jack Palevich
2012-09-22Merge branch 'master' of github.com:jackpal/Android-Terminal-EmulatorJack Palevich
2012-09-22Improve DECSC / DECRC emulation.Jack Palevich
2012-09-22ED - Erase in Display should ignore scrolling margins.Jack Palevich
2012-09-22Implement DECSCNM (reverse video).Jack Palevich
2012-09-22Implement DECSCNM (reverse video).Jack Palevich
2012-09-22Improve compatability when parsing escape sequences.Jack Palevich
2012-09-22Add debugging flag for forcing 80 rows x 24 columns.Jack Palevich
2012-09-22Validate foreground and background colors are in range.Jack Palevich
2012-09-22Set default text color to be white text on black background.Jack Palevich
2012-09-22Fix F1-F4 escape sequences.Jack Palevich
2012-09-22Fix bug in alt-key key processing.Jack Palevich