1. 95fdc5c ExactCalculator: Update history icon, drop custom color by Georg Veichtlbauer · 1 year, 5 months ago
  2. 03b9010 ExactCalculator: Always show toolbar, remove related code by Georg Veichtlbauer · 1 year, 6 months ago
  3. 3e0c4fc ExactCalculator: Use MotionLayout to animate by Georg Veichtlbauer · 1 year, 6 months ago
  4. 97b2442 ExactCalculator: Convert pads to ConstraintLayout by Georg Veichtlbauer · 1 year, 6 months ago
  5. 8ddae56 ExactCalculator: Add drag handle to display view by Georg Veichtlbauer · 1 year, 6 months ago
  6. b8c3e7e ExactCalculator: Convert to Material alert dialogs by Georg Veichtlbauer · 1 year, 6 months ago
  7. a8490a0 ExactCalculator: Rip out result animation by Georg Veichtlbauer · 1 year, 5 months ago
  8. fc353f2 ExactCalculator: Rework color system using dynamic colors by Georg Veichtlbauer · 1 year, 6 months ago
  9. e251c6d ExactCalculator: Drop clear and error animation, remove related code by Georg Veichtlbauer · 1 year, 6 months ago
  10. 17872c1 ExactCalculator: Apply dynamic colors to activities by Georg Veichtlbauer · 1 year, 6 months ago
  11. 343137e ExactCalculator: Don't change the status bar color on error by Georg Veichtlbauer · 1 year, 6 months ago
  12. 3daf951 ExactCalculator: Remove long-click to clear from backspace by Georg Veichtlbauer · 1 year, 6 months ago
  13. 91c8e94 ExactCalculator: Swap delete for equals button in numeric pad and never hide it by Georg Veichtlbauer · 1 year, 6 months ago
  14. 9691e2f ExactCalculator: Add support for a unified parenthesis button by Georg Veichtlbauer · 1 year, 6 months ago
  15. 9785f9a ExactCalculator: Replace HapticImageButton with the Material based one by Georg Veichtlbauer · 1 year, 6 months ago
  16. a3904c4 ExactCalculator: Derive HapticButton from MaterialButton by Georg Veichtlbauer · 1 year, 6 months ago
  17. 61ba7b3 ExactCalculator: Remove slide-in keypad and related code by Georg Veichtlbauer · 1 year, 6 months ago
  18. 3d7a465 ExactCalculator: Migrate to AndroidX by Georg Veichtlbauer · 1 year, 7 months ago
  19. 4fd1862 ExactCalculator: Prepare for non-final fields in R class by Georg Veichtlbauer · 1 year, 6 months ago
  20. 0e7a030 ExactCalculator: Add haptic image button widget by Danny Lin · 4 years, 3 months ago
  21. 5775870 ExactCalculator: Add haptic button widget by Danny Lin · 4 years, 3 months ago
  22. 86d5cd5 ExactCalculator: prevent back gesture conflict by Joey · 5 years ago
  23. bdfd38c Refuse to open history if in ANIMATE state. by Annie Chin · 7 years ago
  24. 8c43f06 Move ExactCalculator to androidx. by Aurimas Liutikas · 7 years ago
  25. f74f2b5 Extend BoundedRational and UnifiedReal and fix pow(), exp() by Hans Boehm · 7 years ago
  26. 551f8cb Handle ln(rational multiple of e) better by Hans Boehm · 8 years ago
  27. 4596a46 Merge "Fix "disappearing history fragment" issue." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  28. a8b31db Fix "disappearing history fragment" issue. by Annie Chin · 8 years ago
  29. a3a3375 Do not evaluate when in RESULT state. by Annie Chin · 8 years ago
  30. cd744f7 Merge "Null-check the mainResult before calling .exactlyDisplayable()" into ub-calculator-euler by Annie Chin · 8 years ago
  31. 9c251df Merge "Deal with small displays and a cancellation race" into ub-calculator-euler by Hans Boehm · 8 years ago
  32. 52ce129 Null-check the mainResult before calling .exactlyDisplayable() by Annie Chin · 8 years ago
  33. 6475100 Deal with small displays and a cancellation race by Hans Boehm · 8 years ago
  34. 9f00a95 Null-check result string. by Annie Chin · 8 years ago
  35. 13cd100 Catch IllegalArgumentException in CalculatorPadViewPager. by Annie Chin · 8 years ago
  36. b61d00b Cancel drag in DragLayout if pointer is invalid. by Annie Chin · 8 years ago
  37. 7b5ff1f Merge "Snapshot display empty state once on creation of HistoryFragment." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  38. 330419a Consider error message invalid for ActionMode/ContextMenu operations. by Annie Chin · 8 years ago
  39. 615b411 Merge "Change popBackStackImmediate to popBackStack." into ub-calculator-euler by Annie Chin · 8 years ago
  40. 8bf0dca Do not use HISTORY_MAIN_INDEX as clipboard or memory index by Hans Boehm · 8 years ago
  41. 2a0f9c0 Change popBackStackImmediate to popBackStack. by Annie Chin · 8 years ago
  42. bfffafd Snapshot display empty state once on creation of HistoryFragment. by Annie Chin · 8 years ago
  43. e7c3232 Annotate Evaluator.getInstance as NonNull by Annie Chin · 8 years ago
  44. 1838cf7 Null-check mEvaluator onDestroy() by Annie Chin · 8 years ago
  45. dec67e4 Fix potential inconsistent DragLayout state by Justin Klaassen · 8 years ago
  46. 3929778 Don't re-use mHistoryFragment by Justin Klaassen · 8 years ago
  47. a9395c9 Merge "Set mIsOpen in DragLayout.setClosed()/Open()" into ub-calculator-euler by Annie Chin · 8 years ago
  48. ef18cc8 Merge "Polish History multiwindow support." into ub-calculator-euler by Annie Chin · 8 years ago
  49. 8861323 Polish History multiwindow support. by Annie Chin · 8 years ago
  50. 0a5cff1 Remove HistoryFragment.onCreateAnimator. by Annie Chin · 8 years ago
  51. 52eed7a Directly implement CloseCallback/DragCallback. by Annie Chin · 8 years ago
  52. cbc51fa Changes for testing CalculatorFormula by Christine Franks · 8 years ago
  53. e95203e Make onSaveInstanceState wait for database writes by Hans Boehm · 8 years ago
  54. c3a0b31 Merge "Change primary color to match spec." into ub-calculator-euler by Annie Chin · 8 years ago
  55. 96be246 Change primary color to match spec. by Annie Chin · 8 years ago
  56. 5e13965 Include more information for out-of-range DB access by Hans Boehm · 8 years ago
  57. 4522315 Restore cached timestamp correctly by Hans Boehm · 8 years ago
  58. 83f278e Correctly track Activity in Evaluator by Hans Boehm · 8 years ago
  59. 774ce1a Set mIsOpen in DragLayout.setClosed()/Open() by Annie Chin · 8 years ago
  60. fcb1e61 Merge "Fix COPY string computation in exact case" into ub-calculator-euler by Hans Boehm · 8 years ago
  61. 3aa4d05 Merge "Support accessibility in History." into ub-calculator-euler by Annie Chin · 8 years ago
  62. ba7369a Merge "Only set erroneous result of "required" evaluations." into ub-calculator-euler by Hans Boehm · 8 years ago
  63. eb36f95 Support accessibility in History. by Annie Chin · 8 years ago
  64. b699be3 Merge "Enable MR when MS after start without a pasteable clip" into ub-calculator-euler by Christine Franks · 8 years ago
  65. 03b3451 Only set erroneous result of "required" evaluations. by Hans Boehm · 8 years ago
  66. 64921be Don't call suppressCancelMessage() on wrong class by Hans Boehm · 8 years ago
  67. 74f5e59 Merge "Reevaluate erroneous current result in history" into ub-calculator-euler by Hans Boehm · 8 years ago
  68. 849d8a4 Reevaluate erroneous current result in history by Hans Boehm · 8 years ago
  69. 3465c78 Fix COPY string computation in exact case by Hans Boehm · 8 years ago
  70. b7fc903 Merge "Add special case for exp(1) evaluation." into ub-calculator-euler by Hans Boehm · 8 years ago
  71. e5567fd Silently cancel evaluation on history pulldown. by Annie Chin · 8 years ago
  72. e7111cf Add special case for exp(1) evaluation. by Hans Boehm · 8 years ago
  73. 12874e3 Pop HistoryFragment from back stack by Justin Klaassen · 8 years ago
  74. 29e6bb2 Merge "More timeout-related fixes. Remove last FIXMEs." into ub-calculator-euler by Hans Boehm · 8 years ago
  75. d344322 Filter interception and handling of touch events. by Annie Chin · 8 years ago
  76. b9ce4d0 Use CopyOnWriteArrayList for mDragCallbacks. by Annie Chin · 8 years ago
  77. cc36850 More timeout-related fixes. Remove last FIXMEs. by Hans Boehm · 8 years ago
  78. 61c0ed9 Enable MR when MS after start without a pasteable clip by Christine Franks · 8 years ago
  79. 8e36726 Intercept touches from secondary pointers by Justin Klaassen · 8 years ago
  80. c4dce21 Merge "Do not use Fragment#getContext()" into ub-calculator-euler by Annie Chin · 8 years ago
  81. 7d03963 Do not use Fragment#getContext() by Annie Chin · 8 years ago
  82. 4452c78 Fix exponentiation and timeout issues by Hans Boehm · 8 years ago
  83. f442477 Clean up database access operations by Hans Boehm · 8 years ago
  84. 2976d21 Merge "Clarify "Clear History" UX." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  85. 532b77e Clarify "Clear History" UX. by Annie Chin · 8 years ago
  86. 6559d35 Merge "Further calculator state cleanups" into ub-calculator-euler by Hans Boehm · 8 years ago
  87. 5a2bebb Fix default getDateTranslationY. by Annie Chin · 8 years ago
  88. 05e48a7 Merge "Address comments on ag/1680345" into ub-calculator-euler by TreeHugger Robot · 8 years ago
  89. 7552f34 Prevent crash when tapping history VH without result view by Christine Franks · 8 years ago
  90. 1fcfc31 Add null check in stopActionModeOrContextMenu(). by Annie Chin · 8 years ago
  91. 5e73753 Address comments on ag/1680345 by Annie Chin · 8 years ago
  92. a5ea8eb Further calculator state cleanups by Hans Boehm · 8 years ago
  93. c5b6e4f Fix touch handling in DragLayout. by Annie Chin · 8 years ago
  94. 1c4ad11 Merge changes from topic 'cab_history' into ub-calculator-euler by Christine Franks · 8 years ago
  95. fe7a410 Result pulldown should account for TranslationY. by Annie Chin · 8 years ago
  96. aa7dca2 Merge "Implement grouped headers." into ub-calculator-euler by TreeHugger Robot · 8 years ago
  97. 3614798 Implement grouped headers. by Annie Chin · 8 years ago
  98. 1473ddd Dismiss CAB when tap elsewhere by Christine Franks · 8 years ago
  99. 7485df5 Close CAB when scrolled or back pressed by Christine Franks · 8 years ago
  100. 9c160b4 Preevaluate nested expressions to avoid stack overflow by Hans Boehm · 8 years ago