History log of /packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4b08428b467c5444539475de6fd464ef7b11db50 01-Feb-2012 Chih-Chung Chang <chihchung@google.com> Don't force video quality so the user can have choices.
Bug: 5733323

Change-Id: I8c7489d28d61096275858221c5da076fef6dab49
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
9b9783f68d55fc626a8f607eef365bb64984a90a 02-Dec-2011 Hong Teng <hongteng@google.com> resolved conflicts for merge of 7704c94e to master

Change-Id: I33568d80bddb7193fa2e95f40eed939a3176ba7a
7704c94e31ad8fd8e81a802a23bd9c7c6d4edb67 01-Dec-2011 Hong Teng <hongteng@google.com> Fix for issue 5490443.
Add onError implementation for PreviewprogressListener.
This onError callback is used to indicate the Movie Studio that
an error has occurred during previewing.

Change-Id: I7fd955f9894e0b5286d5367979bedde54d355537
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
82ca239807f738028a533de5959a38052c25a40d 17-Nov-2011 Chih-Chung Chang <chihchung@google.com> am 8f857e0e: Fix 5624232: Added Title/Subtitle are not visible immediately.

* commit '8f857e0e234052a6792decb8f6c41b80c82418b9':
Fix 5624232: Added Title/Subtitle are not visible immediately.
8f857e0e234052a6792decb8f6c41b80c82418b9 16-Nov-2011 Chih-Chung Chang <chihchung@google.com> Fix 5624232: Added Title/Subtitle are not visible immediately.

Change-Id: Ib1cb058649d2955ca7c6e9f73cc5d8867b8c9bfb
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
f2bfea08769c9ae4f6acd5e1a493826cbdef06ed 02-Nov-2011 Chih-Chung Chang <chihchung@google.com> am 9557939a: am 7741bd70: Fix 5472726: Move the playhead position after layout is done.

* commit '9557939a894f3ba74e8f9176608236e76dc73d9a':
Fix 5472726: Move the playhead position after layout is done.
9557939a894f3ba74e8f9176608236e76dc73d9a 02-Nov-2011 Chih-Chung Chang <chihchung@google.com> am 7741bd70: Fix 5472726: Move the playhead position after layout is done.

* commit '7741bd70b5c9ef199a3cb22b5e64de106e497561':
Fix 5472726: Move the playhead position after layout is done.
7741bd70b5c9ef199a3cb22b5e64de106e497561 01-Nov-2011 Chih-Chung Chang <chihchung@google.com> Fix 5472726: Move the playhead position after layout is done.

Change-Id: Ic56286ffd6c28760cb0bc5de987c917fd94830c7
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
a693d9a493024c2dc474917ff8b47fb58d87089b 02-Nov-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5399273, put recorded videos under camera folder

Change-Id: Ifbaa1d2e7464f00997ddc465431ecd32d8ed6d96
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
393f487ca5b05f5b02dd6edcf35f3d57373cdabd 25-Oct-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5404387: use new icons on hdpi screens.

Change-Id: Ib63d7d9138e5c3154371727122d7b44c593e23dd
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
5316e4abcde54a2930ae40a26852b886d45ba7f7 03-Oct-2011 Chih-Chung Chang <chihchung@google.com> Fix 5404086: Unable to preview a movie while creating after adding a title.

Change-Id: I873d022a4d3d48077febba8e8bed5f993c4cf02d
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
4fc504ec4969d3ae46fc74f2ddcac77d3d6dfe43 21-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5350213: Switching from MovieStudio to camera failed to startPreview

Change-Id: I2a07f5a1163f5326d4225b8ecf0de02558cea811
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
28ed3cbafa7ac82032e3e7bcf77607eff5e677e5 06-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 4601568: video playback pauses after orientation change.

There are several problems:

(1) We might not have a chance restart playing before saving the playing
state and finishing (because we need to wait for surfaceCreated()). So
when saving the playing state, we need to check mRestartPreview as well.

(2) We still need to stop preview even if the activity is being shutdown.

(3) Post mProcessQueueRunnable when mThreadHandler is created, otherwise
the runnable may be posted after the thread itself is gone.

Change-Id: I44794ac40daec9376d238a63fbe254aeece45f10
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
251fd23edd96d1ccc12e47f2d3ffa6fd530c2cd0 30-Aug-2011 Shih-chia Cheng <shihchia@google.com> Preserve selection state after rotation

Bug: 5234304
Change-Id: I17aace5b5c4e79fa0a9b5f3d33865afad12400f4
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
40fa5d5a1866087e54960373efbb4c49aadde725 23-Aug-2011 Shih-chia Cheng <shihchia@google.com> Overhaul of icons in Movie Studio

This patch updates movie studio to use latest icons from assets
framework. With these icons, the UI style is consistent with other apps.

Change-Id: I10219ffdb294f1be6b1da196b4328f505d741ebb
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
ec95ff6c28ffd89f8ce542ce4f24bb36a9764bda 23-Aug-2011 Shih-chia Cheng <shihchia@google.com> Merge "Refactor trimming related code"
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/VideoEditorActivity.java
a98efaa63020a7857197dbdc80fc812770e4e56d 22-Aug-2011 Chih-Chung Chang <chihchung@google.com> Fix 5182355: Show the new frame only after scrolling ends.

Because seeking and decoding a frame is slow, doing it when the
scrolling is still in progress doesn't make it look better.

Change-Id: I393a53e9b33eed6d8b08204194a4732a4bf9d5e1
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.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/VideoEditorActivity.java
fa22fa9f65d47c164325477d27570e28c8bfb3aa 12-Aug-2011 Shih-chia Cheng <shihchia@google.com> Add new media items to the end of timeline

Bug:5026599
Change-Id: I70480fc09ee17cf0dacc7b9d02c94f345ecc3864
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
84583386343c3e1ee9a85f68f308bfb8cdcd31c5 11-Aug-2011 Shih-chia Cheng <shihchia@google.com> Clean up fifties effect related code

Some code related to fifties effect are left behind in the code base.
Bug: 5132278

Change-Id: I7b3d05a78d8905cc6d6644f0b15abbd0001cba69
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.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/VideoEditorActivity.java
c652e384a4b970a3ed01831320a5cfd1075687f5 28-Jul-2011 Shih-chia Cheng <shihchia@google.com> Show hint in create project dialog and hide title

Bug: 5089763
Change-Id: I020a1e01df7b9be9aec13c3a61c350177ce65c93
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.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/VideoEditorActivity.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/VideoEditorActivity.java
4e57f3f882e567fd5882ee2a8ff5b7dd72fb4334 24-Jul-2011 Shih-chia Cheng <shihchia@google.com> Do not show action bar title on small screens

We use 1000 dip in width as a threshold for showing title on action bar

Bug: 5026773
Change-Id: I3267ce1472bcfa9848f496b1e05ffdd5ff7283ce
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
e33774441798f6e52a79e69507b282f7f397a44b 13-Jul-2011 Shih-chia Cheng <shihchia@google.com> Hold screen wake lock during export operation.

Bug: 5026675
Change-Id: I847a8c1e16948eb879402b939356e3a75e517b07
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
2de6d0c12af1b3938a2143152330014f4863b472 13-Jul-2011 Shih-chia Cheng <shihchia@google.com> Don't generate thumbnail in Gallery if user cancelled export operation.

Bug: 4186255
Change-Id: I0dc4ce80a26800c26d4010d44c3dc24d9859612b
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
6180c1c3e51af817ebc595511e31cadffeb4e819 13-Jul-2011 Shih-chia Cheng <shihchia@google.com> Do not cancel export on tapping outside progress dialog

Bug: 4025328
Change-Id: If24011761723f90a3ceadf7efc5bb882a8863752
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.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/VideoEditorActivity.java
e7c2dbc0dc843063859ceea35472d9c5a5db10a1 14-Jun-2011 Shih-chia Cheng <shihchia@google.com> Keep screen on during the preview

Change-Id: Ib85b0aab08f4d7facbb48fce13c943e767c10272
Bug: 4595373
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
780bbe8b27fcb5806f3d313a8d2a3cf05298f12f 09-Mar-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 4057045 com.google.android.videoeditor: java.lang.RuntimeException: ERR_INTERNAL(M4ERR_ALLOC) at android.media.videoeditor.MediaArtistNativeHelper.nativeClearSurface

Change-Id: If537f33edadd231d9dffda4d80da9df6bec65e31
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
a34fab86f98fe477173f1d64b54de760476ec662 08-Mar-2011 Gil Dobjanschi <virgild@google.com> Disable Picasa images and video clips importing

Change-Id: I7c271c55a79ef4458771f64786b2261a860ef62a
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
ca7783e6051a8fc35434ba514af2558205acc902 04-Mar-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3510239 Use "Android Movie Studio" as the application name

Change-Id: Idbbd56674ef36f0df3af455f6cd0d6ba7f0f2e9f
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
26554a083d63b56db3f0a8460e71f983b4779bf6 25-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3383799 Timeline jumps around during zoom in and out

Change-Id: Iad73ca41503763e93617973ecaf25a8660a4c014
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
336a2061eb41b70918e1376452f89327c31b2340 25-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3489376 Sometimes a captured image cannot be added to the timeline

Change-Id: Id77b01e2e29c8d3af51b77c65ee1362f662d5988
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
e5b1987dea805e87bc360dbb5bb513d9247d20e9 24-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3483309 Orientation of a portrait mode picture is wrong in Movie Studio

Change-Id: I8d33faaea1da312006bfd129d506239a6aaab051
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
039a113cbeb81a7439562a01a43b4f34dbf42a26 24-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3482298 Gallery has blank thumbnail for canceled picture captured from Movie studio app

Change-Id: I04c8927c82a33f1d441d973f5e7c97409952c435
/packages/apps/VideoEditor/src/com/android/videoeditor/VideoEditorActivity.java
88b0d6d88b1d82ce59ab6f04f3db010b39db64a8 23-Feb-2011 Gil Dobjanschi <virgild@google.com> Bug fix: 3423251 Some overlays ( yellow centered ) have an extra thick yellow background just arround the text

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