1. 0954753 Implement ViewDragHelper to pull down history. by Annie Chin · 8 years ago
  2. abd202f Add basic HistoryFragment by Annie Chin · 8 years ago
  3. dea668a Merge "Accommodate unit tests." into ub-calculator-euler by Annie Chin · 8 years ago
  4. 56bcbf1 Accommodate unit tests. by Annie Chin · 8 years ago
  5. 5306381 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  6. fdc69f6 Import translations. DO NOT MERGE am: d9a78f0110 -s ours by Bill Yi · 8 years ago
  7. d9a78f0 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  8. 6f6c24a Adds content description when there is no result. by Christine Franks · 8 years ago
  9. 913e62b Merge "Make instant result an accessibility live region." into ub-calculator-decimal by Christine Franks · 8 years ago
  10. afe28bb Allow longpress only when valid copy/paste exists. by Christine Franks · 8 years ago
  11. d21205c Make instant result an accessibility live region. by Christine Franks · 8 years ago
  12. 2ca183c Fix BoundedRational normalization by Hans Boehm · 8 years ago
  13. 6969b02 Provide valid width to children of CalculatorScrollView by Justin Klaassen · 8 years ago
  14. 725c752 Import translations. DO NOT MERGE am: 3721f60de1 -s ours by Bill Yi · 8 years ago
  15. 3721f60 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  16. c89e15f Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  17. 7dc08d4 Import translations. DO NOT MERGE am: 2e8f431ac6 -s ours by Bill Yi · 8 years ago
  18. 2e8f431 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  19. 435ef7b Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  20. 147a119 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  21. 41c5322 Use android.support.v7.widget.GridLayout am: e564d23a5d by Justin Klaassen · 8 years ago
  22. e564d23 Use android.support.v7.widget.GridLayout by Justin Klaassen · 8 years ago
  23. 3f0dd40 Fix tap handling in CalculatorPadViewPager am: 2cf12891e7 by Justin Klaassen · 8 years ago
  24. 2cf1289 Fix tap handling in CalculatorPadViewPager by Justin Klaassen · 8 years ago
  25. 8a6505c Don't use Fragment#getContext() am: ddf960dd40 by Justin Klaassen · 8 years ago
  26. ddf960d Don't use Fragment#getContext() by Justin Klaassen · 8 years ago
  27. 1d2fe7d Polish layout configurations am: d06f51dc5f by Justin Klaassen · 8 years ago
  28. d06f51d Polish layout configurations by Justin Klaassen · 8 years ago
  29. b4d884d Merge "Further iterate over ViewGroups to en/disable children." into ub-calculator-calculus by Annie Chin · 8 years ago
  30. 244006b Further iterate over ViewGroups to en/disable children. am: 4318624c25 by Annie Chin · 8 years ago
  31. 5c3549b Merge "Further iterate over ViewGroups to en/disable children." into ub-calculator-calculus by Annie Chin · 8 years ago
  32. 9c53c02 Merge "Retain toolbar visibility on resize/orientation." into ub-calculator-decimal by Christine Franks · 8 years ago
  33. eeff27f Retain toolbar visibility on resize/orientation. by Christine Franks · 8 years ago
  34. 3181357 Import translations. DO NOT MERGE am: f729e1a743 -s ours by Bill Yi · 8 years ago
  35. 4318624 Further iterate over ViewGroups to en/disable children. by Annie Chin · 8 years ago
  36. 29beccd Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  37. f729e1a Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  38. c1798d4 Display error message onEquals with invalid expression am: a8075af8ec by Justin Klaassen · 8 years ago
  39. f23ad4c Draw the toolbar on top am: b2f8b11ce0 by Justin Klaassen · 8 years ago
  40. a8075af Display error message onEquals with invalid expression by Justin Klaassen · 8 years ago
  41. b2f8b11 Draw the toolbar on top by Justin Klaassen · 8 years ago
  42. a4808e2 Add digit separators to pre-evaluated results am: 762266e587 by Hans Boehm · 8 years ago
  43. 762266e Add digit separators to pre-evaluated results by Hans Boehm · 8 years ago
  44. 699b4b6 Import translations. DO NOT MERGE am: f517019280 -s ours by Bill Yi · 8 years ago
  45. d9ebeda Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  46. f517019 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  47. 5fef4c9 Fix formula TalkBack am: d1831413fc by Justin Klaassen · 8 years ago
  48. 16af546 Fix TalkBack for advanced panel am: 788431a364 by Justin Klaassen · 8 years ago
  49. d183141 Fix formula TalkBack by Justin Klaassen · 8 years ago
  50. 788431a Fix TalkBack for advanced panel by Justin Klaassen · 8 years ago
  51. 1233bb6 Crush pngs -> save space am: d6351ffa88 by Justin Klaassen · 8 years ago
  52. d6351ff Crush pngs -> save space by Justin Klaassen · 8 years ago
  53. 978de93 Add digit grouping to display am: 24c91edb89 by Hans Boehm · 8 years ago
  54. 24c91ed Add digit grouping to display by Hans Boehm · 8 years ago
  55. 205bab7 Ensure formula/result textSize is correct am: 20e79c50b8 by Justin Klaassen · 8 years ago
  56. 20e79c5 Ensure formula/result textSize is correct by Justin Klaassen · 8 years ago
  57. 88e967c Scale error messages and prevent wrapping am: 14344ffed2 by Hans Boehm · 8 years ago
  58. 14344ff Scale error messages and prevent wrapping by Hans Boehm · 8 years ago
  59. 04e665e Make Calculator compatible with API 21+ am: 3937b65f6c by Chenjie Yu · 8 years ago
  60. 3937b65 Make Calculator compatible with API 21+ by Chenjie Yu · 8 years ago
  61. 10d68c0 Adjust padding for some layouts. am: 156de46c5b by Annie Chin · 8 years ago
  62. 156de46 Adjust padding for some layouts. by Annie Chin · 8 years ago
  63. 8b53dae Merge \"Show result in ERROR mode for one line displays.\" into ub-calculator-calculus by Annie Chin · 8 years ago
  64. bf73b42 Drop height bucket from 569dp to 500dp. am: 109197e20d by Annie Chin · 8 years ago
  65. 46963d9 Merge "Show result in ERROR mode for one line displays." into ub-calculator-calculus by Annie Chin · 8 years ago
  66. 109197e Drop height bucket from 569dp to 500dp. by Annie Chin · 8 years ago
  67. 947d93b Show result in ERROR mode for one line displays. by Annie Chin · 8 years ago
  68. d1efae8 Calculator multiwindow support R3. am: 28589dc59b by Annie Chin · 8 years ago
  69. 28589dc Calculator multiwindow support R3. by Annie Chin · 8 years ago
  70. 98462dd Make arccos call the correct function am: 79f273c2b3 by Hans Boehm · 8 years ago
  71. 79f273c Make arccos call the correct function by Hans Boehm · 8 years ago
  72. 016a794 Merge \"Calculator multiwindow support.\" into ub-calculator-calculus by Annie Chin · 8 years ago
  73. 6d42f1a Merge "Calculator multiwindow support." into ub-calculator-calculus by Annie Chin · 8 years ago
  74. 26e159e Calculator multiwindow support. by Annie Chin · 8 years ago
  75. c44183f Ignore "=" if formula contains no operators am: 56d6e76ccf by Hans Boehm · 8 years ago
  76. 56d6e76 Ignore "=" if formula contains no operators by Hans Boehm · 8 years ago
  77. c496e4c Merge "Ensure CalculatorText is at least as wide as it\'s container" into ub-calculator-calculus by Justin Klaassen · 8 years ago
  78. f179aa3 Merge "Ensure CalculatorText is at least as wide as it's container" into ub-calculator-calculus by TreeHugger Robot · 8 years ago
  79. b8b11de Merge "Handle font with missing FIGURE SPACE." into ub-calculator-calculus by Hans Boehm · 8 years ago
  80. 47cb76b Merge "Handle font with missing FIGURE SPACE." into ub-calculator-calculus by Hans Boehm · 8 years ago
  81. cd72f7e Handle font with missing FIGURE SPACE. by Hans Boehm · 8 years ago
  82. f3076c8 Ensure CalculatorText is at least as wide as it's container by Justin Klaassen · 8 years ago
  83. 4b33de1 Import translations. DO NOT MERGE am: 6630d7e2dd -s ours am: b039363afe -s ours by Bill Yi · 8 years ago
  84. a616c81 Import translations. DO NOT MERGE am: 44d3651180 -s ours by Bill Yi · 8 years ago
  85. fee70ce Import translations. DO NOT MERGE am: 6630d7e2dd -s ours by Bill Yi · 8 years ago
  86. 50df32a Import translations. DO NOT MERGE am: 9701ba1211 -s ours by Bill Yi · 8 years ago
  87. b42fe9e Import translations. DO NOT MERGE am: 44d3651180 -s ours by Bill Yi · 8 years ago
  88. b039363 Import translations. DO NOT MERGE am: 6630d7e2dd -s ours by Bill Yi · 8 years ago
  89. d27b4f1 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  90. 9701ba1 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  91. 44d3651 Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  92. 6630d7e Import translations. DO NOT MERGE by Bill Yi · 8 years ago
  93. 52d477a Show toolbar when DEG/RAD mode matters by Hans Boehm · 8 years ago
  94. f1b61f4 Remove CAB workaround for N+ devices by Justin Klaassen · 8 years ago
  95. d12e062 Stop the action mode in Activity#onBackPressed() by Justin Klaassen · 8 years ago
  96. 83959da Don't intercept "BACK" key events by Justin Klaassen · 8 years ago
  97. 12da1ad Fix hw keyboard support by Justin Klaassen · 8 years ago
  98. f9ae363 Fix result positioning on evaluate by Justin Klaassen · 9 years ago
  99. af05a76 Merge "Refactor arithmetic code. More symbolic result tracking." into ub-calculator-calculus by Hans Boehm · 9 years ago
  100. 995e5eb Refactor arithmetic code. More symbolic result tracking. by Hans Boehm · 9 years ago