forked from jsnbuchanan/crowd-funder-for-time-pwa
- Add @capacitor/status-bar dependency for safe area detection
- Implement SafeAreaPlugin for Android with proper inset calculation
- Create safeAreaInset.js utility for CSS custom property injection
- Update Android manifest and build configuration for plugin
- Integrate safe area handling across Vue components and views
- Update iOS Podfile and Android gradle configurations
- Add commitlint and husky for commit message validation
Technical changes:
- SafeAreaPlugin uses WindowInsets API for Android R+ devices
- Fallback detection for navigation bar and gesture bar heights
- CSS custom properties: --safe-area-inset-{top,bottom,left,right}
- Platform-specific detection (Android WebView only)
- StatusBar plugin integration for top inset calculation
28 lines
1.3 KiB
Groovy
28 lines
1.3 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
include ':capacitor-android'
|
|
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
|
|
|
include ':capacitor-community-sqlite'
|
|
project(':capacitor-community-sqlite').projectDir = new File('../node_modules/@capacitor-community/sqlite/android')
|
|
|
|
include ':capacitor-mlkit-barcode-scanning'
|
|
project(':capacitor-mlkit-barcode-scanning').projectDir = new File('../node_modules/@capacitor-mlkit/barcode-scanning/android')
|
|
|
|
include ':capacitor-app'
|
|
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
|
|
|
|
include ':capacitor-camera'
|
|
project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/camera/android')
|
|
|
|
include ':capacitor-filesystem'
|
|
project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android')
|
|
|
|
include ':capacitor-share'
|
|
project(':capacitor-share').projectDir = new File('../node_modules/@capacitor/share/android')
|
|
|
|
include ':capacitor-status-bar'
|
|
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|
|
|
|
include ':capawesome-capacitor-file-picker'
|
|
project(':capawesome-capacitor-file-picker').projectDir = new File('../node_modules/@capawesome/capacitor-file-picker/android')
|