simvyn 2.6.2 → 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/dashboard/assets/{index-CV-ugcyG.js → index-C84olC1W.js} +245 -106
- package/dist/dashboard/assets/index-C84olC1W.js.map +1 -0
- package/dist/dashboard/assets/{index-DPTLVb11.css → index-DkqAjveq.css} +88 -0
- package/dist/dashboard/index.html +2 -2
- package/dist/index.js +118 -2
- package/package.json +1 -1
- package/dist/dashboard/assets/index-CV-ugcyG.js.map +0 -1
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ npx simvyn
|
|
|
54
54
|
- **App Management** — Install, launch, terminate, uninstall apps via drag-and-drop or CLI
|
|
55
55
|
- **Log Viewer** — Real-time streaming with level filtering, find-in-page search (Cmd+F), regex search, pagination, and export
|
|
56
56
|
- **Location Simulation** — Set GPS coordinates, play GPX/KML routes with speed control, save favorites
|
|
57
|
-
- **Device Settings** — Dark mode, locale, permissions, status bar overrides, accessibility presets
|
|
57
|
+
- **Device Settings** — Dark mode, locale, orientation, permissions, status bar overrides, accessibility presets
|
|
58
58
|
- **Screenshots and Recording** — Capture screenshots and record screen video with history
|
|
59
59
|
- **Deep Links** — Open URLs and custom schemes, save favorites per app
|
|
60
60
|
- **Database Inspector** — Browse SQLite tables, run SQL queries, view SharedPreferences and NSUserDefaults
|
|
@@ -124,7 +124,7 @@ Set precise GPS coordinates on any device using an interactive map or manual inp
|
|
|
124
124
|
|
|
125
125
|
### Device Settings
|
|
126
126
|
|
|
127
|
-
Toggle dark mode, change locale, manage app permissions, and override status bar appearance. Apply accessibility presets to test your app under different conditions. All settings changes take effect immediately on the target device.
|
|
127
|
+
Toggle dark mode, change locale, rotate device orientation (Android), manage app permissions, and override status bar appearance. Apply accessibility presets to test your app under different conditions. All settings changes take effect immediately on the target device.
|
|
128
128
|
|
|
129
129
|
<p align="center"><img src="https://raw.githubusercontent.com/pranshuchittora/simvyn/main/docs/assets/device-settings.png" alt="Device Settings" width="700" /></p>
|
|
130
130
|
|
|
@@ -322,6 +322,7 @@ Every feature is accessible from the command line. Run `simvyn` with no argument
|
|
|
322
322
|
| `simvyn collections delete <id>` | Delete a collection |
|
|
323
323
|
| `simvyn collections duplicate <id>` | Duplicate a collection |
|
|
324
324
|
| `simvyn collections apply <name> <devices...>` | Apply a collection to devices |
|
|
325
|
+
| `simvyn settings orientation <device> <orient>` | Set device orientation (Android) |
|
|
325
326
|
|
|
326
327
|
## How It Works
|
|
327
328
|
|