History log of /packages/apps/VideoEditor/src/com/android/videoeditor/ProjectsActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ee036cea235d3a95cacce6d5b3c4025cbface92 11-Oct-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5418624: do not enable ok button for empty project name

Change-Id: I84ef28bbaadf921cc79e5bdccb40291fb35efa73
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectsActivity.java
e6e5edf189ebaa1dbcec99c4ea0ea6ccaced43ad 20-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5337207: Out of memory adding Title to video clip

- Add "largeHeap" to Manifest.
- Remove background drawables if they are unused in the paticular layout.
- Drop project thumbnails cache after the activity is paused.

Change-Id: I720616e3397a712f0b0f476e1ff1f58ccfbf7c9a
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectsActivity.java
7a4bb5384f847bc29c01c75556188637f528b1ed 29-Jul-2011 Shih-chia Cheng <shihchia@google.com> Notify adapter dataset change in onPause()

notifyDataSetChanged() should still be called even in onPause() method of
activity since some UI events such as fling might still be processed
after onPause() is called. This patch also fixes the bug that adapter might
be null when project loading failed and should be checked for null when
doing the cleanup.

We also moved the original "onStart() and onStop()" setup/cleanup to
"onResume() and onPause()" to fix the bug 5090976. But we don't have a
clear explanation as to why it works. Without this change, the monkey
test still fails even though adapter is taken care of. We will keep the
bug open and investigate the reason later on to make sure this bug can
be closed safely. The bug could also manifest itself as we move on. For
now with this change, the monkey test passed.

Bug: 5091156, 5093407, 5090976
Change-Id: I1bb06e1d752960a94c8f094060955c99fca84eb4
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectsActivity.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/ProjectsActivity.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/ProjectsActivity.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/ProjectsActivity.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/ProjectsActivity.java
4951bf52ba455c00d28258c331f073583dd28980 21-Jun-2011 Shih-chia Cheng <shihchia@google.com> Video Editor Phone UI for Nexus S

Change-Id: I95c781f779bb42fe24dfe2cd6db82af694d8ab60
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectsActivity.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/ProjectsActivity.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/ProjectsActivity.java
05be941a5cc0347e8b67deb0a91d70e91105ccaf 03-Jun-2011 Shih-chia Cheng <shihchia@google.com> Refactor video editor app code

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