| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
1. Camera setup moved to activity level.
2. Fixed releasing and acquiring camera process.
3. Unused .xml files removed.
4. Style issues fixed.
Bug: 5031489
Change-Id: Ifd271588ca2168398e17f204f065681ead2d8f2f
|
|
|
|
| |
Change-Id: Ic435b7cd97ba775ec8f4b8342a1d4d25e2a5120c
|
|
|
|
|
| |
bug:3361763
Change-Id: Ieed266fb498d41ee8dc5933d2fe8947037e09852
|
|
|
|
|
|
| |
Also polish Storage.addImage() a little bit.
Change-Id: I1001f2aeab031e39510ac513eafe85581e164b95
|
|
|
|
|
|
|
|
|
| |
Since we only need the orientation information from Exif, it is
fairly simple to implement one by ourselves. This will avoid
disk access and JNI overhead, and save some CPU time since other
tags are not touched.
Change-Id: I962e2f19ec88a082bfd8eb438e255bffad2a5365
|
|
|
|
|
|
| |
Most of the functionalities will be implemented in Storage class.
Change-Id: Ibe0185978de511ead4cd91870070bdd2abce1e00
|
|
|
|
|
|
|
|
|
|
| |
Since creating directories and files is not an atomic operation,
there is no way to prevent MediaRecorder.prepare() from throwing
exceptions. Now we let Storage.getAvailableSpace() to create the
directory and then bail out gracefully if it still fails.
Bug: 3304420
Change-Id: I98f1975b90250d63b60b36950e5813528862cc98
|
|
Also fix several related bugs.
Bug: 2811896
Change-Id: I2ee31471ba7c67ab30516e85598190ab7630254d
|