Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add FAB to host list. | Kyle Horimoto | 2015-09-18 | 9 | -30/+67 | |
| | | ||||||
* | | Convert PubkeyListActivity, PortFowardListActivity, and HostListActivity to ↵ | Ryan Hansberry | 2015-09-22 | 1 | -3/+3 | |
| | | | | | | | | AppCompat, using AppCompatListActivity superclass | |||||
* | | Convert PubkeyListActivity to AppCompat | Ryan Hansberry | 2015-09-18 | 2 | -6/+5 | |
|/ | ||||||
* | Merge pull request #205 from rhansby/use-switches-not-checkboxes | Kenny Root | 2015-09-18 | 6 | -28/+367 | |
|\ | | | | | Changed Settings options to use switches instead of checkboxes. | |||||
| * | Moved SwitchCompatPreference to util package for consistency with other ↵ | Ryan Hansberry | 2015-09-17 | 2 | -17/+17 | |
| | | | | | | | | custom Preferences. | |||||
| * | Merge branch 'master' into use-switches-not-checkboxes | Ryan Hansberry | 2015-09-17 | 5 | -29/+11 | |
| |\ | ||||||
| * | | Make APIv14 and above use SwitchPreference, and below use custom ↵ | Ryan Hansberry | 2015-09-17 | 4 | -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 Hansberry | 2015-09-16 | 1 | -0/+4 | |
| | | | ||||||
| * | | Switched to using SwitchCompat instead of PreferenceSwitch in order to ↵ | Ryan Hansberry | 2015-09-15 | 3 | -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 Hansberry | 2015-09-15 | 1 | -13/+13 | |
| | | | | | | | | | | | | Fixes #169. | |||||
* | | | Switch all pubkey icon references to new icons. | Ryan Hansberry | 2015-09-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | Replaced old pubkey lock/unlock icons with new Material Design icons. | Ryan Hansberry | 2015-09-17 | 13 | -3/+2 | |
| |/ |/| | | | | | This fixes #207. | |||||
* | | Use AppCompatActivity instead of Activity. | Kyle Horimoto | 2015-09-17 | 1 | -25/+0 | |
| | | ||||||
* | | Adjusted style to support pre-v11 devices. | Kyle Horimoto | 2015-09-15 | 3 | -1/+8 | |
| | | ||||||
* | | Convert to using RecyclerView. | Kyle Horimoto | 2015-09-14 | 2 | -4/+4 | |
|/ | ||||||
* | Add Material theme palette | Kenny Root | 2015-09-11 | 4 | -0/+42 | |
| | | | | Fixes #167 | |||||
* | Add parent activities for all activities | Kenny Root | 2015-09-11 | 1 | -0/+4 | |
| | | | | Fixes #41 | |||||
* | Re-indent host item layout and add sample text | Kenny Root | 2015-09-05 | 1 | -50/+51 | |
| | ||||||
* | Use a style for the host list text coloring | Kenny Root | 2015-09-05 | 2 | -2/+34 | |
| | | | | Fixes #191 | |||||
* | Fix host list for API 10 and before | Kenny Root | 2015-09-05 | 2 | -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-item | Kenny Root | 2015-09-04 | 4 | -123/+85 | |
|\ | | | | | Style the host list items with material design. | |||||
| * | Fix lint errors, make only one file. | Kyle Horimoto | 2015-09-04 | 3 | -143/+76 | |
| | | ||||||
| * | Merge branch 'host-list-item' of ssh://github.com/khorimoto/connectbot into ↵ | Kyle Horimoto | 2015-09-04 | 1 | -1/+1 | |
| |\ | | | | | | | | | | host-list-item | |||||
| | * | Style the host list items with material design. | Kyle Horimoto | 2015-09-04 | 3 | -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 Horimoto | 2015-09-04 | 3 | -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 errors | Kenny Root | 2015-09-03 | 1 | -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 file | Alexandre Del Bigio | 2015-09-03 | 1 | -0/+0 | |
| | ||||||
* | Material Design keyboard icon | Alexandre Del Bigio | 2015-09-03 | 5 | -0/+0 | |
| | ||||||
* | Set Activity title to connection nick name | Alexandre Del Bigio | 2015-09-03 | 3 | -2/+28 | |
| | ||||||
* | Keyboard separator as layer-list (instead of views) | Alexandre Del Bigio | 2015-09-02 | 6 | -57/+34 | |
| | ||||||
* | Update inc_keyboard.xml | Alex | 2015-08-31 | 1 | -0/+16 | |
| | | | Add license comment | |||||
* | Provide visual feedback for virtual keyboard | adb2001 | 2015-08-31 | 6 | -403/+256 | |
| | ||||||
* | Merge pull request #145 from alescdb/action-menu | Kenny Root | 2015-08-31 | 10 | -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) | alescdb | 2015-08-24 | 10 | -0/+0 | |
| | | ||||||
| * | XML problem | alescdb | 2015-08-22 | 2 | -2/+4 | |
| | | ||||||
| * | Change menu copy and paste icons and add them to action menu (if room) for ↵ | alescdb | 2015-08-22 | 8 | -0/+0 | |
| | | | | | | | | AP11 and newer | |||||
| * | Merge remote-tracking branch 'upstream/master' | alescdb | 2015-08-22 | 67 | -930/+919 | |
| |\ | ||||||
| * | | - Reformat XML | alescdb | 2015-08-20 | 2 | -536/+486 | |
| | | | ||||||
* | | | Change ID of TerminalView children in the ViewPager | Kenny Root | 2015-08-27 | 1 | -0/+23 | |
| | | | | | | | | | | | | This makes it slightly less confusing and also more testable. | |||||
* | | | Always align the tabs to the left in-line with the title | Jeremy Klein | 2015-08-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #134 from alescdb/hscroll-keyboard | Kenny Root | 2015-08-23 | 3 | -102/+377 | |
|\ \ \ | ||||||
| * | | | Fix XML formatting | Kenny Root | 2015-08-23 | 2 | -364/+364 | |
| | | | | ||||||
| * | | | Scroll keyboard back a forth to give a hint to user about the scrollable ↵ | alescdb | 2015-08-22 | 2 | -101/+101 | |
| | | | | | | | | | | | | | | | | | | | | | | | | keyboard. Handle repeatable arrow keys (easily extendable to other keys if needed). | |||||
| * | | | Format XML and correct missing @string | adb2001 | 2015-08-16 | 2 | -177/+169 | |
| | | | | ||||||
| * | | | Add an HorizontalScrollView in the keyboard and add virtual keys in it : ↵ | adb2001 | 2015-08-15 | 4 | -254/+406 | |
| |/ / | | | | | | | | | | Home, End, Page Up, Page Down, F1 -> F12 | |||||
* | / | Move keyboard buttons to styles.xml | Kenny Root | 2015-08-23 | 3 | -217/+106 | |
| |/ |/| | | | | | This will make it easier to merge to hscroll change from @alescdb | |||||
* | | Remove unused resources in tralsations | Kenny Root | 2015-08-21 | 29 | -87/+0 | |
| | | ||||||
* | | Remove unused layout params | Kenny Root | 2015-08-20 | 3 | -9/+1 | |
| | | ||||||
* | | Fix some new RTL issues | Kenny Root | 2015-08-20 | 1 | -3/+3 | |
| | | ||||||
* | | Remove xmlns:android from non-root element (again) | Kenny Root | 2015-08-20 | 1 | -2/+1 | |
| | |