Define code acesses for calendar and mail app#7240
Closed
domesticated-raptor wants to merge 33 commits intodev-calendarfrom
Closed
Define code acesses for calendar and mail app#7240domesticated-raptor wants to merge 33 commits intodev-calendarfrom
domesticated-raptor wants to merge 33 commits intodev-calendarfrom
Conversation
This commit creates the base android project to the Calendar App. It's the same as the mail app with less permission and without mailto and vcard handling Closes #7145 Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
…ting time set to next half/full hour
Co-authored-by: @rih-tutao
Co-authored-by: @rih-tutao, @andrehgdias
Co-authored-by: rih <rih@tutao.de>
Co-authored-by: rih <rih@tutao.de>
Co-authored-by: @rih-tutao
Co-authored-by: @rih-tutao
This commit splits the settings files in: - Common for components and screen used by both apps; - Mail for settings related with the mail app; - Calendar for settings related with the calendar app. Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
This commit fixes the Android project changing the gradle task used to build the Android app. Also fixes some import errors caused by the rebase. Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
This commit prevents the redraw event from being fired when the sidebar is scrolled. The redraw isn't needed since we change the dom directly through target. Co-authored-by: André Dias <and@tutao.de> Fixes #7179
This commit adds the contacts permission page instead of the contacts import and sync when using the Calendar app. The permission is needed to suggest contacts when creating an event and inviting guests. Co-authored-by: André Dias <and@tutao.de> Fixes #7150
The calendar app doesn't have email or contacts, so it shouldn't handle search for these entities. This commit removes the Mail/Contact search and also fixes a bug related to calendar search skipping same day events. Co-authored-by: André Dias <and@tutao.de> Fixes #7155
…ter bugs Fixes calendar not selecting an event when the event ID is present in the URL. Also fixes the calendar selection that was throwing an error when moving back to All calendars Co-authored-by: André Dias <and@tutao.de>
This commit adds a check before changing the selected calendar in SearchView to prevent checking for Calendar values when selecting all calendars. This commit also fixes the item selection when page loads by subscribing to a stream and awaiting the list load before selecting a result. Co-authored-by: André Dias <and@tutao.de>
This commit modifies the Calendar App icon to use the new icon instead of using the same as the current mail app. Co-authored-by: André Dias <and@tutao.de> Closes #7148
Co-authored-by: @rih-tutao
This commit splits the settings files in: - Common for components and screen used by both apps; - Mail for settings related with the mail app; - Calendar for settings related with the calendar app. Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
This commit fixes the Android project changing the gradle task used to build the Android app. Also fixes some import errors caused by the rebase. Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
This commit adds the App field to push identifiers, letting the server know if the identifier belongs to Mail or Calendar app and send notifications correctly according to the app. Closes #7149
f082374 to
e055211
Compare
a26ec8a to
7803785
Compare
8b893ee to
016ca5a
Compare
016ca5a to
eb23232
Compare
0e974e2 to
50ddc89
Compare
789ea90 to
f807d18
Compare
6309510 to
833333b
Compare
e249cd3 to
c10f9d5
Compare
6a6d18b to
c70daf8
Compare
346d7d5 to
e3c26ed
Compare
0c3519d to
9fd6baf
Compare
c6ea4f9 to
fd884d2
Compare
165fb37 to
ac6d8af
Compare
359b521 to
2655e3d
Compare
b79c8d9 to
c7bfaf5
Compare
This file contains hidden or 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
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.
No description provided.