| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
|
|
|
|
| |
Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7
|
|
|
|
| |
Change-Id: Ia4e7b9724501c0a1c5c16008390e0116bb409c14
|
|\
| |
| |
| |
| | |
* changes:
Fix widgets
|
| | |
|
| |
| |
| |
| | |
Change-Id: Ic10c68404a703279918c3a86473d364030affa8a
|
|/
|
|
| |
Change-Id: Iead8a7a28aeaa07210fd56ecac1f6f6a74fee155
|
|\
| |
| |
| |
| | |
* changes:
Fine tune some UI stuff.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Use no animation between camera / review mode. Thus, we must have same
layout for three types of control panel.
2. Since we have better algorithm to calculate the preview size. Let the
gripper be the same in mdpi and hdpi devices.
3. Keep some border on the right size of image view. Otherwise, it looks
odds in HVGA devices.
Change-Id: I65b13222cace230f09e6b33f311fd2b79758e93e
|
|/
|
|
| |
Change-Id: I697e45f93e0c6592bdd812f84d5db189f8cf6b4d
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 723f84eadb3c1a79337ef20e4d0a014341537adb.
Conflicts:
res/values/arrays.xml
res/xml/camera_preferences.xml
src/com/android/camera/IconListPreference.java
Change-Id: Ic5fd32735656cfaed56cf256a0b9530d051f2240
|
|
|
|
| |
Change-Id: I4029ef11d49922139b8aab423e9871c803ab4a82
|
|
|
|
| |
Change-Id: Ic0c32abffed267fa97b6b449c4dd432af3e0e591
|
|
|
|
|
|
| |
on-screen settings will show up.
Change-Id: I86a587969a9a01d62560e21d457d3639841ba6da
|
|
|