Trent Larson
ff61a0bdf3
chore: Bump to v 1.0.6 build 39
5 days ago
Trent Larson
64f24dc473
bump to version 1.0.5 and build 38
3 weeks ago
Matthew Raymer
53282b4237
fix: resolve duplicate APP_SERVER import declarations
Remove duplicate APP_SERVER imports in ContactsView.vue and ClaimView.vue that were causing compilation errors during testing. The duplicate imports occurred when both files had APP_SERVER imported from constants/app and also assigned as class properties.
- ContactsView.vue: Remove duplicate import, keep class property assignment
- ClaimView.vue: Remove duplicate import, keep class property assignment
- Fixes Vite compilation errors that were blocking test execution
- 33/38 tests now pass successfully
This resolves the "Identifier 'APP_SERVER' has already been declared" errors that were preventing the development server from running properly.
3 weeks ago
Matthew Raymer
4b88b63669
chore: reverting files to conform to master
3 weeks ago
Matthew Raymer
885bd10bc5
Improve iOS build directory documentation and clarity
- Add clarifying comment in ios/.gitignore for App/App/public directory
- Document that public directory contains Capacitor sync output from dist/
- Add comment in build-ios.sh clarifying build directory is temporary output
- Reinforces best practice of keeping platform files in ios/ folder
4 weeks ago
Matthew Raymer
29e6d5e099
Improve iOS build directory documentation and clarity
- Add clarifying comment in ios/.gitignore for App/App/public directory
- Document that public directory contains Capacitor sync output from dist/
- Add comment in build-ios.sh clarifying build directory is temporary output
- Reinforces best practice of keeping platform files in ios/ folder
4 weeks ago
Trent Larson
002f240720
bump to version 1.0.4 and build 37
4 weeks ago
Trent Larson
a9a8ba217c
bump to version 1.0.3 build 36
1 month ago
Jose Olarte III
59b13823c8
Feature: lock orientation mode
2 months ago
Jose Olarte III
b26bc73a0f
Feature: lock orientation mode
2 months ago
Trent Larson
3baa6633a6
on mobile: bump version to 1.0.2 and build to 35
2 months ago
Trent Larson
419243b5cd
on mobile: bump version to 1.0.2 and build to 35
2 months ago
Trent Larson
20ade415dc
bump to version 0.5.8 build 34
2 months ago
Trent Larson
2b7c204013
bump to version 0.5.8 build 34
2 months ago
Trent Larson
a5c5c2b9dd
bump to build 33 and version 0.5.7
2 months ago
Trent Larson
1a886524b6
bump to build 33 and version 0.5.7
2 months ago
Trent Larson
8629cefa13
bump to build 32 & version 0.5.6
2 months ago
Trent Larson
911028849b
bump to build 32 & version 0.5.6
2 months ago
Trent Larson
4a43bc9c6c
bump build to 31 and version to 0.5.5
2 months ago
Trent Larson
69a9f5306f
bump build to 31 and version to 0.5.5
2 months ago
Jose Olarte III
bb2a4ab76e
URL scheme config for iOS
- Registers the timesafari:// URL scheme
- Sets the bundle URL name to app.timesafari
2 months ago
Jose Olarte III
2b56f1f09b
URL scheme config for iOS
- Registers the timesafari:// URL scheme
- Sets the bundle URL name to app.timesafari
2 months ago
Trent Larson
676a301331
bump to build 30 version 0.5.4
2 months ago
Trent Larson
63c6cb8dc4
bump to build 30 version 0.5.4
2 months ago
Trent Larson
530c7c1a13
fix problem with user-profile page, and bump to build 29 & version 0.5.3
2 months ago
Trent Larson
5cde144585
fix problem with user-profile page, and bump to build 29 & version 0.5.3
2 months ago
Trent Larson
f255ea389b
bump to build 26 and version 0.5.1
2 months ago
Trent Larson
a55cf31a93
bump to build 26 and version 0.5.1
2 months ago
Trent Larson
8609f8458d
bump to build 25 & version 0.5.0
2 months ago
Trent Larson
4e9c7bbf70
bump to build 25 & version 0.5.0
2 months ago
Trent Larson
8f5c34bc5f
fix linting
2 months ago
Trent Larson
32f5c52474
fix linting
2 months ago
Trent Larson
b939a5e592
bump build to 23 and version to 0.4.8
2 months ago
Trent Larson
27d253c6ad
bump build to 23 and version to 0.4.8
2 months ago
Trent Larson
aa62037fae
bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong)
2 months ago
Trent Larson
87a41d223f
bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong)
2 months ago
Trent Larson
7f63ee7c80
add another way to fix the privacy policy manifest for third parties like GoogleToolboxForMac
2 months ago
Trent Larson
60a02259a6
add another way to fix the privacy policy manifest for third parties like GoogleToolboxForMac
2 months ago
Trent Larson
9d4f726c31
bump to build # 19 version 0.4.7 for mobile packages
2 months ago
Trent Larson
7547e7a5f7
bump to build # 19 version 0.4.7 for mobile packages
2 months ago
Trent Larson
297c5a2dbb
disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup
At this point, the app compiles and runs in Android & iOS but DB operations fail.
2 months ago
Trent Larson
705c6092a3
disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup
At this point, the app compiles and runs in Android & iOS but DB operations fail.
2 months ago
Trent Larson
5a1007c49c
add iOS development team ID
3 months ago
Trent Larson
92e564f7a5
add iOS development team ID
3 months ago
Trent Larson
21184e7625
fix spelling of SQLite module for iOS
3 months ago
Trent Larson
fca019fb2e
fix spelling of SQLite module for iOS
3 months ago
Matthew Raymer
a228a9b1c0
fix: add requirements for capacitor/sqlite
3 months ago
Matthew Raymer
7b4f9d6556
fix: add requirements for capacitor/sqlite
3 months ago
Jose Olarte III
f7728aadf0
Revert iOS app ID
3 months ago
Jose Olarte III
b8f69ba4e7
Revert iOS app ID
3 months ago