Hieu Hua

Results 11 issues of Hieu Hua

It would be nice if `IntentBuilder` can work with `Parceler`: https://github.com/johncarl81/parceler

Seems like `md-core` doesn't configure any style for Switch. Here's what I found in the stock `themes.xml`: ``` xml @style/Widget.AppCompat.CompoundButton.Switch ```

To support at least dark (current) and light (https://github.com/instachat/emoji-library) theme.

A popup contains an `EmojiconKeyboard` and can integrate nicely with the built-in soft keyboard

Implement a custom view that is similar to `EmojiconGridFragment`

As in the example, usecase's parameters are set via `UserModule`: ``` java @Module public class UserModule { private int userId = -1; public UserModule() {} public UserModule(int userId) { this.userId...

question
discussion

Getting deep link parameters from `intent.getExtras()` is quite troublesome. Would be cool if we can do something like this: ```java @DeepLink("foo://example.com/deepLink/{id}") public class ExampleActivity extends Activity { @DeepLinkRouteParameter("id") @InjectExtra("id") long...

enhancement

Do you have any plan to support Shippable?

Can we use ClientInterceptor for handling common use cases or errors from the response?