-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conversation view in inbox and message screen #74
Comments
part of #714 |
I'd like to consider a simpler version of this issue. Did you say there was an issue managing more than one webview on a screen? To simplify, we could consider:
|
Hi @sosnovsky. I need some advice on this issue. Please try the freshest changes at cb0f6c3. (just in case, it may crashes) This commit contains changes that show how I can organize threads in the app. I've spent a few weeks researching, trying different approaches, and so on. This task is terrible as it will include many breaking changes in the app to support compatibility with IMAP realization for other email providers. I have to review and change about 50% of the app functionality. I'm asking you to check the current progress as I don't see the appropriate deadline for this task for now(this task can easily take a few weeks more). I've tried to use a similar approach as we have on the iOS app and Gmail app for Android. But it doesn't work well. I can't show the whole conversation on a single screen. The last changes display a list of threads -> clicking on a thread opens ViewPager with thread details(messages list) -> clicking on a message opens ViewPager with message details. I'd like to hear some feedback. Need to know if it looks ok and if I should work that way. Or I should to find a way to show conversation on a single screen. |
Hi @DenBond7, what are difficulties with implementing full conversation view on the single screen - some technical limitations or it's more about positioning UI elements? Current implementation is better than showing single messages on inbox screen, but having full conversation on the single screen without need to open separate ViewPager for each message will be more convenient, and more common for mobile email clients. |
If to be short - both of them. More details:
Agree. that's why I looked for your advice)). The main question here - is time. I've already spent a lot of time and don't see the appropriate results. And unfortunately can't predict any deadlines. I need to know if I should continue or maybe it will be better to switch to other issues and leave the current one for a better time. |
Ok, I think we can leave it as is for IMAP, so it'll continue showing single messages, not conversation view.
Do you think it's possible to implement conversation view this way in our app too? We can try it, and if you'll see that it should work - let's go this way. |
I'm going to investigate it this week |
Need to add tests for the following cases(will be updated):
|
this will be a big one - we'll get to this when all of the basics are done
The text was updated successfully, but these errors were encountered: