aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_console.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint errors.Ryan Hansberry2015-10-151-2/+1
|
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-1/+1
|
* Provide visual feedback for virtual keyboardadb20012015-08-311-202/+1
|
* Fix XML formattingKenny Root2015-08-231-176/+176
|
* Scroll keyboard back a forth to give a hint to user about the scrollable ↵alescdb2015-08-221-78/+78
| | | | | | keyboard. Handle repeatable arrow keys (easily extendable to other keys if needed).
* Format XML and correct missing @stringadb20012015-08-161-126/+122
|
* Add an HorizontalScrollView in the keyboard and add virtual keys in it : ↵adb20012015-08-151-127/+177
| | | | Home, End, Page Up, Page Down, F1 -> F12
* Only show tabs on large screensJeremy Klein2015-08-131-17/+1
|
* Add tabs when there's more than one terminal active.Jeremy Klein2015-08-131-4/+20
|
* Merge pull request #120 from alescdb/masterKenny Root2015-08-071-40/+142
|\
| * Change virtual keyboard images by flat buttons with text and added 'Up', ↵adb20012015-08-071-40/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | 'Down', 'Left' and 'Right' arrow keys. Squashes together other commits: - Remove HorizontalScrollView tests - Add comments to give translators context. - Remove hardcoded button texts and change the keyboard icon to a more modern style. - Change virtual keyboard RelativeLayout to LinearLayout and it take all screen width. And add a small separators between buttons. - Mislabelled "Up" key
* | ConsoleActivity: Switch from ViewFlipper to ViewPager.Jeremy Klein2015-08-071-5/+5
|/ | | | | | | This simplifies the code for creating terminals, removes lots of code, and totally eliminates the need for swipe handling. From the UI side, the swipe now sticks to the user's finger and looks much nicer. It will also make adding tabs much simpler.
* Try to fix some RTL layout issuesKenny Root2015-07-171-0/+3
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-151-0/+11
|
* Convert to gradle build systemKenny Root2014-10-011-0/+164