summaryrefslogtreecommitdiffstats
path: root/src/com/android/dreams
Commit message (Collapse)AuthorAgeFilesLines
* story mode for PhotoTable.Chris Wren2013-04-0920-279/+713
| | | | | | | | also some cleanup and refactoring also fix stuck alphas Bug: 8399588 Change-Id: Id236b29701ede3696c8f1f0ccc6522eb8256ff25
* add two-finger move gesture.Chris Wren2013-03-223-17/+152
| | | | | Bug: 8387448 Change-Id: Ib8a54ee3e978df3c5d15058d4fe82b9e7d6a524b
* add swipe-away gesture, and fix focus blink.Chris Wren2013-03-152-3/+85
| | | | | Bug: 8387448 Change-Id: I316d21069e0b81f1753c975a67f56f95282c2a8a
* add keyboard navigation to photo table daydreamChris Wren2013-03-142-35/+254
| | | | | | | | | arrows: move focus enter: select/deselect x/del: throw away Bug: 8387448 Change-Id: I45d9b2273051abd18aaa82a7e6201196b06f7ce0
* enable keyclicks in the photo daydream album selection menu.Chris Wren2013-03-121-0/+1
| | | | | Bug: 8175092 Change-Id: Id24bd8884af48b71a72ea156c0d277ae3537c3e9
* guard against NPEs in bitmap decoding.Chris Wren2013-01-101-1/+1
| | | | | | | Somehow people occasionally see null bitmaps with valid BitmapFactory.Options. Bug: 7403211 Change-Id: If6e18aa6b1c9ea6b8344f039d26197fbb44ff0d9
* defensive loop guards around cursors.Chris Wren2013-01-093-38/+41
| | | | | | | | | I did not realize that an error in moveToNext() would result in a curor that isBeforeFirst() but not isAfterLast(). Bug: 7465164 Change-Id: I5502f18e863ad48ec88397fdf0b4ec457be723dc
* flip less often if loading is slow.Chris Wren2012-12-101-1/+3
| | | | | | | Flipping back to a photo we just saw looks like thrashing. However we don't want to get stuck forever on a single photo. Change-Id: I1b8f317fbcbe05a3923343c6d3d2c0f6cabefcda
* Add 'select all' to photo dream settings.Chris Wren2012-12-105-32/+113
| | | | | Bug: 7269182 Change-Id: I78898bb9e76d6233487b4888e56f896f3c6ea72d
* tune re-deal behavior on photo table.Chris Wren2012-12-101-14/+9
| | | | | Bug: 7669353 Change-Id: I17aaf289067cbd688dba5cd317541b98bb4ee3dd
* remove padding on table, also lifecycle cleanup.Chris Wren2012-11-151-15/+15
| | | | | Bug: 7195054 Change-Id: I1270642fc19c9ccc5fe19fbf395f729371d0ee94
* don't reuse mOptions across threads.Chris Wren2012-11-012-12/+20
| | | | | Bug: 7370134 Change-Id: If6e02c2095f5f70e4dd506e651efbbd5ad47fa07
* swap output dims after rotating image.Chris Wren2012-10-251-7/+7
| | | | | Bug: 7410969 Change-Id: I7e2ba028ab00a763686992f8c4515350cbf0388f
* handle image queues of length one.Chris Wren2012-10-251-1/+2
| | | | | Bug: 7414275 Change-Id: Id105490bc30ef6f6fcdbcd9e5f5afd10c35f3c99
* Take advantage of proportional screennails.Chris Wren2012-10-185-10/+23
| | | | | Bug: 7298558 Change-Id: I60c72aca1ec87e2c7a263d5f952be6c124e8a5c6
* 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
| | | | | | | | | | | | | | | | | | Bug #7353771 This change enables mipmapping on large photos to make them look nicer when scaled down. Change-Id: I90f398a361f78b098884543a686e20a266e6af44
* | Merge "Save memory" into jb-mr1-devRomain Guy2012-10-162-3/+0
|\|
| * Save memoryRomain Guy2012-10-162-3/+0
| | | | | | | | | | | | | | | | PhotoTable creates layers when they are not needed. Since the images are pretty big this generates large allocations that don't help improve performance. Change-Id: I95f28c27c8facc1fd4562cb7ba1f3c83fd80d9fc
* | Better handling for network lag and large images.Chris Wren2012-10-152-73/+125
|/ | | | | Bug: 7339488 Change-Id: I3a26b30f766fc240e73e19c14a5ee14288bd4fb1
* Be miserly with metered data.Chris Wren2012-10-122-3/+31
| | | | | Bug: 7337804 Change-Id: I64d078396b112381b2971259c784ee6fdf5e5ca3
* handle some edge cases: many albums, deleted albums, and slow network.Chris Wren2012-10-054-13/+53
| | | | | Bug: 7258024 Change-Id: If9ab2ecf6bc12881854df83a637dc1fdb685552c
* Keep up with new Dreams API.Daniel Sandler2012-10-042-4/+4
| | | | | | | Requires change Ib7802c33. Bug: 7281802 Change-Id: I628fbcb1dea51ede4db0c37692b1f45486db4664
* look harder for images to load.Chris Wren2012-10-031-6/+13
| | | | | Bug: 7242346 Change-Id: I729286685d7cd19a68e9db5f428ff714f3d2775c
* fix NPE un stream unpacking failure.Chris Wren2012-10-031-28/+36
| | | | | Bug: 7242346 Change-Id: I5f27baba860081111224b7312cfef027c1312264
* find the disappearing settings, plus some layout.Chris Wren2012-10-019-56/+135
| | | | | | Bug: 7242287 Bug: 7194713 Change-Id: I362c2ffa0d4cbc3be45d14ede1de5dbf39ec4d7f
* turn off debug logging.Chris Wren2012-10-012-2/+2
| | | | | Bug: 7257612 Change-Id: Ia8c9c81c788e87f4953b4ecacc07712e73d82a7f
* Hopefully fix build.Dianne Hackborn2012-09-284-8/+8
| | | | Change-Id: I4c1a0ab6a88dd6a071e5467497e5c85891893ea3
* refine handling of exceptional cases: no settings, network failure, load error.Chris Wren2012-09-2610-121/+247
| | | | | | Bug: 7194196 Bug: 7152553 Change-Id: I4335e46fe3a61a09ce3b14a02bb199a84126e53f
* save settings asynchronously.Chris Wren2012-09-241-2/+2
| | | | | | | also, catch click on the whole item row. Bug: 7194713 Change-Id: I7881c6cbb96b2fba34afa7b99790c61f646457de
* Migrate away from lightsOut() in photo table dreams.John Spurlock2012-09-212-2/+2
| | | | | Bug:7211867 Change-Id: Ib90c19753f6331799680082dfe179989596f945a
* Segment album list by account.Chris Wren2012-09-198-45/+350
| | | | | Bug: 7162806 Change-Id: I3a7f2c1a9e9d0ff299f4d5a8536013b9ec8f52ba
* coalesce instant upload photos.Chris Wren2012-09-171-35/+64
| | | | | Bug: 7170951 Change-Id: I6871cb6613570e1135e056bd66136e3f6a2158f4
* add vignetting to the photo tableChris Wren2012-09-132-8/+18
| | | | Change-Id: I329b14ffdc70cc21e16f917fd06a4c2b1f1e27b6
* deal out new images in batchesChris Wren2012-09-131-2/+8
| | | | Change-Id: I1637c4063a0f743efdde79e47c5f283ff5771f05
* tune photo screensaver transisitons.Chris Wren2012-09-132-2/+2
| | | | | Bug: 7162805 Change-Id: I2f0fe4eb9245855d0caa34f1eb288c5d6f2c87f1
* multiple landing zones for photo table.Chris Wren2012-09-131-4/+19
| | | | Change-Id: I71592794d73884ce0dd018d72f69a6c200a3f36d
* New animation curves for photo table.Chris Wren2012-09-132-5/+89
| | | | Change-Id: I971fa42d44b5b0d4649f0666267cb72219db1f0e
* updated visuals for photo flipperChris Wren2012-09-104-28/+83
| | | | | | | | | | rename to "Slideshow" no flipping better photo scaling bonus bug fix for PicasaSource Bug: 7138425 Change-Id: I984b2d5b13716b676e55205f093df7bc929034c0
* Add ability to select the albums to display.Chris Wren2012-09-0715-526/+1046
| | | | Change-Id: I80ff33c4c880c445b79735d6483bc9337a89e392
* refactor photo sources and other cleanup.Chris Wren2012-09-057-386/+441
| | | | Change-Id: I22fda6f1e443776133bc9e0e242d4a6081eb1ba3
* Add Picasa as a source of photos.Chris Wren2012-09-054-8/+271
| | | | Change-Id: I3ac978e1eb16839f767493dae4178597937b2352
* add a simple photo flipper dream.Chris Wren2012-09-043-1/+245
| | | | Change-Id: I33a5dc491445ba6203e744099187df2760486be6
* fix lightsout mode and workaround a multifinger fling bug.Chris Wren2012-08-313-10/+20
| | | | Change-Id: I59b195b4a43de61b19a9bdf98a76e2fa0f705db4
* fix and enable flicking, also refactorChris Wren2012-08-304-762/+803
| | | | Change-Id: Iec0033370fd040cb6d650c3746ee397195c64416
* PhotoTable Polish:Chris Wren2012-08-301-151/+302
| | | | | | | | | | + remove manual rotation + better icon + gradient background + remove tap to dismiss + (temporarily disabled) flick to replace Change-Id: I2177077e37ce07a131a67bfbd11f8a447775ab98
* Photo Table V2Chris Wren2012-08-271-50/+187
| | | | | | | | + Add ability to manipulate images. + Handle device rotations with more grace. + support device-specific scaling factors Change-Id: Ie53ae7dc41225501437f0a77f5ccda1a8a92069f
* Example Dream: photosChris Wren2012-08-232-0/+707
An example screensaver that shows local photos. Change-Id: I2997c4f8ab35777d96df31a46f2f55044e3114c2