Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tango ADB

Control Android devices from Web Browsers
Collective - Host: opensource - https://opencollective.com/ya-webadb - Website: https://www.tangoapp.dev/ - Code: https://github.com/yume-chan/ya-webadb

refactor(struct): performance optimization

github.com/yume-chan/ya-webadb - 30faaa143838dad63db0771426812cb9852d9b52 authored over 2 years ago by Simon Chan <[email protected]>
refactor(struct): replace bluebird with native Promise

github.com/yume-chan/ya-webadb - 7d5445aeae5e123ce9dc3badcc83d741d9fe0f60 authored over 2 years ago by Simon Chan <[email protected]>
chore: a version can crash chrome

github.com/yume-chan/ya-webadb - 1ee03486a6dad2762e3feee73cdec60ca9d3900c authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): support types of codec options

github.com/yume-chan/ya-webadb - 5c3048ee3e7ebbc64bfa8d9414fc8f3da9a8a973 authored over 2 years ago by Simon Chan <[email protected]>
Added allowance for enter key

github.com/yume-chan/ya-webadb - d9cdc50b74285c3de8fcb8a52d81ff17a5d825e0 authored over 2 years ago by LordGiacomoS <[email protected]>
Tried to fix some formatting

github.com/yume-chan/ya-webadb - 655c283267f7b105daaacfe6ff732de3724db4b8 authored over 2 years ago by LordGiacomoS <[email protected]>
+ Improved RegEx & Enter Key compatibility

- Improved the regex expression by allowing for the special characters that exist in the base AS...

github.com/yume-chan/ya-webadb - 6480cfd935287ef4b24f5a181136dd5f50836491 authored over 2 years ago by LordGiacomoS <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - f6a5829951eb497671dd665a346bd4c659e92034 authored over 2 years ago by Simon Chan <[email protected]>
fix(struct): support custom TypeScript type for `uint8Array`

github.com/yume-chan/ya-webadb - 896e7e7bfdc44261e1df3defdbb9d1e15114da45 authored over 2 years ago by Simon Chan <[email protected]>
chore: fix build warnings

github.com/yume-chan/ya-webadb - f494d80166d62c61b3bea14e8a1f08a3932aa2ff authored over 2 years ago by Simon Chan <[email protected]>
chore: bump version to 0.0.15

github.com/yume-chan/ya-webadb - 4d01f25124a812a406dfa690bd69edb1dbf3f9b3 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - 12f88c355c63a8fbfc677adef1c2a5c6675195cb authored over 2 years ago by Simon Chan <[email protected]>
feat(adb): allow `reverse.add` to accept any string local address

ref #410

github.com/yume-chan/ya-webadb - b7c20dbd6f852419891a3fed48fa7690ecdd2a0e authored over 2 years ago by Simon Chan <[email protected]>
fix(struct): fix tests around `VariableLengthBufferLikeFieldOptions.lengthFieldRadix`

github.com/yume-chan/ya-webadb - c3ccd6a1f80c3017f397bd9ad2b88e0a0d24cb91 authored over 2 years ago by Simon Chan <[email protected]>
refactor(demo): rename GlobalState

github.com/yume-chan/ya-webadb - f85a88708883dd2c4fc77007b6a6ee5b9c4a4db1 authored over 2 years ago by Simon Chan <[email protected]>
fix(demo): fix disconnection detect

github.com/yume-chan/ya-webadb - af3e1633b6b10e1e550c4345d0953627b6869a34 authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): add crop setting for scrcpy

fix #409

github.com/yume-chan/ya-webadb - 24e47d3aa7e15432f1a0cc8cb7ee7ac2b8d0dea4 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - de56e7878c2bfaca50706937fb9724783a084b29 authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): add method to get screen list

ref #409

github.com/yume-chan/ya-webadb - 5535280d138e29867601f8b3986d5ad7b4350140 authored over 2 years ago by Simon Chan <[email protected]>
chore: enable sourcemap in dev env, update dependencies

github.com/yume-chan/ya-webadb - 52bbc55fd4915eb5c593327a3e8e8af5754f4bbd authored over 2 years ago by Simon Chan <[email protected]>
feat(adb): improve connection close handling

github.com/yume-chan/ya-webadb - 32987b5f2b7e251fb54328de41a29af59380a798 authored over 2 years ago by Simon Chan <[email protected]>
fix(demo): packet log shows incorrect arg1 value

github.com/yume-chan/ya-webadb - 704e70a58574b3f8b85832e852c0f33a9d2e5d71 authored over 2 years ago by Simon Chan <[email protected]>
fix(adb): handle old response of `reverse:forward:<local>;<remote>` command before Android 8

ref #410

github.com/yume-chan/ya-webadb - 919baa79926dddf08e2187f8dfd47b4ea551acb2 authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): rotate device control message

ref #409

github.com/yume-chan/ya-webadb - d0a8257a2dd7e315bc191565695c22330e588f7a authored over 2 years ago by Simon Chan <[email protected]>
chore: bump version to 0.0.14

github.com/yume-chan/ya-webadb - e8c7b599028f93535ba7361fcf7d2be042520327 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changlog

github.com/yume-chan/ya-webadb - 8d5b6b3c6740482f9200ed24af8e2949a2becba1 authored over 2 years ago by Simon Chan <[email protected]>
feat: correctly close adb connection

github.com/yume-chan/ya-webadb - 7a7f38b3b5e4129612373ee22811210ff0f5466a authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): adapt server version 1.24

fix #408

github.com/yume-chan/ya-webadb - be4dfcd614c889506c279a552b2959369d86ecd0 authored over 2 years ago by Simon Chan <[email protected]>
chore: update dependencies

github.com/yume-chan/ya-webadb - de1a6b6a64ceb287a638175724f1e74068411ab8 authored over 2 years ago by Simon Chan <[email protected]>
Create FUNDING.yml

github.com/yume-chan/ya-webadb - 8d59a4551b1455b59b707b06f34f6dfbf4126f6c authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - 85020d2b51108eff581d31751941f29f18278f5a authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): support new options of 1.24

github.com/yume-chan/ya-webadb - a80fde87c9c7a42ae8c658d6e2bf26ab4df119fb authored over 2 years ago by Simon Chan <[email protected]>
fix(adb): support none protocol raw mode subprocess in Android 6

ref #405

github.com/yume-chan/ya-webadb - 077bf0879ace94b5bad450bdeef9200396c8e513 authored over 2 years ago by Simon Chan <[email protected]>
chore: bump version to 0.0.13

github.com/yume-chan/ya-webadb - eace56698238269b723844788d3bb8480b50bda0 authored over 2 years ago by Simon Chan <[email protected]>
chore: prepare release

github.com/yume-chan/ya-webadb - 35ddda45982eed7227aeae75669be31c73e6841e authored over 2 years ago by Simon Chan <[email protected]>
feat(bin): logcat binary format parsing

ref #359

github.com/yume-chan/ya-webadb - c3a61f9b71019811817ee19e128798e08be0cef7 authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): packet logger done

fix #397

github.com/yume-chan/ya-webadb - f46ff36830c3ca51f6712caeffda55b72e71a125 authored over 2 years ago by Simon Chan <[email protected]>
feat(adb): support ls_v2 and fixed_push_mkdir features

github.com/yume-chan/ya-webadb - 5f1fa1192d1c93bc6f9cac6b55633b9455e8145b authored over 2 years ago by Simon Chan <[email protected]>
chore: fix build

github.com/yume-chan/ya-webadb - 90b0a82d9272b6f1bee49f0abeadfceb097b60da authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): add my own data grid component

ref #397

github.com/yume-chan/ya-webadb - 255a64caf773a41bf5f16183ddc5985792ba90c2 authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): wip: new packet logger

ref #397

github.com/yume-chan/ya-webadb - 24a00b22a2f121993a1775dc52985daeb5bd3dac authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): wip: new packet logger

ref #397

github.com/yume-chan/ya-webadb - a15fb4bdf0b47187ac8a07f104e74b1d0535d96e authored over 2 years ago by Simon Chan <[email protected]>
fix(demo): fix typo

github.com/yume-chan/ya-webadb - 1614a1942c842c1f1290aab137e16169018308a8 authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): wip: add new packet log

ref #397

github.com/yume-chan/ya-webadb - bb5e292a80effcabeb527c8cda90f53262d09c3d authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelogs

github.com/yume-chan/ya-webadb - 4cec3ec55cf3a0cc9f8f971e1917425d19db175c authored over 2 years ago by Simon Chan <[email protected]>
fix(webusb): use packet size in `transferIn` to fix `babble` status on non-Windows

fix #395

github.com/yume-chan/ya-webadb - e1b0444cae7bdddc33cfd367b191c4f7388f739f authored over 2 years ago by Simon Chan <[email protected]>
fix(adb): wrap streams must close inner stream first

github.com/yume-chan/ya-webadb - 67fcb5b05cec8b7324df37b395485762b2233e26 authored over 2 years ago by Simon Chan <[email protected]>
chore: add todo to WebUSB backend

github.com/yume-chan/ya-webadb - 1ef9051e75d53fc22a1ccf145ef4f5198b7de17c authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelogs

github.com/yume-chan/ya-webadb - d33eaa7483dbaac646a3aa69b6ec44f1b8d1c448 authored over 2 years ago by Simon Chan <[email protected]>
feat(bin): support bugreport/bugreportz

fix #361

github.com/yume-chan/ya-webadb - d1e3c771c9751760543bdc1c90145e31cf62fb21 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelogs

github.com/yume-chan/ya-webadb - d96b4d2b8c8f47daf669aafc4038b7c912a8dadc authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): adopt 1.23

fix #386

github.com/yume-chan/ya-webadb - af7ae1ecf30baa985c1c0cab365f9bc4b7771765 authored over 2 years ago by Simon Chan <[email protected]>
fix(struct): fix uint64

github.com/yume-chan/ya-webadb - 1f14dcc2af66bf889988ea4c7c0e1a0eccdb790a authored over 2 years ago by Simon Chan <[email protected]>
fix(demo): fix build

github.com/yume-chan/ya-webadb - 1b49a911c5b68c2bfa830259ac9a439127fcb315 authored over 2 years ago by Simon Chan <[email protected]>
feat(demo): scrcpy: add an option to ignore decoder's codec limitation

fix #389

github.com/yume-chan/ya-webadb - ea76960354e9292a9b758e7e1c73f2fda52f1e1d authored over 2 years ago by Simon Chan <[email protected]>
fix(webusb): improve detection in non-browsers

github.com/yume-chan/ya-webadb - c2b3524dfa40055c464cb34eb3b2193c04f48c9b authored over 2 years ago by Simon Chan <[email protected]>
chore: bump version

github.com/yume-chan/ya-webadb - e946b455b143464b40fabd2c24feaf59528b404d authored over 2 years ago by Simon Chan <[email protected]>
chore: update publish config

github.com/yume-chan/ya-webadb - afbee76f3467277b91c00c28b54b07f37ac3a26f authored over 2 years ago by Simon Chan <[email protected]>
chore: bump version

github.com/yume-chan/ya-webadb - ccdb8299daa94a1c0a4d44d558f8b4e6b8717a88 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - abebee78f407e2a1ad1ef49e9ebf779f69568934 authored over 2 years ago by Simon Chan <[email protected]>
chore: update PNPM

github.com/yume-chan/ya-webadb - 1de055eaf0109d7182750fdad0a84e7c6d79f2d9 authored over 2 years ago by Simon Chan <[email protected]>
Merge pull request #393 from yume-chan/feat/web-streams

Migrate to Web Streams API

github.com/yume-chan/ya-webadb - 2fb3885b47a7c6deeb166f90f8d739ea90802ef8 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - 14f8fbad8a128e5d59eadc30ef84c8522318c7ca authored over 2 years ago by Simon Chan <[email protected]>
Merge branch 'master' into feat/web-streams

github.com/yume-chan/ya-webadb - 164dbc37441f27610da2a729540b95e88d1f7721 authored over 2 years ago by Simon Chan <[email protected]>
feat(scrcpy): re-work fps counter

github.com/yume-chan/ya-webadb - af78fcb835887756acb353e8ba4b5081378aa72b authored over 2 years ago by Simon Chan <[email protected]>
chore(demo): remove now useless speedometer

github.com/yume-chan/ya-webadb - d23b2a4d2136da8b147fba461d6a1430e228f246 authored over 2 years ago by Simon Chan <[email protected]>
chore: add changelog

github.com/yume-chan/ya-webadb - e27a0681c60fa47eab2d5187d793b745cd54eb65 authored over 2 years ago by Simon Chan <[email protected]>
chore: update docs

github.com/yume-chan/ya-webadb - 82f5a90838bbe117c892b6d54b896762e7dbb16b authored over 2 years ago by Simon Chan <[email protected]>
refactor(adb): let backends deserialize packets by themselves for better optimization

github.com/yume-chan/ya-webadb - 8a521c8d93359c68b7adf17f4e08bce8720df94c authored over 2 years ago by Simon Chan <[email protected]>
fix(adb): handle connection lost

github.com/yume-chan/ya-webadb - 38a76a2e0cea593d44fa0caf08b1ed859d8acc8b authored over 2 years ago by Simon Chan <[email protected]>
fix(demo): use new method to get file type icons

github.com/yume-chan/ya-webadb - 6013cf9f62939c43ccd2a245f78cad2be7b29321 authored over 2 years ago by Simon Chan <[email protected]>
fix: make direct sockets backend work again

github.com/yume-chan/ya-webadb - 4c4580e2d7d9f51e1cc611499af5b05167afbc9e authored over 2 years ago by Simon Chan <[email protected]>
chore: fix build

github.com/yume-chan/ya-webadb - 4f4096444e4ab75e13bca9f3388a39f653270788 authored over 2 years ago by Simon Chan <[email protected]>
test: add tests for transform streams

github.com/yume-chan/ya-webadb - 3ad875d75c24853f6c6e220d7334a483a49d852a authored almost 3 years ago by Simon Chan <[email protected]>
refactor: simplify base64 methods and rewrite test

github.com/yume-chan/ya-webadb - 53bdf0353170c979bcb0f37aa42f05819e24ddc9 authored almost 3 years ago by Simon Chan <[email protected]>
feat: try with web streams polyfill

github.com/yume-chan/ya-webadb - 5bab6a4ecb5f4a037ed2263a1f26cd819509fb75 authored almost 3 years ago by Simon Chan <[email protected]>
chore: performance optimization

github.com/yume-chan/ya-webadb - 92ba8deafd32e4e8eb3a7434d0f8eb41767f750e authored almost 3 years ago by Simon Chan <[email protected]>
feat: convert to Node.js compatible ES Module

github.com/yume-chan/ya-webadb - d9212b4dac6aa53eec52721515030e8f8b7fff4c authored almost 3 years ago by Simon Chan <[email protected]>
chore: disable importsNotUsedAsValues

github.com/yume-chan/ya-webadb - 730aac8da23bcf2a7a2c93e33d96a8d2f81e5fd8 authored almost 3 years ago by Simon Chan <[email protected]>
refactor: impl AdbSocket using internal marks

github.com/yume-chan/ya-webadb - bc9bc49e8c5fcb7a0f7b9dcba42195c0fa487d58 authored almost 3 years ago by Simon Chan <[email protected]>
refactor: remove AdbSocket

github.com/yume-chan/ya-webadb - e36de01d395d4d97614aecdd38255b441514ef92 authored almost 3 years ago by Simon Chan <[email protected]>
chore: enable importsNotUsedAsValues

github.com/yume-chan/ya-webadb - 2ff723f488461759c2e480f3e5a05b326d69b95b authored almost 3 years ago by Simon Chan <[email protected]>
refactor: remove AdbLogger

github.com/yume-chan/ya-webadb - b287340ac97cb86187ef777fd4fa9121422aab5d authored almost 3 years ago by Simon Chan <[email protected]>
refactor(adb): remove onPacket from AdbPacketDispatcher

github.com/yume-chan/ya-webadb - 3322e643d60d289a97e62ebf19f2be52da144263 authored almost 3 years ago by Simon Chan <[email protected]>
refactor(adb): decouple auth from dispatcher

github.com/yume-chan/ya-webadb - 8650537c66fc009e8150920ee45f77bc36d6e5bc authored almost 3 years ago by Simon Chan <[email protected]>
refactor: optimize streams

github.com/yume-chan/ya-webadb - a92d80951bdd6a07ab292d10477164ec6105951b authored almost 3 years ago by Simon Chan <[email protected]>
refactor: optimize stream usage

github.com/yume-chan/ya-webadb - f4016df9064b24220dfcd29a4745bae6623b1385 authored almost 3 years ago by Simon Chan <[email protected]>
refactor: create duplex stream factory

github.com/yume-chan/ya-webadb - df2f104d072b414efcca0a575de83a691ce1640e authored almost 3 years ago by Simon Chan <[email protected]>
fix(adb): socket close

github.com/yume-chan/ya-webadb - e5d85740a514a33989220d364a1e654136ecbff7 authored almost 3 years ago by Simon Chan <[email protected]>
doc(struct): update README

github.com/yume-chan/ya-webadb - 36d44243cc1b40dcaa83c77b0b423add5202c8f7 authored almost 3 years ago by Simon Chan <[email protected]>
chore: add FIXME

github.com/yume-chan/ya-webadb - 943aa96cabd1d2d7756daf57ae7e85570b953fa1 authored almost 3 years ago by Simon Chan <[email protected]>
chore: fix typos

github.com/yume-chan/ya-webadb - f764a16285042e7dc19cd7eaaac7bd719bfadeb4 authored almost 3 years ago by Simon Chan <[email protected]>
feat: migrate to Uint8Array

github.com/yume-chan/ya-webadb - 96b58076913b97fef0f0b7fea8f9e4c8209eadc5 authored almost 3 years ago by Simon Chan <[email protected]>
wip: migrate struct to Uint8Array

github.com/yume-chan/ya-webadb - cb988f5563596169200bb6adbbd155e4cf19358b authored almost 3 years ago by Simon Chan <[email protected]>
feat(adb): start converting to Uint8Array

github.com/yume-chan/ya-webadb - 014145f775dc1e7624ae095dc8f9d47fdb9e21a1 authored almost 3 years ago by Simon Chan <[email protected]>
chore: update rush

github.com/yume-chan/ya-webadb - fbc00e6914b2a25bad1890441f23887fb1d882cd authored almost 3 years ago by Simon Chan <[email protected]>
fix(scrcpy): first usable version

github.com/yume-chan/ya-webadb - a7e259c5adb98ccb8a6216b45bf1116b49cdd51a authored almost 3 years ago by Simon Chan <[email protected]>
fix(scrcpy): don't specify video configuration when using WebCodecs

related to #379

github.com/yume-chan/ya-webadb - 90f021c358dc2000c333d353eca16ef9a1099d0d authored almost 3 years ago by Simon Chan <[email protected]>
chore: fix typos

github.com/yume-chan/ya-webadb - 8c18523c8de5a8d708222e733ee4fed2c8936d37 authored almost 3 years ago by Simon Chan <[email protected]>
doc(adb): add note about top-level await

github.com/yume-chan/ya-webadb - 5aab894875cabc2933b2ab3a43e3ee261b9c0529 authored almost 3 years ago by Simon Chan <[email protected]>