Skip to content

Commit

Permalink
update 01-app submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
benxu3 committed Sep 23, 2024
1 parent 15ab78a commit 551e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/source/clients/mobile/01-app
Submodule 01-app updated 44 files
+2 −1 app/.gitignore
+50 −0 app/.maestro/chat/initChat.yaml
+7 −0 app/.maestro/config.yaml
+34 −0 app/.maestro/login/openSetup.yaml
+34 −0 app/.maestro/login/scanQRCode.yaml
+55 −0 app/.maestro/settings/toggleWearable.yaml
+88 −0 app/.maestro/tos/disabledFlows.yaml
+25 −0 app/.maestro/tos/enabledFlow.yaml
+17 −0 app/.maestro/tos/openSafety.yaml
+17 −0 app/.maestro/tos/openTOS.yaml
+14 −5 app/app.config.ts
+18 −12 app/app.json
+20 −16 app/app/app.tsx
+11 −50 app/app/components/AudioVisualizer.tsx
+8 −8 app/app/components/Button.tsx
+8 −8 app/app/components/Card.tsx
+1 −4 app/app/components/Chat.tsx
+6 −18 app/app/components/ChatMessage.tsx
+2 −2 app/app/components/Header.tsx
+3 −3 app/app/components/ListItem.tsx
+2 −2 app/app/components/Screen.tsx
+2 −2 app/app/components/Text.tsx
+11 −11 app/app/components/TextField.tsx
+32 −32 app/app/components/Toggle.tsx
+3 −6 app/app/components/Transcript.tsx
+2 −1 app/app/i18n/en.ts
+21 −164 app/app/screens/HeroScreen.tsx
+88 −72 app/app/screens/LoginScreen.tsx
+16 −13 app/app/screens/RoomScreen.tsx
+3 −4 app/app/screens/SettingsScreen.tsx
+18 −10 app/app/screens/TermScreen.tsx
+32 −0 app/app/theme/Theme.tsx
+96 −45 app/app/theme/colors.ts
+22 −23 app/app/utils/crashReporting.ts
+109 −0 app/app/utils/useAudioSetup.tsx
+0 −19 app/app/utils/useSession.tsx
+6 −0 app/app/utils/useTheme.tsx
+34 −0 app/app/utils/useTranscription.tsx
+0 −43 app/app/utils/useVolume.tsx
+6 −6 app/babel.config.js
+8 −5 app/jest.config.js
+4 −5 app/metro.config.js
+4 −5 app/package.json
+6 −11 app/plugins/withSplashScreen.ts

0 comments on commit 551e28a

Please sign in to comment.