An android app for demonstrating the usage of the THOTH library.
Caution
This app is only for testing purposes.
Important
Since version 13.08.2026@2.0.5 the version catalog uses the new versioning system see here.
This is the first release of the THOTH Example App
Databases are updated. Now it supports numbers as ids. This means you cant type in
<sign id="500"/>
instead of typing
<v><h><sign id="500"/><sign id="500"/><sign id="500"/></h><h><sign id="500"/><sign id="500"/></h></v>
Support for MdC input added using the GlyphConverter library.
Support for brackets in MdC added. Now you can type in:
N17:i*(p:t)*(t:p)*i:N17
Updated dependencies.
Support for THOTH 2.0.2 added.
- Issue with multiple render requests solved (e.g. if you are changing the text two times shortly after each other)
- Support for
maat:1.5.1added:- adding Paddings between lines, signs, in groups or around the text as a whole is possible now
RTL-layout is supported and the signs are mirrored- multiline texts are possible with the
!and!!sign inMdCand with<br/>and<pbr/>inglyphX
Now it uses the SignProvider-Library only.
- NullPointer Exception when changing properties before onDraw() is called fixed
- ThothListener added
- Support for
maat:1.6.0added:- dependency upgrades
- Fixed bug related to
RTLlayout - Support for
spaceandgaptags added
- Support for
GlyphConverter:1.8.0added:- Support for space between signs added:
<space/>:.<gap/>:..
- Support for space between signs added:
13.08.2026@2.0.5