]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
Waydroid: Initial commit
authorErfan Abdi <erfangplus@gmail.com>
Sat, 17 Jul 2021 06:53:14 +0000 (11:23 +0430)
committerErfan Abdi <erfangplus@gmail.com>
Fri, 27 Aug 2021 15:40:54 +0000 (20:10 +0430)
commit1f0393876d891d0e32a995d0bf7259cc6505afdc
tree4f3433bb080de075ecbe508ac685e359e6c3ef76
Waydroid: Initial commit
40 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
data/AppIcon.png [new file with mode: 0644]
data/configs/config_1 [new file with mode: 0644]
data/configs/config_2 [new file with mode: 0644]
data/scripts/waydroid-net.sh [new file with mode: 0755]
tools/__init__.py [new file with mode: 0644]
tools/actions/__init__.py [new file with mode: 0644]
tools/actions/app_manager.py [new file with mode: 0644]
tools/actions/container_manager.py [new file with mode: 0644]
tools/actions/initializer.py [new file with mode: 0644]
tools/actions/session_manager.py [new file with mode: 0644]
tools/actions/status.py [new file with mode: 0644]
tools/actions/upgrader.py [new file with mode: 0644]
tools/config/__init__.py [new file with mode: 0644]
tools/config/load.py [new file with mode: 0644]
tools/config/save.py [new file with mode: 0644]
tools/helpers/__init__.py [new file with mode: 0644]
tools/helpers/arch.py [new file with mode: 0644]
tools/helpers/arguments.py [new file with mode: 0644]
tools/helpers/drivers.py [new file with mode: 0644]
tools/helpers/http.py [new file with mode: 0644]
tools/helpers/images.py [new file with mode: 0644]
tools/helpers/logging.py [new file with mode: 0644]
tools/helpers/lxc.py [new file with mode: 0644]
tools/helpers/mount.py [new file with mode: 0644]
tools/helpers/props.py [new file with mode: 0644]
tools/helpers/run.py [new file with mode: 0644]
tools/helpers/run_core.py [new file with mode: 0644]
tools/interfaces/IClipboard.py [new file with mode: 0644]
tools/interfaces/IHardware.py [new file with mode: 0644]
tools/interfaces/IPlatform.py [new file with mode: 0644]
tools/interfaces/IStatusBarService.py [new file with mode: 0644]
tools/interfaces/IUserMonitor.py [new file with mode: 0644]
tools/services/__init__.py [new file with mode: 0644]
tools/services/clipboard_manager.py [new file with mode: 0644]
tools/services/hardware_manager.py [new file with mode: 0644]
tools/services/user_manager.py [new file with mode: 0644]
waydroid.py [new file with mode: 0755]