History log of /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/AudioTrackLinearLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
077412e16891e40fdd5e99db481f0d0c9d94efc2 03-Apr-2012 Sergii Iegorov <x0155539@ti.com> Changing of volume control intents scheme.

The new intent was sent inside onProgressChanged() method -
after every volume seek bar moving. Intents processing is
slower then sending of new ones, so some of them could be
still not processed while playback has already started.
So, sometimes user will hear other volume level than he
has actually set.
This patch replaces all intents sent in onProgressChanged()
method during seeking by only one sent after user has
finished volume seek bar tracking.

Change-Id: I383c9fea6bc50b068b04e45adb6ef033bf7c36ff
Signed-off-by: Sergii Iegorov <x0155539@ti.com>
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/AudioTrackLinearLayout.java
70f2e7e4d358f6da0ab03766d81a2a028cc8cec7 25-Aug-2011 Chih-Chung Chang <chihchung@google.com> Fix 5191297: Revise audio track settings UI.

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