LucioC / class_share

my masters repo
0 stars 0 forks source link

Image position is being bad evaluated after rotation #80

Closed LucioC closed 11 years ago

LucioC commented 11 years ago

Sometimes, when the user rotate the image, and move it at the time that the rotation is ending, the smartphone is sending wrong dimensions to the server.

LucioC commented 11 years ago

restricted position update if not on drag mode (evaluated on first pointer down). It sems that the correct scale value is only evaluated at onDraw, and it happens some time after invalidation / recreation. This does not garantee correct behavior if movement happens close to rotation (implemented as a set new rotated bitmap).