-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Handles update uid for the snooze folder #2224
Merged
KevinBoulongne
merged 5 commits into
snooze-feature-branch
from
refresh-strategy-for-update
Mar 11, 2025
Merged
feat: Handles update uid for the snooze folder #2224
KevinBoulongne
merged 5 commits into
snooze-feature-branch
from
refresh-strategy-for-update
Mar 11, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98762e4
to
3ca521c
Compare
6909d11
to
ae26455
Compare
ae26455
to
abb7b41
Compare
3ca521c
to
27526b2
Compare
abb7b41
to
596b66e
Compare
27526b2
to
55b8d8a
Compare
596b66e
to
dad78c5
Compare
55b8d8a
to
a9fbea6
Compare
dad78c5
to
1b11c8c
Compare
a9fbea6
to
13ac8bd
Compare
1b11c8c
to
f0a8c9f
Compare
13ac8bd
to
174ef64
Compare
f0a8c9f
to
d1d7d61
Compare
174ef64
to
ace0e25
Compare
d1d7d61
to
6a51854
Compare
ace0e25
to
1bf49aa
Compare
6a51854
to
68ea208
Compare
1bf49aa
to
fd83271
Compare
KevinBoulongne
requested changes
Mar 7, 2025
app/src/main/java/com/infomaniak/mail/data/api/DateSerializer.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/getMessages/SnoozeMessageFlags.kt
Outdated
Show resolved
Hide resolved
fd83271
to
46bc138
Compare
68ea208
to
fc91ad3
Compare
46bc138
to
4ee4d34
Compare
fc91ad3
to
d063bea
Compare
4ee4d34
to
cf534b4
Compare
d063bea
to
dd29930
Compare
cf534b4
to
16c43e4
Compare
16c43e4
to
34d1d8d
Compare
KevinBoulongne
approved these changes
Mar 11, 2025
db24cc1
to
d90b818
Compare
34d1d8d
to
cefbd0f
Compare
|
d90b818
to
bca8f74
Compare
Base automatically changed from
refresh-snooze-after-action
to
snooze-feature-branch
March 11, 2025 12:21
This PR/issue depends on:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduces custom logic to handle the new returned MessageFlag returned by activities in the snooze folder.
The API sends a custom MessageFlag with other values than the one we're used to. This PR applies the new returned values to our messages when it encounters this snooze message flag.
Depends on #2223