summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle wrong thumbnail tag typeEarl Ou2012-11-073-45/+94
| | | | Change-Id: If41834f0aa86425a06aaede815f3e0c3cdd17fd9
* Handle undefined tags and ignore copyright tag in exif testEarl Ou2012-11-076-125/+152
| | | | Change-Id: I531518555257bdaefb79b681282c6aad07542b4b
* Handle invalid offset value in ExifParserEarl Ou2012-11-073-19/+76
| | | | Change-Id: I6d4a0edec361f8359535761d7f12ab9363ff1ad1
* ignore image with invalid thumbnail type in Exif testEarl Ou2012-11-071-3/+3
| | | | Change-Id: I6fc3a2dde4caf881b3b63aa95f1997ee9ccd4dbc
* Handle tag not found in ExifParserTestEarl Ou2012-11-071-0/+3
| | | | Change-Id: I892336ff3f73f91f5ac45ab9868f4ecfa61051ac
* fix OOM in exif testEarl Ou2012-11-071-0/+1
| | | | Change-Id: I41831e5831b2081f9b6bef6e57bd914faa41385b
* am 9ec5de9d: Fix scenario where launching Gallery launches CameraBobby Georgescu2012-11-061-1/+2
|\ | | | | | | | | * commit '9ec5de9dbf46caecd2f0b38a72d31fa37ecb0466': Fix scenario where launching Gallery launches Camera
| * Fix scenario where launching Gallery launches CameraBobby Georgescu2012-11-061-1/+2
| | | | | | | | | | Bug: 7479102 Change-Id: Ib4676a7149c659897eee1dbbb92ab09861bd0ed4
* | Split PhotoPage into FilmstripPage and SinglePhotoPageBobby Georgescu2012-11-057-9/+51
| | | | | | | | | | Bug: 7479348 Change-Id: I98f668bd00e2e09bda9d5d9965fdbdaf1b832bfa
* | Load correct localized album names after language changeBobby Georgescu2012-11-052-6/+3
| | | | | | | | | | Bug: 7459805 Change-Id: I484ffea5b07488ffdda2e265c4efa32a3333ea03
* | Adding AccessibilityUtils classDoris Liu2012-11-051-0/+54
| | | | | | | | | | | | | | | | | | Bug: 7434841 All the functions in this class should be backward compatible to gingerbread. Change-Id: I280a64d195b2df123607a5cdad5886e3048dbb92
* | Add API check for method announceForAccessibilityDoris Liu2012-11-021-0/+3
| | | | | | | | | | Bug: 7434841 Change-Id: Ib97a322b4cdb1e1ca81d6ffa092e40f5ae172cb4
* | am b41864f1: (-s ours) Merge "Lock icon in secure album should redirect to ↵Bart Sears2012-11-020-0/+0
|\| | | | | | | | | | | | | gallery after unlock." into gb-ub-photos-arches * commit 'b41864f13b83a4f2d92f601b2e4381762ad1effa': Lock icon in secure album should redirect to gallery after unlock.
| * Lock icon in secure album should redirect to gallery after unlock.Wu-cheng Li2012-11-022-1/+10
| | | | | | | | | | | | | | | | | | Use FLAG_DISMISS_KEYGUARD so lock screen will be brought up when launching gallery. bug:7462572 Change-Id: I345398cc6cfc09901e1ce8309ebdb65cf15088e0
* | am 25fab805: Merge "Fix extra gray item in secure album." into ↵George Mount2012-11-011-4/+9
|\| | | | | | | | | | | | | gb-ub-photos-arches * commit '25fab8057e0db4b1ff33b8da13b270d9af8ae217': Fix extra gray item in secure album.
| * Merge "Fix extra gray item in secure album." into gb-ub-photos-archesGeorge Mount2012-11-011-4/+9
| |\
| | * Fix extra gray item in secure album.George Mount2012-11-011-4/+9
| | | | | | | | | | | | | | | | | | Bug 7454444 Change-Id: I83f40e7e74f658a7b9ada148932a231ef8c31f73
* | | am 40bb7158: Merge "Jump to lockscreen in secure album if tap on video" into ↵Bart Sears2012-11-011-3/+6
|\| | | | | | | | | | | | | | | | | | | | gb-ub-photos-arches * commit '40bb7158b8bda53433b36b94d6efed0e3937dcf2': Jump to lockscreen in secure album if tap on video
| * | Merge "Jump to lockscreen in secure album if tap on video" into ↵Bart Sears2012-11-011-3/+6
| |\ \ | | | | | | | | | | | | gb-ub-photos-arches
| | * | Jump to lockscreen in secure album if tap on videoAngus Kong2012-11-011-3/+6
| | |/ | | | | | | | | | | | | bug:7454356 Change-Id: I1e7e9ed886d414d5b41abdb1cc1d00c7736ae006
* | | am 769d38db: Fix tiny planet not using XMP metadata anymoreSascha Haeberling2012-11-011-9/+8
|\| | | | | | | | | | | | | | * commit '769d38db5736cd690ab7837c0824572739c39184': Fix tiny planet not using XMP metadata anymore
| * | Fix tiny planet not using XMP metadata anymoreSascha Haeberling2012-10-311-9/+8
| |/ | | | | | | | | | | | | | | | | Bug: 7452777 Background: Semantics of isPanoramaSafe has changed and should not be called from within the TinyPlanet filter at all. Change-Id: I6bada525d30d9ff21fdff99f52c6697c3f828c7e
* | Use the system-standard long press vibration patternBobby Georgescu2012-10-313-22/+10
| | | | | | | | | | Bug: 7216819 Change-Id: I575868583777a7a953d767d0cdaa91a439d908ff
* | Disable operations when no item is selectedDoris Liu2012-10-311-0/+9
| | | | | | | | | | Bug: 7441208 Change-Id: I2f435ad8aa0b578ecfec426f7ad6287f0f210f48
* | Merge "Fix jank on videoplayer auto-exit" into gb-ub-photos-bryceBobby Georgescu2012-10-311-1/+1
|\ \
| * | Fix jank on videoplayer auto-exitBobby Georgescu2012-10-311-1/+1
| | | | | | | | | | | | | | | Bug: 7344292 Change-Id: I3af95d3370769a6465644fa4aabe3f2ffa2980e7
* | | Merge "Gingerbread support-ish" into gb-ub-photos-bryceJohn Reck2012-10-3196-65/+30573
|\ \ \ | |/ / |/| |
| * | Gingerbread support-ishJohn Reck2012-10-3196-65/+30573
| | | | | | | | | | | | | | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* | | Handle invalid data type in ExifParserEarl Ou2012-10-312-1/+18
| | | | | | | | | | | | Change-Id: I547021c03ec9e5d53c7452926c2ca5b6bf11dc43
* | | Handle images with multile APP1 in ExifParserEarl Ou2012-10-311-14/+19
| | | | | | | | | | | | Change-Id: If88384066b008bc6a68976b6e291cc1dbcd65914
* | | Handle the last null byte in Exif tag.Earl Ou2012-10-313-28/+75
| | | | | | | | | | | | Change-Id: Ic802810d11518dfeb80d1338db65b2e1e1cc8476
* | | Do not use UTF-8 to decode string in ExifOutputStreamEarl Ou2012-10-311-4/+8
| | | | | | | | | | | | Change-Id: Id0303a9e8a72db1625e8d0f7487be44227b0ce6a
* | | print image path when setup error in Exif testEarl Ou2012-10-311-9/+13
|/ / | | | | | | Change-Id: Ia4391571695ea518eac53f2b8c6b1a2acb5159c1
* | am 310db394: (-s ours) Merge "DO NOT MERGE: Do not set the background to ↵Tenghui Zhu2012-10-300-0/+0
|\| | | | | | | | | | | | | null for video." into gb-ub-photos-arches * commit '310db394adcdb8677b9a3d0f37a4abee63bdbb50': DO NOT MERGE: Do not set the background to null for video.
| * Merge "DO NOT MERGE: Do not set the background to null for video." into ↵Tenghui Zhu2012-10-301-21/+1
| |\ | | | | | | | | | gb-ub-photos-arches
| | * DO NOT MERGE: Do not set the background to null for video.Romain Guy2012-10-301-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #7275145 Bug 7405595 Removing the window background when it's not visible is a good idea to save on performance. Removing *all* the backgrounds is just a silly idea that leads to weird looking results that drive graphics engineers mad for a day until they figure out that everything is working properly and that the app is simply asking the system to draw whatever garbage is left in the GPU's graphics buffers. Cherry pick the Romain's change from jb-mr1-dev: https://googleplex-android-review.googlesource.com/#/c/234571/ Change-Id: Ief88821319989add5fda57ae7b69cdb01f6ccdf4
* | | am c7536cfa: Merge "Show sync error toast only when both loading and syncing ↵Bart Sears2012-10-307-15/+58
|\| | | | | | | | | | | | | | | | | | | | are done." into gb-ub-photos-arches * commit 'c7536cfa819d10e0c556ecb30c53a58c048fa327': Show sync error toast only when both loading and syncing are done.
| * | Merge "Show sync error toast only when both loading and syncing are done." ↵Bart Sears2012-10-307-15/+58
| |\ \ | | |/ | |/| | | | into gb-ub-photos-arches
| | * Show sync error toast only when both loading and syncing are done.Hung-ying Tyan2012-10-307-15/+58
| | | | | | | | | | | | | | | Bug: 7427597 Change-Id: Ie1fe8510e2a2225424b3c2892b2c0a8b4021324c
* | | am aa8228a4: Merge "Don\'t use an album for UriImages." into gb-ub-photos-archesGeorge Mount2012-10-301-32/+0
|\| | | | | | | | | | | | | | * commit 'aa8228a42b25b60f0663770beea9acdce536f699': Don't use an album for UriImages.
| * | Don't use an album for UriImages.George Mount2012-10-291-32/+0
| |/ | | | | | | | | | | Bug 7422455 Change-Id: Ic9b0ae762b56f6734a1bd452c6c877431b90c0a6
* | Merge "Gallery: Do not set the background to null for video." into ↵Teng-Hui Zhu2012-10-301-21/+0
|\ \ | | | | | | | | | gb-ub-photos-bryce
| * | Gallery: Do not set the background to null for video.Teng-Hui Zhu2012-10-301-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix screen corruption when exit while video complete or rotate while video playing. bug:7405595 Change-Id: I8b559390a284e5c850bc02a76add86c4de600144
* | | Disable save button when there's no modificationDoris Liu2012-10-293-13/+24
| | | | | | | | | | | | | | | Bug: 7353884 Change-Id: I1b88e8b8ab3a92aad1226c60062a17a2f4badfb9
* | | am dc03ae14: Reset rotation flagnicolasroard2012-10-291-1/+1
|\ \ \ | | |/ | |/| | | | | | | * commit 'dc03ae144d838714446b239f2b0c519d956af6ff': Reset rotation flag
| * | Reset rotation flagnicolasroard2012-10-291-1/+1
| | | | | | | | | | | | | | | bug:7386221 Change-Id: I45a615a880a96d54bbde0a5ce648e02ff86db1de
* | | am 98990049: Merge "Fix zooming position" into gb-ub-photos-archesnicolasroard2012-10-294-29/+180
|\| | | | | | | | | | | | | | * commit '98990049451cda3540f6cff1ae8065c3675ed3d8': Fix zooming position
| * | Merge "Fix zooming position" into gb-ub-photos-archesnicolasroard2012-10-294-29/+180
| |\ \
| | * | Fix zooming positionnicolasroard2012-10-284-31/+180
| | | | | | | | | | | | | | | | | | | | bug:7386221 Change-Id: I70215d3c3e12d08eee40a3cc848e3fc50f7dda75
* | | | am 17540e58: Do not copy XMP data if it has TinyPlanet filterJohn Hoford2012-10-291-0/+4
|\| | | | | | | | | | | | | | | | | | | * commit '17540e58b8454e820a6273365cee94742d9b9900': Do not copy XMP data if it has TinyPlanet filter