summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add Shadow featureJohn Hoford2012-10-023-4/+65
| | | | | bug:7234321 Change-Id: Ib0d4db773486e469ed818385b68b7b907070c297
* Merge "Implements image sharing" into gb-ub-photos-archesnicolasroard2012-10-026-68/+255
|\
| * Implements image sharingnicolasroard2012-10-026-68/+255
| | | | | | | | | | bug:7233986 Change-Id: I8feb94d77facf8dbb8da5fab89b49ed7c224116e
* | Do not show grid/filmstrip spinner in secure camera modeBobby Georgescu2012-10-021-3/+7
| | | | | | | | | | Bug: 7274284 Change-Id: I74ede883fe726bd05e95b30d3f91da2856543123
* | Show Camera placeholder as first filmstrip item in rollBobby Georgescu2012-10-028-43/+142
|/ | | | | | | | | | Bug: 7272674 The camera roll filmstrip view now shows a shortcut to launch the camera when opened from the Gallery app. Note: the edits to SnailAlbum and SnailSource were made to allow sharing code between SingleItemAlbum and SnailAlbum Change-Id: I1bd2f3db99138c4b79a41c9c5baee46704cd18e0
* Merge "Trimming: Exit current activity after click done" into ↵Teng-Hui Zhu2012-10-021-0/+3
|\ | | | | | | gb-ub-photos-arches
| * Trimming: Exit current activity after click doneTeng-Hui Zhu2012-10-021-0/+3
| | | | | | | | | | | | | | Don't auto exit the trimmed video playing. bug:7093055 Change-Id: I97fa1556cbe0591f2204ab4135b85375f82abbe8
* | Merge "Fix NFC regression" into gb-ub-photos-archesJohn Reck2012-10-022-0/+2
|\ \
| * | Fix NFC regressionJohn Reck2012-10-022-0/+2
| | | | | | | | | | | | | | | | | | Bug: 7263536 Change-Id: Ieba6147fdc0279888ec1e6ea2101eab235522b9f
* | | Fix crash, remove logging added to diagnose bugBobby Georgescu2012-10-021-11/+2
|/ / | | | | | | | | | | | | | | | | Bug: 7216012 LocalMergeAlbum index was not being initialized in constructor so it was possible to access the index before it was populated with information. Change-Id: I7025839b0f3953b827f06c717cff6dc47a15b06c
* | Check item is editable before attempting to launch editorBobby Georgescu2012-10-021-1/+4
| | | | | | | | | | Bug: 7269840 Change-Id: I18af824865b8a158c7a89e2b34f51a32de144057
* | Remove ActionBarSherlockOwen Lin2012-10-0215-66/+63
| | | | | | | | | | | | bug: 7242682 Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
* | Merge "Update assets of the lock screen image in the secure album." into ↵Wu-cheng Li2012-10-011-1/+1
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Update assets of the lock screen image in the secure album.Wu-cheng Li2012-10-021-1/+1
| | | | | | | | | | | | | | | bug:7192331 Change-Id: I551e14420e43106e97b093884571eaea27b00425
* | | Merge "Revert "Enable swiping from LightCycle to Gallery"" into ↵George Mount2012-10-012-54/+0
|\ \ \ | | | | | | | | | | | | gb-ub-photos-arches
| * | | Revert "Enable swiping from LightCycle to Gallery"George Mount2012-10-012-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6fd25fd9a457346c8c32e8c4e68c7c491205730b Changed mechanism for enabling swipe in LightCycle. Change-Id: I5c9395eb97ee88d015fb3765d0594d92c4ae126d
* | | | Merge "Improve display of ActionBar album mode switcher" into ↵Bobby Georgescu2012-10-013-4/+17
|\ \ \ \ | | | | | | | | | | | | | | | gb-ub-photos-arches
| * | | | Improve display of ActionBar album mode switcherBobby Georgescu2012-10-013-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7265942 Bug: 7266862 - Ellipsize the title of the album when appropriate - Show correctly title when swiping from camera to gallery - Hide the delete icon in the overflow menu to match the latest UX mocks, making more room for title Change-Id: Ief77f65c972e75086c5dbf4229c9462cbcc17940
* | | | | Merge "Fix exposure and fixed warnings" into gb-ub-photos-archesJohn Hoford2012-10-012-6/+7
|\ \ \ \ \
| * | | | | Fix exposure and fixed warningsJohn Hoford2012-10-012-6/+7
| |/ / / / | | | | | | | | | | | | | | | bug:7234321
* | | | | Merge "Fix for exceptions when image has no orientation data." into ↵Ruben Brunk2012-10-011-5/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | gb-ub-photos-arches
| * | | | | Fix for exceptions when image has no orientation data.Ruben Brunk2012-10-011-5/+13
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7219163 When image has no orientation data, getOrientation now catches the SQLiteException. Change-Id: I6783f05bae67532c1b186fc07ca96b9361440984
* | | | | Merge "Enable swiping from LightCycle to Gallery" into gb-ub-photos-archesGeorge Mount2012-10-012-0/+54
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Enable swiping from LightCycle to GalleryGeorge Mount2012-10-012-0/+54
| |/ / | | | | | | | | | | | | | | | Bug 7212420 Change-Id: Ic61bc06c6113c969e4b2e6e9c87c78a8aa2cb402
* | | Move grid/filmstrip switching to ActionBar title "spinner"Bobby Georgescu2012-10-013-75/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7233818 Bug: 7240846 Bug: 7258973 Tapping the title of the album, whether in filmstrip or grid mode, allows switching between these modes using a menu. The album name is now displayed when viewing pictures in the filmstrip or zoomed in modes. Finally, no longer allow switching to grid mode when not appropriate. Change-Id: I4ee511feb7a74581fe185933ddd5110e5eb9feb0
* | | Merge "Remove OnFrameAvailableListener in tear down" into gb-ub-photos-archesJohn Reck2012-10-011-0/+1
|\ \ \ | |/ / |/| |
| * | Remove OnFrameAvailableListener in tear downJohn Reck2012-10-011-0/+1
| |/ | | | | | | | | | | Bug: 7217305 Change-Id: I79d1741cd757b2cc15a42336153af755ae84bd57
* / More logs for gallery crash error, remove a potential causeBobby Georgescu2012-10-012-5/+13
|/ | | | | | | | | | Bug: 7216012 Made sure that FilterDeleteSet doesn't ever return stale item counts, added extra logging in LocalMergeAlbum for NoSuchElementException so that we can have more info to diagnose this crash if it happens in the future. Change-Id: Ic988522fda4a16bb483db6ad34bc7f81ee098b03
* Merge "Fix border bug and filter application - fix layout (use framelayout) ↵nicolasroard2012-09-3021-204/+287
|\ | | | | | | - fix copy imagepreset - added a current image state panel - remove title for border images for now" into gb-ub-photos-arches
| * Fix border bug and filter applicationnicolasroard2012-09-2921-204/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix layout (use framelayout) - fix copy imagepreset - added a current image state panel - remove title for border images for now bug:7256090 bug:7249672 bug:7234317 bug:7225150 Change-Id: I958628a1604c7e436e5d121556c8744f5748b1ec
* | Merge "Fix crash in album page" into gb-ub-photos-archesBobby Georgescu2012-09-302-2/+6
|\ \
| * | Fix crash in album pageBobby Georgescu2012-09-302-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7258955 Avoid second call to onPause when finishing ActivityState instance within onPause. Change-Id: I6081a6467e109a6edf35e60d24193e550cb0dd21
* | | Merge "Trimming: clean up strings and prevent too short or no trimming." ↵Teng-Hui Zhu2012-09-301-8/+27
|\ \ \ | |/ / |/| | | | | into gb-ub-photos-arches
| * | Trimming: clean up strings and prevent too short or no trimming.Teng-Hui Zhu2012-09-291-8/+27
| |/ | | | | | | | | | | | | Also view the result if the activity is not stopped. bug:7093055 Change-Id: If244d567a4be9da22542398f6b7c22a081786339
* | Merge "Remove video play icon and tap to play behavior for panorama." into ↵Mangesh Ghiware2012-09-304-28/+2
|\ \ | | | | | | | | | gb-ub-photos-arches
| * | Remove video play icon and tap to play behavior for panorama.Mangesh Ghiware2012-09-304-28/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | Bug: 7258968 Per new UX design, there'll be a panorama viewer icon in the bottom right instead (see b/7233446) This is essentially a revert of Change-Id I17fdb5d6bcab1f3997a1ab92fcf45e0309b394b3 Change-Id: Ib35c99cca4ee9b2422dd16f5ea3b931ad5f08f35
* / Update FX/pano button appearance, placement, animationBobby Georgescu2012-09-301-2/+2
|/ | | | | | Bug: 7213162 Bug: 7233446 Change-Id: Ief62e3f17ee08999a23656217dcf39bb91421d1e
* Remove the individual Curves channel filtersnicolasroard2012-09-281-171/+109
| | | | | | | Reorder the filters bug:7234317 Change-Id: Ia726fa8ea82580c97784eb03d4c6740cf4a603c4
* Add contrast & brightness filtersJohn Hoford2012-09-286-4/+449
| | | | | | | | Added hue fixed contrast Stablized Contrast, Saturation, Tint, Exposure bug:7234321 Change-Id: Iadd1e3ab215b60f920b718fa56611a07f24effee
* Improve ActionBarnicolasroard2012-09-281-2/+9
| | | | | | | | | - show both undo and redo - add the checkmark with done instead of the up mark bug:7233986 Change-Id: I32af8068b08763461b720054f270cb6acabefbbf
* Merge "Debounce after quick fling towards camera but zoom if slow" into ↵Bobby Georgescu2012-09-283-17/+70
|\ | | | | | | gb-ub-photos-arches
| * Debounce after quick fling towards camera but zoom if slowBobby Georgescu2012-09-283-17/+70
| | | | | | | | | | | | Bug: 7250026 Bug: 7213802 Change-Id: I3c900813937161744a36015469c70112f2cf356b
* | Fix NPE in GalleryActionBarMangesh Ghiware2012-09-282-13/+17
| | | | | | | | | | Bug: 7252666 Change-Id: Ide3c8e0d609743b34a3c53f3bb48dbeddb3f98c0
* | Change the slider values range to -100 -> 100nicolasroard2012-09-281-1/+5
| | | | | | | | | | bug:7247494 Change-Id: Ie007d93ac5e6c412fb97c1fc8cfb383387cec2a0
* | Merge "Fixed behavior for back key when viewing download." into ↵Ruben Brunk2012-09-281-0/+32
|\ \ | |/ |/| | | gb-ub-photos-arches
| * Fixed behavior for back key when viewing download.Ruben Brunk2012-09-261-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7205463 Bug: 7164238 Bug: 7175040 When viewing an image via the download notification from browser, changed the default behavior of the back key to take the user to the downloads folder. Change-Id: Ia842bfa0f23c3b0ba767e3f0447add2c9b2cc6a7
* | Merge "Trimming: Use OnClickListener for saving" into gb-ub-photos-archesTeng-Hui Zhu2012-09-281-6/+3
|\ \
| * | Trimming: Use OnClickListener for savingTeng-Hui Zhu2012-09-281-6/+3
| | | | | | | | | | | | | | | | | | bug:7093055 Change-Id: I4b6b408bb051aa1a7fb506f0b5d1db75fe3f1a2f
* | | Show a placeholder when the camera filmstrip is emptyBobby Georgescu2012-09-288-75/+261
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7213757 Tapping the placeholder takes the user back to the full-screen camera capture mode. Change-Id: I844f789b8e80f34e79f4a9c366c1c244bbf1f2a5
* | | Merge "Update to sharing panorama" into gb-ub-photos-archesMangesh Ghiware2012-09-275-43/+124
|\ \ \