summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump SDK version to 23Martin Brabham2016-01-151-0/+40
* fix race condition in photo dreams settings activityChris Wren2013-10-161-1/+3
* remove special handling for composite instant upload album.Chris Wren2013-08-271-2/+6
* Use the server's name for the instant upload album.Chris Wren2013-08-191-4/+0
* fix an NPE for clicks immediately upon photo table start.Chris Wren2013-08-152-3/+8
* add a broadcast receiver that modifies the settings.Chris Wren2013-08-154-19/+112
* resove some edge cases in background optimization.Chris Wren2013-08-141-21/+26
* quick fix for jank on touch devices.Chris Wren2013-06-191-22/+52
* work around a bug in BMP decodingChris Wren2013-06-181-2/+10
* catch InstantUploadAuto type.Chris Wren2013-04-231-1/+3
* no blank album lists.Chris Wren2013-04-171-6/+25
* graphics optimization to get back inside 60Hz.Chris Wren2013-04-111-61/+112
* story mode: declutter by fading out the backgroun images.Chris Wren2013-04-111-6/+51
* story mode: tune timeouts and timeout management.Chris Wren2013-04-102-12/+32
* better memory/cursor management for story mode.Chris Wren2013-04-107-17/+46
* manage obsolete threads.Chris Wren2013-04-091-16/+28
* support dpads in story mode.Chris Wren2013-04-092-13/+25
* story mode for PhotoTable.Chris Wren2013-04-0920-279/+713
* add two-finger move gesture.Chris Wren2013-03-223-17/+152
* add swipe-away gesture, and fix focus blink.Chris Wren2013-03-152-3/+85
* add keyboard navigation to photo table daydreamChris Wren2013-03-142-35/+254
* enable keyclicks in the photo daydream album selection menu.Chris Wren2013-03-121-0/+1
* guard against NPEs in bitmap decoding.Chris Wren2013-01-101-1/+1
* defensive loop guards around cursors.Chris Wren2013-01-093-38/+41
* flip less often if loading is slow.Chris Wren2012-12-101-1/+3
* Add 'select all' to photo dream settings.Chris Wren2012-12-105-32/+113
* tune re-deal behavior on photo table.Chris Wren2012-12-101-14/+9
* remove padding on table, also lifecycle cleanup.Chris Wren2012-11-151-15/+15
* don't reuse mOptions across threads.Chris Wren2012-11-012-12/+20
* swap output dims after rotating image.Chris Wren2012-10-251-7/+7
* handle image queues of length one.Chris Wren2012-10-251-1/+2
* Take advantage of proportional screennails.Chris Wren2012-10-185-10/+23
* Merge "Make my dreams pretty Bug #7353771" into jb-mr1-devRomain Guy2012-10-171-0/+1
|\
| * Make my dreams prettyRomain Guy2012-10-161-0/+1
* | Merge "Save memory" into jb-mr1-devRomain Guy2012-10-162-3/+0
|\|
| * Save memoryRomain Guy2012-10-162-3/+0
* | Better handling for network lag and large images.Chris Wren2012-10-152-73/+125
|/
* Be miserly with metered data.Chris Wren2012-10-122-3/+31
* handle some edge cases: many albums, deleted albums, and slow network.Chris Wren2012-10-054-13/+53
* Keep up with new Dreams API.Daniel Sandler2012-10-042-4/+4
* look harder for images to load.Chris Wren2012-10-031-6/+13
* fix NPE un stream unpacking failure.Chris Wren2012-10-031-28/+36
* find the disappearing settings, plus some layout.Chris Wren2012-10-019-56/+135
* turn off debug logging.Chris Wren2012-10-012-2/+2
* Hopefully fix build.Dianne Hackborn2012-09-284-8/+8
* refine handling of exceptional cases: no settings, network failure, load error.Chris Wren2012-09-2610-121/+247
* save settings asynchronously.Chris Wren2012-09-241-2/+2
* Migrate away from lightsOut() in photo table dreams.John Spurlock2012-09-212-2/+2
* Segment album list by account.Chris Wren2012-09-198-45/+350
* coalesce instant upload photos.Chris Wren2012-09-171-35/+64