summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* Multiline EditText have top and bottom brackets to differentiate from single ↵Gilles Debunne2010-11-1655-22/+68
| | | | | | line. Change-Id: Iab6da75e7a823018221399c0b03dd47f7f768f21
* The beginnings of the new status bar.Joe Onorato2010-11-153-6/+4
| | | | | | There is a lot of rough stuff still, but most of the functionality is here again. Change-Id: I4b1241e61270f1434e798481afa83634233ee670
* Get rid of the extended themes.Dianne Hackborn2010-11-146-14/+80
| | | | | | | | | | | | | | | | We now decide whether to use a bitmap background based on whether the window's drawing is hardware accelerated. To do this, there is a new "state_accelerated" that state list drawables can be parameterized on, and the standard window background uses this to select a solid color or bitmap drawable as appropriate. Introduces a little hackery to have wm preview windows pretend like they are hardware accelerated even if they aren't, so the preview looks closer to the actual app. Also Add a DialogWhenLarge variation for the light theme. Change-Id: I215a79d5df65ba3eed52ab363cade9d8218a6588
* Revised assets for progress bars and indeterminate progress spinners.Adam Powell2010-11-1236-25/+149
| | | | | | | | | | | | Add support in ActionBar for activity-wide progress APIs. Add ability for progress bars to set a target framerate rather than the 5fps previously used. Clean up some more dialog layouts using hardcoded styles rather than theme attributes. Change-Id: I8e88c7595e27c0b6f7829b598f2b084ac8501ae3
* Enable touch splitting for all windows by default.Jeff Brown2010-11-122-3/+15
| | | | | | | | | | | New default only applies to applications with targetSdkVersion >= HONEYCOMB. Old applications default to no touch splitting for their windows. In addition, enabled split touch for various system windows. Bug: 3049580 Change-Id: Idc8da9baa2cd8e1e4e76af8967d7b6a5ccb94427
* Fix in public.xml for broken buildGilles Debunne2010-11-121-5/+0
| | | | Change-Id: I17fdd8a01eb06b4e63ea020bbdfe5dd281743a19
* Added a flag for TextView that allows for text selection in read-only TextViews.Gilles Debunne2010-11-122-0/+14
| | | | | | Bug 3101642 Change-Id: I5538e507043c89b02c07f3e1c1abc74a93467427
* Add Theme.Holo.DialogWhenLargeDianne Hackborn2010-11-113-6/+36
| | | | | | | | | This theme gives you a dialog look when running on a large or xlarge screen, otherwise a regular full-screen activity. Also some new Fragment convenience APIs. Change-Id: I3d97928ffaa4f3bdfd0cc5daf8823f9235c4ba68
* Add password expiration support to DevicePolicyManager.Jim Miller2010-11-111-0/+5
| | | | Change-Id: Ib2629ec547c123ac489d7f4cbd4e0a1d4aa07620
* Merge "Add new keycodes initially used for GoogleTV devices."Jeff Brown2010-11-111-0/+22
|\
| * Add new keycodes initially used for GoogleTV devices.Jason Bayer2010-11-111-0/+22
| | | | | | | | Change-Id: I1b901037d6d401931dd3ec6f7d5e1e6ad165d1c9
* | Bug 3183184 - add fade-out for selectable item backgroundsAdam Powell2010-11-112-2/+4
|/ | | | Change-Id: Id2a1ff4eb7177509f08c20e39bbf1dbf5c25dd5f
* First pass at styling progress bars for Holo.Adam Powell2010-11-1117-2/+75
| | | | | | | | Added attribute to let scale drawables size based on the intrinsic width and height as a minimum. This helps prevent artifacts when some 9-patches are used in situations like progress bars. Change-Id: I168a232d3225afe9b5578a05a9b8634a1084404c
* Added drag and drop functionality in TextViewsGilles Debunne2010-11-111-0/+26
| | | | | | | Basic implementation. The finger is currently hiding the insertion position. An offset has to be added in DragThumbnailBuilder to prevent this. Change-Id: I4207c337a2a31162063fba191a5eb5d5856b24cf
* Merge "Import revised translations."Eric Fischer2010-11-1121-0/+21
|\
| * Import revised translations.Eric Fischer2010-11-1021-0/+21
| | | | | | | | Change-Id: I268a46ef97765c4d806b84f50a5b99667ec4eb53
* | Adding widget auto-advance capabilityAdam Cohen2010-11-102-0/+4
|/ | | | Change-Id: I058573f40a48fd7b5c2efa5f1041a1199919a51a
* Fix bug 3183378 - make theme attribute selectableItemBackground public.Adam Powell2010-11-101-0/+1
| | | | | | | | This will always be a reference to a state list drawable that shows proper pressed/focused/etc background highlights for the current theme. Change-Id: I60671e581ad0fa8cc2f6a808beafa506784112de
* Merge changes I40bfa0f8,I9fe6a999Eric Fischer2010-11-1022-1001/+3730
|\ | | | | | | | | | | * changes: Restore deleted string still referenced from AndroidManifest. Import revised translations.
| * Restore deleted string still referenced from AndroidManifest.Eric Fischer2010-11-091-0/+1
| | | | | | | | | | | | | | I think this must have been an accidental deletion since the comment is still there. Change-Id: I40bfa0f839efed19c073a0e9fc0b48b65d3eb293
| * Import revised translations.Eric Fischer2010-11-0921-1001/+3729
| | | | | | | | Change-Id: I9fe6a999fc665faefbf0e7e222d5dfb4fdbcd3b1
* | Implement new task transition animations.Dianne Hackborn2010-11-094-6/+36
| | | | | | | | Change-Id: I62c10e7b2afac4371b3739f1cd5948c655edc125
* | Initial pass to update RecentApps panel to new UI specification.Jim Miller2010-11-091-2/+2
| | | | | | | | | | | | | | This updates recent apps to show a vertical list, complete with thumbnails and a text description of the application. Change-Id: I178ed8d7d32e790ac51aa7f88593aa24d6786a78
* | Fix preference layouts so that custom preferences don't break.Amith Yamasani2010-11-095-123/+30
|/ | | | Fixes some missing checkboxes in gmail and qsb.
* fix the build. more string disambiguaiton.Joe Onorato2010-11-091-4/+2
| | | | Change-Id: Ida979481cf9f637469d7c1e6b876b8215ffb35ea
* Default wallpaper moved to nodpiGilles Debunne2010-11-082-0/+0
| | | | Change-Id: I21f9bf0037e820941e48b3942c43504dcdfcea2b
* Tweak fragment animations to be more consistent with window anims.Dianne Hackborn2010-11-088-26/+24
| | | | Use same deceleration curves, same style for forward/backward nav.
* Fix animations to use correct interpolator.Dianne Hackborn2010-11-0813-20/+24
| | | | | | Also some fragment fixes. Change-Id: I3906199e541a86379d07c8a4e4d5f9e99830c44a
* make the resolver activity's items visibleJoe Onorato2010-11-081-2/+2
| | | | Change-Id: Ic02c834c01c3d71d6e1c073f986b87ae5faa1da0
* Make all the activities in the framework use the holo theme.Joe Onorato2010-11-081-3/+3
| | | | Change-Id: I18b669923fcd52e3bbb82b63e491d46cdb4bf4be
* Merge "add frequency band control API"Irfan Sheriff2010-11-081-0/+2
|\
| * add frequency band control APIIrfan Sheriff2010-11-081-0/+2
| | | | | | | | Change-Id: I6cc6cdef27d493d4ef76cec17fdca7e49d9dc8d7
* | Change margins and font size for preference_child style. Missed in previous ↵Amith Yamasani2010-11-081-7/+11
|/ | | | checkin.
* Added assets for preference panel and adjusted layout margins for new spec.Amith Yamasani2010-11-0719-39/+345
|
* am 04856d99: am 6e88c84c: docs: remove allowClearUserData from <application> ↵Scott Main2010-11-061-4/+3
|\ | | | | | | | | | | | | manifest doc and clarify in javadocs that it\'s only for system apps bug: 3128020 * commit '04856d99f8f353711f294254c1159461213684a5': docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it's only for system apps bug: 3128020
| * am 6e88c84c: docs: remove allowClearUserData from <application> manifest doc ↵Scott Main2010-11-051-4/+3
| |\ | | | | | | | | | | | | | | | | | | and clarify in javadocs that it\'s only for system apps bug: 3128020 * commit '6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457': docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it's only for system apps bug: 3128020
| | * docs: remove allowClearUserData from <application> manifest docScott Main2010-11-041-4/+3
| | | | | | | | | | | | | | | | | | | | | and clarify in javadocs that it's only for system apps bug: 3128020 Change-Id: Ibc01f0e24f7d1f4e76a4da0a324c7682b92992aa
* | | Merge "resolved conflicts from merge of c3b112ba to master"Jason Chen2010-11-051-0/+8
|\ \ \
| * \ \ resolved conflicts from merge of c3b112ba to masterJason Chen2010-11-051-0/+8
| |\ \ \ | | |/ / | | | | | | | | Change-Id: I76a5f88849ab617af3316d63378bf3296256e8e1
| | * | Merge db2403ff from open-source masterJean-Baptiste Queru2010-11-051-0/+8
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I90dfa2f37db901b62690b6becbf5d0d91468672c
| | | * | Add support for UAProf header in HTTP requestsMatthias Thomae2010-11-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each HTTP request sent from a mobile handset is usually required to include a x-wap-profile header following the UAProf specification. The value of this header is a URL that points to the location of a document which specifies relevant capabilities of the phone, e.g. supported network bearers, video formats or screen size. This change defines a global string resource that holds this URL, and also adds the necessary code in the web widget to include this header in HTTP requests.
* | | | | Fixed several dialog theming issuesAdam Powell2010-11-052-1/+4
|/ / / / | | | | | | | | | | | | Change-Id: I8e83e5a35acaae63a70bef48f543e3fd82ced354
* | | | Adjust window animations to better match UX spec.Dianne Hackborn2010-11-0513-21/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces new resources for interpolators that match the types received from UX, and uses them appropriately in the animations. Change-Id: I68c435ff1c8845c7854fa78f24e33157659b16d1
* | | | Merge "Created missing assets by up/down scaling the one in other dpi"Gilles Debunne2010-11-0541-0/+0
|\ \ \ \
| * | | | Created missing assets by up/down scaling the one in other dpiGilles Debunne2010-11-0441-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of these assets may no longer be used. An other CL will remove these later. Needed to remove warnings in new aapt version. Change-Id: I84048d7fd237e6623b14810deeb7887dbe50ab73
* | | | | Merge "Assets remove from bare drawable-xlarge directory."Gilles Debunne2010-11-048-0/+0
|\ \ \ \ \
| * | | | | Assets remove from bare drawable-xlarge directory.Gilles Debunne2010-11-048-0/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Those were already copied to mdpi, and have been upscaled to hdpi. Change-Id: Ifd8fe5f96ceb9992ba22086f4c4c3d23d7f18879
* | | | | Merge "Rough cut at new window animations."Dianne Hackborn2010-11-0413-39/+126
|\ \ \ \ \
| * | | | | Rough cut at new window animations.Dianne Hackborn2010-11-0413-39/+126
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I5c698de205d820b770e2405ea9d3d483b6b8a463
* | | | | Merge "wallpaper moved to nodpi"Gilles Debunne2010-11-041-0/+0
|\ \ \ \ \