qalculate-android
qalculate-android copied to clipboard
fix: change regex so it correctly identifies html encoded tags
Fixes #73.
I had to fiddle with the regex a bit, but it seems to be working.
I set the action for to pop it, otherwise it results in the main equation bar being unreadable (see image below).
Hm, it was working before, but now it crashes the app upon there being a .
Fixed by changing pop() to append("")
I've just added support for <, >, and & as html-encoded characters as well.
Thanks a lot for the contribution!
@all-contributors please add @Hoverth for code