-
Notifications
You must be signed in to change notification settings - Fork 525
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
[Calendar] Settings for Standalone Calendar App #7162
Merged
murilopereirame
merged 30 commits into
dev-calendar
from
7147-update-settings-for-standalone-calendar-app
Jul 18, 2024
Merged
[Calendar] Settings for Standalone Calendar App #7162
murilopereirame
merged 30 commits into
dev-calendar
from
7147-update-settings-for-standalone-calendar-app
Jul 18, 2024
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
11 tasks
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
5 times, most recently
from
July 3, 2024 15:35
349847a
to
94771fb
Compare
murilopereirame
changed the title
Settings for Standalone Calendar App
[Calendar] Settings for Standalone Calendar App
Jul 5, 2024
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
from
July 5, 2024 14:57
d50197d
to
b1fbfe9
Compare
wrdhub
approved these changes
Jul 10, 2024
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
2 times, most recently
from
July 11, 2024 08:49
3117bf8
to
ae13e81
Compare
wrdhub
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
2 times, most recently
from
July 16, 2024 13:14
12fa3b1
to
f94328f
Compare
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
from
July 17, 2024 11:22
43749ea
to
f74e5e7
Compare
Closed
Co-authored-by: @rih-tutao
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>
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
2 times, most recently
from
July 18, 2024 07:26
1656f46
to
dc3e29f
Compare
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
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
2 times, most recently
from
July 18, 2024 09:26
8c04ad1
to
d2b442f
Compare
This commit fixes the Build scripts and missing imports from rebase.
murilopereirame
force-pushed
the
7147-update-settings-for-standalone-calendar-app
branch
from
July 18, 2024 09:43
d2b442f
to
7f25069
Compare
murilopereirame
deleted the
7147-update-settings-for-standalone-calendar-app
branch
July 18, 2024 10:07
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.
Splits the settings files in:
Fixes the Android project changing the gradle task used to build the Android app and import errors caused by the rebase.
Closes #7147