Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 2621f83c authored by Simon Chan's avatar Simon Chan
Browse files

chore: rename default branch to main

parent d1f3dabd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ name: Deploy

on:
  push:
    branches: [master]
    branches: [main]

env:
  BASE_PATH: /ya-webadb
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ name: Pull Request

on:
  pull_request:
    branches: [master]
    branches: [main]

env:
  BASE_PATH: /ya-webadb
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ name: Test

on:
  push:
    branches: [master]
    branches: [main]

env:
  BASE_PATH: /ya-webadb
+1 −1
Original line number Diff line number Diff line
# 📱 Android Debug Bridge (ADB) for Web Browsers

[![GitHub license](https://img.shields.io/github/license/yume-chan/ya-webadb)](https://github.com/yume-chan/ya-webadb/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/github/license/yume-chan/ya-webadb)](https://github.com/yume-chan/ya-webadb/blob/main/LICENSE)

Manipulate Android devices from any (supported) web browsers, even from another Android device.

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ However, I'm pretty confident about this demo, and here is a few reasons:

1. Unlike native apps, web apps can't access your devices silently. In addition to the connection verification popup that comes with ADB, browsers ask users for permission and web apps can only access the device you choose.
2. All source code of this project is open sourced on <ExternalLink href="https://github.com/yume-chan/ya-webadb/">GitHub</ExternalLink>. You can review it yourself (or find someone you trust and knows coding to review it).
3. This site is built and deployed by <ExternalLink href="https://github.com/yume-chan/ya-webadb/blob/master/.github/workflows/nodejs.yml" spaceAfter>GitHub Actions</ExternalLink> to ensure that what you see is exactly the same as the source code.
3. This site is built and deployed by <ExternalLink href="https://github.com/yume-chan/ya-webadb/blob/main/.github/workflows/deploy.yml" spaceAfter>GitHub Actions</ExternalLink> to ensure that what you see is exactly the same as the source code.

## Compatibility

Loading