silnrsi / grandroid

Integrate Graphite into Android Applications
GNU Lesser General Public License v2.1
6 stars 6 forks source link

ICU dependency? #3

Closed gabema closed 5 months ago

gabema commented 10 years ago

Does this rely on ICU in any way? If so, how is that dependency handled?

mhosken commented 10 years ago

Dear Gabe,

Does this rely on ICU in any way? If so, how is that dependency handled?

No it doesn't (phew!).

Yours, Martin

gabema commented 10 years ago

Thanks for the quick response. New question. Is this only supported for ARM and ARMv7? I noticed some checks for x86 in code but I don't seen any x86 shared modules in the srclib dir.

mhosken commented 10 years ago

Dear Gabe,

Thanks for the quick response. New question. Is this only supported for ARM and ARMv7? I noticed some checks for x86 in code but I don't seen any x86 shared modules in the srclib dir.

Yes, only ARM and ARM7 at the moment. Do you have a direct need for x86? And the checks are there but they don't result in anything useful happening.

gabema commented 10 years ago

Do you have a direct need for x86? Not at this time. If I were to integrate this library I would. Not that we have a ton of x86 device users but Android development is much faster if you can run the app on x86 emulators or use a simulator like genymotion or bluestacks.

Also, has this been tested on Amazon Fire OS? I'd suspect the TextView integration would work but worry that Amazon may have customized their embedded WebView.

mhosken commented 10 years ago

Dear Gabe,

Do you have a direct need for x86? Not at this time. If I were to integrate this library I would. Not that we have a ton of x86 device users but Android development is much faster if you can run the app on x86 emulators or use a simulator like genymotion or bluestacks.

I would like to see it happen, but don't know when I'll get to it.

Also, has this been tested on Amazon Fire OS? I'd suspect the TextView integration would work but worry that Amazon may have customized their embedded WebView.

No testing has been done. I know nothing about Amazon Fire. Do they follow the same API levels as Google? Feel free to fire it up and see what happens and send me a report.

gabema commented 10 years ago

Confirmed it worked on an Amazon Kindle Fire HDX 7" running Fire OS 3.0 (Android 4.2.2).

On Wed, Aug 6, 2014 at 10:40 AM, mhosken notifications@github.com wrote:

Dear Gabe,

Do you have a direct need for x86? Not at this time. If I were to integrate this library I would. Not that we have a ton of x86 device users but Android development is much faster if you can run the app on x86 emulators or use a simulator like genymotion or bluestacks.

I would like to see it happen, but don't know when I'll get to it.

Also, has this been tested on Amazon Fire OS? I'd suspect the TextView integration would work but worry that Amazon may have customized their embedded WebView.

No testing has been done. I know nothing about Amazon Fire. Do they follow the same API levels as Google? Feel free to fire it up and see what happens and send me a report.

— Reply to this email directly or view it on GitHub https://github.com/silnrsi/grandroid/issues/3#issuecomment-51369656.