Redesign mobile time clock, add shortcuts, and improve account management.

Add iOS Shortcuts/Siri intents, local send-reminder notifications, stable
client picker with last-client defaults, account refresh/remove, and softer
session handling on unauthorized API responses.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-22 16:06:17 -04:00
parent 0b2d65a4e9
commit 06bc91ac13
33 changed files with 1844 additions and 320 deletions
+20 -2
View File
@@ -12,7 +12,8 @@
"bundleIdentifier": "com.beenvoice.app",
"icon": "./assets/beenvoice.icon",
"infoPlist": {
"NSFaceIDUsageDescription": "Unlock beenvoice with Face ID when returning to the app."
"NSFaceIDUsageDescription": "Unlock beenvoice with Face ID when returning to the app.",
"NSUserNotificationsUsageDescription": "beenvoice sends reminders when it's time to send an invoice."
}
},
"android": {
@@ -35,6 +36,14 @@
},
"plugins": [
"expo-dev-client",
[
"expo-build-properties",
{
"ios": {
"buildReactNativeFromSource": true
}
}
],
"expo-router",
"expo-secure-store",
[
@@ -58,7 +67,16 @@
"faceIDPermission": "Unlock beenvoice with Face ID when returning to the app."
}
],
"@react-native-community/datetimepicker"
[
"expo-notifications",
{
"icon": "./assets/images/icon.png",
"color": "#18181B",
"sounds": []
}
],
"@react-native-community/datetimepicker",
"./plugins/withAppIntents.js"
],
"experiments": {
"typedRoutes": true