History log of /packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef132358deba6acbbeaf0a63014c77c98bca1d9a 25-May-2013 Bobby Georgescu <georgescu@google.com> Prevent lock screen appearing during active slideshow

Bug: 9094678
Change-Id: I8efb988911c75275430da934474df1e65265b234
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
4a10c9782bc397ab3b77e5d7a439a90169484b1a 17-Apr-2013 Doris Liu <tianliu@google.com> Fix face unlock failure

Bug: 7494156
Change-Id: I6c909e498305ff3e66efdeeb9fb5581ea8f51715
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
705dc819661cb8c8e839a04577b0641bd6caad53 21-Mar-2013 John Reck <jreck@google.com> Revert "New loading model"

Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
f4f43e7dbc85ab8b7437e8f1d6ab0317470e70b6 16-Jan-2013 John Reck <jreck@google.com> New loading model

Rename reload() to loadIfDirty()
loadIfDirty is implemented by MediaSet and is final
loadIfDirty is now blocking instead of async
Subclasses must implement two protected methods, isDirtyLocked() and load()

The change from async reload() to sync loadIfDirty() should be fine since
all users of reload() were doing so from a background thread already, and the
longest load() is PicasaAlbumSet which is still a fairly brisk 40ms or so

Change-Id: If5cc596a1c13e52e5f4efff1a144bd086d37cfb7
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
a4eae1abb4f2547dfbda84301ee764ce35464881 11-Dec-2012 John Reck <jreck@google.com> GL packaging refactor

Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
efd480e85dc5bd0d2ca0ac82d03e141212388830 30-Aug-2012 Wu-cheng Li <wuchengli@google.com> Use FLAG_SHOW_WHEN_LOCKED for secure album.

The activity needs this flag to be on top of the lock screen
when the camera is started from the secure lock screen.

bug:5955016

Change-Id: If554a3f7fef4c03a981c83afe22b8c4980b954d1
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
45c56f2d34c71d0bc9b84ebeef6d1314738d0fc0 27-Aug-2012 Bobby Georgescu <georgescu@google.com> Reskin: tweaks to colors and spacings to match mocks

Bug: 7050303

- Call super.onCreate in ActivityState subclasses in
order to correctly initialize background colors,
correcting oversight in previous change
- Tweak background and label colors to match mocks
- Tweak grid spacings to match mocks

Change-Id: Iba5cba6c60e8a750d8e50c1d0c14c916754a95c2
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
915c2c5b2c367df71599370613af0924bd7c4887 23-Aug-2012 Bobby Georgescu <georgescu@google.com> Ongoing reskin of Gallery app

Bug: 7050303
Moved the majority of color settings from hardcoded to
colors.xml in order to allow rapid iteration with UX input.
Started changing some colors and layouts to reflect latest
UX mocks.

Change-Id: I300338e9f75c71f3ed3f36140d16e893387f3184
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
c90a116a7fd65d41e8258dc7b9a14218649697e6 09-Aug-2012 Bobby Georgescu <georgescu@google.com> First gallery reskin iteration.

Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
7817979db0c52ffeacb951625b1e821eba303285 30-Jul-2012 Ahbong Chang <cwahbong@google.com> Code clean up.

Remove unused imports.
Remove unused fields.
Remove unnecessary cast.
Add missing override annotations.

Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
afb3d1d8f341620f6b69d47d52b515f53817aa91 28-May-2012 Yuli Huang <yuli@google.com> Keep screen on for user-initiated slideshow.

Change-Id: I3085398c663e2c38a31cfde5a07b23446bb7bd7f
b:6450305
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
2b3ee0ea07246b859a5b75d8a6102a7cce7ec838 14-Mar-2012 Owen Lin <owenlin@google.com> Reorganize import for all files.

Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
8e6fd7cee5467824cd96b4127ccc755c70bd4ea3 28-Nov-2011 Daniel Sandler <dsandler@android.com> Improve screen on/off logic in slideshow.

When used as a screensaver or otherwise, the slideshow
should not keep the screen on if the device is not plugged
in. It should also allow the screen to lock while the
slideshow is playing (otherwise a device left in this state
may be left unsecured for long periods by accident).
Additionally, when used as a screensaver, it must dismiss
the keyguard in order to be shown on a secured device.

Bug: 5660833
Change-Id: I1bafc50127aaa7ae2b67235d30736faa606c5ac1
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
506200619672fa8221b98d50efbe77c777fae3e9 03-Nov-2011 Ray Chen <raychen@google.com> Fix 5556160 Crash in gallery after playing slideshow Crespo IML33B.

Change-Id: Ia3de43eae5d96c9f1674dd1ccb01dc004612bda9
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
604f053d040782159b61d3b74ee533bc2c0ccdd0 21-Oct-2011 Ray Chen <raychen@google.com> Fix 5471518 Playing slide show from any picture doesn't start from the current picture which is unexpected IRL17 Crespo

Change-Id: I2ed78cee2f6257254794a7724897845c43a3e0a5
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
78979fc21d1e1111a504cc07ae6b0e0bc4d61447 09-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5058723: Don't show screennails of videos in slide show

Change-Id: I25c3ee3f1ae69c9c54c1e579a6469ee20f1774be
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java
f9a0a4306d589b4a4e20554fed512a603426bfa1 17-Aug-2011 Owen Lin <owenlin@google.com> Initial code for Gallery2.

fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/src/com/android/gallery3d/app/SlideshowPage.java