OSDN Git Service

android-x86/packages-apps-Gallery2.git
11 years agoRetire LOCAL_NDK_VERSION.
Ying Wang [Tue, 14 Aug 2012 17:33:44 +0000 (10:33 -0700)]
Retire LOCAL_NDK_VERSION.

Bug: 6932421
Change-Id: I9e5e8fba22ac235701c002e27012bb3954896140

11 years agoRename ThemeCamera to Theme.Camera to be consistent.
Wu-cheng Li [Tue, 14 Aug 2012 08:21:00 +0000 (16:21 +0800)]
Rename ThemeCamera to Theme.Camera to be consistent.

bug:6982707
Change-Id: Ic82f542ee8aafdf6c49344887459e75303ca5df8

11 years agoMerge "Make a copy of MotionEvent in MotionEventHelper.transform." into gb-ub-photos...
Wu-cheng Li [Tue, 14 Aug 2012 05:02:40 +0000 (22:02 -0700)]
Merge "Make a copy of MotionEvent in MotionEventHelper.transform." into gb-ub-photos-arches

11 years agoMerge "Remove the previewImage and staticWallpaperPreview." into gb-ub-photos-arches
Owen Lin [Tue, 14 Aug 2012 04:08:17 +0000 (21:08 -0700)]
Merge "Remove the previewImage and staticWallpaperPreview." into gb-ub-photos-arches

11 years agoRemove the previewImage and staticWallpaperPreview.
Owen Lin [Mon, 13 Aug 2012 07:34:59 +0000 (15:34 +0800)]
Remove the previewImage and staticWallpaperPreview.

Change-Id: I804ea494efdcca5fa70944f29e92c5f022f622c1
fix: 6974862

11 years agoMerge "Extract EXIF info only for JPEG files" into gb-ub-photos-arches
Owen Lin [Tue, 14 Aug 2012 03:49:31 +0000 (20:49 -0700)]
Merge "Extract EXIF info only for JPEG files" into gb-ub-photos-arches

11 years agoShow album counts in Gallery & other small reskin fixes
Bobby Georgescu [Mon, 13 Aug 2012 20:30:02 +0000 (13:30 -0700)]
Show album counts in Gallery & other small reskin fixes

Bug: 6975144
Change-Id: I2f12c6482cc009aecbca3e26482ebd8944f01bb8

11 years agoFix white viewfinder flash introduced by Gallery UI reskin
Bobby Georgescu [Mon, 13 Aug 2012 18:01:10 +0000 (11:01 -0700)]
Fix white viewfinder flash introduced by Gallery UI reskin

Bug: 6974088
Change-Id: Id6269fdbe4b5cf0d5befee800ff3c57c3b501448

11 years agoMake a copy of MotionEvent in MotionEventHelper.transform.
Wu-cheng Li [Mon, 13 Aug 2012 09:31:22 +0000 (17:31 +0800)]
Make a copy of MotionEvent in MotionEventHelper.transform.

RotateLayout transforms the event in dispatchTouchEvent.
If the event is not handled, the parent of RotateLayout
may send the transformed event to other views and the
coordinates will be wrong. Make a copy of MotionEvent in
transform. This also makes the behavior consistent in
different API levels.

bug:6974916
Change-Id: Id835767cc9be3f244e5abe2b855e5188045adedc

11 years agoExtract EXIF info only for JPEG files
Owen Lin [Thu, 9 Aug 2012 10:22:40 +0000 (18:22 +0800)]
Extract EXIF info only for JPEG files

bug: 6489840
Change-Id: I0ad682bffa5374d0d61ebaa502cc8b90e469b4c8

11 years agoMerge "First gallery reskin iteration." into gb-ub-photos-arches
Bobby Georgescu [Fri, 10 Aug 2012 17:45:55 +0000 (10:45 -0700)]
Merge "First gallery reskin iteration." into gb-ub-photos-arches

11 years agoMerge "Guard android.media.effect.Effect with TargetApi." into gb-ub-photos-arches
Wu-cheng Li [Fri, 10 Aug 2012 09:10:15 +0000 (02:10 -0700)]
Merge "Guard android.media.effect.Effect with TargetApi." into gb-ub-photos-arches

11 years agoMerge "Guard SurfaceTextureScreenNail with TargetApi." into gb-ub-photos-arches
Wu-cheng Li [Fri, 10 Aug 2012 08:25:09 +0000 (01:25 -0700)]
Merge "Guard SurfaceTextureScreenNail with TargetApi." into gb-ub-photos-arches

11 years agoMerge "Check if the ExifParser paser every part in the test" into gb-ub-photos-arches
Owen Lin [Fri, 10 Aug 2012 08:22:32 +0000 (01:22 -0700)]
Merge "Check if the ExifParser paser every part in the test" into gb-ub-photos-arches

11 years agoMerge "Fix ExifParser bug when APP0 exists in Jpeg file" into gb-ub-photos-arches
Owen Lin [Fri, 10 Aug 2012 08:22:12 +0000 (01:22 -0700)]
Merge "Fix ExifParser bug when APP0 exists in Jpeg file" into gb-ub-photos-arches

11 years agoMerge "ignore uncompressed thumbnail when test exif thumbnail" into gb-ub-photos...
Owen Lin [Fri, 10 Aug 2012 08:20:03 +0000 (01:20 -0700)]
Merge "ignore uncompressed thumbnail when test exif thumbnail" into gb-ub-photos-arches

11 years agoMerge "Handle error when string length=0 in IfdParser" into gb-ub-photos-arches
Owen Lin [Fri, 10 Aug 2012 08:17:00 +0000 (01:17 -0700)]
Merge "Handle error when string length=0 in IfdParser" into gb-ub-photos-arches

11 years agoGuard SurfaceTextureScreenNail with TargetApi.
Wu-cheng Li [Fri, 10 Aug 2012 08:03:23 +0000 (16:03 +0800)]
Guard SurfaceTextureScreenNail with TargetApi.

bug:6927809
Change-Id: If03ffbcbf908a960f00bba97be0cdbf317ecabe8

11 years agoGuard android.media.effect.Effect with TargetApi.
Wu-cheng Li [Fri, 10 Aug 2012 07:46:25 +0000 (15:46 +0800)]
Guard android.media.effect.Effect with TargetApi.

bug:6927717
Change-Id: I25f881ab449ea4cb26a41c5219884d93725a1693

11 years agoFirst gallery reskin iteration.
Bobby Georgescu [Wed, 8 Aug 2012 23:33:28 +0000 (16:33 -0700)]
First gallery reskin iteration.

Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6

11 years agoMerge "Hold WakeLock during MTP import" into gb-ub-photos-arches
Bobby Georgescu [Thu, 9 Aug 2012 05:20:53 +0000 (22:20 -0700)]
Merge "Hold WakeLock during MTP import" into gb-ub-photos-arches

11 years agoMerge "Rotate the texture in building PhotoFallbackEffect" into gb-ub-photos-arches
Owen Lin [Thu, 9 Aug 2012 02:53:30 +0000 (19:53 -0700)]
Merge "Rotate the texture in building PhotoFallbackEffect" into gb-ub-photos-arches

11 years agoDon't use getPreferredPreviewSizeForVideo and getSupportedVideoSizes before api 11.
Pin Ting [Wed, 8 Aug 2012 18:50:31 +0000 (11:50 -0700)]
Don't use getPreferredPreviewSizeForVideo and getSupportedVideoSizes before api 11.

Bug:6927815
Change-Id: Ifaa154c93536cfcc65fb1c67834dc737f2065f11

11 years agoRotate the texture in building PhotoFallbackEffect
Owen Lin [Wed, 8 Aug 2012 10:47:33 +0000 (18:47 +0800)]
Rotate the texture in building PhotoFallbackEffect

bug: 6525127
Change-Id: Iba348450b62190a1a2149cf0d7f20f19625cb6cf

11 years agoChange minSdkVersion to 10.
Wu-cheng Li [Wed, 8 Aug 2012 09:19:51 +0000 (17:19 +0800)]
Change minSdkVersion to 10.

bug:6927809
Change-Id: I6dcea54d3204bca71975a2600ee704a7161bf0bc

11 years agoCheck if the ExifParser paser every part in the test
Earl Ou [Tue, 7 Aug 2012 12:12:42 +0000 (20:12 +0800)]
Check if the ExifParser paser every part in the test

Change-Id: I1c58dfbbf74ada1d7f3d629ace4851d5022170f6

11 years agoFix ExifParser bug when APP0 exists in Jpeg file
Earl Ou [Tue, 7 Aug 2012 11:15:31 +0000 (19:15 +0800)]
Fix ExifParser bug when APP0 exists in Jpeg file

Change-Id: If5843757e00bc12bc50003eef3d78b9c3cedf69e

11 years agoignore uncompressed thumbnail when test exif thumbnail
Earl Ou [Wed, 8 Aug 2012 07:20:01 +0000 (15:20 +0800)]
ignore uncompressed thumbnail when test exif thumbnail

Change-Id: I32baae44994f3b113405082f55539e1a2a3db8bb

11 years agoHandle error when string length=0 in IfdParser
Earl Ou [Wed, 8 Aug 2012 07:19:13 +0000 (15:19 +0800)]
Handle error when string length=0 in IfdParser

Change-Id: I3a51e85060f3acd5026555e5f8d21f8cb2e0641e

11 years agoHold WakeLock during MTP import
Bobby Georgescu [Wed, 8 Aug 2012 07:09:50 +0000 (00:09 -0700)]
Hold WakeLock during MTP import

 Bug: 6680729
 Bug: 6827858

Change-Id: Ida82db3288a429dacc5830b82ec6bbd954f75cf1

11 years agoGuard the usage of MenuItem.setShowAsAction in MenuHelper.
Owen Lin [Tue, 7 Aug 2012 09:38:47 +0000 (17:38 +0800)]
Guard the usage of MenuItem.setShowAsAction in MenuHelper.

bug: 6927642
Change-Id: I3907ac2f86d38c15b681185abee5906ce243339a

11 years agoHide effect recording UI in ICS api level.
Pin Ting [Tue, 7 Aug 2012 22:53:18 +0000 (15:53 -0700)]
Hide effect recording UI in ICS api level.

Bug:6913179
Change-Id: I76e533fa04ac35a1e5b1ee54b9e120434e96ebbf

11 years agoMerge "Move motion event related methods to class MotionEventHelper." into gb-ub...
Wu-Cheng Li [Tue, 7 Aug 2012 10:31:25 +0000 (03:31 -0700)]
Merge "Move motion event related methods to class MotionEventHelper." into gb-ub-photos-arches

11 years agoMerge "1. add interoperability ifd in exif test and 2. add some log" into gb-ub-photo...
Owen Lin [Tue, 7 Aug 2012 10:10:44 +0000 (03:10 -0700)]
Merge "1. add interoperability ifd in exif test and 2. add some log" into gb-ub-photos-arches

11 years agoMerge "Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail...
Owen Lin [Tue, 7 Aug 2012 10:10:07 +0000 (03:10 -0700)]
Merge "Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail's information" into gb-ub-photos-arches

11 years agoMerge "Use hex to represent unknown type and byte type for ExifParser debugging"...
Owen Lin [Tue, 7 Aug 2012 10:06:01 +0000 (03:06 -0700)]
Merge "Use hex to represent unknown type and byte type for ExifParser debugging" into gb-ub-photos-arches

11 years agoMerge "1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner" into...
Owen Lin [Tue, 7 Aug 2012 10:05:28 +0000 (03:05 -0700)]
Merge "1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner" into gb-ub-photos-arches

11 years agoMove motion event related methods to class MotionEventHelper.
Ahbong Chang [Tue, 7 Aug 2012 08:46:09 +0000 (16:46 +0800)]
Move motion event related methods to class MotionEventHelper.

Bug: 6943189
Change-Id: I9084cc8ebb501a5b772ed4e00bd64a3b2e8bafb3

11 years ago1. add interoperability ifd in exif test and 2. add some log
Earl Ou [Tue, 7 Aug 2012 06:43:53 +0000 (14:43 +0800)]
1. add interoperability ifd in exif test and 2. add some log

Change-Id: I888d856a17e59754d5a43b10ec8c4d30b582c503

11 years agoChange Thumbnail test for ExifParser when there is no thumbnail or thumbnail's inform...
Earl Ou [Tue, 7 Aug 2012 06:40:56 +0000 (14:40 +0800)]
Change Thumbnail test for ExifParser when there is no thumbnail or thumbnail's information

Change-Id: Iabd632612895051ee73b776616355bf5e3680d34

11 years agoUse hex to represent unknown type and byte type for ExifParser debugging
Earl Ou [Tue, 7 Aug 2012 06:33:12 +0000 (14:33 +0800)]
Use hex to represent unknown type and byte type for ExifParser debugging

Change-Id: I1d63698a34cc2c582e3c9c1a117231489ea9e3a2

11 years ago1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner
Earl Ou [Mon, 6 Aug 2012 07:13:24 +0000 (15:13 +0800)]
1. Use xml to record true data for ExifParserTest 2. A ExifTestRunner

Change-Id: I6f0133a42670f5f4cbfa37a06bac41a8f6beceef

11 years agoAdd check for using SurfaceTexture when recording.
Angus Kong [Tue, 7 Aug 2012 09:15:14 +0000 (17:15 +0800)]
Add check for using SurfaceTexture when recording.

bug:6839752
Change-Id: Iafc6535fe057c7cd34264c6b104d2326e2f56a89

11 years agoDo not show photo editor before api level 14.
Yuli Huang [Mon, 6 Aug 2012 09:55:30 +0000 (17:55 +0800)]
Do not show photo editor before api level 14.

bug:6927717
Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000

11 years agoAdd API check for surface texture.
Wu-cheng Li [Tue, 7 Aug 2012 07:07:42 +0000 (15:07 +0800)]
Add API check for surface texture.

bug:6927809

Change-Id: I4b08df6670337592bb0ac1c2cf1235af085e9a1d

11 years agoAdd all ExifTag constant
Earl Ou [Mon, 6 Aug 2012 10:29:41 +0000 (18:29 +0800)]
Add all ExifTag constant

Change-Id: I8a5309cdb1d216c80df9b88973a3b72a5cf9a80f

11 years agoMerge "use InstrumentationTestCase for ExifParserTest" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:56:21 +0000 (19:56 -0700)]
Merge "use InstrumentationTestCase for ExifParserTest" into gb-ub-photos-arches

11 years agoMerge "Remove TYPE_SUB_IFD for next() in IfdParser" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:56:03 +0000 (19:56 -0700)]
Merge "Remove TYPE_SUB_IFD for next() in IfdParser" into gb-ub-photos-arches

11 years agoMerge "Check number of exif tag in test" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:55:41 +0000 (19:55 -0700)]
Merge "Check number of exif tag in test" into gb-ub-photos-arches

11 years agoMerge "Test read thumbnail" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:55:33 +0000 (19:55 -0700)]
Merge "Test read thumbnail" into gb-ub-photos-arches

11 years agoMerge "fix next ifd bug in ExifParser" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:52:26 +0000 (19:52 -0700)]
Merge "fix next ifd bug in ExifParser" into gb-ub-photos-arches

11 years agoMerge "Fix bug when call next() after nextidf in exif parser" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:52:08 +0000 (19:52 -0700)]
Merge "Fix bug when call next() after nextidf in exif parser" into gb-ub-photos-arches

11 years agoMerge "Test only keep some exif tags for value" into gb-ub-photos-arches
Owen Lin [Tue, 7 Aug 2012 02:51:30 +0000 (19:51 -0700)]
Merge "Test only keep some exif tags for value" into gb-ub-photos-arches

11 years agouse InstrumentationTestCase for ExifParserTest
Earl Ou [Fri, 3 Aug 2012 06:10:46 +0000 (14:10 +0800)]
use InstrumentationTestCase for ExifParserTest

because we don't need to test Activity

Change-Id: I3d21f7f5ca05cffba3bd2cd54c5899255e1103c1

11 years agoRemove TYPE_SUB_IFD for next() in IfdParser
Earl Ou [Fri, 3 Aug 2012 05:26:35 +0000 (13:26 +0800)]
Remove TYPE_SUB_IFD for next() in IfdParser

We should not read the offset because there are
too many exception. Users should check the id of the tag
and decide how to read the block by themselves.

Change-Id: Ie3f162c5c6dc25f15107e193adc080c7b51112b5

11 years agoCheck number of exif tag in test
Earl Ou [Fri, 3 Aug 2012 04:28:17 +0000 (12:28 +0800)]
Check number of exif tag in test

Change-Id: Ic84c7c004fe0ab5fcea9a0cc6e7f9d86db61abd8

11 years agoTest read thumbnail
Earl Ou [Fri, 3 Aug 2012 04:22:56 +0000 (12:22 +0800)]
Test read thumbnail

Change-Id: I2f7add7e3c9fc6ffe8c75f191f4b0322bc3047d5

11 years agofix next ifd bug in ExifParser
Earl Ou [Fri, 3 Aug 2012 04:20:49 +0000 (12:20 +0800)]
fix next ifd bug in ExifParser

Originally if we don't read value of tag we won't get 'NEXT_IFD'

Change-Id: I235977b3b482fbc4736c244d280c384c26df6483

11 years agoFix bug when call next() after nextidf in exif parser
Earl Ou [Wed, 1 Aug 2012 10:02:07 +0000 (18:02 +0800)]
Fix bug when call next() after nextidf in exif parser

Change-Id: Ibb0204627418f8fa650ce32e798a768da7762d59

11 years agoExplicitly export content providers
Nick Kralevich [Fri, 3 Aug 2012 22:50:39 +0000 (15:50 -0700)]
Explicitly export content providers

In a future version of Android, the default value for
<provider android:exported> will change from true to false.
Explicitly set android:exported="true"

Bug: 3306452
Change-Id: Ic5d3152988ed6a576501830338ec324f056921c4

11 years agoMerge "Add logging for monkey" into gb-ub-photos-arches
Doris Liu [Fri, 3 Aug 2012 16:35:40 +0000 (09:35 -0700)]
Merge "Add logging for monkey" into gb-ub-photos-arches

11 years agoTargetApi of ShareActionProvider should be ICS.
Wu-cheng Li [Fri, 3 Aug 2012 09:02:12 +0000 (17:02 +0800)]
TargetApi of ShareActionProvider should be ICS.

bug:6706723
Change-Id: I8d82662c4bdd44f970cb93b9986208e5f4db3c31

11 years agoAdd logging for monkey
Doris Liu [Fri, 3 Aug 2012 02:29:49 +0000 (19:29 -0700)]
Add logging for monkey

 Bug: 6495745

Change-Id: Ib24ba3dd6a887259c5e6083ca5eb270a0bd4e801

11 years agoShow the correct image on a ACTION_VIEW
Mangesh Ghiware [Fri, 27 Jul 2012 22:07:21 +0000 (15:07 -0700)]
Show the correct image on a ACTION_VIEW

Bug: 6819100
Change-Id: I7c381c506fa627c3f285fb6857b77cdb770addb7

11 years agoFix typo of datetaken field.
Wu-cheng Li [Wed, 1 Aug 2012 10:31:08 +0000 (18:31 +0800)]
Fix typo of datetaken field.

Change-Id: I3d53388696101178598910d0b73444988408cbc3

11 years agoMerge "Change minSdkVersion to 11." into gb-ub-photos-arches
Wu-cheng Li [Wed, 1 Aug 2012 10:14:40 +0000 (03:14 -0700)]
Merge "Change minSdkVersion to 11." into gb-ub-photos-arches

11 years agoTest only keep some exif tags for value
Earl Ou [Wed, 1 Aug 2012 09:19:49 +0000 (17:19 +0800)]
Test only keep some exif tags for value

Change-Id: I06962ffb4e1c6844cc8c0d24b686571483f16c22

11 years agoMerge "Test skip to next ifd in ExifParserTest" into gb-ub-photos-arches
Earl Ou [Wed, 1 Aug 2012 09:21:55 +0000 (02:21 -0700)]
Merge "Test skip to next ifd in ExifParserTest" into gb-ub-photos-arches

11 years agoMerge "ExifParserTest" into gb-ub-photos-arches
Earl Ou [Wed, 1 Aug 2012 09:21:38 +0000 (02:21 -0700)]
Merge "ExifParserTest" into gb-ub-photos-arches

11 years agoMerge "Add some constants for exif tag" into gb-ub-photos-arches
Earl Ou [Wed, 1 Aug 2012 09:21:21 +0000 (02:21 -0700)]
Merge "Add some constants for exif tag" into gb-ub-photos-arches

11 years agoMerge "Fix a bug in IfdParser" into gb-ub-photos-arches
Earl Ou [Wed, 1 Aug 2012 09:21:04 +0000 (02:21 -0700)]
Merge "Fix a bug in IfdParser" into gb-ub-photos-arches

11 years agoTest skip to next ifd in ExifParserTest
Earl Ou [Wed, 1 Aug 2012 08:46:06 +0000 (16:46 +0800)]
Test skip to next ifd in ExifParserTest

Change-Id: Icc53e75d563acb304c23349c28d604d439b4b314

11 years agoExifParserTest
Earl Ou [Wed, 1 Aug 2012 08:24:44 +0000 (16:24 +0800)]
ExifParserTest

test basic parse function of ExifParser

Change-Id: I4dbe9231917c205b0cb95aab639744ce0debbec8

11 years agoDon't use Files.getContentUri in previous API levels.
Owen Lin [Tue, 31 Jul 2012 06:22:02 +0000 (14:22 +0800)]
Don't use Files.getContentUri in previous API levels.

Change-Id: I4d096734d22c93b83b2bf8082450ad0d73ade837

11 years agoMerge "Remove /mtp from TOP_SET_PATH before HC." into gb-ub-photos-arches
Owen Lin [Wed, 1 Aug 2012 08:28:08 +0000 (01:28 -0700)]
Merge "Remove /mtp from TOP_SET_PATH before HC." into gb-ub-photos-arches

11 years agoAdd some constants for exif tag
Earl Ou [Wed, 1 Aug 2012 08:23:44 +0000 (16:23 +0800)]
Add some constants for exif tag

Change-Id: I236f8187668bb144f47214b7241a873223111f9e

11 years agoFix a bug in IfdParser
Earl Ou [Wed, 1 Aug 2012 08:19:39 +0000 (16:19 +0800)]
Fix a bug in IfdParser

Originally if we call next after the last tag without read the value,
we will receive a wrong tag.

Change-Id: Ib154d112a568c593270ee6676d4954a7c26567f2

11 years agoRemove /mtp from TOP_SET_PATH before HC.
Owen Lin [Wed, 1 Aug 2012 08:14:39 +0000 (16:14 +0800)]
Remove /mtp from TOP_SET_PATH before HC.

bug: 6913061
Change-Id: Iecdb6452035b83070502977265a3e0d526ea784c

11 years agoChange minSdkVersion to 11.
Wu-cheng Li [Wed, 1 Aug 2012 07:47:08 +0000 (15:47 +0800)]
Change minSdkVersion to 11.

Change-Id: If1f4ebb2850e80c965be4e664a67eb8023376926

11 years agoMerge "Suppress the warnings in EffectRecorder" into gb-ub-photos-arches
Owen Lin [Wed, 1 Aug 2012 07:32:12 +0000 (00:32 -0700)]
Merge "Suppress the warnings in EffectRecorder" into gb-ub-photos-arches

11 years agoMerge "Handle null item in findIndexOfPathInCache." into gb-ub-photos-arches
Chih-Chung Chang [Wed, 1 Aug 2012 07:19:27 +0000 (00:19 -0700)]
Merge "Handle null item in findIndexOfPathInCache." into gb-ub-photos-arches

11 years agoHandle null item in findIndexOfPathInCache.
Chih-Chung Chang [Wed, 1 Aug 2012 06:43:35 +0000 (14:43 +0800)]
Handle null item in findIndexOfPathInCache.

Bug: 6708911
Change-Id: Ifd1e8342906a3c61d30448ea6b0085c37ccdeb03

11 years agoSuppress the warnings in EffectRecorder
Owen Lin [Wed, 1 Aug 2012 05:32:34 +0000 (13:32 +0800)]
Suppress the warnings in EffectRecorder

Change-Id: I29d8348f40c35e720ab230e2c599bf8a8ff2a953

11 years agoDo not use ShareActionProvider before API 14.
Wu-cheng Li [Thu, 19 Jul 2012 09:11:06 +0000 (17:11 +0800)]
Do not use ShareActionProvider before API 14.

Use simple share intent before API 14.

bug:6706723

Change-Id: I47930f0b81c7c8c1943054964a093967a7704bf1

11 years agoManually transform the event coordinates on older platforms.
Chih-Chung Chang [Tue, 31 Jul 2012 05:03:24 +0000 (13:03 +0800)]
Manually transform the event coordinates on older platforms.

Change-Id: I070b27112ea028f2a1596dcdfa480537765174b9

11 years agoMerge "Fix bugs 6882711 and 6836814" into gb-ub-photos-arches
Bobby Georgescu [Tue, 31 Jul 2012 17:03:22 +0000 (10:03 -0700)]
Merge "Fix bugs 6882711 and 6836814" into gb-ub-photos-arches

11 years agoAdd API check for camera metering area.
Angus Kong [Tue, 31 Jul 2012 01:50:12 +0000 (09:50 +0800)]
Add API check for camera metering area.

bug:6881073
Change-Id: I08ea3bd8e6f128e8998f4048eb451cb80c342fe5

11 years agoMerge "Check api level before invoking setHomeButtonEnabled()." into gb-ub-photos...
Ahbong Chang [Tue, 31 Jul 2012 07:52:04 +0000 (00:52 -0700)]
Merge "Check api level before invoking setHomeButtonEnabled()." into gb-ub-photos-arches

11 years agoMerge "Fix some lint warnings in Gallery." into gb-ub-photos-arches
Owen Lin [Tue, 31 Jul 2012 07:36:10 +0000 (00:36 -0700)]
Merge "Fix some lint warnings in Gallery." into gb-ub-photos-arches

11 years agoCheck api level before invoking setHomeButtonEnabled().
Ahbong Chang [Tue, 31 Jul 2012 03:13:29 +0000 (11:13 +0800)]
Check api level before invoking setHomeButtonEnabled().

Bug: 6706785
Change-Id: I2ad4d4961705c38a4d1047732f45dc9c69580782

11 years agoMerge "Don't use QUALITY_xxxP and hasProfile prior to API level 11." into gb-ub-photo...
Pin Ting [Tue, 31 Jul 2012 04:39:26 +0000 (21:39 -0700)]
Merge "Don't use QUALITY_xxxP and hasProfile prior to API level 11." into gb-ub-photos-arches

11 years agoMerge "Fix Gallery2Tests Build" into gb-ub-photos-arches
Earl Ou [Tue, 31 Jul 2012 02:21:34 +0000 (19:21 -0700)]
Merge "Fix Gallery2Tests Build" into gb-ub-photos-arches

11 years agoFix Gallery2Tests Build
Earl Ou [Tue, 31 Jul 2012 00:50:59 +0000 (08:50 +0800)]
Fix Gallery2Tests Build

Remove dependancy of android-test-runner in Android.mk
Also LOCAL_SDK_VERSION is needed in Android.mk for unbundle-branches
to avoid hiden api

Change-Id: I38cef8261aab264fe5a109ca5a6857eee3dff11b

11 years agoDon't use QUALITY_xxxP and hasProfile prior to API level 11.
Pin Ting [Mon, 30 Jul 2012 23:11:24 +0000 (16:11 -0700)]
Don't use QUALITY_xxxP and hasProfile prior to API level 11.

Bug:6900688
Change-Id: I4b852a3727e46a9bd3ebb55c726e64519f9c2092

11 years agoFix bugs 6882711 and 6836814
Bobby Georgescu [Mon, 30 Jul 2012 18:12:58 +0000 (11:12 -0700)]
Fix bugs 6882711 and 6836814

 Bug: 6882711
 Bug: 6836814

 A number of issues surrounding the behavior after deleting
 the last photo from the camera roll within the Camera app,
 including occasional black screen & incorrectly persistent
 action bar.

Change-Id: Ib5f41a78c613da90bb844aab2d40f45e314d3ee3

11 years agoMerge "Remove dependency on android.widget.Switch." into gb-ub-photos-arches
Pin Ting [Mon, 30 Jul 2012 17:24:48 +0000 (10:24 -0700)]
Merge "Remove dependency on android.widget.Switch." into gb-ub-photos-arches

11 years agoDon't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.
Owen Lin [Fri, 27 Jul 2012 03:46:50 +0000 (11:46 +0800)]
Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.

bug: 6706724
bug: 6706785

Change-Id: I09e48b8a042c5ce84442dddaf4e4bdfd1960ec4f

11 years agoFix some lint warnings in Gallery.
Owen Lin [Thu, 26 Jul 2012 09:16:47 +0000 (17:16 +0800)]
Fix some lint warnings in Gallery.

1. Implement our own openPipeHelper
2. Add @TargetApi to TileImageViewAdapter

Change-Id: I74dca78c4c4f18e0f782afad02d5ba9b410a503e

11 years agoMerge "Code clean up." into gb-ub-photos-arches
Ahbong Chang [Mon, 30 Jul 2012 06:31:17 +0000 (23:31 -0700)]
Merge "Code clean up." into gb-ub-photos-arches

11 years agoMerge "Low-level exif parser" into gb-ub-photos-arches
Earl Ou [Mon, 30 Jul 2012 03:59:17 +0000 (20:59 -0700)]
Merge "Low-level exif parser" into gb-ub-photos-arches