satok
0b8d272eed
am 37e169cd: Add a safety net to set range span in the spell checker
...
* commit '37e169cd1429c76a0223d8fdd77622ead718bbff':
Add a safety net to set range span in the spell checker
2012-05-10 23:15:57 -07:00
satok
37e169cd14
Add a safety net to set range span in the spell checker
...
Bug: 6476578
Change-Id: I60ad82f80770dcb67fd9663dac64dc81634d7014
2012-05-11 12:56:13 +09:00
Dianne Hackborn
ef9876a651
am fa61f0b2: JellyBean is now 4.1.
...
* commit 'fa61f0b2e25382d3a8ea35024dd227606151e87a':
JellyBean is now 4.1.
2012-05-10 19:10:36 -07:00
Dianne Hackborn
fa61f0b2e2
JellyBean is now 4.1.
...
Change-Id: Ie37a7c4356d593010686d5dc7d6e715d30099e1e
2012-05-10 19:02:19 -07:00
Dianne Hackborn
00389a5198
am b1b55e6c: Fix build.
...
* commit 'b1b55e6c6b079d75c13dcc23ca3ebce847bb42f8':
Fix build.
2012-05-10 16:30:54 -07:00
Dianne Hackborn
b1b55e6c6b
Fix build.
...
Change-Id: Ie255c93442d0b62032ac25e6de97f2c03e5df3ba
2012-05-10 16:25:54 -07:00
Daniel Sandler
6ad1105806
am f54bfcf5: Merge "Restyling action buttons." into jb-dev
...
* commit 'f54bfcf5a3594d7d8423391be68d9b982ea6c4fa':
Restyling action buttons.
2012-05-10 15:46:11 -07:00
Daniel Sandler
f54bfcf5a3
Merge "Restyling action buttons." into jb-dev
2012-05-10 15:44:16 -07:00
Dianne Hackborn
de888fec6b
am 255d1e15: Merge "Fix issue #6475693 : OnSystemUiVisibilityChangeListener reporting..." into jb-dev
...
* commit '255d1e1540833fb1980791b2e340cad4cb18b3b7':
Fix issue #6475693 : OnSystemUiVisibilityChangeListener reporting...
2012-05-10 15:36:12 -07:00
Dianne Hackborn
255d1e1540
Merge "Fix issue #6475693 : OnSystemUiVisibilityChangeListener reporting..." into jb-dev
2012-05-10 15:32:32 -07:00
Dianne Hackborn
cf67578c7f
Fix issue #6475693 : OnSystemUiVisibilityChangeListener reporting...
...
...incorrect visibility when the ActionBar overflow menu is opened
Don't report layout flags in system UI visibility callback. Update
docs to reflect this.
Change-Id: Icfa411b5537de037cafbcac04991101e8b9138c4
2012-05-10 15:07:24 -07:00
Kenny Root
42a419b4c0
am 718af32a: Merge "Use long instead of int for file offsets" into jb-dev
...
* commit '718af32a191066822262ad05cdd525a09c66094f':
Use long instead of int for file offsets
2012-05-10 14:57:34 -07:00
Kenny Root
718af32a19
Merge "Use long instead of int for file offsets" into jb-dev
2012-05-10 14:55:35 -07:00
Daniel Sandler
e551884b09
Restyling action buttons.
...
Bug: 6418617
Change-Id: I843352fbd167aeb6cc7beb0172b7416aabd5856a
2012-05-10 16:45:48 -04:00
Svetoslav Ganov
31b241919b
am 0891a897: Merge "Polish the NumberPicker, TimePicker, and DatePicker based on UX request." into jb-dev
...
* commit '0891a89790777e2f88f413351fafe49dda36714f':
Polish the NumberPicker, TimePicker, and DatePicker based on UX request.
2012-05-10 13:02:22 -07:00
Svetoslav Ganov
0891a89790
Merge "Polish the NumberPicker, TimePicker, and DatePicker based on UX request." into jb-dev
2012-05-10 13:00:08 -07:00
Jesse Wilson
36b6999bf1
am 822b72ef: Merge "Rename Uri.normalize() to Uri.normalizeScheme()." into jb-dev
...
* commit '822b72efd8795abe72b95d0ddd45873a5c4b77f8':
Rename Uri.normalize() to Uri.normalizeScheme().
2012-05-10 12:42:38 -07:00
Svetoslav Ganov
37fd797699
am a1dc761c: Adding scroll actions to accessibility node info.
...
* commit 'a1dc761c8322355eb1bb71d3d6c9c603c1d1fc0f':
Adding scroll actions to accessibility node info.
2012-05-10 12:39:55 -07:00
Jesse Wilson
822b72efd8
Merge "Rename Uri.normalize() to Uri.normalizeScheme()." into jb-dev
2012-05-10 12:39:37 -07:00
Svetoslav Ganov
232dd3f335
Polish the NumberPicker, TimePicker, and DatePicker based on UX request.
...
1. Now the spinners in the time and data picker a wider therefore
easier to interact with, i.e. harder to miss accidentall.
2. Removed the scroll distance cut off user to distinguish between
fling and change by one.
3. Added visual feedback when the areas the serve as virtual buttons
in number picker are poked.
4. Removed the coeffcient that was making drap not to be one-to-one
with the scrolled distance.
5. Added some margin at the top and bottom of the spinners in
date and time pickers.
bug:6321432
Change-Id: I311c1733d1951b0563209401faa830ca70ec87cb
2012-05-10 12:35:22 -07:00
Svetoslav Ganov
a1dc761c83
Adding scroll actions to accessibility node info.
...
1. Scrolling actions are crucial for enabling a gesture based
traversal of the UI and specifically scrollable containers
especially lists and anything backed by an adapter. Since
accessibility focus can land only attached views, it cannot
visit views for adapter items not shown on the screen.
Auto scrolling the list as a result of putting access focus
ot a list item does not work well since the user may get
trapped in a long list. Adding an accessibility node provider
to emit virtual views for one view before the first and one
after the last is complex and suffers the limitation of trapping
the user. Accessibility service need an explicit scroll actions
which may be performed upon an explicit user action. Hence,
the user is informed for the start/end of the visible part of
the list and he makes a deliberate choice to scroll. This will
benefit also people developing Braille devices since they can
scroll the content without telling the user to stop using the
Braille controller and take the device out of his pocket to scroll
and go back to the Braille controller.
NOTE: Without these action large portions of the screen will be
hard to access since users will have to touch and explore to
find and scroll the list.
Change-Id: Iafcf54d4967893205872b3649025a4e347a299ed
2012-05-10 12:28:04 -07:00
Kenny Root
103d53005e
Use long instead of int for file offsets
...
Use long instead of int so we don't run into a 2GB file limit.
Fix possible overflows in offset and length.
Change-Id: Idb3a34f5600f9c2372b9c89256f21757049fa43b
2012-05-10 11:48:21 -07:00
Jesse Wilson
abc43ddd8a
Rename Uri.normalize() to Uri.normalizeScheme().
...
Change-Id: I67839656c7c1c16a5376c9894d699d2bad3c7a5c
2012-05-10 14:31:17 -04:00
Daniel Sandler
d634b77bbf
am a4487e1b: Merge "Clean up API docs for Notification." into jb-dev
...
* commit 'a4487e1b4be823e6e90b25442f663a9424ac90e0':
Clean up API docs for Notification.
2012-05-10 10:58:37 -07:00
Daniel Sandler
a4487e1b4b
Merge "Clean up API docs for Notification." into jb-dev
2012-05-10 10:57:02 -07:00
Michael Jurka
bf1b5fa944
am 421dceb0: Merge "Making transition out of recents look better" into jb-dev
...
* commit '421dceb0a4fd8f20349a0de277f82b56e71cb90b':
Making transition out of recents look better
2012-05-10 10:45:30 -07:00
Michael Jurka
421dceb0a4
Merge "Making transition out of recents look better" into jb-dev
2012-05-10 10:35:19 -07:00
Daniel Sandler
d33b803b6b
Clean up API docs for Notification.
...
Bug: 6427241
Bug: 6427245
Bug: 6427814
Change-Id: I91d741513e3b345d2b9f28ad0a1bf11b0a898076
2012-05-10 13:15:37 -04:00
Daniel Sandler
8046724da3
am e95658c9: New backgrounds for notifications.
...
* commit 'e95658c98e4154a2daf0ed70d15d24f8bf3153f0':
New backgrounds for notifications.
2012-05-10 09:26:40 -07:00
Dianne Hackborn
014afea3ce
am a482d366: Merge "Fixed typo in findAccessibilityFocus API." into jb-dev
...
* commit 'a482d36635cbfbbfb4aee9fc79d55514bf6b7464':
Fixed typo in findAccessibilityFocus API.
2012-05-10 09:26:15 -07:00
Dianne Hackborn
7ab1675111
am 2c2864f6: Merge "Add new API to find total RAM." into jb-dev
...
* commit '2c2864f65c5cec6aebcb1b5612331f3946893042':
Add new API to find total RAM.
2012-05-10 09:26:09 -07:00
Dianne Hackborn
e2e0391389
am dd79ae6b: Merge "Add infrastructure for accessing "unstable" content providers." into jb-dev
...
* commit 'dd79ae6b7201b68dbe2a223d2f371ea1a473f6c4':
Add infrastructure for accessing "unstable" content providers.
2012-05-10 09:26:03 -07:00
Dianne Hackborn
e6f6cd69ff
am 78fd4a14: Merge "Remove auto-brightness adjustment knob." into jb-dev
...
* commit '78fd4a14dd2a1e2d9ab4be024861c0d9119cce7f':
Remove auto-brightness adjustment knob.
2012-05-10 09:25:50 -07:00
Jeff Brown
4830ab12b4
am b3e9ee23: Merge "Deprecate certain AbstractCursor fields." into jb-dev
...
* commit 'b3e9ee23795e6c7c4bc2c0a7e776b7ee34e8f08e':
Deprecate certain AbstractCursor fields.
2012-05-10 09:25:39 -07:00
Jeff Brown
3631131e5f
am 571d4cbe: Merge "Fix bugs in fallback key handling." into jb-dev
...
* commit '571d4cbeec4adad050b8e188770e7e7dedc558f1':
Fix bugs in fallback key handling.
2012-05-10 09:25:36 -07:00
Irfan Sheriff
43f863bae6
am c12a2446: Merge "Use Map for DnsSd TXT record" into jb-dev
...
* commit 'c12a24463276a6556a0a18c4a5703994daf9009e':
Use Map for DnsSd TXT record
2012-05-10 09:25:17 -07:00
Svetoslav Ganov
0d55601191
am e4abc512: Remove activation gestures form reported and add a touch explore requesting flag.
...
* commit 'e4abc512aa6474f0106f407f7b399832da34483f':
Remove activation gestures form reported and add a touch explore requesting flag.
2012-05-10 09:24:56 -07:00
Chris Craik
c972f05ccc
am a76f823c: Merge "Fix locking for skip draw" into jb-dev
...
* commit 'a76f823c7f31bffdea4d49daa6c6165520928708':
Fix locking for skip draw
2012-05-10 09:24:32 -07:00
Guang Zhu
cc441aba8a
am 0fa15291: Merge "Make UiTestAutomationBridge see non-important views again" into jb-dev
...
* commit '0fa152912e55f2d08f0a8d1260332a81e5706694':
Make UiTestAutomationBridge see non-important views again
2012-05-10 09:24:19 -07:00
Dianne Hackborn
67cc7f2e60
am a53de062: Add callback hack to find out when to load system properties.
...
* commit 'a53de0629f3b94472c0f160f5bbe1090b020feab':
Add callback hack to find out when to load system properties.
2012-05-10 09:24:07 -07:00
Daniel Sandler
e95658c98e
New backgrounds for notifications.
...
Note that PRIORITY_MIN notifications have a special
background treatment.
Bug: 6418617
Change-Id: I5f96330fcc53ac39e80a025baa0c134bd1e971b8
2012-05-10 04:52:18 -07:00
Dianne Hackborn
a482d36635
Merge "Fixed typo in findAccessibilityFocus API." into jb-dev
2012-05-09 21:40:00 -07:00
Dianne Hackborn
2c2864f65c
Merge "Add new API to find total RAM." into jb-dev
2012-05-09 21:34:42 -07:00
Michael Jurka
21385cd83d
Making transition out of recents look better
...
- Fading out recents first, then scaling up app
thumbnail
- Fade Recents out over 130ms
- Delay the window animation for 200ms first,
then animate for 200ms (previously we didn't delay
and then animated for 300ms)
Bug: 6390075
Change-Id: Ia8c753bf7ee03d2acef6eb2772b28d88fe10a682
2012-05-09 20:25:28 -07:00
alanv
57aab75544
Fixed typo in findAccessibilityFocus API.
...
Change-Id: I3ca1448792a1b712f781c1bfa73823ca08ea3d39
2012-05-09 19:52:29 -07:00
Dianne Hackborn
59325eb31f
Add new API to find total RAM.
...
Change-Id: Iad2dff3c44f471515f093e7f0d0d959528881ab9
2012-05-09 18:45:20 -07:00
Dianne Hackborn
dd79ae6b72
Merge "Add infrastructure for accessing "unstable" content providers." into jb-dev
2012-05-09 18:30:23 -07:00
Dianne Hackborn
652b6d1e59
Add infrastructure for accessing "unstable" content providers.
...
We have an API and some stuff that purports to this, but no real
implementation yet.
Change-Id: I93555440014a50fdf79fa3f65318d90fb82265b4
2012-05-09 18:18:40 -07:00
Dianne Hackborn
78fd4a14dd
Merge "Remove auto-brightness adjustment knob." into jb-dev
2012-05-09 18:03:12 -07:00
Jeff Brown
b3e9ee2379
Merge "Deprecate certain AbstractCursor fields." into jb-dev
2012-05-09 17:35:18 -07:00