Adam Powell
12190b36a9
Add the Switch widget
...
Switch is hidden currently; it will be used in SystemUI and preferences.
Change-Id: I2cd8458783f938f00f5ee5e7a67fb5a90404797d
2010-11-29 19:14:58 -08:00
Dianne Hackborn
af60e276e8
Merge "Fix issue #3225529 : AlertDialogs are squishing their content views"
2010-11-29 18:14:35 -08:00
Dianne Hackborn
711e62a84f
Fix issue #3225529 : AlertDialogs are squishing their content views
...
ViewRoot is now smarter about measuring WRAP/WRAP windows.
Change-Id: I690fc78ddbe252d7c8070edb8e7352aec6c67ce9
2010-11-29 18:06:36 -08:00
Costin Manolache
fa04b8de11
Revert "Merge "Fix permission."" It breaks apps that rely on the wrong permission.
...
This reverts commit 974ab30569f9543c897047972260887cb33f8827, reversing
changes made to 8b780ec773b2d1765f3ce932ee8f86c9048fdb85.
2010-11-29 17:50:28 -08:00
Costin Manolache
974ab30569
Merge "Fix permission."
2010-11-29 16:11:26 -08:00
Eric Fischer
8b780ec773
Merge "Import revised translations."
2010-11-29 16:03:04 -08:00
Svetoslav Ganov
206316a61f
New Number picker widget
...
Change-Id: I834e725b58682e7a48cc3f3302c93c57b35d4e27
2010-11-29 15:47:55 -08:00
Eric Fischer
8d1efa9577
Import revised translations.
...
Change-Id: I8d5fe7c1cf2f2a7903997da38b6abfe4dcabdab7
2010-11-29 15:10:37 -08:00
Dianne Hackborn
f9d0be917b
Implement rotation animations.
...
This introduces a small new feature for ScaleAnimation allowing
the scaling factor to be expressed as a percentage of the object
(which is the same as the existing float interpretation), a
percentage of the container, or a fixed dimension. Maybe not
useful for anything else, but I needed it for this.
Also fix a bug in how transformation matrices were propagated
from the Animation to Surface Flinger, so that rotate and skew
animations will actually work. :p
Change-Id: I301f4caa2147aa35564b5e511cb9c0b368d2425d
2010-11-28 18:28:57 -08:00
Joe Onorato
5a6b4f8265
tighten up the notifciation layouts
...
Change-Id: I8e4f6a6412123fdd2d76381d568ab0bc3157b974
2010-11-27 21:58:49 -08:00
Joe Onorato
2e76ccad08
Merge "Long press on home shouldn't open recents"
2010-11-26 14:07:34 -08:00
Joe Onorato
50262e587c
Long press on home shouldn't open recents
...
Change-Id: Iafb8205878768b74a833528532ab399d44b04263
2010-11-26 14:04:54 -08:00
Adam Powell
fc19b84448
Merge "Updated list assets for holo"
2010-11-24 21:14:54 -08:00
Adam Powell
d50761d7e6
Updated list assets for holo
...
Change-Id: I9ea3ee7e171432ddba76123d0cd38179f96c4d20
2010-11-24 21:13:24 -08:00
Amith Yamasani
f9beaeffef
Merge "Use newer SearchView icons and improve layout and highlights."
2010-11-24 16:20:00 -08:00
Amith Yamasani
a9f1e1503f
Use newer SearchView icons and improve layout and highlights.
...
Also fix the theming for AutoCompleteTextView, which is used by SearchView.
2010-11-24 16:16:23 -08:00
Adam Powell
24c0bc2406
Fix bug 3149106 - disabled text not dimmed
...
Change-Id: Ieef20e1f5041b544f32aaefad0ee7413ee56bfa7
2010-11-24 14:18:55 -08:00
Dianne Hackborn
a111187a5b
Change rotation freeze to all be implemented in window manager.
...
Lots of work for no visible change in behavior, but now we can
do some fancier stuff...
Also allow rotation in all 4 directions.
Change-Id: I7e5e9537c5e359f69b83c10f65cc1ce95f371461
2010-11-24 10:41:07 -08:00
Joe Onorato
8db70edf34
updated battery assets
...
Change-Id: I1a7a00c038041031daee59fb63bd5271da276619
2010-11-23 15:54:44 -08:00
Joe Onorato
46b0d6861c
Turn off the long press on home action
...
Change-Id: I8b083e9e9b8bde4751264de18e5400434b315848
2010-11-23 15:54:43 -08:00
Mindy Pereira
2266b92072
Create logic for applying padding only to custom preference layouts
...
n the case of any standard PreferenceFragment layout, we can
change the list styling to add padding and set clipToPadding to false.
In this case, we don't want extra padding in the parent ViewGroup
(R.id.prefs).
When an app specifies a custom preference fragment layout, we want
to add the previously existing padding styles R.id.prefs.
Change-Id: Idfd77dcbef264c6f5f4121b66fd54c684ad0a288
2010-11-23 14:47:52 -08:00
Costin Manolache
e4e6efa46b
Fix permission.
...
Change-Id: Ifb545e8fb1a312f0fecb9aed35027c0cb98fab65
2010-11-23 14:40:37 -08:00
Adam Powell
637d337b58
Merge overscrolling from gingerbread.
...
Change-Id: I3eb4413261b38ddd8c609d6153bdfd4ae46c6a0f
2010-11-23 09:30:10 -08:00
Ben Murdoch
57914381a8
Offer the user the option to configure an AutoFill profile.
...
When the user selects a form field that is part of a form that can
be autofilled, inform the embedder that this is the case to give
them the opportunity to configure a profile if they the user has
not done so already. A Message is also provided
to the embedder that when sent will trigger the form to be filled
with the profile that the embedder set up.
Change-Id: Ica995e5b1ed92a3ec3e356401b261740d9f90e57
2010-11-23 12:18:02 +00:00
Dianne Hackborn
1c24e957ad
Fix issue #3222014 : Dragging items around home screen is unresponsive
...
Also make the dim fade duration configurable, with a configured value
that more closely matches what UX wants.
Change-Id: Id32e2de14a2a2003d8fade6331377d8d723ac397
2010-11-23 00:40:52 -08:00
Dianne Hackborn
9a372f53fd
New animations from lbk.
...
Change-Id: Ia9f88fa080c30c51db848c01587f06bcfce57ed1
2010-11-22 21:04:01 -08:00
Justin Ho
077b6ed354
Merge "Merging some Gingerbread status bar icons to master"
2010-11-22 16:24:48 -08:00
Justin Ho
60b440ac38
Merging some Gingerbread status bar icons to master
...
Change-Id: I18c18b0ce2b1883998d40119a101e7598bcdfba6
2010-11-22 15:25:30 -08:00
Adam Powell
7f1c57d11e
Fix bug 3208546 - use the right sized progress spinner for holo.light
...
Change-Id: I7c9d3607368a72c0b06012be0995d23591a68b78
2010-11-22 14:46:34 -08:00
Joe Onorato
794be40f8b
new battery assets
...
Change-Id: I61331a6eb237f8883bf604c0767623b08c2fa41b
2010-11-21 19:22:25 -08:00
Joe Onorato
52f80cd36f
The icon sticks out of the ticker.
...
The ticker still needs to show up over the status bar, which will take a bit of
window manager work, so it's just out of position for now.
Change-Id: Ib5781925db63a22d9352a7b5017a36eec3229395
2010-11-21 16:16:29 -08:00
Joe Onorato
561d3858bb
The large icon for notifications.
...
Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
2010-11-21 16:16:28 -08:00
Joe Onorato
3f76aa7755
Test for using the right size of notification info text.
...
Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
2010-11-21 16:16:28 -08:00
Joe Onorato
8595a3dd9a
Show the number in the expanded notification instead of in the bar.
...
Change-Id: I248b4fe1732ed290e9f3f9c094de4544a0e396ab
2010-11-21 16:16:28 -08:00
Mindy Pereira
55708dfae6
Updates assets for edge glow and line.
...
Currently, we have the same assets for hdpi and mdpi.
Change-Id: I46be842ace9ca9908e6fb6196b9766868b362975
2010-11-19 16:41:45 -08:00
Dianne Hackborn
0a3ab5d632
Goodbye title_bar_shadow.
...
May you rest in HELL.
Change-Id: I1e9e5f509a7860e4aeb4f6598b8c6551a59a8714
2010-11-19 15:59:21 -08:00
Robert Greenwalt
434203a277
Notify all VMs when proxy changes.
...
bug:2700664
Change-Id: I74cc6e0bd6e66847bf18f524ce851e3e9d2c4e87
2010-11-19 10:24:30 -08:00
Dianne Hackborn
8e11ef0d94
Some work on issue #3201795 : Improve transition when keyboard comes up
...
Now try to slide dialogs if they end up moving due to the IME (or
other system things) showing/hiding. Pretty hackish, but seems to
work.
Change-Id: Icd297e941cf847fa920c9605145c46be63043d52
2010-11-18 19:57:49 -08:00
Adam Powell
0788bc9db2
Merge "Make holo widget styles public"
2010-11-18 17:23:54 -08:00
Eric Fischer
6a8519acea
Merge "Add date format strings for the new locales."
2010-11-18 17:20:43 -08:00
Eric Fischer
ec5e0cd80a
Merge "Import initial translations for 20 new locales."
2010-11-18 17:12:43 -08:00
Adam Powell
113744cef2
Make holo widget styles public
...
Change-Id: Ibd427601d9eb31b4c832485c8d19191ed08fe245
2010-11-18 16:47:56 -08:00
Eric Fischer
24fcd54c91
Add date format strings for the new locales.
...
Change-Id: I8fed7d72ebed542084cc9ac39ad20bc1dab71cb3
2010-11-18 15:55:04 -08:00
Adam Powell
b33be1c672
Fix bug 3208911 - apps not getting default ActionBar style values
...
Change-Id: Ie2855d6ebbaf49d187dc8bd63fda7f1b397325b5
2010-11-18 12:31:56 -08:00
Ed Heyl
1c60300129
Revert "Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support "up"""
...
This reverts commit 8b8914b50d36734305d582485fa839b7d04b8872.
Change-Id: Ib3ee99257ed10af5f729f3d29af37b5b48a8e139
2010-11-18 12:18:23 -08:00
Gilles Debunne
ab2aeeeb13
Merge "Added new timepicker assets"
2010-11-18 11:00:50 -08:00
android-build SharedAccount
8b8914b50d
Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support "up""
...
This reverts commit 432e5f9f167e622d03fee0e10215b6e2234c1a3c.
Conflicts:
core/res/res/values/public.xml
Change-Id: I7212626479da7aef80b9bcb4c2144435364dafae
2010-11-18 10:52:41 -08:00
Joe Onorato
4daaeafd27
Status bar formatting tweaks
...
Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
2010-11-17 23:14:57 -08:00
Joe Onorato
e70b375c4b
Add an opacity attribute to LayerDrawable that lets you control the opacity directly instead of
...
collecting the values from the children-- a task that is much harder to get right than we want to
spend startup time on.
Change-Id: Idf5b1d612472c6accfdc935c6a6fadb1eb239a73
2010-11-17 21:20:08 -08:00
Adam Powell
432e5f9f16
Fix bug 3167081 - Action Bar redesign to support "up"
...
Integrate new assets for action bar "up" and menu. Restructure action
bar layout to support the new design. First pass at metrics.
Change-Id: Iefc502bf398905208129ef41072bdf4a0225bfe0
2010-11-17 20:30:33 -08:00