Skip to content

Releases: sosauce/CuteCalc

v3.2.2

13 Oct 16:28
Compare
Choose a tag to compare

👀

  • Started added integration with CuteMusic !! (Wahoo, more to come !!)

Full Changelog: v3.2.1...v3.2.2

Version 3.2.1

10 Oct 15:50
Compare
Choose a tag to compare
  • (#75) Fixed buggy and weird cursor behavior
  • Added cursor to landscape

Full Changelog: v3.2.0...v3.2.1

Version 3.2.0

07 Oct 19:26
Compare
Choose a tag to compare

Finally!

  • (#43) You can now move the input cursor !!
  • (#74) Fixed Pi bug displaying P after deleting once !
  • Added some animations to the history list !
  • Temporarily removed decimal formatting, will comeback as a new form

Thanks for using CuteCalc ❤️!!!

v3.1.0

09 Sep 20:11
Compare
Choose a tag to compare

Hi ! 👋

  • (#71) Replaced "PI" with "π" !
  • (#70) Fixed history displayed oldest calculations at the top !
  • Some UI consistencies and changes to align with CuteMusic's next release !

Thanks for using CuteCalc !!! ❤️

Full Changelog: v3.0.0...v3.1.0

v3.0.0

14 Aug 21:22
Compare
Choose a tag to compare

WE SO BACK WITH DIS ONE 🗣️

  • (#40) FINALLY ADDED HISTORY 🥳 !!!!!!!
  • (#67) Decreased minSDK to 21 (App can now run on Android 5)!
  • Added calculation preview, to see the result of ur calculation in real time!!
  • Rewrite some code for less boilerplate!

Thank you for using CuteCalc ❤️ !!!!

Version 2.7.3

05 May 17:40
Compare
Choose a tag to compare
  • Adopted new dependencie catalog management !
  • Updated dependencies (includes Keval)
  • Updated Kotlin from 1.8.10 to 1.9.23
  • Merged settings and about screen for a fresh looking settings screen thats matches CuteMusic's one !

Sorry for small and slow update, i'm very focused on CuteMusic right now, will come back to CC !!! ❤️

Full Changelog: v2.7.2...v2.7.3

Version 2.7.2

22 Apr 17:55
Compare
Choose a tag to compare

Thought I abandonned this app ? No I was lazy to push the update 💀

Here's wassup:

Also, go check my new app CuteMusic !!!! : https:/sosauce/CuteMusic
Thanks for using CuteCalc !!! ❤️

Full Changelog: v2.7.1...v2.7.2

Version 2.7.1

07 Mar 17:49
Compare
Choose a tag to compare

Small QoL update !

  • #59 Bring back the switch to enable/disable decimal formatting
  • #60 Ehanced the !, %, √, π buttons
  • #61 Fixed some crashes (square root of a negative number, value too large)
  • Revamped landscape UI
  • Reduced the font size of texts in buttons

And alot of small QoL (Quality of Life, btw) changes and tweak!

Thanks for using CuteCalc!!! ❤️

Version 2.7

03 Mar 13:15
Compare
Choose a tag to compare

Important update !! First, big thanks to n0tkamui for helping me with some things and rewritting some part of the code!!
So here's all what's new :

Added some maths operators (and a constant) :

"!" wich is the factorial operator (i.e 5! is equal to 120) It is used after a number
"%" (he made a comeback 🗿) wich is a percentage operator (i.e 10% is equal to 0.1) It is used after a number
"√" wich is the square root operator (i.e √10 is equal to 3.16) It is used before a number
"π" wich is equal to aprox ~3.14159

The deciaml formatting is now set to a comma after every thousands (every 3 numbers). The switch to enable / disable it was removed :

301457.82 -> 301,457.82

Operator are now created in Evaluator.kt with Keval to make calculations faster

Re-added SplashScreen for all versions of Android

For the dev part

#56 Stopped .idea and .gradle from being pushed to code. These are simply settings files for the IDE and gradle cached files.
#57 #58 Commits will now only be pushed to GitHub once the final APK of a version is compiled, there shouldn't be anymore none matching commits.

Thanks for using CuteCalc ❤️ !!!

Version 2.6

29 Feb 06:54
Compare
Choose a tag to compare

✅ Added | ✏️ Improved | 🛠 Fixed | ❌ Removed

  • ✅ Added support for negative numbers !!!(Thank you so much n0tkamui for rewritting Keval 🥳)
  • #46 Added decimal formatting with a switch to enable/disable it in settings !
  • 🛠 Fixed backspace button in landscape
  • #50 Removed splash screen

About history feature, life hit me hard so I haven't work on it much, don't expect it soon but I'll do my best!!
Thanks for using CuteCalc ❤️ !!!