History log of /packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec1dfcb7314d10ff243a922fe4eff66ea699dd77 12-May-2010 Owen Lin <owenlin@google.com> Add copyright headers to source codes.

Bug: 2680376

Change-Id: I4d0b297f2cee13bb03104996f020732713c61e03
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
c24155c65b45f554ffc29c523d7ea8e63ea10d33 10-Mar-2010 Owen Lin <owenlin@google.com> Restore Settings.

Change-Id: Ie5c26869151dd8959c122bf3c748d61420ac5c30
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
33be45a1abaf6a8d611fb87b18945c84ab76c229 06-Mar-2010 Owen Lin <owenlin@google.com> Add the new ZoomController UI and also the exposure compensation settings.

Fix the bug that some MotionEvent of some actions should always pass to the
component who accept the DOWN event.

Also fix a bug that nine patch image will be drawn incorrectly after rotation.

Change-Id: I8ab36fb6f958c1967afa11eed5f167842b59cada
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change camera package name.

Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
281be5337852cb4b5d24e0a0440c426cb96bbebd 03-Mar-2010 Owen Lin <owenlin@google.com> Add pixel density concept to the code. So, it draw about the same size on
mdpi and hdpi devices.

Update the UI assets for mdpi

Fix a issue that GLSurfaceView didn't call onPause and onResume in Camera.
Refactor. Improve the drawing and animation.

Also fix the RawTexture unsupported operation bugs and the NullPointerException
in GLRootView.

Change-Id: I7aeadcad72d64a665828a6bb4f0f73e685fde632
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java
4de149ceb47f2c251f646419907424bfb67d2b64 29-Jan-2010 Owen Lin <owenlin@google.com> The first runnable version of the new UI.

Implement the new UI with OpenGL (GLSurfaceView).

Known issues:

* Texture are never freed from GL
* Do not consider the density of screen. Currently, the dimensions in mdpi
devices are wrong.
* It won't work on Sapphire, bug fired: Bug: 2473605
* The action UP event may pass a wrong target. (It should pass to the same
target who recive the DOWN action.
* Animation is not smooth enough.
* Should not allocate objects into heap during rendering path.
* The scrollbar in GLListView doesn't match the design
* We should calculate our own orientation instead of using the system one.
* Regression: "restore to default settings" is removed

Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a
/packages/apps/Camera/src/com/android/camera/ui/PreferenceAdapter.java