Skip to content

Releases: mkulesh/microMathematics

Release v2.18.0

20 Jan 21:40
Compare
Choose a tag to compare
  • The app is adapted for Android 9
  • Array elements can be assigned using an index
  • Whole array can be now displayed in the result view without to use indices
  • Improved scrolling behavior

Release v2.17.4

19 Dec 11:43
Compare
Choose a tag to compare

Removed obsolete permissions

Release v2.17.3

04 Nov 16:15
Compare
Choose a tag to compare
  • Added more examples
  • Added Chinese translation

Release v2.17.2

27 Jul 15:06
Compare
Choose a tag to compare
  • Implemented SI units of information
  • Expanded image settings: now it is now possible to use an automatic color adjustment for SVG images depending on application theme
  • Changed app icon in order to support Android Oreo icon shape
  • For a function plot, it is now possible to use logarithmic scale

Release v2.17.1

18 Mar 20:41
Compare
Choose a tag to compare
  • An interval variable can now be shown in he "Details" window
  • Added new contrast themes
  • On Android 8: Added context menu to the application shortcut
  • Added new configuration parameters in the "App settings"
  • Fixed some bugs

Release v2.17.0

04 Mar 13:35
9a2ff6d
Compare
Choose a tag to compare
  • Documents from SMath Studio can now be opened in microMathematics
  • Added new build-in functions: rows and cols
  • SI and non-SI units are now available. You can put units from the keyboard into the same input field (separated from the number using a space)

Release v2.16.2

02 Feb 20:37
Compare
Choose a tag to compare
  • Added a button on the tool bar that allows us to make button groups visible/invisible
  • Added new build-in functions: round, mod, trunc, perc, log, cot, csc, sec, acot, acsc, asec, coth, csch, sech

Release v2.16.1

20 Jan 11:36
d7f7c1d
Compare
Choose a tag to compare
  • Function log renamed to ln, rnd to random, signum to sign
  • Function hypot is removed. Instead of this build-in function, you can define a user function H(x,y) = sqrt(x^2 + y^2)
  • Added document metadata: author, title, and a short description
  • Fixed a bug observed for a plot of the function f(x)=1/x
  • Added Function Overview document. The functionality described in this document is also fully supported by SMath Studio. For more details, see Integration with SMath Studio document

Release v2.16

12 Jan 22:21
d092c99
Compare
Choose a tag to compare
  • Added new function "read" that allows us to import data from an ASCII file.
  • Added other color themes. To change a theme, open "App settings" from the main menu.
  • It was hard to edit document that could be zoomed if mistakenly touch screen by two fingers during editing. To improve this behavior, the zooming is now disabled in editing mode.

Release v2.15.6

05 Dec 19:46
Compare
Choose a tag to compare

Fixed app core