Maxime Biais
Maxime Biais
API level 8 util: [ThumbnailUtils.createVideoThumbnail()](https://developer.android.com/reference/android/media/ThumbnailUtils.html#createVideoThumbnail%28java.lang.String, int%29)
After some tests, I found there is an accessibility option that makes the Webviews accessible (with talk back + explore by touch). It works well with content editables, so we...
Note: Android 4.4 (wpandroid 7.0)
We now have a media picker, but it needs some work to replace the old picker completely. IMO, we should drop the media picker and use the ACTION_PICK intent with...
Ref https://github.com/wordpress-mobile/WordPress-Editor-Android/issues/6#issuecomment-125734415
> We're actually planning on moving the button to the ActionBar I like it!
Editor Fragments don't have that information (post / page), the easy fix for the Legacy is to rename it to "Settings" instead of "Post/Page Settings". The better fix is to...
Webview loads data in its own thread, so there is no risk of a non responsive app when opening the visual editor. This problem still exists when switching from visual...
Note: this was fixed but the implementation was not perfect (the number of cases with wporg/wpcom accoount doesn't help). The best solution to solve this: have local drafts in a...
We should have different messages on that empty view: - `WordCamps not yet synced` (perhaps better worded) - it actually means `Network connection needed to fetch WordCamp list` - users...