Robert Greenwalt
5ec50ebd9a
am b7e6a443: Merge "Routing workaround." into jb-mr2-dev
...
* commit 'b7e6a4433bda6c59540ffc51061aff5cc3d10166':
Routing workaround.
2013-04-11 16:29:38 -07:00
Robert Greenwalt
b7e6a4433b
Merge "Routing workaround." into jb-mr2-dev
2013-04-11 23:27:20 +00:00
Robert Greenwalt
63582a790e
am ccbe7e6f: Merge "Use CONNECTIVITY_INTERNAL for global proxy" into jb-mr2-dev
...
* commit 'ccbe7e6ff16fe1afc08f0b8601d83481ba5aee3a':
Use CONNECTIVITY_INTERNAL for global proxy
2013-04-11 14:16:28 -07:00
Robert Greenwalt
ccbe7e6ff1
Merge "Use CONNECTIVITY_INTERNAL for global proxy" into jb-mr2-dev
2013-04-11 21:11:44 +00:00
Jaikumar Ganesh
ea4f556f70
am 651f99cb: Merge "Sensor values changes." into jb-mr2-dev
...
* commit '651f99cb5588ccd313e2e532a6b9ccf9d679ff44':
Sensor values changes.
2013-04-11 10:53:23 -07:00
Jaikumar Ganesh
6d0c1d78f1
Sensor values changes.
...
1. Remove Sensor Event Pool.
2. Allocate fixed array values for each Sensor added.
- Needed for backward compatibility.
3. Use SDK checks for backward compatibility for
rotation vector.
b/8165631
Change-Id: I2d2cf10d3460478ed7af8e6188343f4bb033503c
2013-04-11 10:25:35 -07:00
Amith Yamasani
b6812eabd4
am f900647a: Merge "Don\'t sync from adapters that haven\'t opted in to restricted accounts" into jb-mr2-dev
...
* commit 'f900647aa823165676d2fe9bcfcfc078d99649ab':
Don't sync from adapters that haven't opted in to restricted accounts
2013-04-10 19:25:36 -07:00
Amith Yamasani
f900647aa8
Merge "Don't sync from adapters that haven't opted in to restricted accounts" into jb-mr2-dev
2013-04-11 02:21:37 +00:00
Amith Yamasani
36f73e2539
am 9429afba: Fix a security check in getting app restrictions
...
* commit '9429afba06d96973ea4bf76abba945dd92a1debb':
Fix a security check in getting app restrictions
2013-04-10 18:47:01 -07:00
Amith Yamasani
9429afba06
Fix a security check in getting app restrictions
...
Change-Id: I02fbab8765d3f8646d0fe62ee867566d1d14707d
2013-04-10 18:40:51 -07:00
Amith Yamasani
399a2977a5
am b3a98725: Merge "Show an error dialog when account type is requested on a limited user" into jb-mr2-dev
...
* commit 'b3a9872549137f6c3983609e48e5b2d4fc94a3d4':
Show an error dialog when account type is requested on a limited user
2013-04-10 17:33:35 -07:00
Amith Yamasani
b3a9872549
Merge "Show an error dialog when account type is requested on a limited user" into jb-mr2-dev
2013-04-11 00:27:49 +00:00
Amith Yamasani
9422bdca31
Don't sync from adapters that haven't opted in to restricted accounts
...
SyncManager should not allow syncing of data from apps that haven't opted
in to viewing restricted accounts in limited users.
Override getIsSyncable() to check if the sync adapter has the manifest
entry to enable restricted accounts of that account type. Return the default
isSyncable state if the adapter has opted in, otherwise return 0 for false.
Bug: 8566533
Change-Id: I3777f1e4fdb8debe1724ab083272e2d9bd2e63f2
2013-04-10 17:06:02 -07:00
Christopher Tate
04f5c8cb95
am 790518a1: Merge "Implicitly enable system apps when updates installed" into jb-mr2-dev
...
* commit '790518a1a2f06030d19fdd896bd0f80dd03d94fc':
Implicitly enable system apps when updates installed
2013-04-10 17:04:46 -07:00
Christopher Tate
790518a1a2
Merge "Implicitly enable system apps when updates installed" into jb-mr2-dev
2013-04-10 23:58:37 +00:00
Craig Mautner
98874efb99
am cc979c9e: Merge "Debug logging improvement." into jb-mr2-dev
...
* commit 'cc979c9eae387d80e4c4129d18991d708dde44a6':
Debug logging improvement.
2013-04-10 16:57:50 -07:00
Craig Mautner
cc979c9eae
Merge "Debug logging improvement." into jb-mr2-dev
2013-04-10 23:54:29 +00:00
Santos Cordon
0a5eb3eca7
am acd840d5: Merge "Obfuscate any phone numbers that pass through the event log." into jb-mr2-dev
...
* commit 'acd840d5c31bee48cc13a03f5e0c5e3b69ff23db':
Obfuscate any phone numbers that pass through the event log.
2013-04-10 15:57:07 -07:00
Santos Cordon
acd840d5c3
Merge "Obfuscate any phone numbers that pass through the event log." into jb-mr2-dev
2013-04-10 22:53:08 +00:00
Amith Yamasani
23c8b96a7e
Show an error dialog when account type is requested on a limited user
...
This covers the scenario where an app doesn't find an account of the
required type and requests the account manager to add one of that
type.
Bug: 8537648
Change-Id: I4d9c8842c2d90aa668f16034d3db007dc61714b8
2013-04-10 15:36:54 -07:00
Jaikumar Ganesh
7228e1aeb9
am 8ce470dd: GPS Hardware geofencing.
...
* commit '8ce470dd4ba0608abb6b5eae117cefca927af96b':
GPS Hardware geofencing.
2013-04-10 15:34:35 -07:00
Craig Mautner
66d7730903
Debug logging improvement.
...
Previously a change to a surface would be logged with the old value
and you had to scroll through the logs to see what the new value
was. This change reflects the change to the surface immediately.
Change-Id: I2a6566466287922d08f4ce2329c61aa46d692ee1
2013-04-10 15:33:26 -07:00
Robert Greenwalt
a9bebc2211
Use CONNECTIVITY_INTERNAL for global proxy
...
The Global http proxy shouldn't be used by apps, but can be useful in certain
conditions.
bug:8264794
bug:8557674
Change-Id: Ia3cbe542e448d9e74d0492626a13e9fd34ad797a
2013-04-10 15:32:18 -07:00
Jaikumar Ganesh
8ce470dd4b
GPS Hardware geofencing.
...
Add support for doing geofencing in hardware.
Change-Id: I6d5015190e8d84e1f4beb1010ed977a71c1622d0
2013-04-10 15:25:07 -07:00
Dianne Hackborn
abe0aa78ca
am 8f980e1a: Merge "Reduce duration of rotation xfade animation." into jb-mr2-dev
...
* commit '8f980e1a5ae99d5e34aaef6aac7f38a7d0038631':
Reduce duration of rotation xfade animation.
2013-04-10 10:51:50 -07:00
Dianne Hackborn
8f980e1a5a
Merge "Reduce duration of rotation xfade animation." into jb-mr2-dev
2013-04-10 17:48:21 +00:00
Christopher Tate
32a019d438
Implicitly enable system apps when updates installed
...
If someone explicitly installs an update to a system-bundled package,
we infer that this means they actually want to use the new code.
Bug 7467302
Change-Id: If2dc6f764bafbb3a5c94cbdd32273c030fd784b9
2013-04-09 17:11:55 -07:00
Robert Greenwalt
979ee3cca3
Routing workaround.
...
Change our order of operations so that secondary route table
adds succeed. Working to understand the why of this too.
bug:8361314
Change-Id: Ie25061eb38c62eaa5e60aa8a488496de49bdbd9d
2013-04-09 11:22:56 -07:00
Robert Greenwalt
273703935d
am dbf500aa: Merge "Turn back on global proxy support." into jb-mr2-dev
...
* commit 'dbf500aaafd0889aa3ac9bf0fb2b2be4e0c3ebbf':
Turn back on global proxy support.
2013-04-09 11:19:34 -07:00
Robert Greenwalt
dbf500aaaf
Merge "Turn back on global proxy support." into jb-mr2-dev
2013-04-09 18:15:06 +00:00
Dianne Hackborn
e9b4ee692c
am 558a3c1b: Merge "Kill processes when permissions are revoked." into jb-mr2-dev
...
* commit '558a3c1b7b40eb9356f8c4446ca63af8cf16bd91':
Kill processes when permissions are revoked.
2013-04-09 10:42:09 -07:00
Dianne Hackborn
558a3c1b7b
Merge "Kill processes when permissions are revoked." into jb-mr2-dev
2013-04-09 17:38:00 +00:00
Dianne Hackborn
f1b782427f
Kill processes when permissions are revoked.
...
Some permissions are associated with gids, so we need to
kill any running processes if their permission is revoked.
We will do this for any permission being revoked, since
the association between gids and permissions can change
over time.
Change-Id: Ieb7408e032539c4f21eb089d65a7a7e6c289f010
2013-04-08 22:28:59 -07:00
Eric Rowe
fa67c5ada2
am 3c09715c: Merge "Change dropbox tag for native crashes." into jb-mr2-dev
...
* commit '3c09715cedc737cc6e36c201d9f9188c3615e9a5':
Change dropbox tag for native crashes.
2013-04-08 17:15:33 -07:00
Eric Rowe
3c09715ced
Merge "Change dropbox tag for native crashes." into jb-mr2-dev
2013-04-09 00:11:51 +00:00
Robert Greenwalt
00e8d4c1b6
Turn back on global proxy support.
...
This reverts 138626.
Bug:8557674
Change-Id: I7b117d313c424d75bdeeea507541a96342f256f0
2013-04-08 16:31:26 -07:00
Kenny Root
b3be67ce34
am 0eee410e: Merge "Check outInfo is not null" into jb-mr2-dev
...
* commit '0eee410e473c1546af80c63ec866655a28833f33':
Check outInfo is not null
2013-04-08 16:16:44 -07:00
Kenny Root
0eee410e47
Merge "Check outInfo is not null" into jb-mr2-dev
2013-04-08 23:10:50 +00:00
Kenny Root
3b9933d0c2
Check outInfo is not null
...
Only call keystore if outInfo is not null
Bug: 8568820
Change-Id: I24ab625ad02b8510da489911064453de642b6748
2013-04-08 16:06:24 -07:00
Eric Rowe
88d842cf8a
Change dropbox tag for native crashes.
...
Change-Id: Id2738fc758c3d144e5fdd2c7f1c8617dad129338
2013-04-08 15:00:27 -07:00
Ben Gruver
0b909eb6bf
am 89454f83: Merge "Implement event logging for intent firewall" into jb-mr2-dev
...
* commit '89454f8331cd7d582eafca87c6586feb5db509c7':
Implement event logging for intent firewall
2013-04-08 14:44:46 -07:00
Ben Gruver
0929c3b140
am b1a90d3b: Merge "Remove the sender package filter from the intent firewall" into jb-mr2-dev
...
* commit 'b1a90d3b1422b0eb469e8960e6398a49ec036e0b':
Remove the sender package filter from the intent firewall
2013-04-08 14:41:06 -07:00
Ben Gruver
89454f8331
Merge "Implement event logging for intent firewall" into jb-mr2-dev
2013-04-08 21:40:26 +00:00
Ben Gruver
b1a90d3b14
Merge "Remove the sender package filter from the intent firewall" into jb-mr2-dev
2013-04-08 21:36:37 +00:00
Daniel Sandler
684d24cf66
am dc634351: Merge "Clean up language in forced foreground service notifications." into jb-mr2-dev
...
* commit 'dc634351d4f8a59e4b5743c58571d1ef04da668a':
Clean up language in forced foreground service notifications.
2013-04-08 12:51:33 -07:00
Daniel Sandler
91fe8455d6
Clean up language in forced foreground service notifications.
...
Old: [ IC ] %s running
[ ON ] %s is running
New: [ IC ] %s is running
[ ON ] Touch for more information or to stop the app.
Additionally, disallow these misbehaving services from
supplying their own content views; if you attempt to run a
foreground service with icon == 0, this is the notification
you will get, period.
Bug: 8525548
Change-Id: I2bfd7340396ef925885e8c2160a720f9eff07a35
2013-04-08 13:01:02 -04:00
Ben Gruver
8be8df2141
Implement event logging for intent firewall
...
Change-Id: If79052d07f3e5c02cfdbd0dd00026b01110045c2
2013-04-07 14:29:34 -07:00
Geremy Condra
51ad68b9a5
am 212af6db: Merge "Add /data/security path for mac_permissions.xml."
...
* commit '212af6dbd7b002bdfcc869fc0ee06d5d3d711fd6':
Add /data/security path for mac_permissions.xml.
2013-04-05 16:40:59 -07:00
Geremy Condra
0e9fdc9c14
am a1ca6fac: Merge "Fix crash in ConfigUpdater when the target dir doesn\'t exist." into jb-mr2-dev
...
* commit 'a1ca6faceed2eb8fba81bd7e30b3a5bae82cd484':
Fix crash in ConfigUpdater when the target dir doesn't exist.
2013-04-05 15:29:43 -07:00
Geremy Condra
a1ca6facee
Merge "Fix crash in ConfigUpdater when the target dir doesn't exist." into jb-mr2-dev
2013-04-05 21:52:40 +00:00