Commit Graph

128 Commits (7fcfe62e668253fe6eeae2d8f44606ae0499143c)
 

Author SHA1 Message Date
Rikka 7fcfe62e66
Fix typing errors
Rikka 3900328b83
Add interactive command line interface
Rikka 48ea54fc3e
refactor
Rikka 6922bdba0d
microg: use MinMicroG
ayasa520 00714a5c0e
Update README.md
Rikka ee8b9ef213
resetprop: Avoid conflict with magisk
Rikka c48b1df5cd
support a13 image
Rikka 0b2afba187
change rc permission to 644
Rikka 43d8cfb18d
prop: use waydroid upgrade -o to regenerate base prop
Rikka e305dd1dc4
Write prop to /var/lib/waydroid/waydroid.cfg
Rikka 556f277fec
fix broken ndk link
ayasa520 7c31b838f6
Update requirements.txt
Rikka 8c66e7cf34
Update README
Rikka 5f6fc21c38
Use configparser to read waydroid config
Rikka d72bf018d1
Execute commands on waydroid shell with pipes
Rikka 0feb86ceef
Fix incorrect keyword arguments
Rikka 553f48fa27
arm widevine
arm widevine
Rikka 53a4bad536
Add: hide status bar
Rikka ca932b90e1
fix: get google certified
c49dfd272d
Rikka 0d7681bccb
add uninstall function
Rikka 4d15b6153c
Fix resize error log
Rikka 9d9f504625
fix closing tag
Rikka 0bc2cedc2d
add microG
Rikka d205812acb
Remove magisk files in upperdir when overlayfs is enabled
Rikka fa9e89e868
HACK: granting full permission for apps data
Rikka 72e34c4a38
update README.md
Rikka 92f7e98749
update opengapps
Rikka dbf630ba7e
update smartdock
Rikka 59ad317684
install smart dock
Casu Al Snek 0abfc4ef4b
Merge pull request from JamiKettunen/optional-dbus
container: Make missing dbus module non-fatal
Casu Al Snek 4f6410c3bb
Merge pull request from tutacat/patch-5
Allow CLI help without root
Casu Al Snek a621645e07
Merge pull request from cobalt2727/patch-1
fix Widevine typo
cobalt2727 545e733566
fix widevine typo
tutacat 771b8d7224
Allow CLI help without root
Move helper.check_root to after argparse runs, so it can display the help without needing root.
Casu Al Snek a701ca8027
Merge pull request from ayasa520/prop
prop: run 'waydroid upgrade -o' to regenerate base prop
Rikka abdc3b015d
prop: run 'waydroid upgrade -o' to regenerate base prop
Casu Al Snek d770a95995
Merge pull request from ayasa520/prop
prop: write prop to /var/lib/waydroid/waydroid.cfg
Rikka 1caafe57e6
prop: write prop to /var/lib/waydroid/waydroid.cfg
Casu Al Snek 6c78b793c8
Merge pull request from claui/ndk-use-github
ndk: use GitHub source instead of Dropbox
Claudia 6b4bc0da47
ndk: use GitHub source instead of Dropbox
Fixes .

Reported-by: mac1202
Suggested-by: ayasa520
Jami Kettunen afa0180032 container: Make missing dbus module non-fatal
This is required to properly support Waydroid tool versions <=1.3.4
(which NixOS for example still has), or 1.4.0+ configured with
USE_DBUS_ACTIVATION=0 (basically non-systemd distributions which can't
supervise the container properly when it's launched via D-Bus)
Casu Al Snek 2f4f056fb1
Merge pull request from ayasa520/1.4
Use WayDroid 1.4 features like dbus and overlayfs
Casu Al Snek 97020f99c1
Merge branch 'main' into 1.4
Rikka 62749bbb8e
Refuse to install arm translation on x86
Rikka 8f8691423b
Fix restart bug
Rikka 90fff773b2
Use a correct way to read overlayfs config
Rikka 62a460b2c3
Fix missing 'True'
Rikka da15751629
Update: README.md
Rikka df46ba8fed
Refactor: Split into multiple small scripts
Rikka 4681bb48fe
Update README