aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-143-149/+92
|/
* 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.
* Fix typo "20004"nemobis2015-07-301-1/+1
|
* Try to fix some RTL layout issuesKenny Root2015-07-1711-21/+30
|
* Merge branch 'master' into gradle-conversionKenny Root2015-07-152-5/+14
|
* Merge branch 'master' into gradle-conversionKenny Root2015-06-091-10/+1
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-1/+0
|
* Merge branch 'master' into gradle-conversionKenny Root2015-03-271-29/+29
| | | | | Conflicts: app/src/main/java/org/connectbot/util/UberColorPickerDialog.java
* Merge branch 'master' into gradle-conversionKenny Root2014-10-211-16/+27
|
* Fix keyType layout and space out buttons a bitKenny Root2014-10-181-4/+6
| | | | Change-Id: Idd46bb2ada1ff7ac934d5e20faee97842a990102
* Revert "Add BuildConfig stuff instead of msg_version"Kenny Root2014-10-032-2/+2
| | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d.
* Add BuildConfig stuff instead of msg_versionKenny Root2014-10-022-2/+2
|
* Convert to gradle build systemKenny Root2014-10-0118-0/+1289