Mark Wei

Results 31 comments of Mark Wei

Can you reproduce this bug with latest? Also, does this happen with every app, or just com.android.htccontacts?

please confirm that you can reproduce this bug on latest. Also, a description of the last actions you took would help.

Can you clarify what you mean by "in this case it doesn't work"? What happens, and what do you expect to happen? If it's about clearing the previous animation, there...

I see. For the 3rd case, when getShowAnimation() returns null, you can just directly set window.getChildAt(0).setAlpha(1f); PS: did window.getChildAt(0).clearAnimation() not work?

http://stackoverflow.com/questions/4625167/how-do-i-use-a-service-to-monitor-orientation-change-in-android

Thank you so much for documenting this fix/workaround. I found that I had to comment out both the `OptimizePlusLayer` and `OptimizeTransLayer` lines in `~/.gem/ruby/2.0.0/gems/screengif-0.0.3/lib/screengif.rb` for all ghosting trails to disappear....

# Extract Structured Form of Public API This is the hard part. You need an enumeration of the public API: public class signatures, their public method signatures, and their public...

Similarly, where signature should be `MyClass`, only `MyClass

I heavily favor #2 though it's more technically challenging. Another con of #2 is how do we embed this document in each platform-specific repo? On Mon, Nov 7, 2016 at...

Proposal looks good! The only thing that I'm trying to wrap my head around is the "Interaction lifecycle" section. Would tying the lifecycle of the interaction to that of its...