summaryrefslogtreecommitdiffstats
path: root/src/com/android/dreams/phototable/LocalSource.java
Commit message (Collapse)AuthorAgeFilesLines
* add a broadcast receiver that modifies the settings.Chris Wren2013-08-151-16/+35
| | | | | | | | Useful for loosly embedding the photo dreams code into other packages. Add support for albums on internal storage. Bug: 8370249 Change-Id: Ibca37c100d7f1f6b87580422591de4d19d726506
* story mode for PhotoTable.Chris Wren2013-04-091-9/+58
| | | | | | | | also some cleanup and refactoring also fix stuck alphas Bug: 8399588 Change-Id: Id236b29701ede3696c8f1f0ccc6522eb8256ff25
* defensive loop guards around cursors.Chris Wren2013-01-091-16/+13
| | | | | | | | | I did not realize that an error in moveToNext() would result in a curor that isBeforeFirst() but not isAfterLast(). Bug: 7465164 Change-Id: I5502f18e863ad48ec88397fdf0b4ec457be723dc
* Take advantage of proportional screennails.Chris Wren2012-10-181-1/+1
| | | | | Bug: 7298558 Change-Id: I60c72aca1ec87e2c7a263d5f952be6c124e8a5c6
* find the disappearing settings, plus some layout.Chris Wren2012-10-011-2/+12
| | | | | | Bug: 7242287 Bug: 7194713 Change-Id: I362c2ffa0d4cbc3be45d14ede1de5dbf39ec4d7f
* Segment album list by account.Chris Wren2012-09-191-2/+6
| | | | | Bug: 7162806 Change-Id: I3a7f2c1a9e9d0ff299f4d5a8536013b9ec8f52ba
* Add ability to select the albums to display.Chris Wren2012-09-071-10/+75
| | | | Change-Id: I80ff33c4c880c445b79735d6483bc9337a89e392
* refactor photo sources and other cleanup.Chris Wren2012-09-051-128/+47
| | | | Change-Id: I22fda6f1e443776133bc9e0e242d4a6081eb1ba3
* Add Picasa as a source of photos.Chris Wren2012-09-051-6/+6
| | | | Change-Id: I3ac978e1eb16839f767493dae4178597937b2352
* Example Dream: photosChris Wren2012-08-231-0/+193
An example screensaver that shows local photos. Change-Id: I2997c4f8ab35777d96df31a46f2f55044e3114c2