Mark Wei

Results 27 issues of Mark Wei

If getHiddenNotification() returns null, we should just not show any hidden notifications. https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L1218

bug

Right now it's calculated pre-transform, and is possibly stale post-transform. For example: ``` View view; GestureRecognizer gesture; view.setGestureRecognizer(gesture); gesture.setOnStateChangeListener({ gesture in // gesture.getCentroid() is correct here. view.translateX(gesture.getTranslationX()); // gesture.getCentroid() is...

Similar to starting your commit with `WIP`, you should be able to start your commit with `FIXUP` and `DRAFT`. **FIXUP** The commit will be squashed to the previous commit when...

Bash string processing and json does weird stuff with them.

bug

The bash script thinks it's a folder separator.

bug