OSDN Git Service
Ray Chen [Wed, 19 Oct 2011 10:36:46 +0000 (18:36 +0800)]
resolved conflicts for merge of
71c8cbb7 to master
Change-Id: Ia5dc7bc54bba46218a53959076777e695ebb9dfe
Ray Chen [Wed, 19 Oct 2011 06:37:02 +0000 (14:37 +0800)]
Fix
5213252 [UI] Updated action bar layouts and action orders
Change-Id: I46e993014e578be2e948ecea775522abc2f38a46
Eric Fischer [Tue, 18 Oct 2011 23:30:46 +0000 (16:30 -0700)]
Merge "Import revised translations."
Eric Fischer [Tue, 18 Oct 2011 22:41:38 +0000 (15:41 -0700)]
Import revised translations.
Change-Id: I69c2e0260f7f3951bb61c2073744a682696f02a2
Eric Fischer [Tue, 18 Oct 2011 18:36:18 +0000 (11:36 -0700)]
am
c4d49226: (-s ours) Merge "Import revised translations. DO NOT MERGE" into ics-mr0
* commit '
c4d4922645bbd1fdfed782f452801be52834374f':
Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Oct 2011 18:33:00 +0000 (11:33 -0700)]
Merge "Import revised translations. DO NOT MERGE" into ics-mr0
Eric Fischer [Tue, 18 Oct 2011 18:10:59 +0000 (11:10 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I84cd15d12f87d2a1aa7ef5703458e1e8a085358e
Evan Millar [Tue, 18 Oct 2011 17:54:02 +0000 (10:54 -0700)]
am
9905668f: Merge "New widget preview assets" into ics-mr0
* commit '
9905668f4cd39dd9dc8875178afddb6f1f6bfe61':
New widget preview assets
Evan Millar [Tue, 18 Oct 2011 17:51:58 +0000 (10:51 -0700)]
Merge "New widget preview assets" into ics-mr0
Evan Millar [Tue, 18 Oct 2011 17:32:40 +0000 (10:32 -0700)]
New widget preview assets
Bug:
5462438
Change-Id: I84efb185c7eb5647544cacf11f2d70fc6fad3498
Yuli Huang [Tue, 18 Oct 2011 15:13:08 +0000 (08:13 -0700)]
Yuli Huang [Tue, 18 Oct 2011 15:10:08 +0000 (08:10 -0700)]
Merge "Fix b/
5403449." into ics-mr0
Chih-Chung Chang [Tue, 18 Oct 2011 13:44:01 +0000 (06:44 -0700)]
am
209a9163: Fix
5393669: New Player Control UI.
* commit '
209a9163d4e8cee0bfe162ae598ef40e6051479c':
Fix
5393669: New Player Control UI.
Yuli Huang [Tue, 18 Oct 2011 04:42:50 +0000 (12:42 +0800)]
Fix b/
5403449.
1. Extract code that recreates/restores ActionBar as RestorableView, and
make both ActionBar and EffectsMenu extend RestorableView.
2. Fix effects-menu buttons too close to each other.
3. Remove effects-menu buttons' highlight animations to look more
responsive.
Change-Id: I68e5bdcde702e611ccced5e169852c0e58a949fc
Chih-Chung Chang [Fri, 14 Oct 2011 08:09:09 +0000 (16:09 +0800)]
Fix
5393669: New Player Control UI.
Change-Id: I1aa310eee3b7715dbefea6b2f24e6f32481db49c
Yuli Huang [Thu, 13 Oct 2011 14:57:17 +0000 (07:57 -0700)]
Yuli Huang [Thu, 13 Oct 2011 06:45:28 +0000 (14:45 +0800)]
Fix UI.
1. Replace slider assets on tablets.
2. Add face-tan effect icon.
3. Change orange color to blue color in straighten effect to be
consistent with crop effect.
Change-Id: I073dea539d68d2a3d7782a520daa911879bc41cd
Chih-Chung Chang [Thu, 13 Oct 2011 04:24:50 +0000 (21:24 -0700)]
am
532d93ca: Fix
5254974: Add EdgeEffect for PhotoView.
* commit '
532d93caddc91a7aa33ca113adbc0b8255d498eb':
Fix
5254974: Add EdgeEffect for PhotoView.
Ray Chen [Thu, 13 Oct 2011 04:23:32 +0000 (21:23 -0700)]
Merge "Fix
5434523 No affordance in Gallery to share a video other than long-press in album view"
Chih-Chung Chang [Wed, 12 Oct 2011 09:10:33 +0000 (17:10 +0800)]
Fix
5254974: Add EdgeEffect for PhotoView.
Change-Id: Ib9ea8fff14a932e8ec25c3f272fe0539776bb062
Ray Chen [Thu, 13 Oct 2011 02:11:48 +0000 (19:11 -0700)]
Merge "Fix
5413911 Gallery app does not recognize that no files are selected for delete"
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
Ray Chen [Tue, 11 Oct 2011 03:37:18 +0000 (11:37 +0800)]
Fix
5434523 No affordance in Gallery to share a video other than long-press in album view
Change-Id: I99361fa209ee5ba4200ccb8c1708f649c04519c2
Eric Fischer [Fri, 7 Oct 2011 23:51:17 +0000 (16:51 -0700)]
Import revised translations.
Change-Id: If1ab0cee54999d4e6d6b003643cd9fe743568033
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
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"
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"
Ray Chen [Wed, 5 Oct 2011 06:32:58 +0000 (14:32 +0800)]
Fix
5413911 Gallery app does not recognize that no files are selected for delete
Change-Id: I90efb3d7676a0810025dd37890c1251725a48223
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
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
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
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
Yuli Huang [Wed, 5 Oct 2011 02:56:15 +0000 (19:56 -0700)]
Merge "Fix b/
5032231: Allow share in Photo Editor."
Claudia de Veaux [Tue, 4 Oct 2011 20:06:53 +0000 (13:06 -0700)]
Merge "Gallery string edits to bring to standards. Bugs: 165745,
5163232,
5162668,
5162667,
5162328,
5383037"
Yuli Huang [Tue, 4 Oct 2011 16:01:02 +0000 (00:01 +0800)]
Fix b/
5032231: Allow share in Photo Editor.
Change-Id: I5fd48243df76fd0c2617c92d7f73936172bf6c47
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
Claudia de Veaux [Tue, 4 Oct 2011 00:58:40 +0000 (17:58 -0700)]
Gallery string edits to bring to standards.
Bugs: 165745,
5163232,
5162668,
5162667,
5162328,
5383037
Change-Id: Ifa7a9c608bbe59b104a0302555cfef54e00bb311
Evan Millar [Mon, 3 Oct 2011 20:30:00 +0000 (13:30 -0700)]
Merge "Get rid of "flashies" in the action bar."
Evan Millar [Mon, 3 Oct 2011 20:29:26 +0000 (13:29 -0700)]
Merge "Various UI fixes in Gallery"
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
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
Eric Fischer [Fri, 30 Sep 2011 23:55:04 +0000 (16:55 -0700)]
Merge "Import revised translations."
Eric Fischer [Fri, 30 Sep 2011 23:43:36 +0000 (16:43 -0700)]
Import revised translations.
Change-Id: Ia087d1303cf26cb2e7679485c62ac41b24f5ad29
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
Ruei-sung Lin [Mon, 19 Sep 2011 06:33:17 +0000 (14:33 +0800)]
facelift in gallery
Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
Bor-Yeh Shen [Fri, 30 Sep 2011 10:25:23 +0000 (18:25 +0800)]
Replace effect thumbnails.
Change-Id: I7a8548f23b6e039d59a2e27c7e172fc499a55f91
Evan Millar [Tue, 27 Sep 2011 20:38:34 +0000 (13:38 -0700)]
New spinner assets.
bug:
5340690
Change-Id: I0181ce266717ebaf0558e71c0057e2ca0c6f267f
Michael Jurka [Thu, 29 Sep 2011 03:15:12 +0000 (20:15 -0700)]
Merge "Change gallery crop interface to be consistent with widget resizing"
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.
Eric Fischer [Wed, 28 Sep 2011 23:35:02 +0000 (16:35 -0700)]
Import revised translations. DO NOT MERGE.
Change-Id: Idaa85ef45826993b5bc1f4bdf7cd434a3fefb616
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
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
Eric Fischer [Tue, 27 Sep 2011 21:31:33 +0000 (14:31 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I19bd5d8966bb1d946e1885ac051f5256b4a25148
Chih-Chung Chang [Tue, 27 Sep 2011 05:11:51 +0000 (13:11 +0800)]
Fix
5299746: Update panorama thumbnail overlay.
Change-Id: Ide3e592ad5f697acc6b2ebc2a092044803b82d7b
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)
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
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
Eric Fischer [Fri, 23 Sep 2011 22:26:03 +0000 (15:26 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: Ib27ab792aba090e740ba6ff15b9d27e53a1c1bc2
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."
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
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
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
Chih-Chung Chang [Wed, 21 Sep 2011 06:04:34 +0000 (14:04 +0800)]
Fix
5299746: Tweak layout and icons
Change-Id: I36d050fb2459ca559b74be1112b4ac6a8566dc1e
Chih-Chung Chang [Wed, 21 Sep 2011 03:42:07 +0000 (11:42 +0800)]
Fix
5299746: Update assets.
Change-Id: Ia0e2d5206835de51910ca8196ba71ecfb255b72d
Eric Fischer [Tue, 20 Sep 2011 22:38:36 +0000 (15:38 -0700)]
am
aa7fea54: (-s ours) Import revised translations. DO NOT MERGE
* commit '
aa7fea54c7d3d8cf58ff9fa35ffd9dbc3c820f77':
Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 20 Sep 2011 22:22:12 +0000 (15:22 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I05691313203444b01ae86ba89fb53358d036a1c8
Eric Fischer [Tue, 20 Sep 2011 17:56:45 +0000 (10:56 -0700)]
Merge "Import revised translations."
Eric Fischer [Tue, 20 Sep 2011 17:30:27 +0000 (10:30 -0700)]
Import revised translations.
Change-Id: Ieb950dd74b2e1f611bf3fcbce3114a8f520ef3dd
Chih-Chung Chang [Mon, 19 Sep 2011 03:09:39 +0000 (11:09 +0800)]
Fix
5299746: New UI layout, part 2.
- 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
Owen Lin [Tue, 13 Sep 2011 12:48:13 +0000 (20:48 +0800)]
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: Ia8227d8e5368471fe7af94bf164d67017aa321fa
fix:
5273271
Eric Fischer [Fri, 16 Sep 2011 23:24:12 +0000 (16:24 -0700)]
am
7697fb27: (-s ours) Import revised translations. DO NOT MERGE
* commit '
7697fb27322de2e4b164726392a39a68e77b3fdf':
Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 16 Sep 2011 22:32:01 +0000 (15:32 -0700)]
Import revised translations. DO NOT MERGE
Change-Id: I9f2fd3f5354c2b75fc86eb99e670e6ff21fd653b
Bor-Yeh Shen [Fri, 16 Sep 2011 07:17:43 +0000 (15:17 +0800)]
Add a blue underline to the selected button
Change-Id: I6e10c1a36f0838d96ecf2df7979302e405cf8fcb
Ray Chen [Tue, 13 Sep 2011 10:35:28 +0000 (18:35 +0800)]
Fix
5239335 ICS Gallery: convert tabs at Gallery home to drop down
Change-Id: I7503f724dbf16034513a6d8d6b0cb0425166a365
Chih-Chung Chang [Wed, 14 Sep 2011 12:50:28 +0000 (20:50 +0800)]
New UI for Gallery.
Change-Id: I5f243c00ebac55a9b333a9e13d0cc9c371a85005
Yuli Huang [Wed, 14 Sep 2011 08:16:55 +0000 (01:16 -0700)]
Merge "Fix b/
5182741: Add 'Edit' title in the action-bar."
Yuli Huang [Wed, 14 Sep 2011 07:00:33 +0000 (15:00 +0800)]
Fix b/
5182741: Add 'Edit' title in the action-bar.
Change-Id: I3964bfcb23818f2f3f8364475f74b401f7eed097
Owen Lin [Fri, 9 Sep 2011 05:33:44 +0000 (13:33 +0800)]
Use different UIs for phone's portrait mode in manage offline page.
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
Yuli Huang [Tue, 13 Sep 2011 04:30:40 +0000 (21:30 -0700)]
Merge "Fix b/
4643148: Make PhotoEditor integrated into Gallery."
Eric Fischer [Mon, 12 Sep 2011 18:48:14 +0000 (11:48 -0700)]
Import revised translations.
Change-Id: Ib0e2131240074ef02677a61acfd796f8900db9c6
Eric Fischer [Mon, 12 Sep 2011 17:20:40 +0000 (10:20 -0700)]
Merge "Import revised translations."
Eric Fischer [Mon, 12 Sep 2011 16:52:13 +0000 (09:52 -0700)]
Import revised translations.
Change-Id: Ica26d038fb954438100062d2bb451eacfaa4bf90
Yuli Huang [Mon, 12 Sep 2011 14:25:30 +0000 (22:25 +0800)]
Fix b/
4643148: Make PhotoEditor integrated into Gallery.
1. Move PhotoEditor code/resources into Gallery for single apk.
2. Change PhotoEditor package to com.android.gallery3d.photoeditor.
3. Rename PhotoEditor resources to avoid mess up Gallery resources.
4. Move Doodle effect from fix-effects to color-effects.
5. Update PhotoEditor bottom action-bar background.
Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4
Justin Ho [Mon, 12 Sep 2011 14:33:47 +0000 (07:33 -0700)]
Merge "Updated Gallery2 widget dimens Bug:
5278970"
Yuli Huang [Fri, 9 Sep 2011 09:09:39 +0000 (17:09 +0800)]
Move PhotoEditor strings into Gallery2.
1. Rename Gallery string "crop" to "crop_action".
2. Rename PhotoEditor string "app_name" to "photoeditor_name".
Change-Id: I22279e7e45b690f22fe8e0e8dd645bb4df821646
Eric Fischer [Fri, 9 Sep 2011 18:30:41 +0000 (11:30 -0700)]
Merge "Import revised translations."
Eric Fischer [Fri, 9 Sep 2011 18:30:31 +0000 (11:30 -0700)]
Merge "Restore deleted strings still referenced from menus."
Justin Ho [Fri, 9 Sep 2011 15:56:48 +0000 (08:56 -0700)]
Updated Gallery2 widget dimens
Bug:
5278970
Change-Id: Ia650a167bf44baf202fdee527a52af4148d2e8ae
Chih-Chung Chang [Thu, 8 Sep 2011 11:15:45 +0000 (19:15 +0800)]
Fix
5221190: Make movie player background black.
Change-Id: I2ffb81a2b0aa267a14f7fbe03afe3c3e95dd1069
Chih-Chung Chang [Fri, 9 Sep 2011 04:34:04 +0000 (12:34 +0800)]
Fix
5189194: Change color of borders.
Change-Id: I9b1c5da91ac6314e9f38926efb0e2ed569ad4b4c
Eric Fischer [Thu, 8 Sep 2011 22:44:35 +0000 (15:44 -0700)]
Import revised translations.
Change-Id: I626154da45e8cc168585c56f4fc0dc0df42c681f
Eric Fischer [Thu, 8 Sep 2011 22:41:28 +0000 (15:41 -0700)]
Restore deleted strings still referenced from menus.
Change-Id: Ib3a08b56f278387fd277601f0baaf09d42f7ce09
Ray Chen [Thu, 8 Sep 2011 08:34:33 +0000 (16:34 +0800)]
Fix
5247983 posted photos from multiple accounts showing up in same folder
Change-Id: I892134b49fceb5d5467d689e6d6a92169980940b
Owen Lin [Fri, 2 Sep 2011 08:06:47 +0000 (16:06 +0800)]
Move resources related to sync to Gallery2.
fix:
5241300
Change-Id: I03ff96478a0e43b9d6c8e327034bda46fc071664
Owen Lin [Fri, 2 Sep 2011 04:00:30 +0000 (21:00 -0700)]
Merge "Remove resources for Settings."
Justin Ho [Thu, 1 Sep 2011 15:51:16 +0000 (08:51 -0700)]
Unused assets removed from Gallery2
Bug:
5032006
Change-Id: Ie9c5a902b874d6ad2be7bcee5477222a47e0c834
Owen Lin [Tue, 23 Aug 2011 08:45:30 +0000 (16:45 +0800)]
Remove resources for Settings.
Change-Id: I59a95966cbe9c90553716111ecddb84623002610
Owen Lin [Wed, 31 Aug 2011 04:12:55 +0000 (21:12 -0700)]
Merge "Revert "Revert "Move resource to sync library."""
Ray Chen [Tue, 30 Aug 2011 06:40:09 +0000 (14:40 +0800)]
Fix
5188208 [UI] Remove action bar title in Photo/Video view for portrait phone
Change-Id: I20fba5894e46536f6972bc812d7f2aa5f52840b5
Ray Chen [Wed, 31 Aug 2011 02:29:22 +0000 (19:29 -0700)]
Merge "Fix
5134299 [UI] Select photo or album activities should have a Cancel label not x icon"