Derek W

Results 27 comments of Derek W

Yes, I just haven't had much time to work on it. Contributions are always welcome, however.

I like the idea of a manual page. Shouldn't be too difficult: just copy some HTML (and edit it a little) from Math.js website and inflate a WebView should work....

Hmm. This is a very odd issue, as all the layout stuff is density-independent and relative. Could you post screenshots? This could also potentially be due to the calculation library...

I have a pushed a change that incudes the ability to enter debug inputs. Could you build Mather from source from _git master_ (with `gradle build`) and try the input...

Debug inputs and `debug resultview` specifically have been released in version [0.3.0](https://github.com/icasdri/Mather/releases/tag/0.3.0). If you're having trouble with the result view, try typing that in and see if you see a...

Thanks for the report, I'll need to look into this. Would've thought the dialog would stick around by default, but seems that that's not the case!

Thanks for the notice. I've been noticing this as well. I think it might be due to Mather's use of `toggleSoftInput` to control the Android keyboard. But it seems that...

The keyboard switcher seems to consistently screw up (instead of just sometimes) with some user-installed custom keyboards such as SwiftKey.

Do you know how F-Droid handles changelogs, and how that interplays with auto-updates? The description of changes are updated on https://github.com/icasdri/Mather/releases, and I'm unsure how to get that into F-Droid.

It seems that adding the line ``` Changelog:https://github.com/icasdri/Mather/releases ``` to F-Droid metadata should do the trick. This will be done on the next release.