summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/SlideshowPage.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-366/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Prevent lock screen appearing during active slideshowBobby Georgescu2013-05-241-2/+1
| | | | | Bug: 9094678 Change-Id: I8efb988911c75275430da934474df1e65265b234
* Fix face unlock failureDoris Liu2013-04-161-2/+2
| | | | | Bug: 7494156 Change-Id: I6c909e498305ff3e66efdeeb9fb5581ea8f51715
* Revert "New loading model"John Reck2013-03-211-2/+2
| | | | Change-Id: I5d3d4c7a4ca0d11de01278529e1413fc62e6b4ed
* New loading modelJohn Reck2013-01-161-2/+2
| | | | | | | | | | | | | 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
* GL packaging refactorJohn Reck2012-12-111-1/+1
| | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* Use FLAG_SHOW_WHEN_LOCKED for secure album.Wu-cheng Li2012-08-311-1/+2
| | | | | | | | | 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
* Reskin: tweaks to colors and spacings to match mocksBobby Georgescu2012-08-271-0/+1
| | | | | | | | | | | | 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
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-1/+7
| | | | | | | | | | 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
* First gallery reskin iteration.Bobby Georgescu2012-08-091-1/+1
| | | | Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
* Code clean up.Ahbong Chang2012-07-301-0/+11
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Keep screen on for user-initiated slideshow.Yuli Huang2012-05-291-1/+9
| | | | | Change-Id: I3085398c663e2c38a31cfde5a07b23446bb7bd7f b:6450305
* Reorganize import for all files.Owen Lin2012-03-141-1/+0
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Improve screen on/off logic in slideshow.Daniel Sandler2011-11-291-11/+1
| | | | | | | | | | | | | 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
* Fix 5556160 Crash in gallery after playing slideshow Crespo IML33B.Ray Chen2011-11-031-1/+2
| | | | Change-Id: Ia3de43eae5d96c9f1674dd1ccb01dc004612bda9
* Fix 5471518 Playing slide show from any picture doesn't start from the ↵Ray Chen2011-10-271-35/+40
| | | | | | current picture which is unexpected IRL17 Crespo Change-Id: I2ed78cee2f6257254794a7724897845c43a3e0a5
* Fix 5058723: Don't show screennails of videos in slide showChih-Chung Chang2011-09-131-2/+9
| | | | Change-Id: I25c3ee3f1ae69c9c54c1e579a6469ee20f1774be
* Initial code for Gallery2.Owen Lin2011-08-181-0/+338
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c