Dmitry Brant

Results 23 comments of Dmitry Brant

What's the benefit of upgrading to Gradle 7.5? So far we've been letting Android Studio perform Gradle updates automatically when it needs to. Is there a reason for doing this...

...and when dragging a non-topmost tab, then invoking the app switcher, the stack trace looks like this: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams android.view.ViewGroup.getLayoutParams()' on a null object...

A couple of (unsolicited) notes and hints: * Requesting permissions is only necessary for API

@sharvaniharan Here's some rough code for creating a file in the Downloads folder using scoped storage (for API 29+): ``` val fileName = "foo.csv" val contentResolver = context.contentResolver val contentValues...

@sharvaniharan One of the requirements in the phab task is to export multiple lists, which means implementing "multi-select" logic in the reading lists screen. Will that be part of this...

@cooltey @sharvaniharan This is now ready. Mea culpa for the size.

Retrying from that commit, it looks like the throttle setting is being correctly persisted in the web UI. However, it still doesn't seem like any client connections are actually being...

@ShreyasJejurkar Need help maintaining this repo? I use this component in a number of my projects, and would be happy to help.

> I am not the maintainer of this repo or the decision maker here to choose a maintainer. Oh sorry, the reason I ask is that you're the only member...

@sharvaniharan Yep, let's merge and iterate on the finer details as we go.