HeyAlex
HeyAlex
Find this really usefull. PR #594
@JakeWharton RemoteViews is intended for custom notifications and widgets. So view's methods that have annotation (@RemotableViewMethod) can be invoked in RemoteViews, but there is no any methods for that. So...
@JakeWharton As i understand where is no documentation for this thing. So if you want to set imageView resource, RemoteViews contains: ```java /** * Equivalent to calling ImageView.setImageResource * *...
Actually i didnt find any related issues on google tracker. Seems like it might be in support v4 compat as you said. @JakeWharton Should i close this PR, cuz i...
Hope it will be realised soon. Highly required thing.
if i use refreshComplete() header will be updated, i mean the counter of last update time will reset. i want to save previous updating time if i've got an error.
As i understand, where is no way for me to extends PtrFrameLayout and override refreshCompleate() ?
oh, Merci!
Sorry for late response. Did you solve the problem? You can provide a sample repository, where i can check that wrong behavior on 29,30 api, because my sample works fine...
i will take a look on conflict with material 1.4.0. Thanks for reporting