Jay

Results 14 issues of Jay

It looks a great library. But I wanna ask if it is possible to change font of whole app?

Moshi doesn't [support serialising java super type (i.e. Observable is a java class)](https://github.com/square/moshi/issues/372)

bug

It would be nice to support custom view like `AlterDialog`. Cheers.

enhancement

In a real-world app, there will be many features. Currently the `ViewModelModule` is responsible to provide all the `ViewModel`s, is it better that each feature gets its `ViewModel`s from its...

question
discussion

Steps to reproduce: 1. Switch off network connection 2. Open the app, show "No network connection" snackbar 3. Switch on network connection 4. Click "Refresh", movies show up 5. Then...

bug
discussion

Currently the `oldState` will be interpreted as nullable in Kotlin like: ```kotlin class TestAction: Action { override fun newState(oldState: String?): String { // ... } } ``` This PR adds...

``` cast hello.myapplication:41128 as gradle project with /res changed (v1.50922) Fail to exec [u'/Users/jaychang/Library/Android/sdk/build-tools/23.0.0/aapt', 'package', '-f', '--auto-add-overlay', '-F', u'/Users/jaychang/AndroidStudioProjects/MyApplication3/app/build/lcast/res.zip', '-S', u'/Users/jaychang/AndroidStudioProjects/MyApplication3/app/build/lcast/res', '-S', u'/Users/jaychang/AndroidStudioProjects/MyApplication3/app/src/main/res', '-M', u'/Users/jaychang/AndroidStudioProjects/MyApplication3/app/src/main/AndroidManifest.xml', '-I', u'/Users/jaychang/Library/Android/sdk/platforms/android-23/android.jar'] ... ```

There are more details that a chrome trace html can provide, such as "Alerts" and thread info, vsync barrier. I am wondering is it possible to export / generate a...

### Expected behaviour The diff screenshot should show the differences more clearly. ### Actual behaviour The diff is the title color. but the diff screenshot doesn't show the differences. ###...

The plugin doesn't work for the following code. What I want is to generate a ViewHolder class. ``` java @Override public RecyclerView.ViewHolder onCreateViewHolder(ViewGroup viewGroup, int i) { // doesn't show...