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