Maxime Biais
Maxime Biais
I'm not sure about that one, we should keep these libraries independent and we will "test" this configuration in `gutenberg-mobile` anyway.
Not sure we can fix this without forking `SQLiteOpenHelper`.
Thanks @thomashorta for investigating, yeah I think having `onSuccess` and `onError` running on the main Android thread is best, I'll fix it in a 0.2.1 release of gravatar.
We should also write a bit of documentation for the backend side of things: - create a developer account - get the API key
- [ ] override the theme to change colors and text style
Hey @eyedol sorry, I missed your previous comment. This one is a bit tricky as we don't know yet what property we'll add. Same as with #66 this is going...
version 2.2.9 was shipped a few days ago but not published to maven central.
Hey @eyedol, thank you for looking into that. We'll need to update the backend first to add a new error code field. Currently there is no error code and we...
WP Android uses different image views to show profile pictures depending on the views (login, comment, notifications, etc.) and it also uses [its own image cache](https://github.com/wordpress-mobile/WordPress-Android/blob/ac56c495d4f5cecf2a50f349576f23515679d8b1/WordPress/src/main/java/org/wordpress/android/util/BitmapLruCache.java#L11), I think other cache...