Skip to content

Commit f794ad8

Browse files
committed
Merge branch 'release/0.2.9'
2 parents 40f7f5b + b1d3eca commit f794ad8

18 files changed

+200
-78
lines changed

.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ DROIDGROUND_FILE_BROWSER_DISABLED=false # Feature enabled by default if not set
1414
DROIDGROUND_FRIDA_DISABLED=false # Feature enabled by default if not set otherwise
1515
DROIDGROUND_FRIDA_TYPE=jailed # Either "jail" or "full" are accepted values. Invalid values fallback to "jail" (this value makes sense only if Frida is NOT disabled)
1616
DROIDGROUND_LOGCAT_DISABLED=false # Feature enabled by default if not set otherwise
17-
DROIDGROUND_REBOOT_DISABLED=false # Feature enabled by default if not set otherwise
18-
DROIDGROUND_SHUTDOWN_DISABLED=false # Feature enabled by default if not set otherwise
17+
DROIDGROUND_REBOOT_ENABLED=false # Feature enabled by default if not set otherwise
18+
DROIDGROUND_SHUTDOWN_ENABLED=false # Feature disabled by default if not set otherwise
1919
DROIDGROUND_START_ACTIVITY_DISABLED=false # Feature enabled by default if not set otherwise
2020
DROIDGROUND_START_RECEIVER_DISABLED=false # Feature enabled by default if not set otherwise
2121
DROIDGROUND_START_SERVICE_DISABLED=false # Feature enabled by default if not set otherwise

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ The `.env.sample` file in the root directory is a good starting point. This is t
9393
| `DROIDGROUND_FRIDA_DISABLED` | Disable Frida support | `false` |
9494
| `DROIDGROUND_FRIDA_TYPE` | `jail` or `full` | `jail` |
9595
| `DROIDGROUND_LOGCAT_DISABLED` | Disable logcat | `false` |
96-
| `DROIDGROUND_REBOOT_DISABLED` | Disable reboot | `false` |
97-
| `DROIDGROUND_SHUTDOWN_DISABLED` | Disable shutdown | `false` |
96+
| `DROIDGROUND_REBOOT_ENABLED` | Enable reboot | `false` |
97+
| `DROIDGROUND_SHUTDOWN_ENABLED` | Enable shutdown | `false` |
9898
| `DROIDGROUND_START_ACTIVITY_DISABLED` | Disable startActivity | `false` |
9999
| `DROIDGROUND_START_RECEIVER_DISABLED` | Disable broadcast | `false` |
100100
| `DROIDGROUND_START_SERVICE_DISABLED` | Disable startService | `false` |

examples/apps/hidden-activity/compose.docker-android.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ services:
2727
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
2828
- DROIDGROUND_HOST=0.0.0.0
2929
- DROIDGROUND_PORT=4242
30-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3130
- DROIDGROUND_APP_MANAGER_DISABLED=true
3231
- DROIDGROUND_FRIDA_DISABLED=true
3332
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/apps/hidden-activity/compose.redroid.debian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
3636
- DROIDGROUND_HOST=0.0.0.0
3737
- DROIDGROUND_PORT=4242
38-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3938
- DROIDGROUND_APP_MANAGER_DISABLED=true
4039
- DROIDGROUND_FRIDA_DISABLED=true
4140
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/apps/hidden-activity/compose.redroid.ubuntu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ services:
3434
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
3535
- DROIDGROUND_HOST=0.0.0.0
3636
- DROIDGROUND_PORT=4242
37-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3837
- DROIDGROUND_APP_MANAGER_DISABLED=true
3938
- DROIDGROUND_FRIDA_DISABLED=true
4039
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/apps/multi-step/compose.docker-android.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ services:
2626
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
2727
- DROIDGROUND_HOST=0.0.0.0
2828
- DROIDGROUND_PORT=4242
29-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3029
- DROIDGROUND_APP_MANAGER_DISABLED=true
3130
- DROIDGROUND_FRIDA_DISABLED=true
3231
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/apps/multi-step/compose.redroid.debian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
3636
- DROIDGROUND_HOST=0.0.0.0
3737
- DROIDGROUND_PORT=4242
38-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3938
- DROIDGROUND_APP_MANAGER_DISABLED=true
4039
- DROIDGROUND_FRIDA_DISABLED=true
4140
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/apps/multi-step/compose.redroid.ubuntu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ services:
3434
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
3535
- DROIDGROUND_HOST=0.0.0.0
3636
- DROIDGROUND_PORT=4242
37-
- DROIDGROUND_SHUTDOWN_DISABLED=true
3837
- DROIDGROUND_APP_MANAGER_DISABLED=true
3938
- DROIDGROUND_FRIDA_DISABLED=true
4039
- DROIDGROUND_START_RECEIVER_DISABLED=true

examples/spawner/compose.docker-android.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
- DROIDGROUND_INIT_SCRIPTS_FOLDER=/init.d
2626
- DROIDGROUND_HOST=0.0.0.0
2727
- DROIDGROUND_PORT=4242
28-
- DROIDGROUND_SHUTDOWN_DISABLED=true
2928
- DROIDGROUND_APP_MANAGER_DISABLED=true
3029
- DROIDGROUND_FRIDA_DISABLED=true
3130
- DROIDGROUND_START_RECEIVER_DISABLED=true

package-lock.json

Lines changed: 98 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)