-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds full screen screenshot to readme (#60)
* Adds full screen screenshot to readme * π€ Updates screenshots * Adds some emulator config. * π€ Updates screenshots * Fixes some emulator setup script commands * π€ Updates screenshots * Updates emulator setup script to ensure that demo mode is turned on. * Adds cleanup to emu setup script. * π€ Updates screenshots --------- Co-authored-by: rharter <[email protected]>
- Loading branch information
Showing
6 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
|
||
echo "Cleaning up old emulator data" | ||
adb uninstall com.dropbox.dropshots.test || true | ||
adb shell rm -rf /storage/emulated/0/Download/screenshots || true | ||
|
||
adb wait-for-devices | ||
adb shell settings put global sysui_demo_allowed 1 | ||
adb shell am broadcast -a com.android.systemui.demo -e command enter | ||
adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1234 | ||
adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false | ||
adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 100 | ||
adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi show -e level 4 | ||
adb shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e datatype none -e level 4 | ||
adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false | ||
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+186 Bytes
(100%)
dropshots/src/androidTest/assets/MatchesActivityScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+580 Bytes
(100%)
dropshots/src/androidTest/assets/MatchesViewScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.