Damon Kohler
Damon Kohler
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` A straightforward/naive implementation using spannable seems to become unusable after around 350 coloured tokens, with almost all of the time spent in...
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` I think in a first step is better to check only the insertions and deletions. Sended from my Android cell phone, please...
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` Well the parsing is fast, it's just the span logic that seems slow. I've already tried the obvious steps like (?:)+. It's...
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` Maybe it's overkilling... but if performance is such a problem, since it's only highlighting and not changing font or size, why don't...
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` I tried just a naive implementation. However, one token-filled screen could be slow. I'm not sure about this, but I think complete...
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` luac is also not used. ``` Original comment by `[email protected]` on 14 Mar 2010 at 8:49 - Changed title: **Remove unnecessary files...
_From @GoogleCodeExporter on May 31, 2015 11:26_ ``` Yes, am aware of that. During my testing on emulator, results were different. Am waiting for Damon to accept this... ``` Original...
_From @GoogleCodeExporter on May 31, 2015 11:26_ ``` Sorry, I got the expected output and real output a little mixed up. It should be: Expected output is: {u'primary_email': u'[email protected]', u'_id':...
_From @GoogleCodeExporter on May 31, 2015 11:26_ ``` Hello, I get the same error as the original poster. My phone is HTC Wildfire. ``` Original comment by `[email protected]` on 11...
_From @GoogleCodeExporter on May 31, 2015 11:26_ ``` I get similar behavior as original poster with Samsung Galaxy SII using sl4a-r5 and python 2.6.2. Another strange issue is that it...