aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
Commit message (Collapse)AuthorAgeFilesLines
* TerminalView: Move TextView logic that allows text selection into its own ↵Ryan Hansberry2015-10-142-1/+48
| | | | class, which allows scrolling selection.
* Fix lint.Kyle Horimoto2015-10-1440-41/+2
|
* Actually add the images.Kyle Horimoto2015-10-1411-0/+36
|
* Change menu icons.Kyle Horimoto2015-10-141-0/+4
|
* Make the pg up/down gesture a preference which is disabled by default.Jeremy Klein2015-10-093-1/+20
|
* Merge pull request #282 from khorimoto/edit-host-activity-integrationKenny Root2015-10-083-0/+64
|\ | | | | Integrate EditHostActivity into the app.
| * Lint fixes.Kyle Horimoto2015-10-082-6/+6
| |
| * Integrate the EditHostActivity into the rest of the app.Kyle Horimoto2015-10-083-0/+64
| |
* | Merge pull request #281 from jklein24/termmodeKenny Root2015-10-081-1/+1
|\ \ | | | | | | Switch the default emulation mode to xterm-256color
| * | Switch the default emulation mode to xterm-256colorJeremy Klein2015-10-071-1/+1
| | |
* | | Disable ViewPager paging when mouse is dragging.Ryan Hansberry2015-10-072-2/+2
|/ /
* | Lint fixes.Jeremy Klein2015-10-0611-373/+371
| |
* | Get rid of the final html help view and switch it to native.Jeremy Klein2015-10-0611-33/+515
|/
* Jeremy comment.Kyle Horimoto2015-10-061-0/+1
|
* Lint errors.Kyle Horimoto2015-10-051-2/+8
|
* Add connection options.Kyle Horimoto2015-10-052-141/+378
|
* Add host display editing UI.Kyle Horimoto2015-10-011-128/+213
|
* Fix lint.Kyle Horimoto2015-09-2830-30/+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-253-17/+37
|
* Add EditHostActivity.Kyle Horimoto2015-09-2514-0/+171
|
* Remove the reference to trackball from the bumpy arrows description.Jeremy Klein2015-09-251-1/+1
|
* Change app color scheme to light blueRyan Hansberry2015-09-241-5/+5
|
* 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