Benoit Letondor
Benoit Letondor
This PR contains the migration of the whole codebase to the new AndroidX WatchFace library: https://developer.android.com/reference/kotlin/androidx/wear/watchface/package-summary ## TODO - [x] Migrate Android 12 layout - [x] Use the new API...
### Summary When trying to publish a new version of our SDK with a `:core` module having a `service` using `generateApolloMetadata` and another module ( `:messaging-core` ) depending on that...
### Summary For our core module, containing the `schema.graphqls` file I wanted to have the following setup: ``` apollo { service("public") { packageName.set("com.my.public.package") generateApolloMetadata.set(true) } service("internal") { srcDir("src/main/graphqlinternal") schemaFile.set(file("path/to/schema.graphqls")) packageName.set("com.my.internal.package")...
### Use case We are building a messaging SDK on top of Apollo and we would like to expose a state of the websocket connexion so that we can display...
Related to #1349 **Describe the bug** When loading a large image (from network or local) into an `ImageView` that is set with `wrap_content` for both width & height, the `ViewSizeResolver`...
Migrate the whole UI to Compose along with Compose nav to end-up with a single activity architecture