133078 Commits

Author SHA1 Message Date
Selim Cinek
c44ce4302d am 1336c0c0: Merge "Opimized the number of calls to updateChildren."
* commit '1336c0c0381d020c65ebb297e85c874d1aa0761c':
  Opimized the number of calls to updateChildren.
2014-05-01 21:27:08 +00:00
Selim Cinek
1eac187d75 Merge "Opimized the number of calls to updateChildren." 2014-05-01 21:24:08 +00:00
Michael Wright
6524d6046a am 7ba749da: Merge "Improve Gamepad fallbacks for text entry."
* commit '7ba749da37f921ee192ba40046d4faa7a26a3606':
  Improve Gamepad fallbacks for text entry.
2014-05-01 21:19:23 +00:00
Michael Wright
31a5f6fbbc am 576eedef: Merge "Add unhandledInputEvent API to ViewRoot"
* commit '576eedefe910d45d46da2f37457e415fdd0479dc':
  Add unhandledInputEvent API to ViewRoot
2014-05-01 21:19:20 +00:00
Michael Wright
a3fd4b0c77 Merge "Improve Gamepad fallbacks for text entry." 2014-05-01 21:15:45 +00:00
Selim Cinek
bad049f2bf am b1d7d579: Fixed a bug when a notification was quickly added and removed.
* commit 'b1d7d579dc6845cce61107858f8445e0f7dbb770':
  Fixed a bug when a notification was quickly added and removed.
2014-05-01 21:15:29 +00:00
Michael Wright
e02bfb6fbd Merge "Add unhandledInputEvent API to ViewRoot" 2014-05-01 21:15:29 +00:00
Selim Cinek
319bdc4542 Opimized the number of calls to updateChildren.
Improved the performance by batching multiple calls to updateChildren
to a single call on preDraw.

Change-Id: I386edeb15ac35201d39afcac8beaa48b09245448
2014-05-01 23:09:41 +02:00
Selim Cinek
f4c1996d01 Fixed a bug when a notification was quickly added and removed.
Change-Id: Id9b1cb771a2b6d1f42b61ef40a637e15c8d8f3b7
2014-05-01 23:09:41 +02:00
Mindy Pereira
e3d116a192 am 21a78449: am ed7e36dc: am d5e92318: Merge "Update fling min velocity" into klp-modular-dev
* commit '21a784491775de97dccf7db24a62d942fc2a976f':
  Update fling min velocity
2014-05-01 20:47:28 +00:00
Mindy Pereira
5f81193f80 am ed7e36dc: am d5e92318: Merge "Update fling min velocity" into klp-modular-dev
* commit 'ed7e36dc2ef400916356459f9ea67d66645a85fb':
  Update fling min velocity
2014-05-01 20:43:52 +00:00
Jason Monk
24a68b060e am 961a2a72: Merge "Remove unused AndroidProxySelectorRoutePlanner"
* commit '961a2a72d999aab0109f032633edb5d36b8487e0':
  Remove unused AndroidProxySelectorRoutePlanner
2014-05-01 20:43:34 +00:00
Mindy Pereira
ed7e36dc2e am d5e92318: Merge "Update fling min velocity" into klp-modular-dev
* commit 'd5e92318b69d8af6d91dc3b51738913595e0f536':
  Update fling min velocity
2014-05-01 20:40:08 +00:00
Jason Monk
99013a24a5 Merge "Remove unused AndroidProxySelectorRoutePlanner" 2014-05-01 20:37:22 +00:00
Mindy Pereira
d5e92318b6 Merge "Update fling min velocity" into klp-modular-dev 2014-05-01 20:34:35 +00:00
Jason Monk
80d1f2890c Remove unused AndroidProxySelectorRoutePlanner
Change-Id: Ib970e1d78c3f990fcf24b953f442dcaa94b68903
2014-05-01 16:34:30 -04:00
Adam Powell
5ba97655c2 am 856b64e9: Add support for hiding action bars on scroll.
* commit '856b64e9d8ab445fcef4504b2e20471cdba04b23':
  Add support for hiding action bars on scroll.
2014-05-01 19:57:10 +00:00
Adam Powell
b36e4f944f Add support for hiding action bars on scroll.
Also tweak the nested scrolling API around nested flings and fix a bug
where recursive nested scrolling would stop prematurely.

Change-Id: I561226db878b2493970440a6af3e2332c56a1913
2014-05-01 12:45:52 -07:00
Selim Cinek
361e8ba060 am 76f9cd95: Merge "Fixed a bug where the notification scroller could crash."
* commit '76f9cd9555d9cada135894590bab8fad335fc888':
  Fixed a bug where the notification scroller could crash.
2014-05-01 19:34:09 +00:00
Selim Cinek
b6ea9db449 Merge "Fixed a bug where the notification scroller could crash." 2014-05-01 19:31:09 +00:00
Selim Cinek
b77e315292 Fixed a bug where the notification scroller could crash.
Due to a race condition the scroller could crash in certain cases
after an animation.

Bug: 14458203
Change-Id: Idc52109550270924bae5857e581574c63452f159
2014-05-01 19:28:19 +00:00
John Spurlock
a4a5ba71c1 am cf21f77a: Merge "Implement long-term condition subscriptions."
* commit 'cf21f77a6973e292714af879c36706aa51a8e790':
  Implement long-term condition subscriptions.
2014-05-01 19:21:37 +00:00
John Spurlock
3a8557dc22 Merge "Implement long-term condition subscriptions." 2014-05-01 19:17:53 +00:00
John Spurlock
3b98b3f1f8 Implement long-term condition subscriptions.
Bind long-term conditions (like "in a meeting") to enter/exit
zen mode automatically.

Persist automatic condition subscriptions to maintain them across
reboots.

Normalize condition state binding: true => enter zen, false => exit.

Change-Id: Icba2b8b25c0a352ae8215f4c0a324e4f966c0165
2014-05-01 15:03:17 -04:00
Matthew Williams
9338ce74d8 am d037be8d: Address comments/fix javadoc in TaskManager API
* commit 'd037be8d485a4cfcc69abb2497c36eb25ca65844':
  Address comments/fix javadoc in TaskManager API
2014-05-01 18:35:22 +00:00
Matthew Williams
57df4fd69e Address comments/fix javadoc in TaskManager API
Change-Id: I0cdff12971b88acb40571a5e63b7d644ef629911
2014-05-01 11:28:47 -07:00
RoboErik
c4c2ff54ee am a6b4c155: Merge "Fix build"
* commit 'a6b4c1554b9200757fda7eb449b9b47fe6db7656':
  Fix build
2014-05-01 18:21:33 +00:00
RoboErik
c9b859a422 Merge "Fix build" 2014-05-01 18:19:32 +00:00
RoboErik
8da1e46ede Fix build
A CL missed running update-api after making a change before submitting.
6e31c5c82b

Change-Id: I62b33f07a98ecd546d8128c1eeb4c01bd338f202
2014-05-01 11:16:19 -07:00
Wink Saville
784f90facf am 192384bb: am 43799457: am 74ec5808: am 7e411f74: Merge "Add support for NETWORK_TYPE_GSM"
* commit '192384bb2708c49ca6c91432b8c848f43557429a':
  Add support for NETWORK_TYPE_GSM
2014-05-01 18:07:58 +00:00
Wink Saville
51d427ca9b am 43799457: am 74ec5808: am 7e411f74: Merge "Add support for NETWORK_TYPE_GSM"
* commit '437994578272f9770748b152c53ec655059d19ec':
  Add support for NETWORK_TYPE_GSM
2014-05-01 18:03:57 +00:00
Wink Saville
4379945782 am 74ec5808: am 7e411f74: Merge "Add support for NETWORK_TYPE_GSM"
* commit '74ec580873bb56cb5045a25efdb1eb7e2bac384c':
  Add support for NETWORK_TYPE_GSM
2014-05-01 18:00:50 +00:00
Robert Ly
ce3bdb8417 am 33aa9254: am 0c88867c: am 01352613: am a9dfeaa9: am 7fadcf84: Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs
* commit '33aa9254ea923d01de904476e1a07bbaab81dbb6':
  Revert "update wear stack notifications to coincide with devbyte code"
2014-05-01 18:00:37 +00:00
Robert Ly
4a1545e406 am 91c940cc: am edbabd28: am e3135059: am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit '91c940cc3936a59a463eddff0c1201287b0ffbc4':
  Revert "docs: fix method name"
2014-05-01 18:00:34 +00:00
Wink Saville
74ec580873 am 7e411f74: Merge "Add support for NETWORK_TYPE_GSM"
* commit '7e411f74efe6dd383e59634760cccd96da1c209b':
  Add support for NETWORK_TYPE_GSM
2014-05-01 17:57:51 +00:00
Robert Ly
d955ad9acd am 0c88867c: am 01352613: am a9dfeaa9: am 7fadcf84: Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs
* commit '0c88867c7c626c805e9f466bf9010d2a3115eb42':
  Revert "update wear stack notifications to coincide with devbyte code"
2014-05-01 17:56:45 +00:00
Robert Ly
75b17dff9c am edbabd28: am e3135059: am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit 'edbabd2806a9c5c717eff24c65a718f4d2ece817':
  Revert "docs: fix method name"
2014-05-01 17:56:40 +00:00
Wink Saville
7e411f74ef Merge "Add support for NETWORK_TYPE_GSM" 2014-05-01 17:53:55 +00:00
Sandeep Kunta
10731a6140 Add support for NETWORK_TYPE_GSM
Add support for NETWORK_TYPE_GSM in TelephonyManager and
corresponding mapping in ServicState.java so that when
application queries for getVoiceNetworkType() and currently
camped rat is GSM, they get network mode as GSM instead
of network mode unknown.

Change-Id: Ibe4672b04a5044710d63499c4cf2b6ebe91444bf
2014-05-01 17:53:42 +00:00
Robert Ly
0c88867c7c am 01352613: am a9dfeaa9: am 7fadcf84: Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs
* commit '0135261361e21f3585b21ff4498b05bd6d1bf88d':
  Revert "update wear stack notifications to coincide with devbyte code"
2014-05-01 17:51:23 +00:00
Robert Ly
edbabd2806 am e3135059: am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit 'e3135059dee534c9d93cfb0c6e4fa7574eff1049':
  Revert "docs: fix method name"
2014-05-01 17:51:20 +00:00
Matthew Williams
abb81817ea am a54edd7e: Merge "TaskManager API first pass."
* commit 'a54edd7eb31e641630d594de37b3ee9ce6ddfa61':
  TaskManager API first pass.
2014-05-01 17:49:34 +00:00
Robert Ly
0135261361 am a9dfeaa9: am 7fadcf84: Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs
* commit 'a9dfeaa94083c322fb95d8bd2ac765521ae8bceb':
  Revert "update wear stack notifications to coincide with devbyte code"
2014-05-01 17:47:23 +00:00
Robert Ly
e3135059de am 9f129366: am 80b2cbbe: Revert "docs: fix method name"
* commit '9f129366e6963aacb00893e0be1892003bc0b39d':
  Revert "docs: fix method name"
2014-05-01 17:47:19 +00:00
Matthew Williams
674bc2fca5 Merge "TaskManager API first pass." 2014-05-01 17:45:34 +00:00
Robert Ly
a9dfeaa940 am 7fadcf84: Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs
* commit '7fadcf84244172004568c4107083d415f1285b75':
  Revert "update wear stack notifications to coincide with devbyte code"
2014-05-01 17:44:16 +00:00
Robert Ly
9f129366e6 am 80b2cbbe: Revert "docs: fix method name"
* commit '80b2cbbe6c134ff415072f29eaa7392c1ebb0c52':
  Revert "docs: fix method name"
2014-05-01 17:44:13 +00:00
Robert Ly
7fadcf8424 Merge "Revert "update wear stack notifications to coincide with devbyte code"" into klp-docs 2014-05-01 17:41:39 +00:00
Robert Ly
80b2cbbe6c Revert "docs: fix method name"
This reverts commit b39ce1b6c1dc34b3c99d312bc3f02dcc9efbbaed.

Change-Id: Ib7ed4fac07301dd5640fc41348af0d49ad9ef518
2014-05-01 17:40:33 +00:00
Robert Ly
5f1192c9a3 Revert "update wear stack notifications to coincide with devbyte code"
This reverts commit b8e3f209af70a7707be75d866b142dc1fccc8d5f.

Change-Id: Iba48e235b23cb0b6ce191809e6eb87395c6d1766
2014-05-01 17:40:16 +00:00