Source code of TERMONEPLUS taken from:

https://gitlab.com/termapps/termoneplus/-/tags

Minor changes (names, predefined initial commands, paths) in the original
source code were done by Alan Liska & Veronika Ruzickova 
(JHI Prague, Czech Republic). 

Homepage of the TERMONEPLUS project:

https://termoneplus.com/

License: Apache License 2.0

Compilation:

(0) make sure that you had installed Android Studio 3.5 or newer
(0) make sure that you have either the OpenMolcas binaries already compiled,
    or download the corresponding sources in our website and compile them
(0) make sure that you have either the Python binaries already compiled,
    or consult downloading the corresponding sources in our website and compile them
(0) make sure that you have either the Busybox binaries already compiled,
    or consult downloading the corresponding sources in our website and compile them
(0) prepare the "system.zip" file which contains the preinstalled system with OpenMolcas:
    there are two ways to achieve this:
 (i)  install the OpenMolcas (arm) app to your phone from Google Play, extract the installer
      (by e.g. ApkExtractor app, https://play.google.com/store/apps/details?id=com.ext.ui&hl=cs)
      and open it as archive; you fins the file "system.zip" inside of the folder "assets")
 (ii) build the file "system.zip" yourself - from the OpenMolcas binary distribution,
      optional Busybox and/or any additional components
(0) prepare the "busybox" binary
(1) decompress the Android app-source distribution, place the "system.zip" file 
    and "busybox" binary into the folder
    term/assets
(2) open Android-Studio and point to the OpenMolcas (arm) project
(3) run Build->Make Project
(4) run Build->Make Bundle(s)/APK(s)->Build APK(s)
    (if you want to prepare the debug-apk)
    or
    run Build->Generate Signed Bundle/APK and follow the dialogue (signature key is needed)
    in this case repeat the procedure with each module: pathbroadcasts, telnet, intents and term
    (if you want to prepare the release-apk);
(5) pick your generated APK and enjoy it

Please note that the binaries included in assets folder are designed to be run 
under Android 5 (arm) or higher. If you want to prepare the APK installer for older Android
release, please check the corresponding alternative procedure published in our website.