Skip to content

Releases: Darkempire78/OpenCalc

v3.0.0-beta2

18 Jun 21:45
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

New:

  • Add an option to use modulo (#261)
  • Add an option to select a value instead of copying it
  • Add an option to split the parentheses button

Improvements:

  • Optimize the calculator
  • replace not essential EditText by TextView

Fixes:

  • Divide crash (#265)
  • Wrong decimal separator (#269)
  • Incorrect display when the result was 0

v3.0.0-beta1

08 Apr 23:11
6f9f9a3
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

New:

  • Use BigDecimal instead of Double
  • Setting to convert results to scientific notation (#263)

v2.3.1

25 Mar 01:19
Compare
Choose a tag to compare

Fixed:

v2.3.0

21 Mar 16:06
Compare
Choose a tag to compare

New:

  • Quick Settings tile (#248)

Fixed:

  • Annoying toasts (#247)

v2.2.0

18 Mar 16:48
d283306
Compare
Choose a tag to compare

New:

  • Settings page

Updated:

  • About page

v2.1.6

11 Mar 14:37
Compare
Choose a tag to compare

Fixed:

  • tan() does not work properly (#229)
  • Deleting a thousand separator causes the cursor to jump (#218)
  • Placement of parentheses inside existing calculations (#213)
  • Graphics problem in landscape mode for tablets over 10 inches (#160)

v2.1.5

07 Mar 15:17
Compare
Choose a tag to compare

Updated:

  • Display "value too large" instead of "infinity"

Fixed:

  • Division by negative numbers (#181)
  • Problem with factorial function (#166) (@lefterisgar)
  • sin(x!) & cos(x!) give wrong results (#211)

v2.1.4

05 Mar 15:35
Compare
Choose a tag to compare

Updated:

  • Input area takes the full screen size (#214)
  • Parenthesis system
  • Many translations

Fixed:

  • Double toast when value copied for android 13
  • Definition domain of tangent (#210)
  • Display result when you paste a calculation (#204)
  • Indirect division by zero is undefined (#206)
  • Division by functions (#200)
  • Percent issues
  • Trigonometric functions return wrong results if the result is negative (#207)
  • Math error clears entire calculation when new number is entered (#217)
  • Parenthesis problem with tangent

v2.1.3

27 Feb 20:58
Compare
Choose a tag to compare

Fixed:

  • Crash on small screens and tablets (#190)

v2.1.2

19 Feb 15:48
Compare
Choose a tag to compare

Updated:

  • Change text color on error (@lefterisgar)
  • Reduce release size (@lefterisgar)
  • Do not save a result in the history if it is equal to the calculation
  • Do not save the calculation in the history if it is the same than the latest

Fixed:

  • Factoriel 0 returns 1 (#166)
  • Add math symbol after then equal was pressed (#171)