summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/ManageCachePage.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused resources and fix some warnings.Owen Lin2012-08-301-7/+6
| | | | Change-Id: I075977150c7da7650e723e29406f24ae2e23ea97
* Reskin: Launch photos in lights-out modeBobby Georgescu2012-08-281-0/+1
| | | | | | | | | Bug: 7050303 - Launch photos in lights out mode when opening from album - One last missing call to super.onCreate added in ManageCachePage Change-Id: I7ad0e64f30748b724d184791e0e0a6a030850049
* Ongoing reskin of Gallery appBobby Georgescu2012-08-241-1/+6
| | | | | | | | | | 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
* Hold WakeLock during MTP importBobby Georgescu2012-08-081-0/+4
| | | | | | | Bug: 6680729 Bug: 6827858 Change-Id: Ida82db3288a429dacc5830b82ec6bbd954f75cf1
* Code clean up.Ahbong Chang2012-07-301-0/+1
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Refresh the action bar timeout when button is clicked.Owen Lin2012-05-171-0/+8
| | | | | | | | | Also handle with the confirm dialog, we show the action bar as long as the confirm dialog is shown. And we start to timeout the action bar when the confirm dialog get dismissed. bug: 6478646 Change-Id: I3f0e7e61b43b0dd2bb2b1e2b4444c8dcb5706e1a
* Remove unused code.Pin Ting2012-04-301-1/+0
| | | | Change-Id: Icd68f286a8b97594495f56d6b4bfa2e785462f5d
* Add prominent highlights for touch feedback.Yuli Huang2012-04-241-4/+1
| | | | | | | | Mimic the system UI to fade out highlights on touch releases. bug:6145331 bug:5379176 Change-Id: I44c9245a926b2c5eb46b28d494c6393ba7f0c30c
* Fix NPE in SlotView.Owen Lin2012-04-181-11/+16
| | | | | | | | | This NPE is actually a concurrent issue. We shall lock renderring when we clean up the slots' data. But it didn't, so it may access to null data. Change-Id: I2a8abfbb77f83bd9a240477fa53216ce69b7774d fix: 6302487 fix: 6308873
* Refactor. Rename AlbumView to AlbumSlotRenderer.Owen Lin2012-04-091-2/+2
| | | | Change-Id: I7d8d3586a910dac35975e4effa0d02528e2ccf98
* Refactor. Merge SelectionDrawer with SlotRenderer.Owen Lin2012-04-051-20/+14
| | | | Change-Id: Iaa50b2a78beb95fc83208a5f74cf612650cd8643
* Refactor. Make the code simpler.Owen Lin2012-03-261-7/+10
| | | | Change-Id: I2d3b7a1cfed17afcf6b7ee3e7bf1ca13ada8d9c3
* Fix b/6191707 Unable to set Custom wallpaper from HomeRay Chen2012-03-201-1/+1
| | | | Change-Id: I130f74c94ebf5d93922807f7fee5ae7f189a15d4
* Reorganize import for all files.Owen Lin2012-03-141-15/+15
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Change from fillRect to clearBuffer for pure black background.Chih-Chung Chang2012-02-171-6/+5
| | | | Change-Id: Ie3da19b377f3e7926ab37c5936ce48cbb3227f92
* Fix 5299746: Tweak layout and iconsChih-Chung Chang2011-09-211-2/+2
| | | | Change-Id: I36d050fb2459ca559b74be1112b4ac6a8566dc1e
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-3/+25
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* New UI for Gallery.Chih-Chung Chang2011-09-161-3/+1
| | | | Change-Id: I5f243c00ebac55a9b333a9e13d0cc9c371a85005
* Use different UIs for phone's portrait mode in manage offline page.Owen Lin2011-09-141-39/+149
| | | | | | | | | fix: 5100503 The original UI design is not suitable for phone's portait mode. I move the UIs from GL view to android View to get better support. Change-Id: Ice5f536129f66b51cdaf4db1be750be7bc072c7f
* Debugging 5166199. Add log messages for analysis.Ray Chen2011-08-311-0/+3
| | | | Change-Id: I1786e540b5bf19460dcca06acd8a77c9287593f8
* Initial code for Gallery2.Owen Lin2011-08-181-0/+271
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c