History log of /packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
378d3c8985dfc1fb3fe99d0fa2b1c1ac22e7c7c9 28-Aug-2011 Chih-Chung Chang <chihchung@google.com> Fix 5124232: cannot play video after export cancelled.

We didn't finalize the the export request if it is cancelled
because the PARAM_EXCEPTION is not set. So it was always in
the pending state.

Change-Id: I8b4e0667f544a48abc45960b3d2ffe68449a0215
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.java
66aad0039afd2f6911f27459cd59e19dd576e9ab 20-Aug-2011 Shih-chia Cheng <shihchia@google.com> Invalidates menu when project state have changed

Bug: 5109547
Change-Id: Iab6cc29b56fbd86c7f269049643893f172e9fc35
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.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/VideoEditorBaseActivity.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/VideoEditorBaseActivity.java
a2ae3e79b64426c53c46cbf175d1f26e26139798 28-Jul-2011 Shih-chia Cheng <shihchia@google.com> Rename ProjectPicker back to ProjectsActivity

This patch also fixes the bug that external storage for storing project
data might not be mounted and makes project loading crash the video
editor.

Bug: 5086158, 5086978
Change-Id: I2b2aa3f2fd1d1dcd5f8272318cb9192cc48e216b
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.java
045133a84c417b1469050980990f1623c6448e2c 26-Jul-2011 Shih-chia Cheng <shihchia@google.com> A new project picker for Video Edtor app

This patch replaces existing carousel picker in video editor that uses
rendersciprt as its base with grid view. The old carousel picker is
known for compatibility issues on phones. We are also making the user
experience consistent with Gallery with the new grid view.
Bug: 5026854

Change-Id: I92c57b1b9f7f9810fbd82ee1212bba934feb7401
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.java
b308c1a879f9cf69b6ab9f1bc58f62a8030aab65 16-Jun-2011 Shih-chia Cheng <shihchia@google.com> Remove redundant @inheritdoc in main activities

Overriden methods automatically inherit docs from super class

Change-Id: Ic83986867303357cd04d68113580ef19bad8cea1
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.java
258481be4734642b144c37f6b6572d8c85263f37 12-Jun-2011 Shih-chia Cheng <shihchia@google.com> Re-engineer api service listener

Change-Id: Ic251f27ddf8e8b675fce4886a3517ab5972f1f79
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorBaseActivity.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/VideoEditorBaseActivity.java