Avram Lyon

Results 109 comments of Avram Lyon

I'll look into it-- it may well be OK.

Sounds exciting! If you get the basic functionality working with WebView, we can work out the resource implications later. It should be possible to use a separate layout only when...

Do you have a version using TinyMCE built or tagged? Maybe we can get it working by tweaking TinyMCE some.

I worked on this some yesterday in the richtext branch (https://github.com/ajlyon/zandy/tree/richtext) -- good work getting something going. Now that I've seen what TinyMCE is like on my phone (Android 2.2,...

An option to not use WebView, which might be better for performance: http://developer.android.com/reference/android/text/Html.html

We can pass a `SpannableString` to the standard `TextView`.

I moved this to `Html` in c3796da4b7aa6e3939bee46d9288ab2c45a4ce2c and 7aa16800e4579c32af3b9ea7e8e55071725016e8; the revised version is pretty clean and quite serviceable for now. Since we don't need full-fledged rich text, we might be...

I don't want a separate branch, but I wouldn't be opposed to finding a way to make the dependencies conditional on the build environment -- does F-Droid do anything like...

I made that PR primarily for visibility. As for f-droid, I'm still not planning on revisiting the build to make that work, but I'd someone has a PR to make...

The unfiled items issue is something that has [come up on the forum](http://www.gimranov.com/forum/index.php?p=/discussion/3/only-collections-in-zandy#Item_3) -- I think I'll need to add that no matter what, even though it would require modifying...