1fdfadf00a468dd460dd25bf2e074cfb2a225a04 |
|
17-Mar-2015 |
Narayan Kamath <narayan@google.com> |
Use java.util.Date instead of java.sql.Date. java.sql.Date was being used in a context unrelated to SQL and there's no good reason to use it this way. Note that the claim in java.sql.Date's javadoc that it normalizes times to day boundaries is a lie. Change-Id: Ibb17d3fe22af6c2a41abd51b2158d6af000ecbbf
/packages/apps/Gallery2/src/com/android/gallery3d/util/SaveVideoFileUtils.java
|
24d6ec7beb37eb3a5449f1fa49b4adb123391d24 |
|
13-Jul-2013 |
nicolasroard <nicolasroard@google.com> |
Add background processing service bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
/packages/apps/Gallery2/src/com/android/gallery3d/util/SaveVideoFileUtils.java
|
b3f62e4ed7a80010017dc3893460ca9043afb383 |
|
11-Jun-2013 |
ztenghui <ztenghui@google.com> |
Setup the saving framework to support hiding original photo for editor. This new approach will try to hide the original image into an auxiliary directory. User will only see one edited image, while being able to go back to the original image in the editor. Refactor SaveCopyTask for more private funcs and more comments. bug:9468909 Change-Id: I866321d23e6db0b3dbd08fec2a6a7e3142b17b65
/packages/apps/Gallery2/src/com/android/gallery3d/util/SaveVideoFileUtils.java
|
91d28ba0b11060cf36c6b4750e53b887a5d1a193 |
|
19-Apr-2013 |
ztenghui <ztenghui@google.com> |
Update the duration information when saving new video Change-Id: I9c3fd33dba7f04d9d905429c6bb17cf9a10b7628
/packages/apps/Gallery2/src/com/android/gallery3d/util/SaveVideoFileUtils.java
|
648b339c74da2b863304ffc61c8528cc74c2afb3 |
|
13-Nov-2012 |
Teng-Hui Zhu <ztenghui@google.com> |
Video: Add the mute functionality. 1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
/packages/apps/Gallery2/src/com/android/gallery3d/util/SaveVideoFileUtils.java
|