Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial implementation of Capacitor Android bridge and plugin system
- Introduced `Bridge` class to manage loading and communication with plugins, proxying native events, and executing plugin methods. - Added `Plugin` base class for creating new plugins with convenient features for interacting with the `Bridge`. - Implemented `WebViewLocalServer` to host assets and resources on virtual URLs compatible with the Same-Origin policy. - Created `BridgeFragment` to facilitate the use of the `Bridge` within a fragment. - Added various utility classes and methods to support the bridge and plugin functionalities. - Removed deprecated Java files and replaced them with Kotlin implementations.
- Loading branch information