Commit Graph

4 Commits

Author SHA1 Message Date
Tamás Bálint Misius
588fe293ec
Add panning to ScrollPanel when TouchUI is enabled 2024-02-06 14:28:59 +01:00
Tamás Bálint Misius
45df2ba080
Auto-detect lldb client/server paths
Probably needs some tweaking before it's actually generic enough to work for everyone though. Absolutely not going to work for windows people in its current form.
2024-01-13 22:47:07 +01:00
Tamás Bálint Misius
ee2e53958a
Make android/install-apk always stale
This effectively leaves the staleness checking to adb install, as it should be done: adb has insight into the state of the system, we don't. Newer versions of android can do incremental installs too, so reinstalling the same thing is essentially free.

Also invoke android/install-apk in the debug script to make sure that the app being debugged is up to date.
2024-01-12 20:11:03 +01:00
Tamás Bálint Misius
5e35ce42b5
Add android debug helper script
Needs some documentation though. Anyway, works on my machine(tm).
2024-01-12 17:16:32 +01:00