OSDN Git Service

android-x86/packages-apps-Gallery2.git
12 years agomerge in ics-release history after reset to master
The Android Automerger [Tue, 11 Oct 2011 12:34:06 +0000 (05:34 -0700)]
merge in ics-release history after reset to master

12 years agoMerge "Fix b/5433856 and b/5433907."
Yuli Huang [Tue, 11 Oct 2011 08:36:09 +0000 (01:36 -0700)]
Merge "Fix b/5433856 and b/5433907."

12 years agoFix 5199444 In crop interface, check button and X button should be switched
Ray Chen [Tue, 11 Oct 2011 04:49:45 +0000 (12:49 +0800)]
Fix 5199444 In crop interface, check button and X button should be switched
Fix 5424781 Two "Tick mark" and "OK" option shows together in crop picture screen in Crespo IRL06.
Fix some other UI issues. (HOME_UP)

Change-Id: Idfa5a258af17b22f13a238cee63a43f3abff776b

12 years agoFix b/5433856 and b/5433907.
Yuli Huang [Sun, 9 Oct 2011 16:55:26 +0000 (00:55 +0800)]
Fix b/5433856 and b/5433907.

1. Make PhotoView restore rotation after the device awakes or
the orientation changes.
2. Avoid outputting top filter until the active effect requests its
output to fix incorrect Crop/Rotate/Doodle effects after device awakes.
3. Speed up rotation speed by removing queued outdated rotation.

Change-Id: I5b82ccfe4e27ad5f1d2505bdd7a7540e0a77b55d

12 years agomerge in ics-release history after reset to master
The Android Automerger [Sun, 9 Oct 2011 14:01:06 +0000 (07:01 -0700)]
merge in ics-release history after reset to master

12 years agoImport revised translations.
Eric Fischer [Fri, 7 Oct 2011 23:51:17 +0000 (16:51 -0700)]
Import revised translations.

Change-Id: If1ab0cee54999d4e6d6b003643cd9fe743568033

12 years agoRequest sync when there's no mediaItem in a mediaSet.
Hung-ying Tyan [Fri, 30 Sep 2011 06:42:50 +0000 (14:42 +0800)]
Request sync when there's no mediaItem in a mediaSet.

This is to fix the problem where media items haven't been sync'ed when the album
set or album is viewed for the first time.

+ Add MediaSet.SyncListener.
+ Make AlbumPage and AlbumSetPage implement SyncListener.
+ Implement requestSync() for ComboAlbum and ComboAlbumSet.
+ add ActivityState.isDestroyed(). This also fixes the problem where
  StateManager.finishState() may be called twice.

Bug: 5337899
Change-Id: I25364c3ac25721a2650701c5d7931bfb6daa9303

12 years agoMerge "Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must...
Ray Chen [Fri, 7 Oct 2011 05:40:35 +0000 (22:40 -0700)]
Merge "Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must use framework component"

12 years agoMerge "Fix 5343229 Location displayed as co-ordinates in details of picture captured...
Ray Chen [Fri, 7 Oct 2011 05:40:24 +0000 (22:40 -0700)]
Merge "Fix 5343229 Location displayed as co-ordinates in details of picture captured from camera"

12 years agoMerge "Fix 5250813 Use new standardized no account screen on first launch"
Ray Chen [Fri, 7 Oct 2011 04:27:45 +0000 (21:27 -0700)]
Merge "Fix 5250813 Use new standardized no account screen on first launch"

12 years agomerge in ics-release history after reset to master
The Android Automerger [Thu, 6 Oct 2011 14:01:13 +0000 (07:01 -0700)]
merge in ics-release history after reset to master

12 years agoReplace slider assets and fix save-share-button height.
Yuli Huang [Thu, 6 Oct 2011 10:11:50 +0000 (18:11 +0800)]
Replace slider assets and fix save-share-button height.

1. Use the same slider asset for both fill-light and highlights.
2. Update slider assets and dimensions.
3. Fix save-share-button height didn't fill action-bar.

Change-Id: I6b3a735c8f745084b89b1d6a035c7ed9bd4ff287

12 years agoFix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must use...
Ray Chen [Thu, 6 Oct 2011 04:00:44 +0000 (12:00 +0800)]
Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must use framework component

Change-Id: I38bdd487d5e406284d86557cfdd8592e598ebdd5

12 years agoMerge "Fix b/5413887 and b/5389281."
Yuli Huang [Thu, 6 Oct 2011 03:09:02 +0000 (20:09 -0700)]
Merge "Fix b/5413887 and b/5389281."

12 years agoFix 5343229 Location displayed as co-ordinates in details of picture captured from...
Ray Chen [Wed, 5 Oct 2011 04:31:24 +0000 (12:31 +0800)]
Fix 5343229 Location displayed as co-ordinates in details of picture captured from camera

Change-Id: I223b69a3e10fe85a4622cf33110414cd14624f36

12 years agoFix 5250813 Use new standardized no account screen on first launch
Ray Chen [Tue, 4 Oct 2011 07:19:44 +0000 (15:19 +0800)]
Fix 5250813 Use new standardized no account screen on first launch

This CL also fixes a bug in AlbumSetDataAdapter's ReloadTask, which
causes empty screen after pause/resume.

Change-Id: I7991d40a790384105ccb3021e1e51ba3e5ec8635

12 years agoEdit to Gallery string.
Claudia de Veaux [Wed, 5 Oct 2011 22:21:02 +0000 (15:21 -0700)]
Edit to Gallery string.
Bug: 5383037
"Delete?" should really just be "Delete".

Change-Id: Ibef97585fe3bae2a2e3062a01a3e9c8b260fe686

12 years agoMerge "Use merged album as the default parent set for an local media."
Wei Huang [Wed, 5 Oct 2011 18:29:01 +0000 (11:29 -0700)]
Merge "Use merged album as the default parent set for an local media."

12 years agomerge in ics-release history after reset to master
The Android Automerger [Wed, 5 Oct 2011 13:59:20 +0000 (06:59 -0700)]
merge in ics-release history after reset to master

12 years agoMerge "Fix 5319007: Add fling to PhotoView."
Chih-Chung Chang [Wed, 5 Oct 2011 12:46:03 +0000 (05:46 -0700)]
Merge "Fix 5319007: Add fling to PhotoView."

12 years agoFix 5319007: Add fling to PhotoView.
Chih-Chung Chang [Mon, 3 Oct 2011 13:11:39 +0000 (21:11 +0800)]
Fix 5319007: Add fling to PhotoView.

Change-Id: Iacda65fbe1fcb3ad245ad99e0b062606ca6792b9

12 years agoUse merged album as the default parent set for an local media.
Owen Lin [Wed, 5 Oct 2011 09:24:16 +0000 (17:24 +0800)]
Use merged album as the default parent set for an local media.

Change-Id: I36062cc1ea06ec9d2eb05e74157f4a071484a8a7
fix: 5141166

12 years agoFix b/5413887 and b/5389281.
Yuli Huang [Wed, 5 Oct 2011 08:22:10 +0000 (16:22 +0800)]
Fix b/5413887 and b/5389281.

1. Fix b/5413887 by releasing MFF effects as well as release
MFF effect-context.
2. Fix b/5389281 by removing photoView.setPhoto(null).

Change-Id: I1b848f6c87b03ba2539432fd6d6f13f4ac3a2907

12 years agoMerge "Fix b/5032231: Allow share in Photo Editor."
Yuli Huang [Wed, 5 Oct 2011 02:56:15 +0000 (19:56 -0700)]
Merge "Fix b/5032231: Allow share in Photo Editor."

12 years agoMerge "Gallery string edits to bring to standards. Bugs: 165745, 5163232, 5162668...
Claudia de Veaux [Tue, 4 Oct 2011 20:06:53 +0000 (13:06 -0700)]
Merge "Gallery string edits to bring to standards. Bugs: 165745, 51632325162668516266751623285383037"

12 years agoFix b/5032231: Allow share in Photo Editor.
Yuli Huang [Tue, 4 Oct 2011 16:01:02 +0000 (00:01 +0800)]
Fix b/5032231: Allow share in Photo Editor.

Change-Id: I5fd48243df76fd0c2617c92d7f73936172bf6c47

12 years agomerge in ics-release history after reset to master
The Android Automerger [Tue, 4 Oct 2011 14:00:32 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoFix b/5375999: replace effect thumbnails.
Yuli Huang [Tue, 4 Oct 2011 09:15:37 +0000 (17:15 +0800)]
Fix b/5375999: replace effect thumbnails.

1. Replace Doodle/Facelift thumbnails.
2. Adjust effect label margins.
3. Remove unused imports from FaceliftFilter.java.

Change-Id: I9e5f162721455ace62bb30d90301a9c70ff95fdc

12 years agoSimplify some calculation and add more comments.
Chih-Chung Chang [Fri, 30 Sep 2011 10:33:17 +0000 (18:33 +0800)]
Simplify some calculation and add more comments.

Change-Id: I0fcb2e48ba88dc957c5454de09059a265c3dbec1

12 years agoGallery string edits to bring to standards.
Claudia de Veaux [Tue, 4 Oct 2011 00:58:40 +0000 (17:58 -0700)]
Gallery string edits to bring to standards.
Bugs: 165745, 51632325162668516266751623285383037

Change-Id: Ifa7a9c608bbe59b104a0302555cfef54e00bb311

12 years agoRemove the "Gallery" title from the AlbumSet page.
Evan Millar [Mon, 3 Oct 2011 21:15:38 +0000 (14:15 -0700)]
Remove the "Gallery" title from the AlbumSet page.

bug:5239335
Change-Id: Iebe624fe8829cf6f905872caa958ebdc76aaa349

12 years agoMerge "Get rid of "flashies" in the action bar."
Evan Millar [Mon, 3 Oct 2011 20:30:00 +0000 (13:30 -0700)]
Merge "Get rid of "flashies" in the action bar."

12 years agoMerge "Various UI fixes in Gallery"
Evan Millar [Mon, 3 Oct 2011 20:29:26 +0000 (13:29 -0700)]
Merge "Various UI fixes in Gallery"

12 years agoGet rid of "flashies" in the action bar.
Evan Millar [Mon, 3 Oct 2011 18:31:19 +0000 (11:31 -0700)]
Get rid of "flashies" in the action bar.

-Filter out short spinner events. All spinner events that last <1sec are
now ignored. We also enforce a minimum delay time of 2 sec.
-Mark the share and delete menu items as visible="false" by default to
get rid of the quick display/removal of them under scenarios where they
are ultimately removed.

bug:5398336
Change-Id: I0620532f3ab59d9fde46123620eb781a87445b54

12 years agoFix b/5317371 to make action-bar consistent with framework CAB.
Yuli Huang [Fri, 30 Sep 2011 18:05:06 +0000 (02:05 +0800)]
Fix b/5317371 to make action-bar consistent with framework CAB.

1. Refactor to decouple ActionBar from FilterStackListener and
ActionBarListener to avoid FilterStack/Toolbar depending on ActionBar.
2. Recreate the action-bar on configuration changes and restore button
status and behaviors from the old action-bar.
3. Use framework CAB styles/dimensions to have consistent look and feel.

Change-Id: Ib7be0e0b8135f5f86af65b320f09b3d691464f54

12 years agomerge in ics-release history after reset to master
The Android Automerger [Mon, 3 Oct 2011 14:00:51 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoMerge "Import revised translations."
Eric Fischer [Fri, 30 Sep 2011 23:55:04 +0000 (16:55 -0700)]
Merge "Import revised translations."

12 years agoImport revised translations.
Eric Fischer [Fri, 30 Sep 2011 23:43:36 +0000 (16:43 -0700)]
Import revised translations.

Change-Id: Ia087d1303cf26cb2e7679485c62ac41b24f5ad29

12 years agoVarious UI fixes in Gallery
Evan Millar [Fri, 30 Sep 2011 16:57:14 +0000 (09:57 -0700)]
Various UI fixes in Gallery

-New assets for grid and strip selection borders.
-Fix spacing in details dialog.
-New scrollbar asset in the strip view.
-Deleted unused ScrollView.java and GlDetailsView.java

bug:5327238
Change-Id: I147b8f8069f42e345110f7ae86c47d331551f089

12 years agofacelift in gallery
Ruei-sung Lin [Mon, 19 Sep 2011 06:33:17 +0000 (14:33 +0800)]
facelift in gallery

Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b

12 years agomerge in ics-release history after reset to master
The Android Automerger [Fri, 30 Sep 2011 13:45:36 +0000 (06:45 -0700)]
merge in ics-release history after reset to master

12 years agoReplace effect thumbnails.
Bor-Yeh Shen [Fri, 30 Sep 2011 10:25:23 +0000 (18:25 +0800)]
Replace effect thumbnails.

Change-Id: I7a8548f23b6e039d59a2e27c7e172fc499a55f91

12 years agoMerge "Fix 5336726: sort local albums by reverse chronological order."
Chih-Chung Chang [Fri, 30 Sep 2011 04:13:37 +0000 (21:13 -0700)]
Merge "Fix 5336726: sort local albums by reverse chronological order."

12 years agoMerge "Rotate the image according to FullImageRotation."
Owen Lin [Fri, 30 Sep 2011 03:56:53 +0000 (20:56 -0700)]
Merge "Rotate the image according to FullImageRotation."

12 years agoFix 5336726: sort local albums by reverse chronological order.
Chih-Chung Chang [Thu, 29 Sep 2011 11:07:00 +0000 (19:07 +0800)]
Fix 5336726: sort local albums by reverse chronological order.

Change-Id: I3a04286bea7f43d5f3542b37eddbb4a0801e94f5

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Thu, 29 Sep 2011 21:25:11 +0000 (14:25 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: I83684406f2c3ac17cc89b746b27fb5a04333459b

12 years agoMerge "New spinner assets."
Evan Millar [Thu, 29 Sep 2011 17:27:32 +0000 (10:27 -0700)]
Merge "New spinner assets."

12 years agomerge in ics-release history after reset to master
The Android Automerger [Thu, 29 Sep 2011 14:00:16 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoRotate the image according to FullImageRotation.
Owen Lin [Thu, 29 Sep 2011 09:50:56 +0000 (17:50 +0800)]
Rotate the image according to FullImageRotation.

Change-Id: I2c1285aa50b71e0efdbe3c4c50264e42c7b9ab97
fix: 5389974

12 years agoNew spinner assets.
Evan Millar [Tue, 27 Sep 2011 20:38:34 +0000 (13:38 -0700)]
New spinner assets.

bug:5340690

Change-Id: I0181ce266717ebaf0558e71c0057e2ca0c6f267f

12 years agoAdd maskDebugInfo to display info for debugging build only.
Owen Lin [Tue, 27 Sep 2011 12:14:34 +0000 (20:14 +0800)]
Add maskDebugInfo to display info for debugging build only.

bug: 5335366

Change-Id: I5b6de536bb8e9439b61eb3778fbb1801c8e898c8

12 years agoFix 5388852: Separate CropImage activity to another process to have more memory.
Chih-Chung Chang [Thu, 29 Sep 2011 05:34:18 +0000 (13:34 +0800)]
Fix 5388852: Separate CropImage activity to another process to have more memory.

Change-Id: I3bed66e9c61269f94d909508b8a4b3fa6b934976

12 years agoSmall UI tweak: only show fade-in animation when the bitmap
Chih-Chung Chang [Thu, 29 Sep 2011 05:16:48 +0000 (13:16 +0800)]
Small UI tweak: only show fade-in animation when the bitmap
has not been available for rendering before.

Change-Id: I57df7911c5afa7aa2eec910d0e21679ed978ddad

12 years agoMerge "Change gallery crop interface to be consistent with widget resizing"
Michael Jurka [Thu, 29 Sep 2011 03:15:12 +0000 (20:15 -0700)]
Merge "Change gallery crop interface to be consistent with widget resizing"

12 years agomerge in ics-release history after reset to master
The Android Automerger [Thu, 29 Sep 2011 00:58:20 +0000 (17:58 -0700)]
merge in ics-release history after reset to master

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Thu, 29 Sep 2011 00:34:35 +0000 (17:34 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoam 8b577a93: (-s ours) Import revised translations. DO NOT MERGE.
Eric Fischer [Thu, 29 Sep 2011 00:01:07 +0000 (17:01 -0700)]
am 8b577a93: (-s ours) Import revised translations.  DO NOT MERGE.

* commit '8b577a93abeecdc6832c9888e269d5ba66d17b23':
  Import revised translations.  DO NOT MERGE.

12 years agoImport revised translations. DO NOT MERGE.
Eric Fischer [Wed, 28 Sep 2011 23:35:02 +0000 (16:35 -0700)]
Import revised translations.  DO NOT MERGE.

Change-Id: Idaa85ef45826993b5bc1f4bdf7cd434a3fefb616

12 years agoChange gallery crop interface to be consistent with widget resizing
Michael Jurka [Tue, 27 Sep 2011 19:21:27 +0000 (12:21 -0700)]
Change gallery crop interface to be consistent with widget resizing

- Always show the resize controls when you're not touching the UI
- Change the resize controls to the holo style

Change-Id: Ia32235d6d82196a24b26fc78b9e9e1e3fb1f5250

12 years agoMerge "Fix 5384679: Back button doesn't work in Video Player"
Chih-Chung Chang [Wed, 28 Sep 2011 15:07:57 +0000 (08:07 -0700)]
Merge "Fix 5384679: Back button doesn't work in Video Player"

12 years agomerge in ics-release history after reset to master
The Android Automerger [Wed, 28 Sep 2011 14:09:38 +0000 (07:09 -0700)]
merge in ics-release history after reset to master

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Wed, 28 Sep 2011 13:09:58 +0000 (06:09 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoFix 5384679: Back button doesn't work in Video Player
Chih-Chung Chang [Wed, 28 Sep 2011 13:07:19 +0000 (21:07 +0800)]
Fix 5384679: Back button doesn't work in Video Player

Change-Id: Idde8778fc5643ef21fd4ad39ffbaa3c9e0c7d147

12 years agoMerge "Fix 5158468: Hide system bar when no play control is shown."
Chih-Chung Chang [Wed, 28 Sep 2011 11:48:09 +0000 (04:48 -0700)]
Merge "Fix 5158468: Hide system bar when no play control is shown."

12 years agoFix 5158468: Hide system bar when no play control is shown.
Chih-Chung Chang [Tue, 27 Sep 2011 08:50:16 +0000 (16:50 +0800)]
Fix 5158468: Hide system bar when no play control is shown.

Change-Id: Iada70c39440f19eec1cb00088531719bc1bb8328

12 years agoMerge "Fix 5367072: Add thumbnail fade-in animation."
Chih-Chung Chang [Wed, 28 Sep 2011 07:18:27 +0000 (00:18 -0700)]
Merge "Fix 5367072: Add thumbnail fade-in animation."

12 years agoFix 5367072: Add thumbnail fade-in animation.
Chih-Chung Chang [Tue, 27 Sep 2011 11:44:36 +0000 (19:44 +0800)]
Fix 5367072: Add thumbnail fade-in animation.

Change-Id: I1101721c703d6dcb98f11178d54d65446f74ce06

12 years agoMerge "Fix 5341761 gallery vibrate on confirm delete"
Ray Chen [Wed, 28 Sep 2011 02:33:05 +0000 (19:33 -0700)]
Merge "Fix 5341761  gallery vibrate on confirm delete"

12 years agoam 6fef1583: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 27 Sep 2011 21:58:00 +0000 (14:58 -0700)]
am 6fef1583: (-s ours) Import revised translations.  DO NOT MERGE

* commit '6fef1583e0e2a16bc0e45d8166704410b9ecd016':
  Import revised translations.  DO NOT MERGE

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 27 Sep 2011 21:31:33 +0000 (14:31 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I19bd5d8966bb1d946e1885ac051f5256b4a25148

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Tue, 27 Sep 2011 20:32:29 +0000 (13:32 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoam fef5b986: Fix b/5287869 (and b/5369640).
Yuli Huang [Tue, 27 Sep 2011 17:28:02 +0000 (10:28 -0700)]
am fef5b986: Fix b/5287869 (and b/5369640).

* commit 'fef5b9860f0a88fc673af2187938956ebd0ade75':
  Fix b/5287869 (and b/5369640).

12 years agoFix b/5287869 (and b/5369640).
Yuli Huang [Tue, 27 Sep 2011 17:21:15 +0000 (01:21 +0800)]
Fix b/5287869 (and b/5369640).

Images from some app (MMS) may not have columns that PhotoEditor tries
to query, for example: the orientation. Just ignore the absent columns.

Change-Id: I1cda4e32241d9be7819453ede225388c7535c18c

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Tue, 27 Sep 2011 17:11:00 +0000 (10:11 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: Ic6421d14d0c9fac864e6fe67ae6cd763d50cab9a

12 years agomerge in ics-release history after reset to master
The Android Automerger [Tue, 27 Sep 2011 14:00:36 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoam d8ad9c0d: Fix 5369640: Only accept content://media URI for photo editor.
Chih-Chung Chang [Tue, 27 Sep 2011 11:36:08 +0000 (04:36 -0700)]
am d8ad9c0d: Fix 5369640: Only accept content://media URI for photo editor.

* commit 'd8ad9c0d4fbc8bf0bb8bb2849ef537f60f278f8f':
  Fix 5369640: Only accept content://media URI for photo editor.

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Tue, 27 Sep 2011 11:20:17 +0000 (04:20 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoFix 5341761 gallery vibrate on confirm delete
Ray Chen [Tue, 27 Sep 2011 07:48:08 +0000 (15:48 +0800)]
Fix 5341761  gallery vibrate on confirm delete

Change-Id: I819855f28246c91324ea86ab9e0ac1ec1c19783c

12 years agoFix 5299746: Update panorama thumbnail overlay.
Chih-Chung Chang [Tue, 27 Sep 2011 05:11:51 +0000 (13:11 +0800)]
Fix 5299746: Update panorama thumbnail overlay.

Change-Id: Ide3e592ad5f697acc6b2ebc2a092044803b82d7b

12 years agoFix 5369640: Only accept content://media URI for photo editor.
Chih-Chung Chang [Tue, 27 Sep 2011 04:36:41 +0000 (12:36 +0800)]
Fix 5369640: Only accept content://media URI for photo editor.

Change-Id: Ie68e9cfb8ef8d181ac7e23abd4b0caa6ded20938

12 years agoMove out PositionController from PhotoView.
Chih-Chung Chang [Mon, 26 Sep 2011 09:34:06 +0000 (17:34 +0800)]
Move out PositionController from PhotoView.

Change-Id: Id1088ffbd67ff5e986fdf16f70ba24f1537d10ab

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Mon, 26 Sep 2011 23:17:28 +0000 (16:17 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoam 9025dba3: (-s ours) (DO NOT MERGE)
Owen Lin [Mon, 26 Sep 2011 20:56:01 +0000 (13:56 -0700)]
am 9025dba3: (-s ours) (DO NOT MERGE)

* commit '9025dba35881391c24bdaa88d1ec84d15d722f65':
  (DO NOT MERGE)

12 years ago(DO NOT MERGE)
Owen Lin [Tue, 13 Sep 2011 12:48:13 +0000 (20:48 +0800)]
(DO NOT MERGE)

Add a hard limit on the size of the widget images.

There is a limit on the size of the data transfered by binder.
For now, we just add a hard limit (360 pixel) to ensure the widget's image
can be passed by binder.

Also adjust the size of widget to make it looks better.

Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920.
In that case, we should generate a screen nail of size 640x101 instead of
4066x640.

Change-Id: Ie42805d9e9e579b063fc99f5130ec433d695b8c9
fix: 5273271

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Mon, 26 Sep 2011 19:11:44 +0000 (12:11 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: Ica6df20fa29768f8c808da0cc5ec94d2b465a50a

12 years agomerge in ics-release history after reset to master
The Android Automerger [Mon, 26 Sep 2011 14:00:12 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoFix 5223982: Add animation when scrolling hits the edge.
Chih-Chung Chang [Mon, 26 Sep 2011 02:40:38 +0000 (10:40 +0800)]
Fix 5223982: Add animation when scrolling hits the edge.

Change-Id: I3c5191af3fe44ba835ae9b22755613a933065bcd

12 years agomerge in ics-release history after reset to master
The Android Automerger [Sun, 25 Sep 2011 14:00:48 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Sun, 25 Sep 2011 13:29:35 +0000 (06:29 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoam 1e62174e: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 23 Sep 2011 22:42:24 +0000 (15:42 -0700)]
am 1e62174e: (-s ours) Import revised translations.  DO NOT MERGE

* commit '1e62174ec98efedf58ce2e5a78cd8ba79dfcfde9':
  Import revised translations.  DO NOT MERGE

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 23 Sep 2011 22:26:03 +0000 (15:26 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: Ib27ab792aba090e740ba6ff15b9d27e53a1c1bc2

12 years agoMerge "Fix 5349519: The Select photo/video activity should use action bar."
Chih-Chung Chang [Fri, 23 Sep 2011 09:04:47 +0000 (02:04 -0700)]
Merge "Fix 5349519: The Select photo/video activity should use action bar."

12 years agoFix crop never returns
Owen Lin [Fri, 23 Sep 2011 07:24:28 +0000 (15:24 +0800)]
Fix crop never returns

fix: 5359106

We should return true if the save is successfully.
Also make it more robust even with exceptions.

Change-Id: I4d06b625177d4d479c89a7de1bcdf6f6f301a3da

12 years agoFix 5349519: The Select photo/video activity should use action bar.
Chih-Chung Chang [Fri, 23 Sep 2011 05:02:48 +0000 (13:02 +0800)]
Fix 5349519: The Select photo/video activity should use action bar.

Change-Id: Ib537926c780fff6edd60d54c3d28740988d6221b

12 years agoMerge "Fix 5223982: Adding one pixel transparent border around the texture."
Chih-Chung Chang [Fri, 23 Sep 2011 04:48:14 +0000 (21:48 -0700)]
Merge "Fix 5223982: Adding one pixel transparent border around the texture."

12 years agoFix 5223982: Adding one pixel transparent border around the texture.
Chih-Chung Chang [Thu, 22 Sep 2011 06:55:32 +0000 (14:55 +0800)]
Fix 5223982: Adding one pixel transparent border around the texture.

This avoids the jigged edge around the thumbnails when they are rotated.

Change-Id: Ib2c5a75d1aa69a2f024e003a45111a8af4537f67

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Thu, 22 Sep 2011 17:57:40 +0000 (10:57 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: Icf295f55dd7df202e7e6f8b93a5d360abadb0d72

12 years agomerge in ics-release history after reset to master
The Android Automerger [Wed, 21 Sep 2011 14:00:41 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Wed, 21 Sep 2011 13:30:00 +0000 (06:30 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoReconcile with ics-factoryrom-release
The Android Open Source Project [Wed, 21 Sep 2011 13:19:32 +0000 (06:19 -0700)]
Reconcile with ics-factoryrom-release

Change-Id: I445a06a1c4486a76a9278c2ab57415cd902f8927