Simple-Calculator/CHANGELOG.md

197 lines
4.3 KiB
Markdown
Raw Normal View History

Changelog
2016-06-13 14:13:26 +00:00
==========
2020-08-19 21:15:56 +00:00
Version 5.3.0 *(2020-08-19)*
----------------------------
* Use larger precision at calculations (by vyasknellutla)
* Some translation and UX improvements
2020-05-24 21:13:02 +00:00
Version 5.2.0 *(2020-05-24)*
----------------------------
* Use a nicer app icon on lower Android devices
* Allow making the widget smaller as before
* Use rounded corners at the widget
* Show a warning at dividing by zero (by ochagovdanil)
* Couple other translation and UI improvements
2020-03-22 08:55:06 +00:00
Version 5.1.3 *(2020-03-22)*
----------------------------
* Fixed the percentage handling
* Updated the app icon
2020-03-05 18:09:42 +00:00
Version 5.1.2 *(2020-03-05)*
----------------------------
* Adding some translation improvements
2020-02-15 22:38:47 +00:00
Version 5.1.1 *(2020-02-15)*
----------------------------
* Fixed percentage handling
* Couple UI translation improvements
2019-11-26 10:52:36 +00:00
Version 5.1.0 *(2019-11-26)*
----------------------------
* Added some translation improvements
* Changed target SDK to 29 to target the latest OS version
2019-07-23 10:45:28 +00:00
Version 5.0.5 *(2019-07-23)*
----------------------------
* Adding some bottom navigation bar color customization improvements
2019-07-23 07:03:29 +00:00
Version 5.0.4 *(2019-07-23)*
----------------------------
* Allow customizing the bottom navigation bar color
2019-07-05 21:02:12 +00:00
Version 5.0.3 *(2019-07-05)*
----------------------------
* Some translation improvements
2019-04-07 21:31:25 +00:00
Version 5.0.2 *(2019-04-07)*
----------------------------
* Fixed a FAQ item
2019-04-07 20:59:19 +00:00
Version 5.0.1 *(2019-04-07)*
----------------------------
* Fixed some smaller glitches
* Translation improvements
2018-10-19 16:21:28 +00:00
Version 5.0.0 *(2018-10-19)*
----------------------------
* Increased the minimal required Android OS version to 5 (Lollipop)
* Couple UX and translation improvements
2018-10-05 20:13:29 +00:00
Version 4.2.0 *(2018-10-05)*
----------------------------
* Updating some libraries + translation updates
2018-08-09 21:31:44 +00:00
Version 4.1.0 *(2018-08-09)*
----------------------------
* Fixed some percentage related operations
* Couple other UX improvements
2018-05-15 22:06:21 +00:00
Version 4.0.0 *(2018-05-16)*
----------------------------
* Allow changing the app launcher icon color
* Added a FAQ item about clearing chars
* Added a Settings button for changing widget colors without recreating it
2018-04-03 22:04:02 +00:00
Version 3.2.0 *(2018-04-03)*
----------------------------
* Replaced Modulo with Percent
* Make sure the calculation formula is displayed properly after Root
2018-02-27 19:50:08 +00:00
Version 3.1.2 *(2018-02-27)*
----------------------------
* Added a toggle for preventing the device from sleeping
* Added FAQ
2018-01-23 14:44:17 +00:00
Version 3.1.1 *(2018-01-23)*
----------------------------
* Misc smaller improvements
2018-01-16 18:19:01 +00:00
Version 3.1.0 *(2018-01-16)*
----------------------------
* Made dark theme the default
* Improved some square root calculation behaviour
2017-12-07 11:03:07 +00:00
Version 3.0.1 *(2017-12-07)*
----------------------------
* Fixed missing launcher icons on some devices
2017-12-04 18:28:28 +00:00
Version 3.0.0 *(2017-12-04)*
----------------------------
* Improved primary color customization
* Added optional haptic feedback on button presses
2017-11-05 19:52:30 +00:00
Version 2.0.0 *(2017-11-05)*
----------------------------
* Rewrote the app to kotlin
* Made the widget more reliable
* Added color customization
2016-09-07 20:46:20 +00:00
Version 1.12 *(2016-09-07)*
----------------------------
* Added German translation
2016-08-29 19:07:33 +00:00
Version 1.11 *(2016-08-29)*
----------------------------
* Rename the launcher to Calculator
* Update the launcher icon
2016-08-21 19:28:33 +00:00
Version 1.10 *(2016-08-21)*
----------------------------
* Add an Invite friends button
* Make the buttons in About section easier to click
2016-07-26 20:32:29 +00:00
Version 1.9 *(2016-07-26)*
----------------------------
* Make the dark theme really dark
2016-07-21 21:56:39 +00:00
Version 1.8 *(2016-07-21)*
----------------------------
* Added a Dark theme
* Added Swedish, Italian and Japanese translations
Version 1.7 *(2016-07-07)*
2016-07-07 09:47:22 +00:00
----------------------------
* Display the proper widget preview image
2016-07-05 19:34:59 +00:00
Version 1.6 *(2016-07-05)*
----------------------------
* Use the new Google Plus logo
2016-07-01 13:48:05 +00:00
Version 1.4 *(2016-07-01)*
----------------------------
* Adjust everything properly if used on a tablet
* Show a Rate us button to returning users
2016-06-27 21:04:37 +00:00
Version 1.3 *(2016-06-27)*
----------------------------
* Add a Google Plus page link to the About section
2016-06-19 13:04:29 +00:00
Version 1.2 *(2016-06-19)*
----------------------------
* Add a Facebook page link to the About section
2016-06-13 14:13:26 +00:00
Version 1.1 *(2016-06-13)*
----------------------------
* Allow resizing the widget
Version 1.0 *(2016-06-05)*
----------------------------
* Initial release