Skip to content

Releases: Darkempire78/OpenCalc

v3.1.4

22 Jan 19:56
Compare
Choose a tag to compare

Improvements

Full Changelog: v3.1.3...v3.1.4

v3.1.3

21 Jan 13:40
Compare
Choose a tag to compare

Improvements

Full Changelog: v3.1.2...v3.1.3

v3.1.2

19 Jan 16:46
Compare
Choose a tag to compare

Improvements

  • Fix crash

Full Changelog: v3.1.1...v3.1.2

v3.1.1

19 Jan 14:47
Compare
Choose a tag to compare

Improvements

  • Fix crash due to null history id

Full Changelog: v3.1.0...v3.1.1

v3.1.0

17 Jan 11:08
230314a
Compare
Choose a tag to compare

New

Improvements

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.1.0-beta1

09 Jul 15:57
Compare
Choose a tag to compare
v3.1.0-beta1 Pre-release
Pre-release

New

Improvements

  • Translations update from Hosted Weblate
  • Reduce minSDK to 21 (Android 5) by @sosauce2 in #463

New Contributors

Full Changelog: v3.0.1...v3.1.0-beta1

v3.0.1

23 May 18:01
Compare
Choose a tag to compare

Improvements:

  • Translations updates
  • Implement BroadcastReceiver to start activity from TileService (#424 by @muryno)

Fixes:

Full Changelog: v3.0.0...v3.0.1

v3.0.0

15 Mar 13:59
Compare
Choose a tag to compare

New:

  • Use BigDecimal instead of Double
  • Add an option to convert results to scientific notation (#263)
  • 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
  • Add an option to disable history (#294)
  • Add license to about section

Improvements:

  • Optimize the calculator
  • Replace not essential EditText by TextView
  • Enable symbol before decimal (#341) (@mwadle)
  • Scale up the back button hitbox
  • Update several translations

Fixes:

  • Cursor location (@mwadle)
  • Theme apply issue with amoled mode
  • Decimal factorial results (@muryno)
  • Landscape mode hides some button icons (#402)
  • Gray rectangle next to Settings (#420)
  • Formating issues (@MahmoudRH)
  • Many other fixes...

v3.0.0-beta4

05 Nov 18:28
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release

New:

  • Add license to about section

Improvements:

  • Update several translations
  • Enable symbol before decimal (#341)

Fixes:

  • Cursor location (@mwadle)
  • Crash when root of negative base (#302)
  • Crash when doing log or ln of a negative number (#316)
  • Crash when recreating landscape main activity (#303) (@danthe1st)
  • Everything after ').' in a calculation is ignored (#340)

v3.0.0-beta3

28 Jul 15:36
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release

New:

  • Add an option to disable history (#294)

Improvements:

  • Update several translations
  • Improve the option to split the parentheses button

Fixes:

  • Crash when trying to calculate the square root of negative number (#290)
  • Fractional and decimal powers (#288)
  • Fractional division (#286)
  • Theme apply issue with amoled mode