History log of /frameworks/ex/photoviewer/src/com/android/ex/photo/views/ProgressBarWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
459c618b574a3d3b6a544267a87c2093bacac20d 14-Aug-2012 Paul Westbrook <pwestbro@google.com> Fix some photo view problems

Make sure to stop the indeterminate progress bare when we can't
load an image

Bug: 6956516
Change-Id: Ifb69ca2e08a8ddfb351989d8e276e7fb6e3b06e5
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/ProgressBarWrapper.java
509bd03a2a783f804e9456767b52e0f8ef43479b 03-Aug-2012 Andrew Sapperstein <asapperstein@google.com> Enabled optional support for showing progress.

Added some progress bars to the "empty" view
so that implementors of the API can show the
progress of things like downloads or loading.

Additionally, added a retry button and an optional
text that allows you to indicate status to the user.

Due to a bug in the framework, we actually use two
progress bars (one determinate and one indeterminate)
to update our status. Created a wrapper that allows
the controlling of both progress bars in sync.

Change-Id: I710e06317948d376d445abf1603545982ac8479d
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/ProgressBarWrapper.java