Glenn Kasten
79cd8ba46b
Remove unneeded #include <sys/resource.h>
...
Suggested in code review for previous change.
Change-Id: Ic3225b240367dc6c9bf56fb4498fb8a0f9f806ec
2011-06-15 07:30:19 -07:00
Daniel Sandler
d7c8b6d2a4
am 2897fc4c: am fbb09347: am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2
...
* commit '2897fc4cc320d9fea2c6a81d7e2b05b6b820acf0':
One-time-only compatibility mode explanation dialog.
2011-06-15 06:36:56 -07:00
Daniel Sandler
2932645d99
am d163a616: am 2fdf5880: am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2
...
* commit 'd163a6162891f0e14d4536460d839262d2693e9a':
Final UI for compatibility mode.
2011-06-15 06:36:35 -07:00
Daniel Sandler
2897fc4cc3
am fbb09347: am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2
...
* commit 'fbb093479362865da833b89643a8f58347278bc3':
One-time-only compatibility mode explanation dialog.
2011-06-15 06:25:35 -07:00
Daniel Sandler
d163a61628
am 2fdf5880: am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2
...
* commit '2fdf5880611c333e172d4e0cc2c4259bca324699':
Final UI for compatibility mode.
2011-06-15 06:25:24 -07:00
Daniel Sandler
fbb0934793
am 5994bff9: Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2
...
* commit '5994bff92472b3bdcd5754d8a9156b49269a9c1d':
One-time-only compatibility mode explanation dialog.
2011-06-15 06:15:11 -07:00
Daniel Sandler
2fdf588061
am 97d5081a: Merge "Final UI for compatibility mode." into honeycomb-mr2
...
* commit '97d5081ac331884fe0f6f2e5814d4862a974fbe3':
Final UI for compatibility mode.
2011-06-15 06:15:07 -07:00
Daniel Sandler
5994bff924
Merge "One-time-only compatibility mode explanation dialog." into honeycomb-mr2
2011-06-15 06:10:32 -07:00
Daniel Sandler
97d5081ac3
Merge "Final UI for compatibility mode." into honeycomb-mr2
2011-06-15 06:10:27 -07:00
Narayan Kamath
ed2ea731e5
Merge "Fix a bug in TextToSpeech."
2011-06-15 05:43:34 -07:00
Narayan Kamath
d0648ed060
Fix a bug in TextToSpeech.
...
Check that the requested engine is enabled.
Change-Id: I8436b0b7b7f441fe3473601fb9c46181e90750e0
2011-06-15 12:35:51 +01:00
Hung-ying Tyan
ac320b2245
Merge "Move WakeupTimer out of SipService."
2011-06-15 03:17:50 -07:00
Jeff Sharkey
497e4437af
Data usage warning and limit notifications.
...
Watch for network statistics to cross NetworkPolicy warning or limit,
and show notifications to user as needed. Currently checks during
any statistics update, but will eventually move to event registration
through netd when kernel supports.
Fixed accounting bug in getSummaryForNetwork(). Only apply UID policy
to applications; applying to system processes could break critical
services like RIL.
Change-Id: Iac0f20e910e205f3cbc54ec96395ff268b1aa379
2011-06-14 22:43:08 -07:00
Adam Powell
484a6c5b24
Merge "Make FastScroller behave kinder and gentler when an app decides to return null from SectionIndexer#getSections()"
2011-06-14 22:11:26 -07:00
Jeff Brown
5ab3cbc9d8
Merge "Add support for disabling pointer gestures."
2011-06-14 22:08:50 -07:00
Jeff Brown
024ebbd129
Merge "EventHub code cleanup."
2011-06-14 22:08:41 -07:00
Jeff Brown
474dcb5c3d
Add support for disabling pointer gestures.
...
Made it possible for individual windows to disable pointer gestures
while the window has focus using a private API.
Cleaned up the InputReader configuration code to enable in-place
reconfiguration of input devices without having to reopen them all.
This change makes changing the pointer speed somewhat nicer since the
pointer doesn't jump back to the origin after each change.
Change-Id: I9727419c2f4cb39e16acb4b15fd7fd84526b1239
2011-06-14 22:07:31 -07:00
Daniel Sandler
552b1f0d22
One-time-only compatibility mode explanation dialog.
...
Don't miss it!
Bug: 4595256
Change-Id: I80c0949e6118e3ea3af089d4cad160ce63e7d8ce
2011-06-15 01:03:02 -04:00
Adam Powell
f49971ec06
Make FastScroller behave kinder and gentler when an app decides to
...
return null from SectionIndexer#getSections()
Change-Id: I9132073f149e13051db13d2e563bd7c1a316046e
2011-06-14 22:00:01 -07:00
Dianne Hackborn
475deae9a8
am d00bebb0: am abe5bd23: am a9551706: Testing done, compatibility mode no longer on by default.
...
* commit 'd00bebb005794afc739f54ff21c6ffd7c866738a':
Testing done, compatibility mode no longer on by default.
2011-06-14 21:53:25 -07:00
Dianne Hackborn
d00bebb005
am abe5bd23: am a9551706: Testing done, compatibility mode no longer on by default.
...
* commit 'abe5bd23c341da035e9905d9e50c1d6bccf229dc':
Testing done, compatibility mode no longer on by default.
2011-06-14 21:50:56 -07:00
Dianne Hackborn
abe5bd23c3
am a9551706: Testing done, compatibility mode no longer on by default.
...
* commit 'a9551706a279a798c91d8ef593b2acb16a30c682':
Testing done, compatibility mode no longer on by default.
2011-06-14 21:47:51 -07:00
Jeff Brown
93fa9b30b9
EventHub code cleanup.
...
Use epoll_wait() instead of poll().
Dropped all support for non-Linux platforms.
Added a wake-up protocol so that the InputReader can wake up
the event loop immediately as needed.
Change-Id: Ibf84337bcceb3c2df068c5c637de42a319786d66
2011-06-14 21:37:53 -07:00
Jaikumar Ganesh
c04c457eb7
Merge "Refactor Bluetooth Profile."
2011-06-14 21:33:03 -07:00
Jaikumar Ganesh
f8789167e9
Refactor Bluetooth Profile.
...
Move connect / disconnect / set and get priority
functions down the interface as they are not generic enough
for all profiles.
Change-Id: I2656e1bdbc8046c53bb0dfbd9172f5f10b57aa7d
2011-06-14 21:29:52 -07:00
Daniel Sandler
3b0543acf1
Final UI for compatibility mode.
...
Bug: 4595256
Change-Id: Idaa96393fb809c828b5f661f29e8b687fdf3d104
2011-06-15 00:12:01 -04:00
Dianne Hackborn
a9551706a2
Testing done, compatibility mode no longer on by default.
...
Change-Id: I5bcc98d2b3a1a02ca788ab61440f0aa5d4f7fb4e
2011-06-14 21:05:03 -07:00
Dianne Hackborn
15856f7b62
am 27bad6f3: am baa89d38: am f930232f: Fix a major problem in fragment lifecycle.
...
* commit '27bad6f33b98e8d7417a6ce4d7f09b2fa1146379':
Fix a major problem in fragment lifecycle.
2011-06-14 21:01:45 -07:00
Kristian Monsen
30d71a05aa
Merge "Merge chromium to r11.0.672.0: Compile fix"
2011-06-14 20:57:57 -07:00
Dianne Hackborn
27bad6f33b
am baa89d38: am f930232f: Fix a major problem in fragment lifecycle.
...
* commit 'baa89d3839f70bd31e5219c636ac24a4cc29928d':
Fix a major problem in fragment lifecycle.
2011-06-14 20:57:48 -07:00
Dianne Hackborn
7f8d2a63e0
am ca2832bc: am 027e9e28: am 4e04380d: Merge "Fix issue #4592768 : Xoom display does not resize when..." into honeycomb-mr2
...
* commit 'ca2832bc60b986db245ced0e4a2b8a77d4982f32':
Fix issue #4592768 : Xoom display does not resize when...
2011-06-14 20:57:15 -07:00
Robert Ly
c4753a7ff2
am 2ecb884f: am b481a600: am c7731e07: Merge "cherrypick from hc mr1 Change-Id: I2d17c5ea710964b0fe57e6adea4383f30d74bf7d" into honeycomb-mr2
...
* commit '2ecb884f7586218a1608cd5b0d82a45de6f9a069':
cherrypick from hc mr1 Change-Id: I2d17c5ea710964b0fe57e6adea4383f30d74bf7d
2011-06-14 20:57:11 -07:00
Robert Ly
5f1626372d
am 8a8f82bb: am 4963cd0b: am 1a3e7cf2: Merge "cherry pick from hc mr1 Change-Id: I6f48d245e2837226096fe42d08fb0243e416dbbc" into honeycomb-mr2
...
* commit '8a8f82bbd606657df8a804b4cd499556e2292404':
cherry pick from hc mr1 Change-Id: I6f48d245e2837226096fe42d08fb0243e416dbbc
2011-06-14 20:57:07 -07:00
Robert Ly
b83683a526
am 5e69c0f5: am 1dbb7075: am 8467cd7f: Merge "cherrypick from hc mr1 Change-Id: I0685106aba681a429ce92c0ec1a4fab592d186ac" into honeycomb-mr2
...
* commit '5e69c0f5569940b5f6a0f9c5a2677639c5ed3062':
cherrypick from hc mr1 Change-Id: I0685106aba681a429ce92c0ec1a4fab592d186ac
2011-06-14 20:57:01 -07:00
Robert Ly
ba8b72a3d1
am f3c9a251: am 17cddaf2: am 409b9a4c: Merge "Revert "cherrypick from hc mr1 Change-Id: I23143ecaa0eeab68d55d007b8594a51bf90fbab7"" into honeycomb-mr2
...
* commit 'f3c9a2517ad9db2af4e11435068c24410eaf9c57':
Revert "cherrypick from hc mr1 Change-Id: I23143ecaa0eeab68d55d007b8594a51bf90fbab7"
2011-06-14 20:56:57 -07:00
Robert Ly
7c8c449b8b
am 2aeafe0b: am b5c31b8a: am 194f4745: Merge "Revert "cherrypick from hc mr1 Change-Id: I507c9b98289b873cb5c40e0e34be433e4eb0d4cb"" into honeycomb-mr2
...
* commit '2aeafe0baaab1f833110994deb7cd6714cab1d5f':
Revert "cherrypick from hc mr1 Change-Id: I507c9b98289b873cb5c40e0e34be433e4eb0d4cb"
2011-06-14 20:56:51 -07:00
Amith Yamasani
0daf40ca9a
am 2bcd9c6e: am eb5e633a: am 608a200d: Merge "Stability fixes for PreferenceFragments." into honeycomb-mr2
...
* commit '2bcd9c6e7b4fe6c465811e9b8ac48acec23cb341':
Stability fixes for PreferenceFragments.
2011-06-14 20:56:23 -07:00
Dianne Hackborn
baa89d3839
am f930232f: Fix a major problem in fragment lifecycle.
...
* commit 'f930232fd1c8d301d91853c8fe5dca43979ac807':
Fix a major problem in fragment lifecycle.
2011-06-14 20:54:40 -07:00
Dianne Hackborn
f930232fd1
Fix a major problem in fragment lifecycle.
...
When animating away a fragment, we were not putting it through
the last part of its lifecycle (onDestroy() etc).
Also, retained fragments that have a target were broken. Oops.
Change-Id: I5a669b77a2f24b581cde2a0959acf62edb65e326
2011-06-14 20:47:44 -07:00
Dianne Hackborn
938ef7aeb7
Merge "resolved conflicts for merge of e95c07bd to master"
2011-06-14 20:41:27 -07:00
Adam Powell
c391a9888c
Merge "Fix bug 4521549 - Crash in ScrollingTabContainerView, when using a tab with null text"
2011-06-14 20:29:03 -07:00
Adam Powell
251df77861
Fix bug 4521549 - Crash in ScrollingTabContainerView, when using a tab
...
with null text
Change-Id: I6c287c95bafa732018048c11933ddba82fa26d9f
2011-06-14 20:24:34 -07:00
Bart Sears
c02fc922ff
Merge "Latest drop of DroidSansFallback.ttf from Monotype"
2011-06-14 20:23:15 -07:00
Dianne Hackborn
ca2832bc60
am 027e9e28: am 4e04380d: Merge "Fix issue #4592768 : Xoom display does not resize when..." into honeycomb-mr2
...
* commit '027e9e28b2880b8e50912d7c25e68e8f196bb66b':
Fix issue #4592768 : Xoom display does not resize when...
2011-06-14 19:22:42 -07:00
Dianne Hackborn
027e9e28b2
am 4e04380d: Merge "Fix issue #4592768 : Xoom display does not resize when..." into honeycomb-mr2
...
* commit '4e04380d0a42347013808ee2058c786582ad548f':
Fix issue #4592768 : Xoom display does not resize when...
2011-06-14 19:19:25 -07:00
Dianne Hackborn
4e04380d0a
Merge "Fix issue #4592768 : Xoom display does not resize when..." into honeycomb-mr2
2011-06-14 19:16:46 -07:00
Xia Wang
4a49b95d4b
Merge "Add more opengl benchmark test: - all apps in launcher - shortcuts of apps in home page"
2011-06-14 19:08:22 -07:00
James Dong
05be9531b6
Second attempt to fix the broken build
...
o due to a link to a hidden method
Change-Id: Ia488743e9bff6854253696cc368facbd50d2d8f4
2011-06-14 18:51:24 -07:00
James Dong
d52ad9ca8d
Fix broken build
...
Change-Id: Icf7e33a3a4d9b430cd8cbc97801df24a94f9e079
2011-06-14 18:21:59 -07:00
Glenn Kasten
370a71bcaf
Merge "Bug 4608375"
2011-06-14 17:54:25 -07:00