-
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
Connect calendar UI to API #1665
Merged
Merged
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
c8606a6
to
827e342
Compare
KevinBoulongne
requested changes
Jan 23, 2024
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/CalendarRealmInstantSerializer.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/Attendee.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/CalendarEventResponse.kt
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/CalendarEvent.kt
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/CalendarEventResponse.kt
Show resolved
Hide resolved
a133234
to
11ab5db
Compare
b32ea90
to
20e38c1
Compare
69a9d7f
to
5e3f0c6
Compare
Merged
7d97a76
to
d7e4b18
Compare
FabianDevel
requested changes
Jan 24, 2024
app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/cache/mailboxContent/MessageController.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/Attendee.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/Attendee.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/data/models/calendar/Attendee.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/main/thread/calendar/CalendarEventBannerView.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/main/thread/calendar/CalendarEventBannerView.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/mail/ui/main/thread/calendar/CalendarEventBannerView.kt
Show resolved
Hide resolved
FabianDevel
approved these changes
Jan 29, 2024
This PR/issue depends on: |
|
Closed
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.
The option to answer with yes/maybe/no is still missing and will arrive in a future PR
Depends on Infomaniak/android-core#121
Depends on Infomaniak/android-core#122
Depends on #1669