4c021b67f6
package lock updte
2024-10-12 12:36:26 +02:00
28ad8f8986
prebuild
2024-10-12 10:28:36 +02:00
fd08cd84fc
Merge branch 'refs/heads/dev'
...
# Conflicts:
# app.json
# ios/cally/Info.plist
2024-10-12 10:26:30 +02:00
b3e40ad909
Use cally everywhere
2024-10-12 10:25:36 +02:00
6e1e665b93
NOtification update
2024-10-12 09:15:30 +02:00
3d4795c25d
New build
2024-10-12 07:01:56 +02:00
41ee6d0f3e
Merge branch 'dev' of https://github.com/urosran/cally into dev
2024-10-12 00:08:21 +02:00
a8ab69b69f
new icons
2024-10-12 00:08:15 +02:00
04a6103470
Notifications
2024-10-11 23:53:08 +02:00
9c6cc16f16
todos collapse
2024-10-11 23:30:08 +02:00
cd62837198
Shopping List backend implementation
...
- Added creatorId to the grocery item in db and showed the name of the user that requested to add the new grocery
2024-10-11 18:02:13 +02:00
86231daba4
Shopping List backend implementation
...
- Small code improvements
2024-10-11 16:28:17 +02:00
22e962a8b2
Shopping List backend implementation
...
- Fixed issue with groceries not fetching after update
2024-10-11 16:20:37 +02:00
e6758a014f
Removed leftover logging
2024-10-11 16:12:00 +02:00
9b94aa8e70
Shopping List backend implementation
...
- Implemented fetching, create and update of groceries in db
2024-10-11 16:11:46 +02:00
a05de1b333
Editing calendar events
...
- Fixed an issue with the profile data not being read from db becaue of the local state not being updated instantly
2024-10-11 16:08:39 +02:00
562da49806
Editing calendar events
...
- Added new hook for updating events
- Updated the selected event in db
- Added document id as id to the event object when fetching events
- Removed unused react-native-google sign-in library
2024-10-11 13:24:25 +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
454d2256db
Prebuild v2
2024-10-11 06:43:19 +02:00
f20a7dbdd8
Prebuild
2024-10-11 02:54:03 +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
2c099740a2
Merge branch 'main' into dev
...
# Conflicts:
# app/(auth)/_layout.tsx
2024-10-09 17:34:15 +02:00
1a5283be47
Trigger build
2024-10-08 21:58:33 +02:00
fb3859e69b
Merge branch 'dev' of https://github.com/urosran/cally into dev
2024-10-07 00:11:34 +02:00
2b55c5db0c
grocery changes
2024-10-07 00:10:51 +02:00
9be3e2849e
build nmb update
2024-10-06 19:33:26 +02:00
b74887cf3c
Fix fetching events
2024-10-06 16:08:35 +02:00
4b07f1f36a
Fix settings page
2024-10-06 10:41:31 +02:00
5d70cdbeb8
install --legacy-peer-deps
2024-10-06 09:16:04 +02:00
74ac898f32
package lock json
2024-10-06 00:15:52 +02:00
326b49a5b2
yarn lock
2024-10-06 00:12:57 +02:00
a6fda307a1
npm lock
2024-10-06 00:12:25 +02:00
b82a6fcf8f
prebuild
2024-10-06 00:09:31 +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
d4b5ebcb80
- Added googleToken attribute to the user profile interface
2024-10-05 15:53:54 +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
fc0ea611af
- Fixed wrong date format when saving the google events
2024-10-04 01:28:56 +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
68e1e840a0
- Introduced a google-calendar-utils.js and function to fetch Google calendar events for the provided token
...
- Handled the response from the google calendar api to work with the eventData model for firebase
2024-10-03 23:37:25 +02:00