History log of /packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
39529585aee23703553c551eadceca78742cf52b 17-Jul-2014 Alan Newberger <alann@google.com> Route switch preferences through SettingManager

This CL adds a custom switch which uses SettingsManager to control
boolean settings. It relocates SettingsManager to the application
to allow access from multiple activities.

Bug: 16327665
Change-Id: I6af084a4443ea79ca270dab382a66ea527897a38
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
fb33336bc6f4b70b0686b5e060819d6bd41f3b6f 02-Jun-2014 Kevin Gabayan <gabayan@google.com> MotionManager for motion-aware focus unlock in Camera2. Second revision.
Bug: 14222601

Change-Id: I36637483b0d7efa2950cd93482de8f1e83bfa8aa
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
516c11a6885f6e524927bd369567f5bbd592f8ef 13-Jun-2014 Kevin Gabayan <gabayan@google.com> Revert "MotionManager for motion-aware focus unlock in Camera2 Bug: 14222601"

This reverts commit ebba3288da5628c9ea7579b63139aa7b7312e137.

Change-Id: Ie82d81aa0440339aba1b762fa78caeb7f7d55312
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
ebba3288da5628c9ea7579b63139aa7b7312e137 02-Jun-2014 Kevin Gabayan <gabayan@google.com> MotionManager for motion-aware focus unlock in Camera2
Bug: 14222601

Change-Id: Id118e12c8f789c74c8fc2e32ec208ff943b97e49
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
107172f82e8c9b7cbfab09f54f97af40b9dfabde 07-Apr-2014 Sascha Haeberling <haeberling@google.com> resolved conflicts for merge of 79dd6876 to ub-camera-everglades

Change-Id: Icba83583ffb5b6210ec084ca7e3193bedebe7da1
92fb63699265997322a60c8b9c02a74de080cd4b 07-Apr-2014 Sascha Haeberling <haeberling@google.com> resolved conflicts for merge of fed27f98 to ub-camera-everglades

Change-Id: I772dce9ec63a3c60fd4a72b50460ef89dda06338
e3e270f8004521d6acd71cefeea11bbda8ca20d4 03-Apr-2014 Sascha Haeberling <haeberling@google.com> Move SettingsManager back into Activity.

We cannot easily share one instance between Activities as the manager
needs the current module index. So this can cause crashes if two
Activity instances are around and one gets destroyed.

Change-Id: I964b14460669c4fbe3a51ab80cd385d5dfa0a16d
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
fa9c38908429b9a5db5d738fae3b2963c4cb177f 02-Apr-2014 Sascha Haeberling <haeberling@google.com> Make SettingsManager accessible on app-level, not Activity-level.

Bug: 13754773

This also cleans up the SettingsManager and removes all constructor
parameters except the context, which is needed.

Change-Id: I60a8d5582771e5a1f53a761897f4d41c30e50166
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
f2994f02c46e6351fbaadc8a2b24f8feefa53892 24-Jan-2014 Sascha Haeberling <haeberling@google.com> A first approach for a remote shutter API.

Change-Id: Idd00c6eeef487d32f333ff19eae01dc47856cd09
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.java
a63dbb6231f06031204fe20b19a87d0440bd1661 22-Nov-2013 Sascha Haeberling <haeberling@google.com> Add a capture-session API to be used by all modules.

Bug: 11747284

This refactors the way we think of sessions. Instead of
having multiple session and notification APIs being used
by different modules, we create on central capture session
API to be used by all modules.

This also adds a first implementation of a Memory API which
tells modules about the current memory situation.

Change-Id: I7f030e32fc2f70f4007825ba7bbbdce9521a2bd9
/packages/apps/Camera2/src/com/android/camera/app/CameraServices.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/app/CameraServices.java