Skip to content

Releases: SOF3/Mentamatics

v1.2.0: Added more intent options

16 Jul 05:30
v1.2.0
a051a2f
Compare
Choose a tag to compare

Apps can start the app using the app://chankyin.mentamatics intent

In addition, using ACTION_RUN and passing the intent extra int chankyin.mentamatics.HOME_PROBLEM_COUNT_QUITS, the app will automatically finish with RESULT_OK after n problems have been solved correctly. This can be integrated with other applications like game locks.

v1.1: Initial release

16 Jul 04:51
17a7445
Compare
Choose a tag to compare

Initial release.

  • Supported problem types:
    • Addition
      • Configurable number of digits in the operands
      • With/without carry
    • Subtraction
      • Configurable number of digits in the operands
      • With/without borrow
      • With/without negative results
  • Statistics for problems solved and total/average time spent
  • Lock settings with a password

First pre-release

26 Apr 03:02
v1.0
ba9afde
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

Subtraction, multiplication and division not properly supported yet
Carry in addition not working correctly.