summaryrefslogtreecommitdiff
path: root/src/com/android/videoeditor/ProjectsActivity.java
AgeCommit message (Collapse)Author
2011-10-11Fix b/5418624: do not enable ok button for empty project nameShih-chia Cheng
Change-Id: I84ef28bbaadf921cc79e5bdccb40291fb35efa73
2011-09-20Fix 5337207: Out of memory adding Title to video clipChih-Chung Chang
- 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
2011-07-30Notify adapter dataset change in onPause()Shih-chia Cheng
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
2011-07-28Show hint in create project dialog and hide titleShih-chia Cheng
Bug: 5089763 Change-Id: I020a1e01df7b9be9aec13c3a61c350177ce65c93
2011-07-28Rename ProjectPicker back to ProjectsActivityShih-chia Cheng
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
2011-07-27A new project picker for Video Edtor appShih-chia Cheng
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
2011-07-26Do not show action bar title on small screensShih-chia Cheng
We use 1000 dip in width as a threshold for showing title on action bar Bug: 5026773 Change-Id: I3267ce1472bcfa9848f496b1e05ffdd5ff7283ce
2011-06-23Video Editor Phone UI for Nexus SShih-chia Cheng
Change-Id: I95c781f779bb42fe24dfe2cd6db82af694d8ab60
2011-06-16Remove redundant @inheritdoc in main activitiesShih-chia Cheng
Overriden methods automatically inherit docs from super class Change-Id: Ic83986867303357cd04d68113580ef19bad8cea1
2011-06-16Re-engineer api service listenerShih-chia Cheng
Change-Id: Ic251f27ddf8e8b675fce4886a3517ab5972f1f79
2011-06-08Refactor video editor app codeShih-chia Cheng
Change-Id: Ib1b7ab748ad4571484b7b61c04fc2ba3b429cff6
2011-03-03Bug fix: 3510239 Use "Android Movie Studio" as the application nameGil Dobjanschi
Change-Id: Idbbd56674ef36f0df3af455f6cd0d6ba7f0f2e9f
2011-02-23Bug fix: 3439846 Movie Studio must use the com.android namespace, not com.googleGil Dobjanschi
Change-Id: Ic6b1a5ef3c1219cf1048e752902aaf36a9b6155c