George Zacharia

Results 25 comments of George Zacharia

As per Material Design guidelines [here](https://material.io/design/color/dark-theme.html#ui-application) > Desaturated colors for accessibility > A dark theme should avoid using saturated colors, as they don’t pass WCAG’s accessibility standard of at least...

```android:textIsSelectable``` attribute to message body view should do the trick but those text view seems to forward their touch event to the root layout they are in

Since the root view already has the `OnLongClickListener` , with `forwardTouches(view)` disabled, the multiselect works when touch is anywhere outside the message body( with the root view), which is an...

Hats off the the amazing work. Really like the new implementation, but I cam across an issue where a third tab in the meaasge body ( first one opens the...

Android 11 changed how media notifications appears on QuickSettings panel and Lockscreen, nothing can be done about it. Using the colored notification may work but it will loose some features...

> The upgrade button doesn't do anything. This is intended as the f-droid support was not requested by app developer and supporting app in F-droid would need some serious work

The apk at f-droid is an automated build from the tags here at this repo. Like I said, offering pro version at f-droid would **_need some serious work_** . That...

@touficbatache You could add lyrics to tags or add *.LRC file to the same folder as music file location.

Putting back WIP as some issues exist with CollapsingToolbars in detail screens