summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Null-check the mainResult before calling .exactlyDisplayable()Annie Chin2017-02-021-2/+6
* Catch IllegalArgumentException in CalculatorPadViewPager.Annie Chin2017-02-021-39/+50
* Cancel drag in DragLayout if pointer is invalid.Annie Chin2017-02-022-1/+11
* Merge "Snapshot display empty state once on creation of HistoryFragment." int...TreeHugger Robot2017-02-024-46/+31
|\
| * Snapshot display empty state once on creation of HistoryFragment.Annie Chin2017-01-314-46/+31
* | Consider error message invalid for ActionMode/ContextMenu operations.Annie Chin2017-02-021-3/+2
* | Merge "Change popBackStackImmediate to popBackStack." into ub-calculator-eulerAnnie Chin2017-02-011-2/+1
|\ \
| * | Change popBackStackImmediate to popBackStack.Annie Chin2017-01-311-2/+1
| |/
* / Do not use HISTORY_MAIN_INDEX as clipboard or memory indexHans Boehm2017-02-013-38/+70
|/
* Annotate Evaluator.getInstance as NonNullAnnie Chin2017-01-302-27/+27
* Null-check mEvaluator onDestroy()Annie Chin2017-01-301-3/+5
* Fix potential inconsistent DragLayout stateJustin Klaassen2017-01-091-27/+22
* Don't re-use mHistoryFragmentJustin Klaassen2017-01-084-178/+223
* Merge "Set mIsOpen in DragLayout.setClosed()/Open()" into ub-calculator-eulerAnnie Chin2017-01-061-2/+2
|\
| * Set mIsOpen in DragLayout.setClosed()/Open()Annie Chin2016-12-191-2/+2
* | Merge "Polish History multiwindow support." into ub-calculator-eulerAnnie Chin2017-01-064-19/+41
|\ \
| * | Polish History multiwindow support.Annie Chin2017-01-054-19/+41
* | | Remove HistoryFragment.onCreateAnimator.Annie Chin2017-01-052-23/+3
* | | Directly implement CloseCallback/DragCallback.Annie Chin2017-01-052-74/+81
* | | Changes for testing CalculatorFormulaChristine Franks2017-01-044-44/+64
* | | Make onSaveInstanceState wait for database writesHans Boehm2017-01-043-0/+54
|/ /
* | Merge "Change primary color to match spec." into ub-calculator-eulerAnnie Chin2017-01-041-2/+2
|\ \
| * | Change primary color to match spec.Annie Chin2017-01-041-2/+2
| |/
* | Include more information for out-of-range DB accessHans Boehm2017-01-031-1/+2
* | Restore cached timestamp correctlyHans Boehm2016-12-212-13/+16
* | Correctly track Activity in EvaluatorHans Boehm2016-12-193-14/+12
|/
* Merge "Fix COPY string computation in exact case" into ub-calculator-eulerHans Boehm2016-12-132-5/+11
|\
| * Fix COPY string computation in exact caseHans Boehm2016-12-122-5/+11
* | Merge "Support accessibility in History." into ub-calculator-eulerAnnie Chin2016-12-132-6/+20
|\ \
| * | Support accessibility in History.Annie Chin2016-12-132-6/+20
* | | Merge "Only set erroneous result of "required" evaluations." into ub-calculat...Hans Boehm2016-12-131-2/+4
|\ \ \
| * | | Only set erroneous result of "required" evaluations.Hans Boehm2016-12-131-2/+4
| |/ /
* | | Merge "Enable MR when MS after start without a pasteable clip" into ub-calcul...Christine Franks2016-12-133-22/+31
|\ \ \
| * | | Enable MR when MS after start without a pasteable clipChristine Franks2016-12-093-22/+31
* | | | Don't call suppressCancelMessage() on wrong classHans Boehm2016-12-131-1/+1
| |/ / |/| |
* | | Merge "Reevaluate erroneous current result in history" into ub-calculator-eulerHans Boehm2016-12-131-3/+17
|\ \ \
| * | | Reevaluate erroneous current result in historyHans Boehm2016-12-121-3/+17
| | |/ | |/|
* | | Merge "Add special case for exp(1) evaluation." into ub-calculator-eulerHans Boehm2016-12-131-0/+4
|\ \ \
| * | | Add special case for exp(1) evaluation.Hans Boehm2016-12-121-0/+4
| |/ /
* / / Silently cancel evaluation on history pulldown.Annie Chin2016-12-122-8/+11
|/ /
* | Pop HistoryFragment from back stackJustin Klaassen2016-12-121-8/+5
* | Merge "More timeout-related fixes. Remove last FIXMEs." into ub-calculator-eulerHans Boehm2016-12-103-16/+21
|\ \
| * | More timeout-related fixes. Remove last FIXMEs.Hans Boehm2016-12-093-16/+21
* | | Filter interception and handling of touch events.Annie Chin2016-12-093-59/+83
* | | Use CopyOnWriteArrayList for mDragCallbacks.Annie Chin2016-12-091-2/+3
* | | Intercept touches from secondary pointersJustin Klaassen2016-12-091-19/+27
* | | Merge "Do not use Fragment#getContext()" into ub-calculator-eulerAnnie Chin2016-12-092-12/+11
|\ \ \ | |/ / |/| |
| * | Do not use Fragment#getContext()Annie Chin2016-12-082-12/+11
| |/
* / Fix exponentiation and timeout issuesHans Boehm2016-12-082-3/+45
|/
* Clean up database access operationsHans Boehm2016-12-083-116/+336