File tree Expand file tree Collapse file tree 1 file changed +40
-1
lines changed
metadata/com.programminghoch10.SplitScreenMods/en-US Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,43 @@ A collection of various SplitScreen modifications.
99* AdditionalSnapTargets
1010* RemoveMinimalTaskSize
1111
12- [Read the module's README on GitHub for explanations.](https://github.com/binarynoise/XposedModulets/blob/main/SplitScreenMods/README.md)
12+ ## AlwaysAllowMultiInstanceSplit
13+
14+ Allow all apps to be launched twice side-by-side in a split screen.
15+
16+ Undefined behaviour ahead!
17+
18+ ## KeepSplitScreenRatio
19+
20+ Keep the split screen ratio, when switching one of the split apps.
21+
22+ Only usable on Android 14 and later,
23+ since previous versions did not force a split resize in this situation.
24+
25+ ## KeepSwapRatio
26+
27+ Keep the split ratio while swapping sides.
28+
29+ ## DisableSwapAnimation
30+
31+ Disable the swapping animation.
32+
33+ ## SnapMode
34+
35+ Change the snap mode used by the system:
36+
37+ * `16:9` snapping useful for playing videos in split screen
38+ * `FIXED` snapping allows for custom ratios and [additional snap targets](#additionalsnaptargets)
39+ * `1:1` only allows the middle 50:50 split
40+
41+ ## FreeSnap
42+
43+ Allow any split ratio instead of snapping to predefined ratios.
44+
45+ ## AdditionalSnapTargets
46+
47+ Add additional snapping targets to snap to.
48+
49+ ## RemoveMinimalTaskSize
50+
51+ Remove the minimal task size limit to allow split screen with unreasonably small apps.
You can’t perform that action at this time.
0 commit comments