Skip to content

Developer Mode

Mikhail Kulesh edited this page Jan 17, 2018 · 5 revisions

Developer mode in the app allows to perform:

  • Automatic tests based on special scripts placed in app/src/main/assets/ta directory. The test session takes about 10-15 min depending on the device. After the session is finished, it generates a HTML report (placed on device storage in the directory /storage/emulated/0/Android/data/com.mkulesh.micromath.plus/files/autotest.html) that can be inspected directly on the device or downloaded to the desktop using adb:
adb pull /storage/emulated/0/Android/data/com.mkulesh.micromath.plus/files/autotest.html .
  • Export documentation from the application into LaTeX format for all languages.

  • Export screenshots based on examples placed in app/src/main/assets/examples directory. There are different sets of examples for portrait and landscape orientations.

All these features are accessible from the "Developer options" in the main menu:

To activate developer mode, open "App settings" dialog from the main menu and switch on the check box "Developer options"

Clone this wiki locally