Reza Zarchi

Results 32 comments of Reza Zarchi

I researched this feature in some K-9 forks like [SMile](https://github.com/FAU-Inf2/SMile) and [K-2](https://github.com/philipwhiuk/k2/tree/smime). But they didn't actually implement this feature completely. For example, in Smile sign process, they didn't pass the...

You can set the interpreter which provides the text to show in the header column and the header row. ```kotlin mWeekView.dateTimeInterpreter = object : DateTimeInterpreter { override fun interpretDate(date: Calendar):...

K-9 has an old branch with initial EAS support: https://github.com/k9mail/k-9/tree/ms-eas It might be helpful for you.

> I suppose all occurrences of ListView are getting replaced? https://github.com/k9mail/k-9/search?q=ListView Or only the ones with ties to the MessageList class/view? Also MessageListFragment. > > Can this be done by...

I'm ready to send a pull request for this issue if you are OK.

I've noticed that this issue also occurs when using the swipe action to mark a message as read or unread. https://github.com/thundernest/k-9/assets/8654398/59a9baf8-fcd4-4e78-993f-778d5ffd87e1

Yes, it's already available. And I just wonder how to disable this feature? @thellmund

It should be noted that Material 3 is dependent on migration of the entire UI to Jetpack Compose, which constitutes a substantial amount of work. It seems that this constitutes...

> What makes you think the entire UI needs to be migrated to Jetpack Compose? I recently came across information in Google documents indicating that Material 3 can be applied...

> * How should tags be displayed in the message list? I think changing the backgrounds adds way to much noise. Changing the text color is probably not much better....