History log of /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b05b86bc5ac360df08b1951998a8f3540e3cae4f 07-Nov-2011 Chih-Chung Chang <chihchung@google.com> Fix 5509346: Do not create thumbnail with width > 2048.

Change-Id: I871fa5561d34058be351fdc9eb078414873a5536
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
8f2abc8e2ffffd37487a6baae568bd7e11da9439 07-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix a thumbnail problem when rotating the device.

When rotating the device, the MediaItemView will be re-created,
but there may be pending thumbnail requests. We need to reject
the results coming from those obsolete requests.

Change-Id: I506ebd87094e3ce456308a61ebb7a21a61e48f11
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
1910b08fe7305339a8bd87d4eb7bc6e56abbfa29 25-Aug-2011 Shih-chia Cheng <shihchia@google.com> Make selected media items stand out by dimming others

Bug: 5026804
Change-Id: I13808c0cddb50d31677c579e380dc550b8ffd738
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
24318ced8e2cae0f300bd4360b8bf25d322a0b1c 22-Aug-2011 Shih-chia Cheng <shihchia@google.com> Refactor trimming related code

This is a preparation for changing trimming UI.

Change-Id: I867c767dd204120a8088ff5e54c089f51cdfa5f8
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
f6b29b560e55392015caebeffbe76f8a1d1ddeb4 15-Aug-2011 Chih-Chung Chang <chihchung@google.com> Display thumbnails one by one and cache them.

Change-Id: I87cde8643cfb95a4dfd031bb86fa1f4e746caab6
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
fe7b065c18808ac3bd15ea5a1248b3af66b50fb7 02-Aug-2011 Shih-chia Cheng <shihchia@google.com> New UI: Re-org action bar icons, menu options, and title picker.

This patch does the following changes:
1. Group video/image capturing and import functions together under the
same menu
2. Group project related operations including "change project name",
"export movie", and "delete project" together under the same menu
3. Change the interaction flow of applying effects onto media items:
3.1 Cluster effect operations under the same menu (including adding
transitions)
3.2 In the effects menu, effects are grouped as a sigle selection
checkbox group (not including transitions)
3.3 Put other functions such as "remove" under "more menu"
4. Show text along with menu icons where there is enough room on the
screen
5. Change the interaction flow of adding title overlay on media items:
title operations are put in a separate menu and its menu items are
dynamically adjusted. Title picker are also re-implemented and make its
layout work on both portrait and landscape modes

This patch also does a huge refactoring including extracting duplicate
code, removing dead code, simplying user interaction by removing
redundant activity/adapter EffectsActivity and EffectsAdapter.

Bug: 5026629

Change-Id: I846225994175e737690c6d2d7d7708909efba918
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java
81393d6dc5767f7784a00958095614a37bf1a91a 23-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3439846 Movie Studio must use the com.android namespace, not com.google

Change-Id: Ic6b1a5ef3c1219cf1048e752902aaf36a9b6155c
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/MediaItemView.java