Aaron He

Results 41 comments of Aaron He

I had similar issue with [`ExpandableTextview` in AOSP](https://android.googlesource.com/platform/packages/apps/Calendar/+/refs/heads/master/src/com/android/calendar/ExpandableTextView.java) which this library is based on. I solved it by simply using the plain old `TextView` and keeping expanded status my self....

Awesome podcast! Thanks! I have a few questions: - Who owns the UI/acceptance testing? QA, developer, or both? - How to deal with regression tests? That's the main problem blocking...

The reason I want to get this work is I need to change the menu items at runtime. I use a different approach though. But it's not perfect.

Actually `OnPrepareOptionsMenu` won't be hit even in `LegacyActionBarActivity` when I click on the overflow menu if the device doesn't have physical menu button. I tested on Nexus 7, running 4.2,...

No, I can't find a way to do this. I used a different approach to get the same behavior. In my app, there is a "select all" function in the...

Yeah, current implementation does have lots of duplicate code. Thanks for the idea!

thanks for the contribution @rogerthat94! Just a few nits

@rogerthat94 sorry it's been a while. if you can resolve conflicts, i'd be more than happy to accept this change. Thanks!

yea it seems sonatype moved to https://s01.oss.sonatype.org/

just use the [`DefaultLifecycle`](https://github.com/Tinder/Scarlet/blob/main/scarlet/src/main/java/com/tinder/scarlet/lifecycle/DefaultLifecycle.kt) to keep connection alive when the app is in background, instead of the android lifecycle