History log of /packages/apps/LegacyCamera/res/layout/camera.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae557ecc220f9d491e8c65b1c895827fbedcdafe 02-Nov-2011 Angus Kong <shkong@google.com> The dialog for comfirmation is made rotatable.

bug:5481928

Change-Id: Ic9a34b0f9e8d920afa5aec36561892045480e18c
/packages/apps/LegacyCamera/res/layout/camera.xml
d33109730e0ab81230f84e2bd35599e8e24fc4ba 17-Oct-2011 Chung-yih Wang <cywang@google.com> Change the default orientation to portrait.

bug:5446617

Since the orientation is mainly portrait on phones, the default
orientation of an application will decide if the window animation will
be played before it starts. In order to reduce the launch time of Camera
apps, this change is to skip the window animations by changing the default
orientation to portrait.

Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
/packages/apps/LegacyCamera/res/layout/camera.xml
16ca94d73bfe07f280e381595709b56c2681b2bc 08-Aug-2011 Wu-cheng Li <wuchengli@google.com> Use new background and shutter button.

bug:5024054

Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
/packages/apps/LegacyCamera/res/layout/camera.xml
bed7386688cd7810cba23732ab71f370fe3222ff 20-Jul-2011 Chung-yih Wang <cywang@google.com> Merge the indicator bar implementations.

bug:5039235

Originally we have the GLView-implemented indicators for Phone-based UI.
Based on the current UI design, we would like to merge the look on all
devices for the dialog of the camera setting. Therefore, a refactor of
how to handle the popup window is required here and this will simplify our
UI work for handling different layout/resolution.

Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
/packages/apps/LegacyCamera/res/layout/camera.xml
41ac285a1c97b1df78246456effb80de51033323 25-Nov-2010 Hung-ying Tyan <tyanh@google.com> Increase camera preview frame size and other changes.

+ Increase camera preview frame size and align it to the left of the screen.
+ Move thumbnail to the lower left corner of the preview frame.
+ Move GPS indicator to the lower right corner of the preview frame.
+ Replace LinearLayout and negative margin with RelativeLayout.
+ Revise the look of the settings wheel based on new UI mock.
+ Add border to preview frame.
+ Make settings popup windows align with an invisible view in the root view.
This makes it easier to adjust the location of the popup windows.

Bug: 3156693

Change-Id: I8843fec803f8418699df7e425ea74af708b4ea99
/packages/apps/LegacyCamera/res/layout/camera.xml
a2cbd31e81bf6b4a65ade4a5c34c303546d57d8c 11-Nov-2010 Hung-ying Tyan <tyanh@google.com> Move camera UI elements to their own xml files.

Hopefully with this CL, the code doesn't need to worry about the placement of
the UI elements.

Change details:
+ Move preview frame out of camera.xml and video_camera.xml.
--> create preview_frame.xml and preview_frame_video.xml in both layout/
and layout-xlarge/.
+ Move thumbnail list view out of camera.xml and video_camera.xml.
--> create thumbnail_list.xml in layout-xlarge/.
+ Make camera.xml and video_camera.xml a pure container which includes other
UI elements.
+ Create camera_attach.xml and video_camera_attach.xml for the attachment
scenario with its own camera control and no thumbnail list.
+ Camera and VideoCamera are modified accordingly.
+ Remove redundant RelativeLayout container in camera_control.xml.
+ Also fix a layout bug in PreviewFrameLayout.java.

Change-Id: Ief556c9aa77b0322312bb46ce1d274df3a26aa4d
/packages/apps/LegacyCamera/res/layout/camera.xml
02ec7c0880ded5863d73d6f173ef35ab5c888dcd 04-Nov-2010 Wu-cheng Li <wuchengli@google.com> Change setting picker to popup window.

UI was re-designed.
bug:3156666

Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf
/packages/apps/LegacyCamera/res/layout/camera.xml
df41c36076dce8d68bcb69bc922b057c1bd82ee0 20-Sep-2010 Wu-cheng Li <wuchengli@google.com> Use theme to display background to reduce perceived latency.

Now system picks up the camera background as soon as the app
starts. Originally users would see the app startup with the
default theme and its dark background. The camera background
would only appear after the inflation of the content view
and the first layout/drawing pass.

Change-Id: I9003b37b1a958c78f5fd804de9fedeb23bd90fc9
/packages/apps/LegacyCamera/res/layout/camera.xml
aefb028cb120b2908038f459e33b61d18ad32417 05-May-2010 Daniel Sandler <dsandler@android.com> Nudge the camera preview 2dip from the screen edge.

On Sapphire, the preview background was right up against the
edge of the screen; since that portion of
border_view_finder.9.png is very dark, it looked as if there
was no border at all. Now there's a guaranteed 2dip of
bg_camera_pattern.png texture visible to the left of the
viewscreen.

Bug: 2655309
Change-Id: I4d4f45542700b8b0fec564b72895e42d9dd29da3
/packages/apps/LegacyCamera/res/layout/camera.xml
f00d421845b4ff2eca1354419889886fec5f2538 20-Apr-2010 Owen Lin <owenlin@google.com> Remove GLRootView in onPause() and put it back in onResume() to avoid OOM in
Gallery.

Bug: 2557840

Change-Id: I2d6ff6da25bfe342472278efd5fc25c38d5fd5ce
/packages/apps/LegacyCamera/res/layout/camera.xml
e480f77352d670b2892a9b7b7cd503838b71ca9f 10-Mar-2010 Romain Guy <romainguy@android.com> Camera should have the com.android.camera package name.
Related to bug #2464545

Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
/packages/apps/LegacyCamera/res/layout/camera.xml
3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change camera package name.

Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
/packages/apps/LegacyCamera/res/layout/camera.xml
e57b61d261f6e8aa502a7da195d5f9192fc55630 09-Mar-2010 Chih-Chung Chang <chihchung@google.com> Revert "Unbundle: change package name to com.google.android.camera"

This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
/packages/apps/LegacyCamera/res/layout/camera.xml
f744b3ff623764342719de0af4cc184db9837ea8 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change package name to com.google.android.camera
/packages/apps/LegacyCamera/res/layout/camera.xml
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/LegacyCamera/res/layout/camera.xml
2ca4f7cd4bcc12dc70e394b4372072b61c32a215 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/packages/apps/LegacyCamera/res/layout/camera.xml
503560f0dc42d6185c61be06f8060dfd50d30d69 19-Nov-2009 Owen Lin <owenlin@google.com> Keep space for those empty icons but hide them if the feature is not
supported.

fix bug: http://b/2250438

Change-Id: I79eb9d575cf275c25decc6236b80f61ecfdf3042
/packages/apps/LegacyCamera/res/layout/camera.xml
9c90e4ffabcb51d340648d71ada7208bc4e2de96 12-Nov-2009 Cheng-Ru Lin <owenlin@google.com> Hide the indicator if the icon is empty.

Also change the order of on-screen icons.

http://b/issue?id=2250438

Change-Id: I25b0edfa1913aa3dacd960df87d5d7103e352bce
/packages/apps/LegacyCamera/res/layout/camera.xml
25156f0e1bb921d3d8f7f5cc51e141522533b502 30-Sep-2009 Cheng-Ru Lin <owenlin@google.com> Add indicator for focus, white balance, and scene mode.

Change-Id: Iead8a7a28aeaa07210fd56ecac1f6f6a74fee155
/packages/apps/LegacyCamera/res/layout/camera.xml
27e69927ba1a69aaa7a72eab16a278221c2db273 30-Sep-2009 Cheng-Ru Lin <owenlin@google.com> Try some mock icons to feel the layout.

Change-Id: I697e45f93e0c6592bdd812f84d5db189f8cf6b4d
/packages/apps/LegacyCamera/res/layout/camera.xml
2a79ecbf5e5a76cfead677262deb089bd3e2e277 27-Sep-2009 Cheng-Ru Lin <owenlin@google.com> Hide indicator when on-screen settings is shown.

Change-Id: Ib37df275a584133b326161fa5fe371697f31f8d1
/packages/apps/LegacyCamera/res/layout/camera.xml
ffcca7403c9a364403357d3c76a3ff256c63c786 27-Sep-2009 Cheng-Ru Lin <owenlin@google.com> Resize the preview frame as large as possible.

Now, we will calculate the layout by ourselves in PreviewFrameLayout.

Change-Id: I90f91f9df6d2f75fbd31fc930af624a84820bc95
/packages/apps/LegacyCamera/res/layout/camera.xml
37acf79b1cc060f355c9cd1803c2bdd5e39deb27 17-Sep-2009 Owen Lin <owenlin@google.com> Add a icon bar to show the current state.

Change-Id: Ic0c32abffed267fa97b6b449c4dd432af3e0e591
/packages/apps/LegacyCamera/res/layout/camera.xml
a4e3d2723156de4d03ef1e9807ca4125b166e22e 17-Sep-2009 Owen Lin <owenlin@google.com> Move flash settings from on-scren control to preference settings.

Change-Id: Id45c7321c1e60cc7e29a7e9c601082624d93c9e8
/packages/apps/LegacyCamera/res/layout/camera.xml
c1f2e3021bf7b12f2a33561e09bd0ab32530382e 14-Sep-2009 Owen Lin <owenlin@google.com> Implement the drawer UI. When user click on the drawer button, the
on-screen settings will show up.

Change-Id: I86a587969a9a01d62560e21d457d3639841ba6da
/packages/apps/LegacyCamera/res/layout/camera.xml
8df283a6685ee0dd18cd3276b6bb716b21f269c6 21-Aug-2009 Chih-Chung Chang <chihchung@google.com> Add on-screen flash button.
/packages/apps/LegacyCamera/res/layout/camera.xml
69423f71b946d82528a4c58b15a44953bff2b8c8 06-Aug-2009 Chih-Chung Chang <chihchung@google.com> Fix layout for high dpi display.
/packages/apps/LegacyCamera/res/layout/camera.xml
eab15857f3829a7d26979b9604021a3cfbbc4d28 22-Jun-2009 Owen Lin <owenlin@google.com> Address review comment in previous patch sets.
/packages/apps/LegacyCamera/res/layout/camera.xml
61b98317dfb7b8bad4e826e1db560128e1c37374 19-Jun-2009 Owen Lin <owenlin@google.com> UI refresh for attachment capture mode.
/packages/apps/LegacyCamera/res/layout/camera.xml
46fc7aeec04021dfc2f4c947649888dbc7408f53 19-Jun-2009 Wu-cheng Li <wuchengli@google.com> Integrate camcorder review mode to ReviewImage.
/packages/apps/LegacyCamera/res/layout/camera.xml
dad4b187eec436a2716aca5af31f23ce5de95f39 12-Jun-2009 Owen Lin <owenlin@google.com> New UI for camera
/packages/apps/LegacyCamera/res/layout/camera.xml
059daa36dc6e83ca24a16d9b99925e71010bcceb 19-May-2009 Owen Lin <owenlin@google.com> New UI for donut's camera !!
/packages/apps/LegacyCamera/res/layout/camera.xml
e43adb123b34432b977f57943c3c42614ccfd985 14-May-2009 Wu-cheng Li <wuchengli@google.com> Delay snapshot related initialization after surfaceChanged.

Reduce start-up time (b1656298) and ANR.
/packages/apps/LegacyCamera/res/layout/camera.xml
5e5aa7e1e8bd03e9919d5f14b9f5df75cf68ff8f 21-Apr-2009 Chih-Chung Chang <chihchung@google.com> The new focus UI.
/packages/apps/LegacyCamera/res/layout/camera.xml
885e55815c304efe199bc220fd8473c69ece1138 08-Apr-2009 Chih-Chung Chang <> AI 145045: Code clean up.

Automated import of CL 145045
/packages/apps/LegacyCamera/res/layout/camera.xml
07c90568c7b0568e6cb75559bd13e5d000ac040f 25-Mar-2009 Owen Lin <> Automated import from //branches/donutburger/...@141143,141143
/packages/apps/LegacyCamera/res/layout/camera.xml
de365d87520c97d6b1636442e6b5c82a3e036f29 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/packages/apps/LegacyCamera/res/layout/camera.xml
8d0dd0e2ee9a9f8d729ed96597102777cf14701f 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/packages/apps/LegacyCamera/res/layout/camera.xml
e3f4516c2154539cb5778ef061abf8a0ccf90a5e 11-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@137873
/packages/apps/LegacyCamera/res/layout/camera.xml
b64d345c9d51cabce43b5191532a0c185d2a70a5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/LegacyCamera/res/layout/camera.xml
becfb351a5bc43050128f44eb1bcfbcc0c6dcb7a 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/LegacyCamera/res/layout/camera.xml
d8bccef54d490ce562e61fc907201da0c666314e 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
/packages/apps/LegacyCamera/res/layout/camera.xml
dee42a6e53cb1d0c7194b0cb92028cca353d7c5c 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/LegacyCamera/res/layout/camera.xml
8250896ab37545f4499da79f54c19af2e5018b80 22-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127436
/packages/apps/LegacyCamera/res/layout/camera.xml
33e3e0b3f4f1f54e067bbc54c9b8b5a26660f9f0 20-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127101
/packages/apps/LegacyCamera/res/layout/camera.xml
9c061072c8f4ec16acf25e0af7ca3d8317d1026f 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/packages/apps/LegacyCamera/res/layout/camera.xml
b97ccf3f20bee44daf70f10966809e39e30ab4f7 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/packages/apps/LegacyCamera/res/layout/camera.xml
0eaec58e292ce4eaa6baadecf643f0f65e48d278 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/LegacyCamera/res/layout/camera.xml
1d4c75065966c4f6f56900e31f655bfd1b334435 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/LegacyCamera/res/layout/camera.xml