Menny Even Danan
Menny Even Danan
Fixes issues where the text-color is not compatible with the keyboard background (vs text-color compared to key-background)
We'll only allow editing/backup/restore user-words if the backend storage is our own SQLite connection. If the user is using Android's, we'll need to notify and direct the user there. The...
When using the `alias` variant of the `_types` (dedicated dts_emitter) the target will not be given the provided `tags`, unlike all the other targets generated by this macro, including the...
### Description I tried to setup Bazel to run Robolectric tests but kept getting failures due to `java.lang.NullPointerException: could not find build.prop` while robolectric was setting up: ``` 1) testParcelableMarshallAndUnmarshallReturnsEqualObject(com.spotify.mobile.android.util.ParcelableUtilTest)...
The current build system for JNI libraries uses `ndk-build` with `Android.mk` files, which is a legacy system. The recommended and modern way to build native code for Android is using...
### What happened? Our setup does not include `@nodejs_toolchains` toolchain, we have various version-specific nodejs toolchain registered. As a result, any `rules_js` release 2.3.2 and onward fails with `no such...