Commit Graph

27900 Commits

Author SHA1 Message Date
Svetoslav Ganov
86ba4aaa71 am 37fd7976: am a1dc761c: Adding scroll actions to accessibility node info.
* commit '37fd797699eb8e481d69f7f5a19cd05b8a5b7170':
  Adding scroll actions to accessibility node info.
2012-05-10 12:43:12 -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
Daniel Sandler
ba32499a68 am d634b77b: am a4487e1b: Merge "Clean up API docs for Notification." into jb-dev
* commit 'd634b77bbf838e92716d03879e77f203c86c2fc6':
  Clean up API docs for Notification.
2012-05-10 11:57:59 -07:00
Tom Taylor
fe9185a11d am 79c93524: am 747eeb4c: Merge "Thread with no recipients getting created" into jb-dev
* commit '79c93524f7b323e35fd37ad1c4dcb3b3519026aa':
  Thread with no recipients getting created
2012-05-10 11:57:40 -07:00
Michael Jurka
e5c511a1cc am bf1b5fa9: am 421dceb0: Merge "Making transition out of recents look better" into jb-dev
* commit 'bf1b5fa944158044a595706924b935b5577ec0f0':
  Making transition out of recents look better
2012-05-10 11:57:33 -07:00
Daniel Sandler
800421ba61 am 2c51f2b9: am dc442534: Merge "Ice cream is SO over." into jb-dev
* commit '2c51f2b949d7b07d1f349dad7b90ce7bb1314c1b':
  Ice cream is SO over.
2012-05-10 11:57:30 -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
Daniel Sandler
c323d9ec3a am 8046724d: am e95658c9: New backgrounds for notifications.
* commit '8046724da39735d03a4659c268d9154f82f4d31a':
  New backgrounds for notifications.
2012-05-10 11:39:22 -07:00
Dianne Hackborn
d41bf1a287 am 014afea3: am a482d366: Merge "Fixed typo in findAccessibilityFocus API." into jb-dev
* commit '014afea3cec7ff93d195753103478826796c310f':
  Fixed typo in findAccessibilityFocus API.
2012-05-10 11:39:14 -07:00
Dianne Hackborn
169c3d4dd7 am 7ab16751: am 2c2864f6: Merge "Add new API to find total RAM." into jb-dev
* commit '7ab1675111954814ebaa32dd82084929df1b390e':
  Add new API to find total RAM.
2012-05-10 11:38:56 -07:00
Dianne Hackborn
58d4f2e36f am e2e03913: am dd79ae6b: Merge "Add infrastructure for accessing "unstable" content providers." into jb-dev
* commit 'e2e0391389fce1a9fd9d5c5442ba1901b6d96211':
  Add infrastructure for accessing "unstable" content providers.
2012-05-10 11:38:52 -07:00
Dianne Hackborn
ba83ac0093 am e6f6cd69: am 78fd4a14: Merge "Remove auto-brightness adjustment knob." into jb-dev
* commit 'e6f6cd69ff683ec6663bf004a08edcaa456c7ea5':
  Remove auto-brightness adjustment knob.
2012-05-10 11:38:42 -07:00
Jeff Brown
44cc5dc7ae am 4830ab12: am b3e9ee23: Merge "Deprecate certain AbstractCursor fields." into jb-dev
* commit '4830ab12b46d88fb687bf4043b55c939ea06c6b7':
  Deprecate certain AbstractCursor fields.
2012-05-10 11:38:31 -07:00
Jeff Brown
a552661948 am 3631131e: am 571d4cbe: Merge "Fix bugs in fallback key handling." into jb-dev
* commit '3631131e5fcb939931f985bffdb14af71dc0f388':
  Fix bugs in fallback key handling.
2012-05-10 11:38:27 -07:00
Irfan Sheriff
29001bba2e am 43f863ba: am c12a2446: Merge "Use Map for DnsSd TXT record" into jb-dev
* commit '43f863bae6a6bafb4bd3eaf8715565ec74e89ca7':
  Use Map for DnsSd TXT record
2012-05-10 11:38:20 -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
Tom Taylor
79c93524f7 am 747eeb4c: Merge "Thread with no recipients getting created" into jb-dev
* commit '747eeb4c4e48950e1107337b59cca83166e625b6':
  Thread with no recipients getting created
2012-05-10 10:45:34 -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
Daniel Sandler
2c51f2b949 am dc442534: Merge "Ice cream is SO over." into jb-dev
* commit 'dc442534070aa8ff4c07cae16fc5207ba6821651':
  Ice cream is SO over.
2012-05-10 10:45:28 -07:00
Tom Taylor
747eeb4c4e Merge "Thread with no recipients getting created" into jb-dev 2012-05-10 10:39:50 -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
Uriel Rodriguez
57cac1fdf7 am 49eea136: am 363b6052: Merge "changed pokeWakelock() callback to take time in milliseconds" into jb-dev
* commit '49eea136f81f1bda4577a55bea4f88ddd129996b':
  changed pokeWakelock() callback to take time in milliseconds
2012-05-10 09:33:39 -07:00
Chris Craik
fa189c8f1c am c972f05c: am a76f823c: Merge "Fix locking for skip draw" into jb-dev
* commit 'c972f05cccd5fb344ee290aa73ab08da84163b74':
  Fix locking for skip draw
2012-05-10 09:33:36 -07:00
Guang Zhu
257dfaeda9 am cc441aba: am 0fa15291: Merge "Make UiTestAutomationBridge see non-important views again" into jb-dev
* commit 'cc441aba8a7d7366e256675bea27207284fff74e':
  Make UiTestAutomationBridge see non-important views again
2012-05-10 09:33:33 -07:00
Dianne Hackborn
455af7f7b0 am 67cc7f2e: am a53de062: Add callback hack to find out when to load system properties.
* commit '67cc7f2e60bc6532d00bb3c473b9a1d32cdafce2':
  Add callback hack to find out when to load system properties.
2012-05-10 09:33:27 -07:00
Jeff Sharkey
4311705501 am fe9e28cb: am 6367b166: Merge "Recover from Throwable in FileRotator, dump." into jb-dev
* commit 'fe9e28cba7dabb452fdbadcf421f7f758a859447':
  Recover from Throwable in FileRotator, dump.
2012-05-10 09:33:21 -07: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
Uriel Rodriguez
49eea136f8 am 363b6052: Merge "changed pokeWakelock() callback to take time in milliseconds" into jb-dev
* commit '363b60527ce82b0f56434e70a8124e4d41e2b1e0':
  changed pokeWakelock() callback to take time in milliseconds
2012-05-10 09:24:46 -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
Jeff Sharkey
fe9e28cba7 am 6367b166: Merge "Recover from Throwable in FileRotator, dump." into jb-dev
* commit '6367b1669d41f9fe7cd7abe5e05296edecd50f8e':
  Recover from Throwable in FileRotator, dump.
2012-05-10 09:23:59 -07:00
Daniel Sandler
1a0c9145dc Ice cream is SO over.
Change-Id: I4039b7fe41dc4a498d53e21dbcafb2bc2ac15b92
2012-05-10 11:25:34 -04: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
Raph Levien
d570e8987a Add fontFamily XML attribute to select font family by string
Change-Id: I0b649528d3d9888e3561a1a3907a6b6ee2e30238
2012-05-09 23:18:42 -07:00