aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
* Re-indent host item layout and add sample textKenny Root2015-09-051-50/+51
|
* Use a style for the host list text coloringKenny Root2015-09-052-2/+34
| | | | Fixes #191
* Fix host list for API 10 and beforeKenny Root2015-09-052-18/+39
| | | | | | | There is some kind of problem with inheriting TextAppearance.AppCompat on API 10 and before that causes a crash. Instead only inherit it on API 11 (Honeycomb) and later. This doesn't make any visual difference with Gingerbread and before.
* Merge pull request #185 from khorimoto/host-list-itemKenny Root2015-09-044-123/+85
|\ | | | | Style the host list items with material design.
| * Fix lint errors, make only one file.Kyle Horimoto2015-09-043-143/+76
| |
| * Merge branch 'host-list-item' of ssh://github.com/khorimoto/connectbot into ↵Kyle Horimoto2015-09-041-1/+1
| |\ | | | | | | | | | host-list-item
| | * Style the host list items with material design.Kyle Horimoto2015-09-043-30/+55
| | | | | | | | | | | | This change updates the items to be in line with the guideline here: https://www.google.com/design/spec/components/lists.html#lists-specs.
| * | Style the host list items with material design.Kyle Horimoto2015-09-043-30/+59
| |/ | | | | | | This change updates the items to be in line with the guideline here: https://www.google.com/design/spec/components/lists.html#lists-specs.
* / Fix tablet specific layout lint errorsKenny Root2015-09-031-2/+5
|/ | | | | Fewer lint errors are needed to bypass the CI's lint error limit, so fix these low-hanging fruit.
* Wrong folder for xml fileAlexandre Del Bigio2015-09-031-0/+0
|
* Material Design keyboard iconAlexandre Del Bigio2015-09-035-0/+0
|
* Set Activity title to connection nick nameAlexandre Del Bigio2015-09-033-2/+28
|
* Keyboard separator as layer-list (instead of views)Alexandre Del Bigio2015-09-026-57/+34
|
* Update inc_keyboard.xmlAlex2015-08-311-0/+16
| | | Add license comment
* Provide visual feedback for virtual keyboardadb20012015-08-316-403/+256
|
* Merge pull request #145 from alescdb/action-menuKenny Root2015-08-3110-0/+0
|\ | | | | Change menu copy and paste icons and add them to action menu (if room)
| * Material Design icons (with drawable-xxxhdpi for lint warnings)alescdb2015-08-2410-0/+0
| |
| * XML problemalescdb2015-08-222-2/+4
| |
| * Change menu copy and paste icons and add them to action menu (if room) for ↵alescdb2015-08-228-0/+0
| | | | | | | | AP11 and newer
| * Merge remote-tracking branch 'upstream/master'alescdb2015-08-2267-930/+919
| |\
| * | - Reformat XMLalescdb2015-08-202-536/+486
| | |
* | | Change ID of TerminalView children in the ViewPagerKenny Root2015-08-271-0/+23
| | | | | | | | | | | | This makes it slightly less confusing and also more testable.
* | | Always align the tabs to the left in-line with the titleJeremy Klein2015-08-241-0/+2
| | |
* | | Merge pull request #134 from alescdb/hscroll-keyboardKenny Root2015-08-233-102/+377
|\ \ \
| * | | Fix XML formattingKenny Root2015-08-232-364/+364
| | | |
| * | | Scroll keyboard back a forth to give a hint to user about the scrollable ↵alescdb2015-08-222-101/+101
| | | | | | | | | | | | | | | | | | | | | | | | keyboard. Handle repeatable arrow keys (easily extendable to other keys if needed).
| * | | Format XML and correct missing @stringadb20012015-08-162-177/+169
| | | |
| * | | Add an HorizontalScrollView in the keyboard and add virtual keys in it : ↵adb20012015-08-154-254/+406
| |/ / | | | | | | | | | Home, End, Page Up, Page Down, F1 -> F12
* | / Move keyboard buttons to styles.xmlKenny Root2015-08-233-217/+106
| |/ |/| | | | | This will make it easier to merge to hscroll change from @alescdb
* | Remove unused resources in tralsationsKenny Root2015-08-2129-87/+0
| |
* | Remove unused layout paramsKenny Root2015-08-203-9/+1
| |
* | Fix some new RTL issuesKenny Root2015-08-201-3/+3
| |
* | Remove xmlns:android from non-root element (again)Kenny Root2015-08-201-2/+1
| |
* | Merge pull request #139 from jklein24/keyboardshortcutsKenny Root2015-08-202-0/+88
|\ \ | | | | | | Add a keyboard shortcuts dialog to the help page.
| * | Add a keyboard shortucts dialog to help.Jeremy Klein2015-08-202-0/+88
| | |
* | | Remove xmlns:android from non-root elementKenny Root2015-08-201-1/+0
| | |
* | | Merge pull request #140 from jklein24/killactionbarwrapperKenny Root2015-08-204-85/+1
|\| |
| * | Remove ActionBarWrapper and style.xml files in favor of AppCompat.Jeremy Klein2015-08-204-84/+1
| |/ | | | | | | | | The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions.
* / Update XML style and reformat all files with itKenny Root2015-08-1935-512/+546
|/
* Merge pull request #124 from jklein24/tabsKenny Root2015-08-145-8/+304
|\ | | | | Add tabs when there's more than one terminal active.
| * Only show tabs on large screensJeremy Klein2015-08-132-17/+297
| |
| * Add tabs when there's more than one terminal active.Jeremy Klein2015-08-134-7/+23
| |
* | Remove the welcome wizard activity and add the EULA to the help screen.Jeremy Klein2015-08-148-163/+96
|/
* Use unicode symbols for arrow buttonsKenny Root2015-08-112-12/+12
| | | | This relieves some need for translations to many languages.
* Code cleanup : create onEmulatedKeyClicked() via a global OnClickListener ↵adb20012015-08-093-0/+0
| | | | | | | | (emulatedKeysListener) handling all buttons events (except keyboard) since they all share the same code. Reset auto hide timer when an arrow button is clicked to allow multiple click. Remove unused ctrl, esc and tab png. Add haptic feedback to all keys except tab and keyboard.
* Merge pull request #120 from alescdb/masterKenny Root2015-08-073-40/+173
|\
| * Change virtual keyboard images by flat buttons with text and added 'Up', ↵adb20012015-08-073-40/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | '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.
* Update translationsKenny Root2015-07-304-1/+13
|
* Update translationsKenny Root2015-07-301-1/+1
|