-
Notifications
You must be signed in to change notification settings - Fork 577
WIP: Next Calendar Release #9380
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
Merged
Merged
Conversation
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
8b893ee
to
016ca5a
Compare
016ca5a
to
eb23232
Compare
0e974e2
to
50ddc89
Compare
789ea90
to
f807d18
Compare
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: and <[email protected]>
Co-authored-by: and <[email protected]>
- Added option when editing/deleting a recurring event to operate on "This and future events" - Implemented logic to split event series on update from a selected occurrence - Implemented logic to split stop an event series before a selected occurrence and delete all future occurrences - Ensured past occurrences remain unchanged - Created new event series starting from selected date with updated properties Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Now users can duplicate events by dragging and dropping it holding the CTRL key, clicking the Duplicate button during preview or pressing CTRL+D when previewing it Co-authored-by: and <[email protected]>
When replying to an event, users are now able to send a comment together with their reply email. Co-authored-by: and <[email protected]>
Co-authored-by: and <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
This commit address: - All day events with wrong times - Showing all day events at wrong day - Fixes event generation skipping events with week start rule Co-authored-by: and <[email protected]>
This commit introduces the new UserFacadeFactory to simplify the generation of UserFacades. Also modifies the test load_non_user_group_key that previously was NOT trying to load a non_user_group_key. Co-authored-by: bed <[email protected]> Co-authored-by: and <[email protected]>
Co-authored-by: and <[email protected]>
Co-authored-by: and <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: and <[email protected]>
Co-authored-by: and <[email protected]>
This commit changes the icon for duplicating events, and also implement a series of visual improvements to let users now that an event is being duplicated. Co-authored-by: and <[email protected]>
This commit changes the body of a reply to an event invitation. Now the body only has the necessary information which is: - The type of hte reply - Guest comment if any Co-authored-by: and <[email protected]>
The widget configuration activity was failing when encountering color strings with only three characters (e.g., shorthand hex codes like #FFF). This was due to the absence of a proper color parsing function. This commit updates the config activity to use parseColor, ensuring consistent and reliable color handling.
Co-authored-by: and <[email protected]>
This commit introduces a new helper function to create start and end dates from ISO strings, applying a timezone if provided. This fixes the problem where on positive timezones, specifically on the date 29.09.1985 the calculated end date was wrong and the event expanded for two days. Co-authored-by: bed <[email protected]>
Previously, once this function reached the end date of an event it tried to get this date from the map using getFromMap helper function. This would cause an empty date to be inserted to the map. This commit removes this behaviour and prevent this addition. Co-authored-by: bed <[email protected]>
Testing entityEventsUpdate received to check if we are correctly adding events when needed. Co-authored-by: bed <[email protected]>
Co-authored-by: bed <[email protected]>
We need to either explicitly download simulator (slow) or we need to make sure that fastlane finds the simulator that works with Xcode that we are actually going to use
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.