Jean-Marie Geffroy

Results 15 comments of Jean-Marie Geffroy

> FYI there is a new plugin for getting the Android ID 🙂 https://pub.dev/packages/android_id Hi, thank you for this. Does it comply with Google Play's policies? I see it relies...

> > @jmgeffroy I believe it does, read carefully this section [Google Play](https://support.google.com/googleplay/android-developer/answer/6048248) > > On that page, when collapsing `Persistent identifiers, including Android ID`, it says > > `Use...

@rkwright Yes. When following the instructions, I got: ``` Android NDK: ERROR:/Applications/android-sdk-macosx/ndk-bundle/sources/cxx-stl/gnu-libstdc++/Android.mk:epub3: LOCAL_SRC_FILES points to a missing file Android NDK: Check that /Users/Shared/dvpts/sandbox/SDKLauncher-Android/readium-sdk/Platform/Android/epub3/libs/armeabi-v7a/libepub3.so exists or that its path is correct...

@bluefirepatrick Hi Patrick, yes I got it working very simply, Daniel and Cyril have done a great job with the gradle build files.

@danielweck Hi Daniel, I realize that for those (like me today) who want to build the readium-sdk independently from the launcher - [Instructions](https://github.com/readium/readium-sdk/tree/master/Platform/Android) are obsolete since they refer to ndk-compile.sh,...

Hi there! I'm writing 1 year later, but who knows, this can be interesting to someone: the original code snippet was probably [this Gist](https://gist.github.com/slightfoot/1ac2e44f68c9edd9c830f8d935b5866d). And it's very, very smooth. I...

@rkwright As I said in a PM to @bluefirepatrick and @jdempcy, no, I tried again with the same book and it's very fast. But we are currently still using [a...

> If you want to let me know how to test calling firstVisibleCFI from a JS console in Android, I'll try that. @jdempcy In the console, you can do: `ReadiumSDK.reader.getFirstVisibleCfi();...

Did you notice that time seems to be spent mostly in `getNormalizedRectangles()`, more precisely there: ``` for (var i = 0, l = clientRectList.length; i < l; ++i) { if...

Since this code seems a fix for a Firefox issue, maybe you could try doing a short-circuit it for Android ?