zengxiange / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
0 stars 0 forks source link

Screen goes black when panning #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to any VNC server
2. Pan around the screen

What is the expected output? What do you see instead?
Expect it to pan around the screen with visible graphics. Instead, the
screen goes black and it has to re-download everything, regardless if
absolutely nothing change on screen at all. It should go black and
re-download new data if something changes on screen, not re-download the
entire screen every single time you pan more than 1 inch.

What version of the product are you using? On what operating system?
G1, latest version from the market.

Please provide any additional information below.

Original issue reported on code.google.com by Paul22000@gmail.com on 13 May 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Android doesn't let processes have enough RAM to store an entire screen 
(depending on
the size of the screen)-- so the VNC viewer only holds a part of the screen at a
time.  Panning within the same tile is smooth; when you pan to a different tile 
it
has to download the whole thing.  This will be made smoother in the next 
release.

Original comment by awesomen...@gmail.com on 16 May 2009 at 2:47

GoogleCodeExporter commented 9 years ago
[quote]This will be made smoother in the next release.[/quote]

This is excellent news!! Thank you!!

Original comment by Paul22000@gmail.com on 16 May 2009 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by googlec...@antlersoft.com on 21 Sep 2009 at 5:36

GoogleCodeExporter commented 9 years ago
I lied about it being fixed in the next release...

It will be fixed in a future release that comes with a solid bandwidth usage 
reduction.

Original comment by googlec...@antlersoft.com on 7 Oct 2009 at 9:38

GoogleCodeExporter commented 9 years ago
As of 0.3.0 (11/07 dev release) this is fixed (mainly)0

Original comment by googlec...@antlersoft.com on 18 Nov 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Nice!

Original comment by Paul22000@gmail.com on 18 Nov 2009 at 10:01