Skip to content
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

TF-2533 Create ADR to put memory footprint task on hold #2789

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/adr/0044-memory-leak-at-current-state.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 44. Memory leak at current state

Date: 2024-04-09

## Status

- Issues:
- [Memory footprint #2533](https://github.com/linagora/tmail-flutter/issues/2533)
- PRs:
- [TF-2533: [PART-1] Clean up email detail content #2759](https://github.com/linagora/tmail-flutter/pull/2759)
- [TF-2533 [PART-2] Remove email detail iframe dependencies #2760](https://github.com/linagora/tmail-flutter/pull/2760)
- [TF-2533 [PART-3] Composer memory leak #2783](https://github.com/linagora/tmail-flutter/pull/2783)
- [TF-2533 [Part-4] File picker memory leak #2788](https://github.com/linagora/tmail-flutter/pull/2788)

## Context

- Through 4 PR, the current state of memory leak issue in TMail is as follow:
- Composer:
- Web: Resolved
- Mobile: Resolved
- Email content view:
- Web: Resolved
- Mobile: Remained until [InAppWebView memory leak on Android #1023](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1023) is fixed
- Identity create/edit:
- Web: Resolved
- Mobile: No problem detected, nothing changed.

## Decision

- This work will be on hold until further notice
hoangdat marked this conversation as resolved.
Show resolved Hide resolved

## Consequences

- Most noticed memory leak problems on TMail are resolved.