History log of /packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d6bf111e5e95b74274720a2b42c7b8b6329698f4 04-Nov-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5562709, set title to empty when it is missing

Change-Id: I19916f53fc2a38bef40157dce852ba65df735fef
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.java
2d70f9362d4575e52f4bc7951a2b0fd7e0693872 17-Oct-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5434400: make project title not overlap with duration

Change-Id: I39495e218748b7b7ebd91f30ce88b21e1ec3ec1d
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.java
4c37a4611cc04128fcd28429f92380f73540b5db 17-Oct-2011 Shih-chia Cheng <shihchia@google.com> Fix b/5467919: show name/duration even for empty project

Change-Id: I21b19192888bafe4915a08085067ab80bf55d1e3
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.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/ProjectPickerAdapter.java
ded6c6febe18b10a0cdf58ab086d0e30efef6a0e 02-Sep-2011 Shih-chia Cheng <shihchia@google.com> New UI for project picker

1. Make background transparent
2. Overlay movie title and duration at the bottom of the thumbnail
3. Make thumbnails fill the grid
4. Adjust aspect ratio of thumbnails

Change-Id: Ic0d5f99be2bf77847e383f5703cd1861e0e58a21
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.java
a402df1f9118c367d8d9afed742b0b0399c85f40 24-Aug-2011 Shih-chia Cheng <shihchia@google.com> Merge "Avoid scroll stuterring in project picker."
7347ed1e162009eeeb3113eafaebbc39a9f67fda 24-Aug-2011 Shih-chia Cheng <shihchia@google.com> Avoid scroll stuterring in project picker.

This patch uses the following techniques to avoid scroll stuttering in
project picker due to slow preview bitmap loading:

1. Asynchronously load preview bitmaps
2. LRU cache loaded bitmaps

Bug: 5200646
Change-Id: Ic65ef4784b25aac36ba237dff6bdddba5aa332ce
/packages/apps/VideoEditor/src/com/android/videoeditor/ProjectPickerAdapter.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/ProjectPickerAdapter.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/ProjectPickerAdapter.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/ProjectPickerAdapter.java