Aristos Pasalides

Results 11 issues of Aristos Pasalides

# Bug Reporting ## Steps to Reproduce Unknown ## Actual Results (include screenshots) ``` Fatal Exception: java.lang.ArrayIndexOutOfBoundsException length=2; index=2 java.util.ArrayList.clear (ArrayList.java:569) android.view.ViewGroup.dispatchDraw (ViewGroup.java:4222) android.view.View.draw (View.java:20376) android.view.View.draw (View.java:20238) android.view.ViewGroup.drawChild (ViewGroup.java:4421) android.view.ViewGroup.dispatchDraw...

``` popupMenu { style = R.style.Widget_MPM_Menu_Custom section { attachmentList?.forEach { item { iconColor = Color.WHITE labelColor = Color.WHITE iconDrawable = it.icon label = it.title callback = { intent(it.url) } }...

Currently there's no way of telling if the dialog got dismissed and there's no way to tell what date was selected before the dialog was dismissed. IMHO, those are very...

This PR is mostly a suggestion of things you could add. Those are the changes I did: * Restored the functionality to enable Camera and Gallery button in MultiSelect. *...

Is it possible to change the color of the button programmatically? Providing a drawable as background makes initalCorner and finalCorner to be ignored.

###### Edit: With this PR, two artifacts will be published, `ktee` and `ktee-noop`. As the name suggests, `ktee-noop` has no internal functionality and it can be used in production environment...

# Bug Reporting We recently started getting the crash below on some devices (`200` / `7000`). I can't even tell at which part of our code is it. ## Steps...

### Code Refinements: * The PdfViewerActivity now includes a more refined permission check for `WRITE_EXTERNAL_STORAGE`, taking into account the different API levels and their permission models. This is critical for...

Stale
size/M

A fix for the recent building failure happening, mostly due to Jitpack change (I think). Temporarily fix until it's merged can be found [here](https://github.com/jitpack/jitpack.io/issues/6472#issuecomment-2337361114).