39 Commits

Author SHA1 Message Date
6489bdf237 Merge remote-tracking branch 'origin/main' into dev 2024-11-12 21:42:19 +01:00
844f534e13 ui fixes and date press feature 2024-11-10 15:25:07 +01:00
4318f58e22 Merge branch 'dev'
# Conflicts:
#	components/pages/calendar/EventCalendar.tsx
#	components/pages/settings/user_settings_views/MyProfile.tsx
2024-11-05 13:44:42 +01:00
5beadcce01 Moved color settings to manage my profile 2024-11-04 23:16:09 +01:00
3e517e3a53 Update deps 2024-11-01 11:52:49 +01:00
0fbf89644f Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	components/pages/settings/CalendarSettingsPage.tsx
2024-11-01 03:20:51 +01:00
7f68f3acf8 New onboarding flow, calendar sync logic refactor 2024-11-01 03:18:50 +01:00
b52c9cb74f - Redesigned the calendar settings page and connecting, disconnecting and syncing calendars, fixed issues with syncing 2024-11-01 01:23:28 +01:00
539cbd9f10 Minor fixes 2024-10-31 23:41:54 +01:00
fda1287011 Fix first day of week setting 2024-10-31 20:25:58 +01:00
8edb8f47f2 Small fixes, calendar token refresh for google 2024-10-31 19:57:06 +01:00
7f79a1c819 added confirmation dialogs, fixed scroll wheels ui tweaks 2024-10-30 00:02:25 +01:00
74d82e2029 fixed settings paging, calendar style, 2024-10-29 20:15:20 +01:00
206ffd5a88 - Implemented connecting multiple accounts for apple 2024-10-20 19:34:15 +02:00
be28266696 - Implemented connecting multiple accounts for microsoft 2024-10-20 19:16:48 +02:00
bb72c6c011 - Implemented connecting multiple accounts for google 2024-10-20 18:34:48 +02:00
055c40d1e6 Syncing logic improvements... Notification logic refactor (stop spamming notifications on sync) 2024-10-20 13:16:54 +02:00
a9c02e880f Get Events fix 2024-10-20 12:41:33 +02:00
3653400a92 Apple calendar sync, timezone, first day of week additions 2024-10-19 22:56:55 +02:00
00b6225a1c Syncing improvement 2024-10-19 19:55:46 +02:00
043b80baa9 Calendar settings page changes 2024-10-19 18:54:01 +02:00
43d0d67044 new fonts, ui tweaks 2024-10-15 23:07:21 +02:00
7d9d41acfc - Added proper oauth2 authentication with google and saving of the access token to the profile 2024-10-11 10:28:49 +02:00
e1c03c840d add braindump 2024-10-11 02:00:11 +02:00
ca0b55c494 Colors, fix family view, updated version 2024-10-10 02:00:14 +02:00
10565ceb39 Merge branch 'dp/calendar-sync' into dev
# Conflicts:
#	components/pages/settings/CalendarSettingsPage.tsx
#	yarn.lock
2024-10-06 00:07:24 +02:00
fe6e0365a4 changes to calendar and UI 2024-10-05 23:41:44 +02:00
aed2333404 Microsoft sync added 2024-10-05 22:22:29 +02:00
2234fac075 - Fixed wrong method being called when fetching microsoft events 2024-10-05 22:11:22 +02:00
d1d3fd0ca1 - Introduced attribute id in the eventData type
- INtroduced new method to save the event data from the google and microsoft providers only if there isn't already an event with the same id
2024-10-05 21:59:59 +02:00
6ad587ef31 - Fixed an issue with the required date format for the start and end date when fetching the google events 2024-10-05 21:41:40 +02:00
d9853481de - Fixed label 2024-10-05 21:08:41 +02:00
977bf45fb2 - Additional comment 2024-10-05 16:20:15 +02:00
b5a8712af8 - Prepared methods for microsoft authorization and added a button to handle microsoft auth
- Saved the microsoft token to the profile of the current user
2024-10-05 16:17:55 +02:00
7eb040a8a9 - Implemented google sign in and saved the id token in db for the current user
- Used the id token for the current user for fetching the google calendar events
2024-10-05 15:53:20 +02:00
8161accdb6 - Introduced a button for syncing Microsoft calendar
- Implemented saving of the microsoft event data in db
2024-10-05 00:32:57 +02:00
59efcc16c5 - Implementation of a google authentication with a react-native library 2024-10-04 01:37:36 +02:00
ba74025589 - Introduced a button for syncing Google calendar
- Implemented saving of the google event data in db
- Added start date to the google calendar fetch api endpoint
2024-10-04 01:04:11 +02:00
39ef35022c added settings pages 2024-09-19 21:38:37 +02:00