WAI
Status Update
Comments
ha...@guardianproject.info <ha...@guardianproject.info> #2
The iPhone Simulator has a nice UI for this. You hold down a key combo and you see
two finger spots on the emulator screen, mirrored around the center of the screen.
Drag away from the center to pinch open; drag toward the center to pinch closed.
two finger spots on the emulator screen, mirrored around the center of the screen.
Drag away from the center to pinch open; drag toward the center to pinch closed.
ha...@guardianproject.info <ha...@guardianproject.info> #3
That is nice, but that only handles the case of "pinch". It would be a good start,
and would handle probably the majority of common use cases, but there are certainly
very many ways I can move two fingers at once that don't even resemble a pinch. :)
and would handle probably the majority of common use cases, but there are certainly
very many ways I can move two fingers at once that don't even resemble a pinch. :)
ha...@guardianproject.info <ha...@guardianproject.info> #5
This would be really handy. I would also like to mention that many people with TUIO devices would love to use them to test.
xa...@google.com <xa...@google.com>
ad...@google.com <ad...@google.com> #6
Pinch is by far the most common multi-touch gesture IMHO. Also, the iPhone simulator also simulates two-fingered scrolling (dragging across the screen with two fingers). I can't think of any other two-fingered gesture that would make sense in a UI :)
Currently the Android version of our app is on hold because it uses multi-touch and we don't have an actual device to test it on.
Currently the Android version of our app is on hold because it uses multi-touch and we don't have an actual device to test it on.
Description
For more info on why reproducible builds are important:
*
*
Some ideas for how to fix this:
* make aapt only insert platformBuildVersionCode, that's easily reproducible
* revert aapt to the old behavior and not insert platformBuildVersionName and platformBuildVersionCode
* store platformBuildVersionName and platformBuildVersionCode elsewhere, like a file in META-INF/, or in a header to META-INF/MANIFEST.MF. To check reproducible builds, we are currently building an unsigned APK, then copying META-INF into it, then running `apksigner verify`.
Here is where this change originates:
*
*
To see a log of build differences when building APKs: