aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Ignore private resource linter warning in volume pref dalog XMLJohn Heroy2015-10-211-4/+6
|
* Remove margin on SeekBar and move up super.onBindDialogView to top of ↵John Heroy2015-10-211-7/+4
| | | | VolumePreference#onBindDialogView decl
* Add content description to volume pref dialog ImageView and reset padding on ↵John Heroy2015-10-211-0/+2
| | | | SeekBar
* Add newline at end of volume preference dialog layout XML file.John Heroy2015-10-201-1/+1
|
* Use volume icon in 'bell volume' dialog and factor out SeekBar declaration ↵John Heroy2015-10-201-0/+50
| | | | to an XML layout
* Align host list status icon to left sideJohn Heroy2015-10-161-8/+8
|
* Fix lint errors.Ryan Hansberry2015-10-154-8/+7
|
* TerminalView: Move TextView logic that allows text selection into its own ↵Ryan Hansberry2015-10-141-1/+1
| | | | class, which allows scrolling selection.
* Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-071-1/+1
|
* Lint fixes.Jeremy Klein2015-10-062-171/+164
|
* Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-063-33/+214
|
* Lint errors.Kyle Horimoto2015-10-051-2/+8
|
* Add connection options.Kyle Horimoto2015-10-051-141/+377
|
* Add host display editing UI.Kyle Horimoto2015-10-011-128/+213
|
* Fix lint.Kyle Horimoto2015-09-281-0/+11
|
* Add FAB to port forward activity.Kyle Horimoto2015-09-281-12/+20
|
* Don't allow suggestions in text fields.Kyle Horimoto2015-09-251-3/+3
|
* kruton comments.Kyle Horimoto2015-09-252-16/+35
|
* Add EditHostActivity.Kyle Horimoto2015-09-252-0/+160
|
* Add padding to bottom of HostList to prevent FAB covering list.Ryan Hansberry2015-09-231-0/+4
|
* Merge branch 'master' into convert-activities-to-appcompatRyan Hansberry2015-09-222-30/+60
|\
| * Add FAB to host list.Kyle Horimoto2015-09-182-30/+60
| |
* | Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to ↵Ryan Hansberry2015-09-221-3/+3
| | | | | | | | AppCompat, using AppCompatListActivity superclass
* | Convert PubkeyListActivity to AppCompatRyan Hansberry2015-09-182-6/+5
|/
* Merge pull request #205 from rhansby/use-switches-not-checkboxesKenny Root2015-09-181-0/+30
|\ | | | | Changed Settings options to use switches instead of checkboxes.
| * Merge branch 'master' into use-switches-not-checkboxesRyan Hansberry2015-09-172-4/+4
| |\
| * | Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵Ryan Hansberry2015-09-151-0/+30
| | | | | | | | | | | | | | | | | | support pre-APIv14. Big thanks to: https://plus.sandbox.google.com/+ChristianGollner/posts/badausxo1J6
* | | Replaced old pubkey lock/unlock icons with new Material Design icons.Ryan Hansberry2015-09-171-3/+2
| |/ |/| | | | | This fixes #207.
* | Adjusted style to support pre-v11 devices.Kyle Horimoto2015-09-151-1/+1
| |
* | Convert to using RecyclerView.Kyle Horimoto2015-09-142-4/+4
|/
* Re-indent host item layout and add sample textKenny Root2015-09-051-50/+51
|
* Fix lint errors, make only one file.Kyle Horimoto2015-09-041-0/+76
|
* Set Activity title to connection nick nameAlexandre Del Bigio2015-09-031-1/+1
|
* Keyboard separator as layer-list (instead of views)Alexandre Del Bigio2015-09-021-48/+2
|
* Update inc_keyboard.xmlAlex2015-08-311-0/+16
| | | Add license comment
* Provide visual feedback for virtual keyboardadb20012015-08-312-202/+204
|
* Merge pull request #134 from alescdb/hscroll-keyboardKenny Root2015-08-231-51/+173
|\
| * 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
* | Move keyboard buttons to styles.xmlKenny Root2015-08-231-119/+43
| | | | | | | | This will make it easier to merge to hscroll change from @alescdb
* | 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-201-0/+81
|\ \ | | | | | | Add a keyboard shortcuts dialog to the help page.
| * | Add a keyboard shortucts dialog to help.Jeremy Klein2015-08-201-0/+81
| |/
* | Remove xmlns:android from non-root elementKenny Root2015-08-201-1/+0
| |
* | Update XML style and reformat all files with itKenny Root2015-08-1917-233/+253
|/
* Merge pull request #124 from jklein24/tabsKenny Root2015-08-141-5/+5
|\ | | | | Add tabs when there's more than one terminal active.