Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint errors. | Ryan Hansberry | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Disable ViewPager paging when mouse is dragging. | Ryan Hansberry | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Provide visual feedback for virtual keyboard | adb2001 | 2015-08-31 | 1 | -200/+1 |
| | |||||
* | 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 | 1 | -51/+171 |
|\ | |||||
| * | Fix XML formatting | Kenny Root | 2015-08-23 | 1 | -188/+188 |
| | | |||||
| * | Scroll keyboard back a forth to give a hint to user about the scrollable ↵ | alescdb | 2015-08-22 | 1 | -23/+23 |
| | | | | | | | | | | | | keyboard. Handle repeatable arrow keys (easily extendable to other keys if needed). | ||||
| * | Format XML and correct missing @string | adb2001 | 2015-08-16 | 1 | -51/+47 |
| | | |||||
| * | Add an HorizontalScrollView in the keyboard and add virtual keys in it : ↵ | adb2001 | 2015-08-15 | 1 | -127/+176 |
| | | | | | | | | Home, End, Page Up, Page Down, F1 -> F12 | ||||
* | | Move keyboard buttons to styles.xml | Kenny Root | 2015-08-23 | 1 | -98/+22 |
| | | | | | | | | This will make it easier to merge to hscroll change from @alescdb | ||||
* | | Merge pull request #140 from jklein24/killactionbarwrapper | Kenny Root | 2015-08-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove ActionBarWrapper and style.xml files in favor of AppCompat. | Jeremy Klein | 2015-08-20 | 1 | -1/+1 |
| |/ | | | | | | | | | The support libraries seem to provide better alternatives for everything in ActionBarWrapper and the style.xml definitions. | ||||
* / | Update XML style and reformat all files with it | Kenny Root | 2015-08-19 | 1 | -212/+212 |
|/ | |||||
* | Only show tabs on large screens | Jeremy Klein | 2015-08-13 | 1 | -0/+296 |