Nicolas Prevot
97166e0790
am 9b07760d: am 439f17e6: am 76ea69b3: Merge "Fix javadoc in UserManager mentioning application restrictions." into lmp-mr1-dev
...
* commit '9b07760dbcc19f47b9ee02081b26a9bbc2a40157':
Fix javadoc in UserManager mentioning application restrictions.
2014-11-19 10:08:38 +00:00
Nicolas Prevot
9b07760dbc
am 439f17e6: am 76ea69b3: Merge "Fix javadoc in UserManager mentioning application restrictions." into lmp-mr1-dev
...
* commit '439f17e622b3aaca2003eeeee2bb423abe6777a9':
Fix javadoc in UserManager mentioning application restrictions.
2014-11-19 10:01:51 +00:00
Nicolas Prevot
76ea69b35e
Merge "Fix javadoc in UserManager mentioning application restrictions." into lmp-mr1-dev
2014-11-19 09:46:54 +00:00
Dianne Hackborn
47acc8f535
am dde2ecc1: am 7ff92f42: am 9522055f: Merge "Add time estimates to batterystats dump." into lmp-mr1-dev
...
* commit 'dde2ecc118a56cd4100a29a1dd1c1697b6f56353':
Add time estimates to batterystats dump.
2014-11-18 20:22:20 +00:00
Dianne Hackborn
dde2ecc118
am 7ff92f42: am 9522055f: Merge "Add time estimates to batterystats dump." into lmp-mr1-dev
...
* commit '7ff92f420e0f32149bcb80698db6108d9e5aaa53':
Add time estimates to batterystats dump.
2014-11-18 18:51:50 +00:00
Dianne Hackborn
ad6a99b32a
Add time estimates to batterystats dump.
...
Also fix some java docs.
Change-Id: Ie705f236db6f06e34fa5581c20852e5c8f7c2c17
2014-11-18 10:41:09 -08:00
Nicolas Prevot
34b6e35ba6
Fix javadoc in UserManager mentioning application restrictions.
...
The java doc of UserManager.KEY_RESTRICTIONS_PENDING contains mistakes.
BUG: 18414603
Change-Id: I9584dad545dcbef1eb2ee0e4f5df117486435e8a
2014-11-18 14:37:58 +00:00
Jeff Sharkey
4ae37f9052
am 9f722068: am ecfd372a: am 9c76a7b3: Merge changes Id7f9fb53,I897d7ee8 into lmp-mr1-dev
...
* commit '9f722068483239516d0d31841d1deb189d01b5c1':
Prevent user ID reuse until after reboot.
Warn user when build fingerprints differ.
2014-11-17 17:44:28 +00:00
Jeff Sharkey
9f72206848
am ecfd372a: am 9c76a7b3: Merge changes Id7f9fb53,I897d7ee8 into lmp-mr1-dev
...
* commit 'ecfd372ae4fc69c10de83c6499c0c0e4379debc8':
Prevent user ID reuse until after reboot.
Warn user when build fingerprints differ.
2014-11-17 17:39:16 +00:00
Jeff Sharkey
9c76a7b3e8
Merge changes Id7f9fb53,I897d7ee8 into lmp-mr1-dev
...
* changes:
Prevent user ID reuse until after reboot.
Warn user when build fingerprints differ.
2014-11-17 17:28:54 +00:00
Jeff Brown
43dc963a43
am eadefb25: am bba231d7: Explicitly bind AsyncTask to main looper. automerge: dfe7d21
...
* commit 'eadefb255a2bda602ccc043531a231413e8ea839':
Explicitly bind AsyncTask to main looper.
2014-11-15 03:09:44 +00:00
Jeff Brown
eadefb255a
am bba231d7: Explicitly bind AsyncTask to main looper.
...
automerge: dfe7d21
* commit 'dfe7d2193cd36099d4395bdee8458c53bf5f1124':
Explicitly bind AsyncTask to main looper.
2014-11-15 02:47:56 +00:00
Jeff Brown
bba231d7a6
Explicitly bind AsyncTask to main looper.
...
It seems we were sort of trying to do this by forcing the AsyncTask
static initializer to run at certain times but it was not sufficiently
reliable. In particular, this resulted in occasional system
server crashes.
Bug: 18192406
Change-Id: Ief73210c60e7680fbed6df74e3e58809b7ec7e4d
2014-11-14 17:22:31 -08:00
Jeff Sharkey
2cffc7dafd
Warn user when build fingerprints differ.
...
We're now shipping devices with several partitions which may end up
mismatched, causing subtle runtime issues. To help manufacturers and
users catch this case, show wanring when we detected mismatched
fingerprints.
Bug: 18357469
Change-Id: I897d7ee8cbf3b8042d3d7d282afab277d242ed3f
2014-11-14 14:28:06 -08:00
Jeff Brown
0624d611c0
am 36ed36a2: am 4d9bd151: am fef1e0e7: Merge "Make Message.setAsynchronous() public." into lmp-mr1-dev
...
* commit '36ed36a2ea263439257b3978f6e8c787a3544952':
Make Message.setAsynchronous() public.
2014-11-14 00:43:03 +00:00
Jeff Brown
36ed36a2ea
am 4d9bd151: am fef1e0e7: Merge "Make Message.setAsynchronous() public." into lmp-mr1-dev
...
* commit '4d9bd1516f7d495ee16bcfeca95a2ab45e33de4c':
Make Message.setAsynchronous() public.
2014-11-13 15:15:28 +00:00
Jeff Brown
fef1e0e7f0
Merge "Make Message.setAsynchronous() public." into lmp-mr1-dev
2014-11-13 07:11:37 +00:00
Dianne Hackborn
ebb526e976
am 7437ec8e: am caf3cddd: am fabb70b2: Add reporting of Parcel memory/count.
...
* commit '7437ec8e1d01de948b1baf33c1f3f73f263a40c7':
Add reporting of Parcel memory/count.
2014-11-13 00:00:10 +00:00
Dianne Hackborn
7437ec8e1d
am caf3cddd: am fabb70b2: Add reporting of Parcel memory/count.
...
* commit 'caf3cddd5bff11a20e72e7df54b826e33d2fe6a9':
Add reporting of Parcel memory/count.
2014-11-12 23:49:25 +00:00
Dianne Hackborn
fabb70b2ef
Add reporting of Parcel memory/count.
...
Also fix issue #18340771 : Dumpsys Procstats missing a newline
Change-Id: I0c612187a3fb4d7eeafbf97d373efdef732c477e
2014-11-12 21:56:30 +00:00
Narayan Kamath
ae601bcb8b
am 3a35bf3f: am 72f9838c: am 222722ee: Merge "Tell installd when boot completes." into lmp-mr1-dev
...
* commit '3a35bf3f9c109f76ed25ce83afa36b1730c6fd75':
Tell installd when boot completes.
2014-11-12 16:38:05 +00:00
Narayan Kamath
3a35bf3f9c
am 72f9838c: am 222722ee: Merge "Tell installd when boot completes." into lmp-mr1-dev
...
* commit '72f9838c99a9cb8d84b8ec4af5372f10eeeb4e94':
Tell installd when boot completes.
2014-11-12 12:55:29 +00:00
Narayan Kamath
222722ee73
Merge "Tell installd when boot completes." into lmp-mr1-dev
2014-11-12 12:48:22 +00:00
Jeff Brown
9840c07667
Make Message.setAsynchronous() public.
...
There are many cases in real world applications where it is desirable
to continue processing messages on the Looper even when most other
messages have been suspended by a synchronization barrier pending
completion of the next drawing frame on vsync.
Internally the framework is able to mark certain messages as being
independent of these higher level synchronization invariants by
flagging them as asynchronous.
This change exposes the existing function and improves on the
documentation so that it is clearer what is meant by asynchronous.
Bug: 18283959
Change-Id: I775e4c95938123a364b21a9f2c39019bf37e1afd
2014-11-11 20:35:58 -08:00
Jeff Brown
70170261cb
am 32f7a6d8: Merge "Move device admin max screen off timeout to internal interface." into lmp-mr1-dev automerge: c1275e7
...
automerge: a473878
* commit 'a4738781584d58e133fc4d0f55d9b7ebcb246ff6':
Move device admin max screen off timeout to internal interface.
2014-11-12 02:46:10 +00:00
Jeff Brown
a473878158
am 32f7a6d8: Merge "Move device admin max screen off timeout to internal interface." into lmp-mr1-dev
...
automerge: c1275e7
* commit 'c1275e72eceb171544aaf517f0cb6e3d1cbd9e08':
Move device admin max screen off timeout to internal interface.
2014-11-12 00:24:43 +00:00
Jeff Brown
32f7a6d813
Merge "Move device admin max screen off timeout to internal interface." into lmp-mr1-dev
2014-11-11 22:27:45 +00:00
Narayan Kamath
76a748e62f
Tell installd when boot completes.
...
installd can then clear the ".booting" marker from the dalvik-cache
(owned by root). This marker is used to detect boot loops.
bug: 18280671
Change-Id: I878f1463c7f523892605c17b980a51ac3b6645e2
2014-11-11 10:50:46 +00:00
Andres Morales
e4aa7e7793
am 9e19c118: am 9467926b: am cc8d56f6: Merge "Unhide DISALLOW_OUTGOING_BEAM" into lmp-mr1-dev
...
* commit '9e19c118a140518859563ba81b691c6998e5084c':
Unhide DISALLOW_OUTGOING_BEAM
2014-11-10 17:05:20 +00:00
Andres Morales
9e19c118a1
am 9467926b: am cc8d56f6: Merge "Unhide DISALLOW_OUTGOING_BEAM" into lmp-mr1-dev
...
* commit '9467926bd14a2d7f92fcdfdc7207f84d951f6e1f':
Unhide DISALLOW_OUTGOING_BEAM
2014-11-10 16:58:53 +00:00
Andres Morales
cc8d56f66c
Merge "Unhide DISALLOW_OUTGOING_BEAM" into lmp-mr1-dev
2014-11-10 16:48:45 +00:00
Sander Alewijnse
c4ba217474
am 1b0dbd5c: am 8c1cd7e6: am 3eed90f3: Merge "Added the restrictions pending application restrictions key." into lmp-mr1-dev
...
* commit '1b0dbd5c954b61e2ee95f87817a1ec0e7d242b20':
Added the restrictions pending application restrictions key.
2014-11-07 22:39:38 +00:00
Sander Alewijnse
1b0dbd5c95
am 8c1cd7e6: am 3eed90f3: Merge "Added the restrictions pending application restrictions key." into lmp-mr1-dev
...
* commit '8c1cd7e61f050afd450cb05add633e2fbe0b195a':
Added the restrictions pending application restrictions key.
2014-11-07 22:35:51 +00:00
Sander Alewijnse
3eed90f393
Merge "Added the restrictions pending application restrictions key." into lmp-mr1-dev
2014-11-07 22:25:00 +00:00
Sander Alewijnse
53d63dcd04
Added the restrictions pending application restrictions key.
...
Bug:17632522
Change-Id: If5a0d0ea1f479b0584fc0b1cff2a179d296d2904
2014-11-07 22:19:48 +00:00
Jeff Brown
5ce1cb240b
Move device admin max screen off timeout to internal interface.
...
The setting was previously exposed in IPowerManager but it
doesn't need to be there.
Bug: 17656076
Change-Id: If3ed0cbe89f67c60aa00376be0c54b1bd9656144
2014-11-06 19:34:21 -08:00
Andres Morales
cd3b72e6f9
Unhide DISALLOW_OUTGOING_BEAM
...
Bug:17387303
Change-Id: If4410bbfd9f82c84886024a091454ee931d9d930
2014-11-06 12:31:32 -08:00
Dianne Hackborn
41ca024387
am 726715e1: am e6fa3f44: am d1f1ea76: Merge "Few more small meminfo improvements." into lmp-mr1-dev
...
* commit '726715e1138d880656a13014d447a14b3998b132':
Few more small meminfo improvements.
2014-11-04 02:28:18 +00:00
Dianne Hackborn
726715e113
am e6fa3f44: am d1f1ea76: Merge "Few more small meminfo improvements." into lmp-mr1-dev
...
* commit 'e6fa3f44652fd9e23ce64f39bb43458fa4abd60a':
Few more small meminfo improvements.
2014-11-04 02:21:11 +00:00
Dianne Hackborn
1842930762
Few more small meminfo improvements.
...
- Add in category for graphics driver, and knowledge about it
for N5 (more devices will be added later).
- Renaming the labels for the .oat and .art files to be just
that, so it is clear what they are talking about.
Change-Id: I663ca8bd2febce41fcdde74b0d3a96ef9325edf1
2014-11-03 13:58:11 -08:00
Jeff Brown
b3d18f2c2e
am 5177979b: am e333e674: Add a function to boost screen brightness temporarily. automerge: 0ed053e automerge: a80162f
...
* commit '5177979bbd7459179648057ba00a6399aeb26357':
Add a function to boost screen brightness temporarily.
2014-11-01 17:51:16 +00:00
Jeff Brown
5177979bbd
am e333e674: Add a function to boost screen brightness temporarily. automerge: 0ed053e
...
automerge: a80162f
* commit 'a80162f0d124e7400e268440c864289a9a7be11e':
Add a function to boost screen brightness temporarily.
2014-11-01 15:04:52 +00:00
Jeff Brown
0ed053ef53
am e333e674: Add a function to boost screen brightness temporarily.
...
* commit 'e333e674a758c39885d4d9779a1aad387fb0e6aa':
Add a function to boost screen brightness temporarily.
2014-11-01 14:10:46 +00:00
Jeff Brown
e333e674a7
Add a function to boost screen brightness temporarily.
...
When PowerManager.boostScreenBrightness() is called, the screen
brightness is set to maximum for 5 seconds. This action is
also considered to be user activity.
Bug: 17934954
Change-Id: I1cb4a03a60705c6c1c5cc9ff84b1c5dbd2932fcd
2014-10-31 18:45:11 -07:00
Lorenzo Colitti
3d62297e85
am fa186dbd: am f2c90942: am bbb2c5b2: Merge "Add support for running 464xlat on wifi as well." into lmp-mr1-dev
...
* commit 'fa186dbd3dce56dfc209b7c10a3bc66e7036055d':
Add support for running 464xlat on wifi as well.
2014-10-31 00:26:10 +00:00
Lorenzo Colitti
fa186dbd3d
am f2c90942: am bbb2c5b2: Merge "Add support for running 464xlat on wifi as well." into lmp-mr1-dev
...
* commit 'f2c9094293529f42b7183f0373b41a5278581a81':
Add support for running 464xlat on wifi as well.
2014-10-31 00:16:09 +00:00
Lorenzo Colitti
5c313dccad
am 2f3dab85: am def4cd4f: Merge "Support more than one clatd at a time." into lmp-mr1-dev automerge: ba69b3f
...
* commit '2f3dab8585a1a11d2576a8b3164defe95191d513':
Support more than one clatd at a time.
2014-10-30 19:10:46 +00:00
Lorenzo Colitti
2f3dab8585
am def4cd4f: Merge "Support more than one clatd at a time." into lmp-mr1-dev
...
automerge: ba69b3f
* commit 'ba69b3f290e6fe4a579841a2dd052ca5803ba863':
Support more than one clatd at a time.
2014-10-30 19:07:02 +00:00
Lorenzo Colitti
e21a26b3ba
Add support for running 464xlat on wifi as well.
...
1. Add a command to NetworkManagementService to enable/disable
IPv6 ND offload via netd.
2. Make Nat464Xlat enable offload if clatd successfully comes up
on a wifi network (which means it detected a NAT64), and
correspondingly re-enable offload when the clatd interface
goes down.
This change does not enable clatd on wifi yet, that requires an
extra 2 lines to enable it.
Bug: 12111730
Change-Id: I4318611762a37487c9a84f8c4867ec5aece98be8
2014-10-30 20:31:26 +09:00
Lorenzo Colitti
def4cd4fa4
Merge "Support more than one clatd at a time." into lmp-mr1-dev
2014-10-29 03:43:04 +00:00