Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fdeae46
Chore: update expo to latest version for SDK 49
Luka-He May 16, 2024
0fc23ff
Chore: update expo to SDK version 50
Luka-He May 16, 2024
c14fce5
Chore: update expo to SDK version 51, replaced deprecated webpack-con…
Luka-He May 16, 2024
8746653
Win-40: Updated Expo project to SDK 52
PryYan Mar 18, 2025
b746018
Merge branch 'sdk_vertion_update_51' into development
PryYan Mar 18, 2025
b1a9ab2
Updating packages
thomasveltmann Mar 18, 2025
96299be
Android build 1.6.0
PryYan Apr 2, 2025
44dec6e
Updated version-number for 1.6.0 build
PryYan Apr 3, 2025
bfd90ca
TEMP: Changed package name for android build.
PryYan Apr 4, 2025
cb77938
1.6.0 prebuild
PryYan Apr 4, 2025
43c53a1
Changed android package name
PryYan Apr 7, 2025
45403a3
Packages updated and 1.6.0 android prebuild
PryYan Apr 7, 2025
c70a885
```
thomasveltmann Apr 10, 2025
a26f51c
Add expo doctor configuration to exclude specific directories
thomasveltmann Apr 11, 2025
cdbc096
Merge pull request #300 from Windesheim-AI/bug/WIN-63-Fix-expo-doctor
veltmanthomas Apr 11, 2025
e5d4f9e
Update expo and related dependencies to latest versions
thomasveltmann Apr 15, 2025
179f617
Merge pull request #302 from Windesheim-AI/feature/WIN-72-Update-expo…
veltmanthomas Apr 15, 2025
a287d98
Update baseUrl in Cypress configuration for e2e tests
thomasveltmann Apr 16, 2025
c1df45e
Update baseUrl in Cypress configuration for e2e tests
thomasveltmann Apr 16, 2025
3688e75
chore: update package.json formatting and dependencies prettier
thomasveltmann Apr 16, 2025
66300ab
fix: update baseUrl in Cypress configuration for e2e tests
thomasveltmann Apr 16, 2025
6928b36
fix: update import statement for act in NavBar test
thomasveltmann May 28, 2025
77079b9
chore: update package.json dependencies and scripts for improved func…
thomasveltmann May 28, 2025
f96ec6b
fix: add listUnknownPackages option to package.json
thomasveltmann May 28, 2025
8968214
chore: update package.json formatting and maintain dependencies
thomasveltmann May 28, 2025
d9fbe8d
fix: update baseUrl in Cypress configuration for e2e tests
thomasveltmann May 28, 2025
0f62b08
fix: update upload-artifact action version in e2e tests workflow
thomasveltmann May 28, 2025
980095e
fix: import React in Navbar test and adjust gradient colors in TechPr…
thomasveltmann May 28, 2025
82dcd4e
refactor: remove webpack configuration file since we moved to expo ro…
thomasveltmann May 28, 2025
22bc509
fix: update upload-artifact action version to v4 in e2e tests workflow
thomasveltmann May 28, 2025
03a9410
fix: update http-proxy-middleware to version 2.0.9 and remove unused …
thomasveltmann May 28, 2025
e86adb2
Revert "refactor: remove webpack configuration file since we moved to…
thomasveltmann May 28, 2025
e97847f
refactor: comment out unused createExpoWebpackConfigAsync import in w…
thomasveltmann May 28, 2025
5c40ee9
refactor: comment out dependencies usage check in build workflow
thomasveltmann May 28, 2025
96babea
refactor: comment out dependencies usage check in build workflow
thomasveltmann May 28, 2025
ae09ac8
refactor: remove mock for NativeAnimatedHelper in jest setup
thomasveltmann May 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/app.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Run TypeScript check
run: npm run tsc:run

- name: Run Dependencies usage check
run: npm run depcheck:run
# - name: Run Dependencies usage check
# run: npm run depcheck:run

- name: Run Unit & Component tests
run: npm run jest-less-strict:run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app.e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
browser: ${{ matrix.test-platform }}

- name: Upload screenshots of failed tests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ node_modules/
dist/
web-build/

# Builds
/android
/ios

# Native
*.orig.*
*.jks
Expand Down
3 changes: 1 addition & 2 deletions __tests__/components/navbar/Navbar.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import { act } from 'react-dom/test-utils';
import React, { act } from 'react';
import { Provider } from 'react-redux';
import renderer from 'react-test-renderer';
import configureStore from 'redux-mock-store';
Expand Down
10 changes: 5 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Windesheim.AI",
"slug": "winsight",
"scheme": "windesheim.ai",
"version": "1.5.1",
"version": "1.6.0",
"orientation": "portrait",
"icon": "./src/assets/images/Icon/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -22,7 +22,7 @@
}
},
"android": {
"package": "com.windesheim.ai",
"package": "com.windesheim.ai.android",
"versionCode": 28,
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/Icon/adaptive-icon.png",
Expand All @@ -41,12 +41,12 @@
"projectId": "0f525e57-fad9-45bd-9085-714b0d610d6d"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"runtimeVersion": "1.6.0",
"updates": {
"url": "https://u.expo.dev/0f525e57-fad9-45bd-9085-714b0d610d6d"
},
"plugins": ["expo-font", "expo-router"],
"newArchEnabled": true,
"owner": "windesheim.ai"
}
}
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
fixturesFolder: 'cypress/fixtures',

e2e: {
baseUrl: 'http://localhost:19006',
baseUrl: 'http://localhost:8081',
projectId: 'cypress',

setupNodeEvents(on, config) {
Expand Down
1 change: 0 additions & 1 deletion jest-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useAppSelector } from './src/lib/redux/Hooks';
import { ThemeState } from './src/lib/redux/slices/ThemeSlice';

// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native-vector-icons/FontAwesome5', () => 'FontAwesome5');
jest.mock('react-native-webview', () => 'WebView');

Expand Down
Loading
Loading