1. 8861323 Polish History multiwindow support. by Annie Chin · 7 years ago
  2. c3a0b31 Merge "Change primary color to match spec." into ub-calculator-euler by Annie Chin · 7 years ago
  3. 96be246 Change primary color to match spec. by Annie Chin · 8 years ago
  4. 5e13965 Include more information for out-of-range DB access by Hans Boehm · 7 years ago
  5. 4522315 Restore cached timestamp correctly by Hans Boehm · 8 years ago
  6. 83f278e Correctly track Activity in Evaluator by Hans Boehm · 8 years ago
  7. fcb1e61 Merge "Fix COPY string computation in exact case" into ub-calculator-euler by Hans Boehm · 8 years ago
  8. 3aa4d05 Merge "Support accessibility in History." into ub-calculator-euler by Annie Chin · 8 years ago
  9. ba7369a Merge "Only set erroneous result of "required" evaluations." into ub-calculator-euler by Hans Boehm · 8 years ago
  10. eb36f95 Support accessibility in History. by Annie Chin · 8 years ago
  11. b699be3 Merge "Enable MR when MS after start without a pasteable clip" into ub-calculator-euler by Christine Franks · 8 years ago
  12. 03b3451 Only set erroneous result of "required" evaluations. by Hans Boehm · 8 years ago
  13. 64921be Don't call suppressCancelMessage() on wrong class by Hans Boehm · 8 years ago
  14. 74f5e59 Merge "Reevaluate erroneous current result in history" into ub-calculator-euler by Hans Boehm · 8 years ago
  15. 849d8a4 Reevaluate erroneous current result in history by Hans Boehm · 8 years ago
  16. 3465c78 Fix COPY string computation in exact case by Hans Boehm · 8 years ago
  17. b7fc903 Merge "Add special case for exp(1) evaluation." into ub-calculator-euler by Hans Boehm · 8 years ago
  18. e5567fd Silently cancel evaluation on history pulldown. by Annie Chin · 8 years ago
  19. e7111cf Add special case for exp(1) evaluation. by Hans Boehm · 8 years ago
  20. 12874e3 Pop HistoryFragment from back stack by Justin Klaassen · 8 years ago
  21. 29e6bb2 Merge "More timeout-related fixes. Remove last FIXMEs." into ub-calculator-euler by Hans Boehm · 8 years ago
  22. d344322 Filter interception and handling of touch events. by Annie Chin · 8 years ago
  23. b9ce4d0 Use CopyOnWriteArrayList for mDragCallbacks. by Annie Chin · 8 years ago
  24. cc36850 More timeout-related fixes. Remove last FIXMEs. by Hans Boehm · 8 years ago
  25. 61c0ed9 Enable MR when MS after start without a pasteable clip by Christine Franks · 8 years ago
  26. 8e36726 Intercept touches from secondary pointers by Justin Klaassen · 8 years ago
  27. c4dce21 Merge "Do not use Fragment#getContext()" into ub-calculator-euler by Annie Chin · 8 years ago
  28. 7d03963 Do not use Fragment#getContext() by Annie Chin · 8 years ago
  29. 4452c78 Fix exponentiation and timeout issues by Hans Boehm · 8 years ago
  30. f442477 Clean up database access operations by Hans Boehm · 8 years ago
  31. 2976d21 Merge "Clarify "Clear History" UX." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  32. 532b77e Clarify "Clear History" UX. by Annie Chin · 8 years ago
  33. 6559d35 Merge "Further calculator state cleanups" into ub-calculator-euler by Hans Boehm · 8 years ago
  34. 5a2bebb Fix default getDateTranslationY. by Annie Chin · 8 years ago
  35. 05e48a7 Merge "Address comments on ag/1680345" into ub-calculator-euler by TreeHugger Robot · 8 years ago
  36. 7552f34 Prevent crash when tapping history VH without result view by Christine Franks · 8 years ago
  37. 1fcfc31 Add null check in stopActionModeOrContextMenu(). by Annie Chin · 8 years ago
  38. 5e73753 Address comments on ag/1680345 by Annie Chin · 8 years ago
  39. a5ea8eb Further calculator state cleanups by Hans Boehm · 8 years ago
  40. c5b6e4f Fix touch handling in DragLayout. by Annie Chin · 8 years ago
  41. 1c4ad11 Merge changes from topic 'cab_history' into ub-calculator-euler by Christine Franks · 8 years ago
  42. fe7a410 Result pulldown should account for TranslationY. by Annie Chin · 8 years ago
  43. aa7dca2 Merge "Implement grouped headers." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  44. 3614798 Implement grouped headers. by Annie Chin · 8 years ago
  45. 1473ddd Dismiss CAB when tap elsewhere by Christine Franks · 8 years ago
  46. 7485df5 Close CAB when scrolled or back pressed by Christine Franks · 8 years ago
  47. 9c160b4 Preevaluate nested expressions to avoid stack overflow by Hans Boehm · 8 years ago
  48. f1c92ca Merge "Clean up open/close state for DragLayout." into ub-calculator-euler by Annie Chin · 8 years ago
  49. 45e5997 Add an earlier call to super.onMeasure() by Annie Chin · 8 years ago
  50. 9a21113 Clean up open/close state for DragLayout. by Annie Chin · 8 years ago
  51. 31ea252 Clean up Calculator state, evaluation and cancellation logic by Hans Boehm · 8 years ago
  52. 03a566a Fix missing Cursor close by Hans Boehm · 8 years ago
  53. 0e88baa Animate text colors for drag. by Annie Chin · 8 years ago
  54. b461b20 Show "Empty History" only when completely empty. by Annie Chin · 8 years ago
  55. b2e9618 Use isOpen() to determine recyclerview visibility. by Annie Chin · 8 years ago
  56. 8149c8c Use AlignedTextView for History Formulas. by Annie Chin · 8 years ago
  57. 94c1bd9 Fix isResultLayout() by Annie Chin · 8 years ago
  58. a229087 Merge "Initialize the RecyclerView as INVISIBLE." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  59. 8cd0df8 Merge "Fix decimal point internationalization" into ub-calculator-euler by Christine Franks · 8 years ago
  60. efa259a Initialize the RecyclerView as INVISIBLE. by Annie Chin · 8 years ago
  61. b8e09e8 Merge "Arrange for evaluateAndNotify calls at the right time." into ub-calculator-euler by Hans Boehm · 8 years ago
  62. 1e67dca Merge "Fix memory operations for history" into ub-calculator-euler by Christine Franks · 8 years ago
  63. bd01e4b Arrange for evaluateAndNotify calls at the right time. by Hans Boehm · 8 years ago
  64. d0ae6ee Merge "Fix Calculator locale change log spam" into ub-calculator-euler by TreeHugger Robot · 8 years ago
  65. ff8e0d8 Fix memory operations for history by Christine Franks · 8 years ago
  66. bd90b79 Fix decimal point internationalization by Christine Franks · 8 years ago
  67. 450de8a Guarantee execution of HistoryFragment replacement. by Annie Chin · 8 years ago
  68. a04e0fa Fix Calculator locale change log spam by Hans Boehm · 8 years ago
  69. 1d99be1 UI for memory and functionality for M+ and M- by Christine Franks · 8 years ago
  70. 37c33b6 Move mStoreToMemoryRequested to CalculatorResult. by Annie Chin · 8 years ago
  71. 4e7de75 Merge "Prevent slide-in animation on history pulldown." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  72. 1ca6e88 Merge "Fix getEvaluatorIndex()" into ub-calculator-euler by TreeHugger Robot · 8 years ago
  73. b636c2a Fix getEvaluatorIndex() by Annie Chin · 8 years ago
  74. 1ff328d Prevent slide-in animation on history pulldown. by Annie Chin · 8 years ago
  75. 7c58604 Call requestLayout() in setEvaluator(). by Annie Chin · 8 years ago
  76. 70ac8ea Fix animation for RESULT state. by Annie Chin · 8 years ago
  77. 9179623 Miscellaneous fixes by Annie Chin · 8 years ago
  78. 9db3ee2 Remove UTC offset from database. Fix clear history. by Hans Boehm · 8 years ago
  79. d4959e8 Avoid duplicate requireResult() calls, add checking by Hans Boehm · 8 years ago
  80. 5d60c2c Merge "Fix rotation crash, minor cleanups" into ub-calculator-euler by Hans Boehm · 8 years ago
  81. bd49a88 Merge "Fix Evaluator.sum(), add per expression cancel" into ub-calculator-euler by Hans Boehm · 8 years ago
  82. 3c56fad Fix rotation crash, minor cleanups by Hans Boehm · 8 years ago
  83. bc00188 Handle text animation in different display situations. by Annie Chin · 8 years ago
  84. ced295e Fix Evaluator.sum(), add per expression cancel by Hans Boehm · 8 years ago
  85. 06fd3cf Integrate database with history. by Annie Chin · 8 years ago
  86. ab657d4 Add "No History" view. by Annie Chin · 8 years ago
  87. d0f87d2 Animate CalculatorDisplay text on pulldown. by Annie Chin · 8 years ago
  88. 758cb2e Fix frequent history crashes. Minor comment fixes. by Hans Boehm · 8 years ago
  89. 48f8b9d Merge "Add history and persistence support to Evaluator." into ub-calculator-euler by Hans Boehm · 8 years ago
  90. 8f051c3 Add history and persistence support to Evaluator. by Hans Boehm · 8 years ago
  91. 7d50adf Catch potential Exception from .coerceToText() by Annie Chin · 8 years ago
  92. 7452d3a Materialize dialogs by Christine Franks · 8 years ago
  93. e637b47 Merge "Implement ViewDragHelper to pull down history." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  94. 0954753 Implement ViewDragHelper to pull down history. by Annie Chin · 8 years ago
  95. 7801355 Merge "Realign paste box to fit in landscape mode" into ub-calculator-euler by Christine Franks · 8 years ago
  96. f9ba220 Restore default behavior for ESC key by Christine Franks · 8 years ago
  97. be739a1 Realign paste box to fit in landscape mode by Christine Franks · 8 years ago
  98. abd202f Add basic HistoryFragment by Annie Chin · 8 years ago
  99. 56bcbf1 Accommodate unit tests. by Annie Chin · 8 years ago
  100. 6f6c24a Adds content description when there is no result. by Christine Franks · 8 years ago