Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #332 from johnheroy/canceldialog | Jeremy Klein | 2015-10-27 | 7 | -22/+40 |
|\ | | | | | Fix colors of positive/negative buttons in new host cancel dialog | ||||
| * | Merge branch 'master' into canceldialog | John Heroy | 2015-10-27 | 12 | -12/+119 |
| |\ | |/ |/| | |||||
* | | Merge pull request #319 from khorimoto/add-icons | Jeremy Klein | 2015-10-26 | 12 | -12/+119 |
|\ \ | | | | | | | Add new icons to add/edit host view. | ||||
| * \ | Merge branch 'master' into add-icons | Kyle Horimoto | 2015-10-26 | 12 | -0/+18 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #331 from johnheroy/publickeys-icon | Jeremy Klein | 2015-10-26 | 12 | -0/+18 |
|\ \ \ | | | | | | | | | Change 'add box' and 'folder open' icons to white versions | ||||
| | * | | Use SVG instead of PNG. | Kyle Horimoto | 2015-10-26 | 66 | -0/+99 |
| | | | | |||||
| | * | | Fixed more lint errors. | Kyle Horimoto | 2015-10-26 | 5 | -0/+0 |
| | | | | |||||
| | * | | Rebased. | Kyle Horimoto | 2015-10-26 | 6 | -1/+1 |
| | | | | |||||
| | * | | Lint. | Kyle Horimoto | 2015-10-26 | 16 | -1/+1 |
| | | | | |||||
| | * | | Added new icons to add/edit host view. | Kyle Horimoto | 2015-10-26 | 71 | -12/+20 |
| |/ / |/| | | |||||
| | * | Refactor all uses of framework AlertDialog to use v7 support version instead ↵ | John Heroy | 2015-10-26 | 5 | -21/+33 |
| | | | | | | | | | | | | with AlertDialogTheme instead | ||||
| | * | Construct app compat alert dialog builder with AlertDialogTheme | John Heroy | 2015-10-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add AlertDialogTheme to styles.xml | John Heroy | 2015-10-26 | 1 | -0/+6 |
| |/ | |||||
| * | Merge branch 'master' into publickeys-icon | John Heroy | 2015-10-26 | 42 | -181/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #329 from jklein24/unuseddialog | Jeremy Klein | 2015-10-26 | 42 | -181/+0 |
|\ \ | | | | | | | Remove unused add host dialog from HostListActivity. | ||||
| * | | Remove all translations of deleted strings | Jeremy Klein | 2015-10-26 | 40 | -73/+0 |
| | | | |||||
| * | | remove unused strings. | Jeremy Klein | 2015-10-23 | 1 | -7/+0 |
| | | | |||||
| * | | Remove unused imports | Jeremy Klein | 2015-10-23 | 1 | -8/+0 |
| | | | |||||
| * | | Remove unused add host dialog from HostListActivity. | Jeremy Klein | 2015-10-23 | 1 | -93/+0 |
|/ / | |||||
| * | Remove use of <group> tag in vector assets, instead import svg with Android ↵ | John Heroy | 2015-10-26 | 2 | -22/+14 |
| | | | | | | | | Studio context menu | ||||
| * | Refactor 'folder open' and 'add box' icons to use Android vectors instead of png | John Heroy | 2015-10-23 | 12 | -0/+26 |
| | | |||||
| * | Change 'add box' and 'folder open' icons to white versions for better ↵ | John Heroy | 2015-10-23 | 10 | -0/+0 |
|/ | | | | contrast in public keys toolbar | ||||
* | Merge pull request #328 from alescdb/senthandler-bug | Jeremy Klein | 2015-10-23 | 1 | -0/+4 |
|\ | | | | | Restore TerminalBridge.promptHelper.setHandler() in onServiceConnected() | ||||
| * | Merge branch 'master' into senthandler-bug | Alex | 2015-10-23 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #327 from alescdb/mediaplayer-bug | Kenny Root | 2015-10-23 | 1 | -9/+4 |
|\ \ | | | | | | | Call MediaPlayer.seekTo() before MediaPlayer.start() | ||||
| | * | Restore TerminalBridge.promptHelper.setHandler() in onServiceConnected() | alescdb | 2015-10-23 | 1 | -0/+4 |
| |/ | |||||
| * | Call MediaPlayer.seekTo() before MediaPlayer.start() | alescdb | 2015-10-23 | 1 | -9/+4 |
|/ | |||||
* | Merge pull request #325 from alescdb/buildtools-v23 | Kenny Root | 2015-10-22 | 2 | -2/+2 |
|\ | | | | | Update to buildtools v23.0.1 | ||||
| * | Update to buildtools v23.0.1 | alescdb | 2015-10-23 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #324 from khorimoto/fix-double-nickname-field | Jeremy Klein | 2015-10-22 | 2 | -1/+8 |
|\ | | | | | Don't display a nickname field when protocol is 'local.' | ||||
| * | Don't display a nickname field when protocol is 'local.' | Kyle Horimoto | 2015-10-22 | 2 | -1/+8 |
|/ | |||||
* | Merge pull request #321 from alescdb/key-vectors | Kenny Root | 2015-10-22 | 18 | -46/+91 |
|\ | | | | | Replace unicode keys by vector drawable | ||||
| * | Merge branch 'master' into key-vectors | Alex | 2015-10-22 | 1 | -1/+4 |
| |\ | |/ |/| | |||||
* | | Merge pull request #323 from kruton/gradle-update | Kenny Root | 2015-10-22 | 2 | -2/+5 |
|\ \ | | | | | | | Update to Android gradle build tools 1.4.0-beta3 | ||||
| * | | Update to Android gradle build tools 1.4.0-beta3 | Kenny Root | 2015-10-22 | 2 | -2/+5 |
|/ / | |||||
| * | Restore app.iml | alescdb | 2015-10-22 | 1 | -51/+53 |
| | | |||||
| * | Merge branch 'master' into key-vectors | Alex | 2015-10-22 | 2 | -0/+6 |
| |\ | |/ |/| | |||||
* | | Merge pull request #318 from johnheroy/fontsizeslider | Jeremy Klein | 2015-10-22 | 2 | -0/+6 |
|\ \ | | | | | | | Clear focus on font size EditText when font size SeekBar progress changed | ||||
| * \ | Merge branch 'master' into fontsizeslider | John Heroy | 2015-10-22 | 46 | -410/+1 |
| |\ \ | |||||
| | * \ | Merge remote-tracking branch 'upstream/master' | John Heroy | 2015-10-22 | 46 | -410/+1 |
| | |\ \ | |_|/ / |/| | | | |||||
| * | | | Add comments explaining requestFocus and clearFocus method calls | John Heroy | 2015-10-21 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into fontsizeslider | John Heroy | 2015-10-21 | 8 | -16/+63 |
| |\| | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' | John Heroy | 2015-10-21 | 8 | -16/+63 |
| | |\ \ | |||||
| * | | | | Programmatically request focus on quick connect container and set ↵ | John Heroy | 2015-10-21 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | LinearLayout to android:focusable='true' | ||||
| * | | | | Clear focus away from font size EditText when seekbar value changes so that ↵ | John Heroy | 2015-10-21 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | the text can update | ||||
| * | | | Merge remote-tracking branch 'upstream/master' | John Heroy | 2015-10-21 | 3 | -41/+55 |
| |\ \ \ | |||||
| | | | * | Remove unused resource button_key_tab | alescdb | 2015-10-22 | 5 | -58/+52 |
| | | | | | |||||
| | | | * | Remove unused button_key_tab | Alex | 2015-10-22 | 1 | -2/+0 |
| | | | | | |||||
| | | | * | Update inc_keyboard.xml | Alex | 2015-10-22 | 1 | -1/+2 |
| | | | | | |||||
| | | | * | Replace unicode keys by vector drawable | alescdb | 2015-10-22 | 14 | -42/+92 |
| |_|_|/ |/| | | |