• Home
  • History
  • Annotate
  • only in /frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
History log of /frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5cfe29032281253f9d6d9e1630323cc64127e9f 11-Aug-2012 Andrew Sapperstein <asapperstein@google.com> Created a sample photo viewer implementation.

Change-Id: Ida5ab5c3247a52c5fbbd495d6e127c18493356ce
hotoContract.java
d19540fb7139fc0baba3b55260a6aabdb029c831 24-Jul-2012 Andrew Sapperstein <asapperstein@google.com> Support showing previews in the photo viewer.

The photo viewer now supports the notion of a
preview of the full image. The preview is not
pinchable in any manner and displays a circular
progress bar over top of it while we are downloading
the full version of the image.

To enable this functionality, there is a new column
in the PhotoContract API called thumbnailUri. If it is
not set to null and if the attempted load of the contentUri
is unsuccessful, we will attempt to load a thumbnail version
that will show until the contentUri is finished loading.

Change-Id: I5547a5fc6a30ee6a30f137dc1dee76a77fb5b304
hotoContract.java
1cc4b2144a45abb495c8b14f6cfc5a10fb5e8ba8 23-Jun-2012 Andrew Sapperstein <asapperstein@google.com> Initial import of the photo viewer.

Change-Id: Ia6b1cb2ae3b40ef004823a0d84fe3c2f52ed66e9
hotoContract.java