summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/module
Commit message (Collapse)AuthorAgeFilesLines
...
* Centralize the module information.Angus Kong2013-11-191-0/+177
| | | | Change-Id: I4d9fdbe480a518c7b6ca0268aa9beee49d22610c
* Major refactor: Make resources access through app.Angus Kong2013-11-181-3/+9
| | | | | | | | | | | | | | 1. Make the camera device avaiability a callback event so the process can be event-driven. 2. Add ModuleManager interface and implementation. 3. Make AndroidCameraManagerImpl implementation package private. This CL is the refactoring work on Gallery2 side. The other part is http://ag/389297/ Known issue: only work for normal photo mode and video mode for now. Change-Id: Ib0a89ca56c00f6a7294192e9737a70dec5143ee3
* Refine comments and small change of interfaces.Angus Kong2013-11-121-0/+3
| | | | | | | | 1. Use Context as possible as we can instead of the concrete implementaion Activity. 2. Update/add some comments. Change-Id: If80b2a8ab9ddeb297b8ec821568a74db4f52104f
* Refactor OrientationManager.Angus Kong2013-11-111-1/+22
| | | | | | We should use a single OrientationManager instead of one for each module. Change-Id: I20adddf50e9e55e4af44bfbe4298bdb1e1e50df3
* Further refactorAngus Kong2013-11-091-1/+1
| | | | | | | | 1. Create filmstrip package. 2. Move ImageTaskManager to under package app/. 3. Adde app UI abstract layer AppUi. Change-Id: I9d640de65c59196c5d3e5c3a8901bb3220b29f62
* Add more interfaces for app and modules.Angus Kong2013-11-081-1/+21
| | | | Change-Id: Ie67f90f227b5bc74bc7ac39fca72dfd1741140ca
* Introducing new architect.Angus Kong2013-11-061-0/+50
Change-Id: Iedcc7c264d66a933725fae73eb00c70cc544db8c