summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Change recording time position for xlarge layout.Wu-cheng Li2010-10-181-11/+4
| | | | | | Move recording time to the top right of the camera control panel. Change-Id: I8c13d2903f568d479d1aa963c6f0955e3126860c
* Use cache to reduce thumbnail latency.Wu-cheng Li2010-10-041-2/+2
| | | | Change-Id: Ibf40c2f0e4bd229ec7065b94d439edaac6968b0f
* Add last captured image thumbnails for xlarge devices.Wu-cheng Li2010-09-281-0/+21
| | | | Change-Id: I96d5472b62a7ffcc57642c09a0a7567a19f6ed42
* Use theme to display background to reduce perceived latency.Wu-cheng Li2010-09-202-2/+0
| | | | | | | | | | 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
* Added live diplay of recorded video time for time lapse capture.Nipun Kwatra2010-08-271-1/+1
| | | | | | | | | | | | | Since the length of time lapse video is different from the length of the actual wall clock time elapsed, we display the video length alongside the wall clock time. - Moved creating of hh/mm/ss string from milliseconds to millisecondToTimeString() function. - Added getTimeLapseVideoLengthString() which computes the video length from elapsed time, capture rate and frame rate. Change-Id: Ifea0a4f8376ad09f4a0a5a14aa3f96ac48fd27dd
* Nudge the camera preview 2dip from the screen edge.Daniel Sandler2010-05-062-0/+2
| | | | | | | | | | | | 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
* Remove GLRootView in onPause() and put it back in onResume() to avoid OOM inOwen Lin2010-04-212-8/+0
| | | | | | | | Gallery. Bug: 2557840 Change-Id: I2d6ff6da25bfe342472278efd5fc25c38d5fd5ce
* Remove unused resources and code.Owen Lin2010-04-072-259/+0
| | | | Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
* Fix several UI issues.Owen Lin2010-03-164-106/+0
| | | | | | | | | | | 1. Remove the cross in border_last_picture 2. Remove the gripper in VideoCamera 3. Solve the popup triangle locate in wrong position 4. Remove the top and bottom borders of the preview frame in Camera 5. Rotate the on-screen indicators when orientation changed 6. Add the checking for the flash mode in VideoCamera Change-Id: I304ea3582d08c5e46ed750b7371588635a4d8009
* New UI for camcorder.Owen Lin2010-03-141-20/+4
| | | | Change-Id: Id35564836da7b4051662cccfd0920480421499b0
* Camera should have the com.android.camera package name.Romain Guy2010-03-103-3/+3
| | | | | | Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
* Unbundle: change camera package name.Chih-Chung Chang2010-03-083-3/+3
| | | | Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
* Revert "Unbundle: change package name to com.google.android.camera"Chih-Chung Chang2010-03-083-3/+3
| | | | This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
* Unbundle: change package name to com.google.android.cameraChih-Chung Chang2010-03-053-3/+3
|
* The first runnable version of the new UI.Owen Lin2010-02-261-41/+4
| | | | | | | | | | | | | | | | | | | | 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
* Remove unused resources.Chih-Chung Chang2010-02-222-149/+0
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0812-72/+72
| | | | Bug: #2361749.
* Add flash light setting in video camera.Wu-cheng Li2009-12-081-0/+5
| | | | http://b/2118298
* Use icon to indicate the orientation of the taken photos.Owen Lin2009-12-041-3/+8
| | | | Change-Id: I144e2dd590e98942763fc6e243da3e17cb25d88d
* Layout the menu item of second level on-screen menu.Owen Lin2009-12-011-6/+19
| | | | | http://b/issue?id=2203704 Change-Id: I4e7f455eb037cb1cf60e85b338229c83d62a99f2
* resolved conflicts for merge of 503560f0 to eclair-mr2Owen Lin2009-11-201-8/+10
|\ | | | | | | Change-Id: I9516a46bf0602cdff0128bf36d4e8dfb6ddd3823
| * Keep space for those empty icons but hide them if the feature is notOwen Lin2009-11-201-8/+10
| | | | | | | | | | | | | | | | supported. fix bug: http://b/2250438 Change-Id: I79eb9d575cf275c25decc6236b80f61ecfdf3042
* | resolved conflicts for merge of 4d55cb36 to eclair-mr2Owen Lin2009-11-162-31/+21
|\ \ | |/
| * Hide the indicator if the icon is empty.Cheng-Ru Lin2009-11-122-31/+21
| | | | | | | | | | | | | | | | Also change the order of on-screen icons. http://b/issue?id=2250438 Change-Id: I25b0edfa1913aa3dacd960df87d5d7103e352bce
* | am cc12a303: Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-111-2/+18
|\ \ | |/ | | | | | | | | | | Merge commit 'cc12a303ad51063cee73715849a951fb5f383188' into eclair-mr2 * commit 'cc12a303ad51063cee73715849a951fb5f383188': Add icon-indicators to VideoCamera.
| * Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-121-2/+18
| | | | | | | | | | | | Change-Id: Ie5ace8cf1863636ffe94f89d70525483a95b3239 http://b/2247081
* | Remove some more code.Owen Lin2009-11-041-57/+0
| | | | | | | | Change-Id: I5779a15fcffecd9de28e6e1c24a59d3cf0a523f7
* | remove unused resource files and elementsOwen Lin2009-10-2910-628/+0
| | | | | | | | Change-Id: Ia4e7b9724501c0a1c5c16008390e0116bb409c14
* | Show flash-off indicator on the view-finder.Owen Lin2009-10-061-1/+1
|/ | | | | For those devices without flash support, we will use a new mode: NO_FLASH_MODE and show no indicator on the view finder.
* Make new color for on screen settings.Cheng-Ru Lin2009-10-012-3/+2
| | | | | | And also solve the divider disapear problem. Change-Id: I2f61ee39eb3e179f7a227e56a5dd677e6f415a2d
* Revert "Revert "Add icon support for options in preference setting screen.""Cheng-Ru Lin2009-10-011-0/+6
| | | | | | This reverts commit 7af25641ec401d9f669497bd401020f2cb5933ef. Change-Id: I03381ffeee4aca787ea376bcd5fe150ff0f97dbf
* Add indicator for focus, white balance, and scene mode.Cheng-Ru Lin2009-10-011-1/+8
| | | | Change-Id: Iead8a7a28aeaa07210fd56ecac1f6f6a74fee155
* Another candidate for on screen settings UI (opaque).Cheng-Ru Lin2009-10-011-1/+1
| | | | | | | Make the background opaque and use slide from the whole screen (not just inside the view finder). Change-Id: I12b8485399553e2622c9917833dc9aca9d8ee59c
* Merge change I65b13222 into eclairAndroid (Google) Code Review2009-09-303-4/+3
|\ | | | | | | | | * changes: Fine tune some UI stuff.
| * Fine tune some UI stuff.Cheng-Ru Lin2009-09-303-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Try some mock icons to feel the layout.Cheng-Ru Lin2009-09-301-0/+14
|/ | | | Change-Id: I697e45f93e0c6592bdd812f84d5db189f8cf6b4d
* Remove unused progress indicator.Chih-Chung Chang2009-09-291-17/+0
|
* Revert "Add icon support for options in preference setting screen."Cheng-Ru Lin2009-09-301-6/+0
| | | | | | | | | | | | This reverts commit 723f84eadb3c1a79337ef20e4d0a014341537adb. Conflicts: res/values/arrays.xml res/xml/camera_preferences.xml src/com/android/camera/IconListPreference.java Change-Id: Ic5fd32735656cfaed56cf256a0b9530d051f2240
* Hide indicator when on-screen settings is shown.Cheng-Ru Lin2009-09-291-2/+1
| | | | Change-Id: Ib37df275a584133b326161fa5fe371697f31f8d1
* Resize the preview frame as large as possible.Cheng-Ru Lin2009-09-293-120/+93
| | | | | | Now, we will calculate the layout by ourselves in PreviewFrameLayout. Change-Id: I90f91f9df6d2f75fbd31fc930af624a84820bc95
* Fix style issues in on-screen settings.Cheng-Ru Lin2009-09-283-27/+4
| | | | | | | | | 1. Make the item as high as 64dp. 2. Move the title of the second level menu to the left 3. Change 5M to 5M pixel 4. Enlarge the viewfinder and also review image Change-Id: Iad0e05df168336ac6c80124d9b24e0e1acbfdf3e
* Change the checkbox style to list style for record location preference.Cheng-Ru Lin2009-09-261-42/+0
| | | | Change-Id: Ie209887169623f090df0ee7a85f2709b4a54e202
* Change the close behavior of on screen menu.Cheng-Ru Lin2009-09-261-29/+0
| | | | | | | | 1. Click on back/menu will close the whole setting panel 2. Touch on anywhere outside the panel will also close the settings. 3. Remove the "Back" item in second level menu. Change-Id: I015a0264b50f8abb29db1c4c5adfef07987630f1
* Add icon support for options in preference setting screen.Owen Lin2009-09-241-0/+6
| | | | Change-Id: I4029ef11d49922139b8aab423e9871c803ab4a82
* Merge change 26492 into eclairAndroid (Google) Code Review2009-09-233-6/+6
|\ | | | | | | | | * changes: Fix http://b/2131805. Just let make those long string be in two lines.
| * Fix http://b/2131805. Just let make those long string be in two lines.Owen Lin2009-09-233-6/+6
| | | | | | | | Change-Id: I5a2fdc97716d51cce0a102b45f1f46e3d81332d8
* | Fix the problem that for too long text the UI is bad.Owen Lin2009-09-232-163/+62
|/ | | | Change-Id: I85534ead897d676facb3ec4fa791b5bfffee350b
* Add a icon bar to show the current state.Owen Lin2009-09-221-8/+24
| | | | Change-Id: Ic0c32abffed267fa97b6b449c4dd432af3e0e591
* Merge change 26043 into eclairAndroid (Google) Code Review2009-09-201-1/+1
|\ | | | | | | | | * changes: Fix bug 2121734 (better guess at size of photo widget)
| * Fix bug 2121734 (better guess at size of photo widget)Mike Cleron2009-09-201-1/+1
| |