Menny Even Danan
Menny Even Danan
@deeeseee , can you provide more information about this? I can not seem to reproduce this bug.
This allows us to do something like this macro: ``` def get_android_device( api_level = 26, arch = "x86_64", type = "default", boot_properties = { "ro.product.brand": "google", "ro.product.device": "crespo", "ro.product.manufacturer": "samsung",...
and then in the test rule: ``` android_instrumentation_test( name = "example_app_test", target_device = get_android_device(), test_app = ":example_app_test_binary", ) ```
Still does not work. This is where I am: ``` INFO: Analyzed 3 targets (28 packages loaded, 1383 targets configured). INFO: Found 3 test targets... ERROR: /home/menny/dev/spotify/client/src/test/java/com/spotify/app/exampleapp/BUILD.bazel:41:39: Creating Android image...
Oh. Interesting. Which version of AnySoftKeyboard are you running?
So, technically, Firefox text field (the URL field) tells AnySoftKeyboard that it _should not_ provide suggestions and corrections. I guess we can disregard that and show the suggestions strip anyway....
That's strange that it will work in some areas but not in others. Do you want to try the latest alpha or beta version?

Thank you for trying to fix this. It will be great if you can contribute a solution. I think that this search should always allow English and in addition, the...
A lot has changed with the the packs mechanism. Can you rebase your PR and push?