-
Notifications
You must be signed in to change notification settings - Fork 5
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: Add scheduled Drafts #2143
Conversation
8a2a628
to
08ba7b2
Compare
6eddfcd
to
e95ebf1
Compare
This PR/issue depends on:
|
55e8b34
to
2a8156c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First comments, the rest will come later
app/src/main/java/com/infomaniak/mail/data/api/ApiRepository.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/api/ApiRepository.kt
Outdated
Show resolved
Hide resolved
9d8fa57
to
3c2c55c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments for now
app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/UpgradeProductBottomSheetDialog.kt
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/bottomSheetDialogs/ScheduleSendBottomSheetDialog.kt
Outdated
Show resolved
Hide resolved
e4a8ae7
to
e8c6fad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next comments
29ae022
to
dba74e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More comments
f77ba3e
to
d52e821
Compare
…accessing it once
…d Drafts threads
…Message & scheduled Draft
…edDate & unscheduleUrl around
…leSendBottomSheetDialog
…duleSendBottomSheetDialog
302f934
to
abb7603
Compare
|
This feature is behind a feature flag, and lacks the ability to delete scheduled messages for now (due to how the API deletes scheduled messages).
Depends on Infomaniak/android-core#259