Skip to content

Conversation

andrehgdias
Copy link
Contributor

No description provided.

andrehgdias and others added 25 commits August 28, 2025 17:03
Co-authored-by: Murilo Pereira <[email protected]>
Co-authored-by: Murilo Pereira <[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]>
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]>
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: Murilo Pereira <[email protected]>
mup and others added 15 commits August 28, 2025 17:03
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.
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]>
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
@tutao-jenkins tutao-jenkins merged commit 833333b into master Aug 29, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants