Jose Luis Honorato

Results 16 comments of Jose Luis Honorato

You can do the following: - Download the project from here: https://github.com/pardom/ActiveAndroid/archive/master.zip - Install gradle and dependencies with `./gradlew` - Build the library with `./gradlew jar` - Move the generated...

@ZzAntares Ollie seems to be abandoned as well: https://github.com/pardom/Ollie/issues/74

I can confirm this, that's why I use `set("SomeBoolean = ?", condition ? 1 : 0)` for boolean columns

Try adding the AA_MODELS tag in your manifest, more info here: https://github.com/pardom/ActiveAndroid/wiki/Creating-your-database-model#speeding-up-application-startup

@jorgevaldivia are you using this in prod? Any problems so far? Thanks for the PR btw.

I'm facing the same issue, did you manage to solve it somehow?

We just migrated to rails 4.1.12 and the issue seems to be gone (+2 weeks, never saw the bug since). No idea how it could be related.

Any thoughts on this? Thanks in advance

I naively tried (and failed) to compile it on a raspberry I have. When building gcc it fails with the following message: ``` gcc -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall...

I'm not very familiar with linaro or with using the CS toolchain to cross compile GCC, that's why I tried with the most simple approach. Feel free to try it...