Adam Cohen
44f52cf7e1
am 11a6450e: Merge "Fixing partiallyUpdateAppWidget to cache the new changes" into jb-mr1-dev
...
* commit '11a6450e543d5c178c60ce2216fad1b29bf15457':
Fixing partiallyUpdateAppWidget to cache the new changes
2012-09-21 13:35:02 -07:00
John Reck
cea904c91e
am e6ff4784: Merge "Use less static synchronized" into jb-mr1-dev
...
* commit 'e6ff47840fc6d8ac5ba551101684011e328b4caa':
Use less static synchronized
2012-09-21 13:34:36 -07:00
Eric Laurent
41da58338f
am 6730c3c6: Merge "Fix safe volume warning message flickering" into jb-mr1-dev
...
* commit '6730c3c69f84d799198365e0692b79be72b0eeb7':
Fix safe volume warning message flickering
2012-09-21 13:34:29 -07:00
Christopher Tate
5d978525bc
am 58e7f73c: Merge "Multiuser awareness in content observer infrastructure" into jb-mr1-dev
...
* commit '58e7f73c6e2d6583be0beabc95e7ac430bef0eb4':
Multiuser awareness in content observer infrastructure
2012-09-21 13:33:34 -07:00
Dianne Hackborn
22b46b6fa4
am 6de76d21: Merge "Implement multi-user PackageMonitor." into jb-mr1-dev
...
* commit '6de76d21ff60818f8b296fc8f645897203f475da':
Implement multi-user PackageMonitor.
2012-09-21 13:32:57 -07:00
Dianne Hackborn
342737d543
am e6f63800: Merge "Fix issue #7196015 : system_server deadlock during setup wizard" into jb-mr1-dev
...
* commit 'e6f6380027d5c209eb17ec2567f00356ad32038a':
Fix issue #7196015 : system_server deadlock during setup wizard
2012-09-21 13:32:45 -07:00
Irfan Sheriff
917fc95cac
am 314488b7: Merge "Captive check for both mobile and wifi" into jb-mr1-dev
...
* commit '314488b791d36756504ee593f818f04b4cd24893':
Captive check for both mobile and wifi
2012-09-21 13:32:22 -07:00
Lei Zhang
534a076c81
Fix auto-merger error in I74c0644c6938d28c20c42d88d995ffb56a71d703
...
Change-Id: If199aa3f01d1a7ea3f298504c0de4aa9a96e7451
2012-09-21 12:39:39 -07:00
Jason Simmons
f445a77bf3
resolved conflicts for merge of d053554f to jb-mr1-aah-dev
...
Change-Id: I8540083f7fd04e252c8879475f247ea6bbde8159
2012-09-21 10:38:01 -07:00
Adam Cohen
11a6450e54
Merge "Fixing partiallyUpdateAppWidget to cache the new changes" into jb-mr1-dev
2012-09-20 18:09:11 -07:00
Justin Koh
b4641b5cd4
Merge "Converts hover touch events to trackball events" into jb-mr1-aah-dev
2012-09-20 18:04:49 -07:00
John Reck
e6ff47840f
Merge "Use less static synchronized" into jb-mr1-dev
2012-09-20 16:55:40 -07:00
Eric Laurent
6730c3c69f
Merge "Fix safe volume warning message flickering" into jb-mr1-dev
2012-09-20 16:53:10 -07:00
Eric Laurent
0516a9ecb0
Fix safe volume warning message flickering
...
Do not display a new warning message when one is already showing.
Bug 7064975.
Change-Id: I920656c6d742a969c29e8f42a438ecbc794d1114
2012-09-20 16:48:44 -07:00
Christopher Tate
58e7f73c6e
Merge "Multiuser awareness in content observer infrastructure" into jb-mr1-dev
2012-09-20 15:43:57 -07:00
John Reck
9f9d34552f
Use less static synchronized
...
Bug: 6482144
Change-Id: I86161e3298101c10a112add406615001561e649e
2012-09-20 15:25:16 -07:00
Adam Cohen
fbe44b7d5e
Fixing partiallyUpdateAppWidget to cache the new changes
...
-> This is a good change to the widget framework that I've wanted to
make for a while, but issue 7174198 triggered the immediate need.
Change-Id: I3f267e0e67f2d9f28920bb53973af365a3c9e0ba
2012-09-20 15:18:47 -07:00
Dianne Hackborn
6de76d21ff
Merge "Implement multi-user PackageMonitor." into jb-mr1-dev
2012-09-20 14:54:10 -07:00
Dianne Hackborn
c72fc674a3
Implement multi-user PackageMonitor.
...
New APIs let you indicate what user(s) to monitor, and tell you
what user is changing when receiving a callback.
Fix package manager to only deliver package brpadcasts to the
running users. (This isn't really a change in behavior, since
the activity manager would not deliver to stopped users anyway).
Make sure all broadcasts that package monitor receives also include
user information for it to use.
Update wallpaper service to (hopefully) now Really Correctly
monitor package changes per user.
Change-Id: Idd952dd274abcaeab452277d9160d1ae62919aa0
2012-09-20 14:53:18 -07:00
Dianne Hackborn
e6f6380027
Merge "Fix issue #7196015 : system_server deadlock during setup wizard" into jb-mr1-dev
2012-09-20 14:33:50 -07:00
Christopher Tate
b756445429
Multiuser awareness in content observer infrastructure
...
Content observers are registered under the calling user's identity,
not under the provider host's identity (unless the caller is using
the new permissioned entry points that allow observers to be
registered for a different user's view of the data). The most important
implication of this is that when the settings provider is directly
queried, the Cursor returned to the app is wired for change notifications
based on that calling app's user.
Note that it is not possible to use query() / insert() to read/write
data for different users. All such manipulations should use the
standard get* / put* methods in Settings.*.
Bug 7122169
Change-Id: If5d9ec44927e5e56e4e7635438f4ef48a5430986
2012-09-20 13:58:16 -07:00
Irfan Sheriff
314488b791
Merge "Captive check for both mobile and wifi" into jb-mr1-dev
2012-09-20 13:33:52 -07:00
Eric Laurent
c08870e946
am f9fac2c5: Merge "Add multi user volume management" into jb-mr1-dev
...
* commit 'f9fac2c5fe3f304ee866b1afc3191d36835e96bd':
Add multi user volume management
2012-09-20 12:51:05 -07:00
John Reck
18fc6e8493
am b6610d82: Merge "Fix DPI scaling on TVDPI" into jb-mr1-dev
...
* commit 'b6610d8289f5c682a7f66d419afcfbd6541d0367':
Fix DPI scaling on TVDPI
2012-09-20 12:50:55 -07:00
Elliott Hughes
3a8b3a85e1
am 3d5be42e: Merge changes I87c2ab9e,I2dafcc34,I731c96c2 into jb-mr1-dev
...
* commit '3d5be42eaa35914d9b37fe052fa7222dc1992dc0':
Fix formatDateRange month names for Farsi.
Use localized digits for Time formatting.
Use proper digits in formatElapsedTime and format3339
2012-09-20 12:50:52 -07:00
Irfan Sheriff
9538bdd3c7
Captive check for both mobile and wifi
...
Bug: 7113195
Bug: 7102238
Bug: 7087564
Change-Id: Iac08db9de3935338ad498aa3983d2ca82057dda1
2012-09-20 12:13:06 -07:00
Geremy Condra
d053554f80
Merge "Push dropbox logging into libcore." into jb-mr1-dev
2012-09-20 11:24:14 -07:00
Eric Laurent
f9fac2c5fe
Merge "Add multi user volume management" into jb-mr1-dev
2012-09-20 11:18:17 -07:00
John Reck
b6610d8289
Merge "Fix DPI scaling on TVDPI" into jb-mr1-dev
2012-09-20 10:21:41 -07:00
Elliott Hughes
3d5be42eaa
Merge changes I87c2ab9e,I2dafcc34,I731c96c2 into jb-mr1-dev
...
* changes:
Fix formatDateRange month names for Farsi.
Use localized digits for Time formatting.
Use proper digits in formatElapsedTime and format3339
2012-09-20 10:05:44 -07:00
Chris Wren
fc850997a8
am 683ab00a: fix underfull content bug in inbox and big text templates.
...
* commit '683ab00a2ec2e02f8ad1296efb381aa72d364b57':
fix underfull content bug in inbox and big text templates.
2012-09-20 08:42:00 -07:00
Chris Wren
683ab00a2e
fix underfull content bug in inbox and big text templates.
...
Bug: 7172721
Change-Id: I22019009eec31ca18b54eec5f6ed5b626cee1540
2012-09-20 10:54:40 -04:00
John Spurlock
5d514eb468
am e0de5bff: Merge "Fire "dreaming started" and "dreaming stopped" broadcasts." into jb-mr1-dev
...
* commit 'e0de5bfff2e74ee566ac2d053052de09aa25e54b':
Fire "dreaming started" and "dreaming stopped" broadcasts.
2012-09-20 06:24:20 -07:00
Jeff Brown
cf11e2381a
am 925ad51b: Merge "Add support for remembering Wifi display devices." into jb-mr1-dev
...
* commit '925ad51bd82b34fa26a462a303781c610e635450':
Add support for remembering Wifi display devices.
2012-09-20 06:23:20 -07:00
Romain Guy
a7dfff1109
am 4c97ef90: Merge "Add support for QCOM_tiled_rendering Bug #7186819 " into jb-mr1-dev
...
* commit '4c97ef9094f7a52dbc983ed12ce5f3b586f2d769':
Add support for QCOM_tiled_rendering Bug #7186819
2012-09-20 06:23:04 -07:00
Jeff Sharkey
ef33caf85a
am 4e7b551f: Merge "Move HAS_TRANSIENT_STATE flag into a safe area." into jb-mr1-dev
...
* commit '4e7b551fbffa6112821ed6cfeedd6128463fccd0':
Move HAS_TRANSIENT_STATE flag into a safe area.
2012-09-20 06:22:39 -07:00
Jeff Sharkey
e3981fa8f3
am c3e3311c: Merge "Migrate network stats from removed users." into jb-mr1-dev
...
* commit 'c3e3311c050f47a229e1b49f1fdf685669d79d53':
Migrate network stats from removed users.
2012-09-20 06:22:35 -07:00
Christopher Tate
40ccfee497
am c575e007: Merge "setShowGTalkServiceStatus() is deprecated but tested by CTS" into jb-mr1-dev
...
* commit 'c575e007e59e00db7c1f3f2b2ea57cc24dd7c2de':
setShowGTalkServiceStatus() is deprecated but tested by CTS
2012-09-20 06:22:26 -07:00
John Reck
28aba6e9d4
am 4be07ade: Merge "Revert "Test aggressive throttling"" into jb-mr1-dev
...
* commit '4be07ade3658da9345067780520ddbd266900ee4':
Revert "Test aggressive throttling"
2012-09-20 06:22:05 -07:00
Jeff Sharkey
4d6ce59c5c
am 4046e012: Merge "Migrate UI to supportsMultipleUsers()." into jb-mr1-dev
...
* commit '4046e012887fff1f36dfd3eddc6f354d4c2497fc':
Migrate UI to supportsMultipleUsers().
2012-09-20 06:21:27 -07:00
Dianne Hackborn
78ca366a7f
am 52716deb: Merge "Fix deadlock in LockPatternUtils by using local id." into jb-mr1-dev
...
* commit '52716deb4008da1d566dfd711edc0a9c6de5f79f':
Fix deadlock in LockPatternUtils by using local id.
2012-09-20 06:20:31 -07:00
Craig Mautner
404dc595e3
am 8f301e66: Merge "Add debug for b/7094175." into jb-mr1-dev
...
* commit '8f301e666873e4a9feaace38a0b184a5f3ce7003':
Add debug for b/7094175.
2012-09-20 06:20:25 -07:00
Christopher Tate
0d2d123336
am a1c46636: Merge "Disable content observer cross-user permission checks..." into jb-mr1-dev
...
* commit 'a1c46636dd533e889e1f3b3326fa0d851928df4f':
Disable content observer cross-user permission checks...
2012-09-20 06:20:17 -07:00
Dianne Hackborn
ba78386f79
am 390392ff: Merge "Changes to support side-loading of apps from other users." into jb-mr1-dev
...
* commit '390392ff3ef0114544eab3db4093c1c7aba825da':
Changes to support side-loading of apps from other users.
2012-09-20 06:20:13 -07:00
Fabrice Di Meglio
db7bb39b4c
am 072533e9: Merge "Fix bug #7146516 Padding can be "over" resolved" into jb-mr1-dev
...
* commit '072533e934e759b95228ba61152e7d958b641b96':
Fix bug #7146516 Padding can be "over" resolved
2012-09-20 06:19:55 -07:00
Fabrice Di Meglio
a84d8ad3ba
am efa56852: Merge "Fix some typos in Javadoc for Accessibility APIs" into jb-mr1-dev
...
* commit 'efa568525fc7755ac49e44e75246b2be1ef5269f':
Fix some typos in Javadoc for Accessibility APIs
2012-09-20 06:19:52 -07:00
Dianne Hackborn
1ed950d0cd
am 09ad0832: Merge "Switch to showing top-most thumbnail of recent apps." into jb-mr1-dev
...
* commit '09ad0832e0c28fa43a2e2bf53bef87df39bd4416':
Switch to showing top-most thumbnail of recent apps.
2012-09-20 06:19:39 -07:00
Jeff Sharkey
ea59a8367e
am a490bddc: Merge changes I4513afbd,I20e2194c into jb-mr1-dev
...
* commit 'a490bddc8bf0812973dee34ead5c04c87e7ecb15':
Make getMediaStorageDirectory() user-aware.
Lockdown should only augment connected networks.
2012-09-20 06:19:30 -07:00
John Spurlock
e0de5bfff2
Merge "Fire "dreaming started" and "dreaming stopped" broadcasts." into jb-mr1-dev
2012-09-20 05:45:54 -07:00
Jeff Brown
925ad51bd8
Merge "Add support for remembering Wifi display devices." into jb-mr1-dev
2012-09-19 22:14:02 -07:00