aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
* Add padding to bottom of HostList to prevent FAB covering list.Ryan Hansberry2015-09-231-0/+4
|
* Update translationsKenny Root2015-09-223-0/+26
|
* Merge pull request #233 from rhansby/new-connection-status-iconsJeremy Klein2015-09-2216-3/+3
|\ | | | | Add Material Design HostList status indicator icons
| * Add Material Design HostList status indicator iconsRyan Hansberry2015-09-2216-3/+3
| |
* | Fix empty host list blurb. (in English only)Ryan Hansberry2015-09-221-1/+1
| |
* | Merge branch 'master' into convert-activities-to-appcompatRyan Hansberry2015-09-229-30/+67
|\|
| * Spaces -> tabs.Kyle Horimoto2015-09-181-3/+3
| |
| * Add FAB to host list.Kyle Horimoto2015-09-189-30/+67
| |
* | 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-186-28/+367
|\ | | | | Changed Settings options to use switches instead of checkboxes.
| * Moved SwitchCompatPreference to util package for consistency with other ↵Ryan Hansberry2015-09-172-17/+17
| | | | | | | | custom Preferences.
| * Merge branch 'master' into use-switches-not-checkboxesRyan Hansberry2015-09-175-29/+11
| |\
| * | Make APIv14 and above use SwitchPreference, and below use custom ↵Ryan Hansberry2015-09-174-45/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SwitchCompatPreference. Created API-v14-and-above preferences.xml and host_prefs.xml files (under xml-v14/) in order to do so. This unfortunately for the most part duplicates preferences.xml and host_prefs.xml. This method is an effective workaround for the visual glitch encountered earlier, as recorded here: https://github.com/connectbot/connectbot/pull/205#issuecomment-140547689
| * | Added SwitchCompat switches to Host Preferences.Ryan Hansberry2015-09-161-0/+4
| | |
| * | Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵Ryan Hansberry2015-09-153-13/+60
| | | | | | | | | | | | | | | | | | support pre-APIv14. Big thanks to: https://plus.sandbox.google.com/+ChristianGollner/posts/badausxo1J6
| * | Changed Settings options to use switches instead of checkboxes.Ryan Hansberry2015-09-151-13/+13
| | | | | | | | | | | | Fixes #169.
* | | Switch all pubkey icon references to new icons.Ryan Hansberry2015-09-171-3/+3
| | |
* | | Replaced old pubkey lock/unlock icons with new Material Design icons.Ryan Hansberry2015-09-1713-3/+2
| |/ |/| | | | | This fixes #207.
* | Use AppCompatActivity instead of Activity.Kyle Horimoto2015-09-171-25/+0
| |
* | Adjusted style to support pre-v11 devices.Kyle Horimoto2015-09-153-1/+8
| |
* | Convert to using RecyclerView.Kyle Horimoto2015-09-142-4/+4
|/
* Add Material theme paletteKenny Root2015-09-114-0/+42
| | | | Fixes #167
* Add parent activities for all activitiesKenny Root2015-09-111-0/+4
| | | | Fixes #41
* 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).