Commit 72ef7a9
committed
feat(mobile): migrate Cordova -> Capacitor 8 (E.1-E.3)
- Remove all Cordova scaffolding (config.xml, platforms/, plugins/, scripts/cordova).
- Add Capacitor 8 (core/cli/ios/android) + plugins: filesystem, device, app,
browser, keyboard, status-bar, network. capacitor.config.json (webDir: dist).
- Rename environment CORDOVA->CAPACITOR; Environment.js detects via
Capacitor.isNativePlatform()/getPlatform(); isCordova->isCapacitor.
- Port mobile branches of ~14 files to Capacitor plugins (Filesystem for fs +
redux-persist storage engine, Device/App for info/version, Browser for links,
StatusBar for immersive). Native file picker left as a TODO.
- Reconcile tests for the platform rename. Wire initDeviceInfo() at startup.
Web + electron builds pass; 540 tests green. Native device builds deferred to CI.1 parent ed430a6 commit 72ef7a9
43 files changed
Lines changed: 2968 additions & 1288 deletions
File tree
- dist
- assets
- out/renderer
- assets
- scripts/cordova
- helpers
- src
- components
- SettingsMenu/Sections
- containers/SessionManagementScreen
- ducks
- modules/__tests__
- utils
- __mocks__
- protocol
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments