Aaron Wells

Results 16 comments of Aaron Wells

Ah, I see it seems to be a workaround (commit 93a03bd34acad67) to this issue: https://code.google.com/p/android/issues/detail?id=197287 In my case it's a problem, because I'm using a 350MB expansion file. It sounds...

I can see now why you did this. But I was kind of blindsided by this behavior because I'd thought, from the README, that this project was an unchanged copy...

If we add steps that update data inside Moodle, make sure to add `RISK_DATALOSS` to the plugin's `access.php`. :) https://docs.moodle.org/dev/Hardening_new_Roles_system#Basic_risks

The code that does the `{placeholder}` replacement stuff is in [`classes/helper/datafield_manager.php`](https://github.com/catalyst/moodle-tool_trigger/blob/master/classes/helper/datafield_manager.php) Right now it finds placeholders by searching for the regex `/\{([-_A-Za-z0-9]+)\}/u`. You'll need to add `:` to that, and...

As discussed on chat, it might also be a good idea to change the syntax from `{placeholder}` to `%placeholder%` or `#placeholder#`, in order to reduce the conflict with JSON syntax....

I've noticed this problem too. Exactly the same behavior, with the cheat sheet being cut off at the top of the keyboard. Unfortunately I haven't had the time or resources...

In the mean time, there is a list of all the supported code groups here: https://github.com/agwells/dotdash-keyboard-android/wiki/Supported-code-groups And there are also these screen shots of the erstwhile working cheat sheet pop-up,...

Hi @L3br4nd, Thanks for the input! Actually another conflict, which I probably should have mentioned in my original bug report, is that I've mapped MN `---.` to the exclamation mark...

See "multitouch" branch. Finally making progress on this!

And here's someone suggesting keeping it open on phones too! https://twitter.com/TheCrowsJoker/status/668583797974171648