Reza Zarchi
Reza Zarchi
Hey @Kaaveh I've added a new Android application module for Wear OS! I've included all the necessary dependencies and set up a basic MainActivity (it's empty for now). I'd love...
I changed modules structure to remove all WearOS-related dependencies from the current modules. We now have separated design, navigation, and UI modules for the WearOS version. I added the remaining...
من قبلا یه فرم ثبت رویداد در تقویمهای مختلف روی دیوایس ساخته بودم. البته کدم قدیمیه و Jetpack Compose نیست ولی اگر به من فرصت بدین، میتونم کدش رو از...
Every email with a calendar invitation, has an `ics` formatted attachment which its content type is `text/calendar`. We can extract most important information of that calendar event from the ics...
I do not know the progress of this issue but we implemented this feature like your discussion on a very old version of the K-9 code. I can reuse it...
I've set up a [test project](https://github.com/rezazarchi/AdaptiveUI) using these resources: [Link 1](https://developer.android.com/develop/ui/compose/layouts/adaptive/list-detail), [Link 2](https://developer.android.com/develop/ui/compose/layouts/adaptive/build-adaptive-navigation), [Link 3](https://youtu.be/u8vQgmgf3X4?si=NJkAM56kp_vZKNfh), and [Link 4](https://youtu.be/W3R_ETKMj0E?si=LTpTDtcjNMGNNBxh). I found it pretty straightforward to implement and think we could migrate...
I was looking for this issue to help if it is pending on something. I have a suggestion for your problem. Put your Koin modules into feature modules. Each feature...
> > I saw domain:market module was added in app module dependencies. so i don't know what's the problem here. > > @rezazarchi > > I think it's due to...
The `"yes"/"no"/"maybe"` buttons are part of the web content of the message body, so the app doesn't directly control it. This isn't an app-specific issue unless there's a problem with...
This is a calendar-specific feature that relies on the mail server's calendar protocol. K-9 can't handle it directly. However, if we find an intent action that specifically targets the calendar...