History log of /packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b62fa4716df6bcc526f575006822e06dd8ea9b83 03-Feb-2015 Sascha Haeberling <haeberling@google.com> Move CaptureSession into it's own file and clean up interface.

Change-Id: Iaca24e22b541aec898cdf1d3246c98ed72cd85ca
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
5c1db74d807c64e7917d927b532cd109c697ce35 20-Jan-2015 Paul Rohde <codelogic@google.com> Make most app services lazy.

Change-Id: I476914b1ed399f8ad727ac33782229cdf39d378f
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
2bca210e5fc8a77685775ffb403096167b017dce 12-Mar-2014 Angus Kong <shkong@google.com> Use debug.Log instead of android.util.Log.

see http://ag/438423, merge conflicts solved.

1. Change to use com.android.camera.debug.Log instead of android.util.Log.
2. Add DebugCameraProxy to support more detailed debug info.
3. Add CameraErrorCallback in CameraManager.
4. Support posting to a specific handler for CameraErrorCallback.
5. Trim down some TAGs to match the framework tag length limit.
6. Remove some unused codes in CameraSettings.

bug:13324870

Change-Id: I8c20a8a0d11cfd50b6e199b03cbc88d3c4ad2ceb

Conflicts:
src/com/android/camera/data/LocalMediaData.java
src/com/android/camera/data/RotationTask.java
src/com/android/camera/widget/FilmstripView.java
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
0c8a1a4e65e758beb4f5d48b5110aada49667738 31-Jan-2014 Sascha Haeberling <haeberling@google.com> Prevent Tiny Planet from crashing often.

Bug: 11050122

Make sure the preview rendering is always happening on the
handler thread.

Change-Id: Id5a2e5d939fa6bd3520dc8bfa5bb1803ef6fb1c5
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
280fd3edae1dc35ac1015bcc9532477169fad3aa 21-Nov-2013 Sascha Haeberling <haeberling@google.com> Introduce common services and integrate Refocus end-to-end.

Bug: 11120164
Bug: 10073814

This adds a new common CameraServices interface and a method to every
module to get it. Through this we can expose common services and due to
the interface, we can easily mock them for tests.

Also makes the MediaSaveService not a service anymore.

Change-Id: Ifa093efd4ba53c2955ccc2a990b4f18610c29944
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
fd4fc0e52ad69c2d486f5f46c2d465b4c4ba2849 08-Nov-2013 Angus Kong <shkong@google.com> Refactor MediaSaveService for future test needs.

Added interface MediaSaver as the abstract layer to make the implementation
independent of the clients.

Change-Id: I98db3f732e4ed1c87da005b9c18e888682a5e6a5
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
21a2e9cb07caba660120b7f5eba6e053a6cb3ac3 27-Sep-2013 Sascha Haeberling <haeberling@google.com> Add basic EXIF to the tiny planet so that rotate succeeds.

Bug: 10861115

Change-Id: I1eec2bf4d6879c227a07c5364bc821749ace312b
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
1e689c254960f0ced0d19d91067cc5ef703dec64 13-Sep-2013 Sascha Haeberling <haeberling@google.com> Fix DeadLock in TinyPlanet.

Bug: 10393598

Now that we acquire the lock inside doInBackground, we need to make
sure to run the AsyncTasks in parallel.

Change-Id: If253f375d56c352c30076f00cf923dfa521f2db4
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java
a5a08d7642a1fdf961b057cc90e76c4c93103c15 12-Sep-2013 Sascha Haeberling <haeberling@google.com> Bring back tiny planet to the Camera filmstrip

Bug: 10393598

The native code and XmpUtil are mostly 1:1 copies from Gallery2.
The UI is new and should work on all form factors.

Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
/packages/apps/Camera2/src/com/android/camera/tinyplanet/TinyPlanetFragment.java