Christopher Tate
7febfee44f
am e32b2a5d: Merge "Write new wallpaper files from scratch..." into lmp-dev
...
* commit 'e32b2a5d2bdc3c8fd4caa00437d5616e3535d601':
Write new wallpaper files from scratch...
2014-09-12 05:02:30 +00:00
Nancy Chen
4a634a8c7b
am 03ee9f82: Merge "Update TelecommManager per API requirements. (1/3)" into lmp-dev
...
* commit '03ee9f825ac4c4f629e6afd5993f3bc46adb6266':
Update TelecommManager per API requirements. (1/3)
2014-09-12 05:02:26 +00:00
Chris Craik
4cb524f81f
am e4c0e03b: Merge "Update HWUI paint filter to understand new location of skia bitmap filter preference" into lmp-dev
...
* commit 'e4c0e03bb23ae4ed64d91f8ba1c8976092252fff':
Update HWUI paint filter to understand new location of skia bitmap filter preference
2014-09-12 05:02:21 +00:00
Michael Wright
fd243b6cf2
am 54bc6182: Change callback methods from add to register.
...
* commit '54bc61826b7df0d1c466432c13b4f9782ffd4fad':
Change callback methods from add to register.
2014-09-12 05:02:16 +00:00
Chet Haase
6d942c8b7f
am 05cafed0: Merge "Make starting window hw-accelerated" into lmp-dev
...
* commit '05cafed09b5dbc2642ac5a93e580ad732f5b7e8d':
Make starting window hw-accelerated
2014-09-12 05:02:11 +00:00
Xin Guan
dcfc7f6996
am 314712e9: Temp enable the log to identify the wake up cause.
...
* commit '314712e95987acf944dbf7d1788fdcd6a14511a5':
Temp enable the log to identify the wake up cause.
2014-09-12 05:02:06 +00:00
Paul Lawrence
d189d67af2
am 5f3e819f: Merge "Create correct files in dropbox on encrypted boot" into lmp-dev
...
* commit '5f3e819f368f309472a8dfb6a40f733d3d8d5915':
Create correct files in dropbox on encrypted boot
2014-09-12 05:02:01 +00:00
Robin Lee
58d21fafee
am 7ac7a7d8: Update API
...
* commit '7ac7a7d875fb54a6d63a8918107bfb752cc56aba':
Update API
2014-09-12 05:01:55 +00:00
Christopher Tate
1fdfaa2e82
Merge "Write new wallpaper files from scratch..." into lmp-dev
2014-09-11 21:05:50 +00:00
Nancy Chen
d6adcef917
Merge "Update TelecommManager per API requirements. (1/3)" into lmp-dev
2014-09-11 20:22:19 +00:00
Nancy Chen
7ab1dc44bd
Update TelecommManager per API requirements. (1/3)
...
+ Add constants GATEWAY_PROVIDER_PACKAGE and GATEWAY_ORIGINAL_ADDRESS
- Remove those corresponding constants from private packages
+ Modify clearAccounts() so it no longer takes an argument.
Bug: 17329632
Change-Id: I3794efe5ad1fafe6e22f4a59146859a96a385ed1
2014-09-11 12:57:57 -07:00
Chris Craik
5be52c11d9
Merge "Update HWUI paint filter to understand new location of skia bitmap filter preference" into lmp-dev
2014-09-11 19:43:52 +00:00
Christopher Tate
90f86baebd
Write new wallpaper files from scratch...
...
...rather than overwriting the existing wallpaper bitmap file "in
place." If the new bitmap is smaller than the previous one, we wind
up with the previous image's contents as spurious trailing file
contents. Also, it means that if any wallpaper image is particularly
large on disk, then we'll forever be backing up that high-water-mark
amount of data every time the wallpaper is changed.
The fix is to open the "write the new bitmap to disk" fd with
MODE_TRUNCATE.
Bug 17285333
Change-Id: I3d8708d72e316834b7ecec20386153a703efddd9
2014-09-11 12:41:52 -07:00
Michael Wright
cde5bb45cc
Change callback methods from add to register.
...
Also changes intent returning method from get to create. Both changes
are in response to API council feedback.
Bug: 17389882
Change-Id: I3b57e3fc202148e3bbb24ac61229f04e8b4ac41e
2014-09-11 19:37:30 +00:00
Chet Haase
969e543b32
Merge "Make starting window hw-accelerated" into lmp-dev
2014-09-11 19:32:00 +00:00
Chet Haase
4f52b34206
Make starting window hw-accelerated
...
An earlier fix in L disabled hw acceleration for the starting window
after the system process became hw accelerated. This was done to preserve
the old behavior of the starting window having some default behavior
(in particular, being filled with a default color). However, this ends up
being a memory and performance problem on some platforms (memory because
some platforms have backing store for software surfaces, performance
because it takes far longer to create a screen-size software surface than
a hardware surface).
The fix is to allow the starting window to inherit the hw acceleration
behavior of its process, and to detect when we are drawing the contents
of that starting window and to fill it with a default color (black).
Issue #17443449 use hardware rendering for app preview window
Change-Id: I8be8111d9e38c51fbbc07185acca065815ce26dc
2014-09-11 12:28:29 -07:00
Xin Guan
91b3566bec
Temp enable the log to identify the wake up cause.
...
Bug: 17276890
Change-Id: I1c2b95807026539d8e5f1e8695019626468c00c1
2014-09-11 19:28:20 +00:00
Chris Craik
591be6c7af
Update HWUI paint filter to understand new location of skia bitmap filter preference
...
bug:17455286
Change-Id: I3b0e04833f0c2699a1322fdd7e98c155841c0d93
2014-09-11 12:16:38 -07:00
Paul Lawrence
280813a6d9
Merge "Create correct files in dropbox on encrypted boot" into lmp-dev
2014-09-11 19:16:15 +00:00
Paul Lawrence
91317107a3
Create correct files in dropbox on encrypted boot
...
On the minimal framework start, don't mark ro.runtime.firstboot, allowing
the real framework to properly create the dropbox files in the real /data
Bug: 17450632
Change-Id: Ic53b3471b44e69f3eea7e3f3de18e789f51192bc
2014-09-11 12:09:56 -07:00
Robin Lee
a46ccb5f1f
Update API
...
Change-Id: I253cd15e00449c0c13f5b9aa4524b1fbc3fc5a95
2014-09-11 19:51:27 +01:00
Marcin Kosiba
48ce27b86d
am 5128e88e: Merge "Don\'t use reflection when generating the onResourcesLoaded callback." into lmp-dev
...
* commit '5128e88e4ad39b407cb36bfd3d81f3f5108e5830':
Don't use reflection when generating the onResourcesLoaded callback.
2014-09-11 18:44:07 +00:00
John Spurlock
3cda1976f2
am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev
...
* commit '5d77d533275690aa82a4713d75761ac03bb714bc':
Doze: Introduce a pulse period function.
2014-09-11 18:35:59 +00:00
Nancy Chen
2683d3bbd4
am 63a12357: Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
...
* commit '63a123575734c9dd8cdbec38a45e4970d0c128c6':
Make changes to Connection in Telecomm API (1/4)
2014-09-11 18:35:53 +00:00
Marcin Kosiba
a0a9466476
Merge "Don't use reflection when generating the onResourcesLoaded callback." into lmp-dev
2014-09-11 18:34:33 +00:00
John Spurlock
3e42b33980
Merge "Doze: Introduce a pulse period function." into lmp-dev
2014-09-11 18:33:38 +00:00
Alan Viverette
213b77fbe9
am f871566a: Merge "Enable adjustViewBounds on preference icon so that maxWidth is used" into lmp-dev
...
* commit 'f871566adb6a2a1bc5827405712a7ebeb180d9d4':
Enable adjustViewBounds on preference icon so that maxWidth is used
2014-09-11 18:30:41 +00:00
Robin Lee
c6bdbea420
am 03d82225: Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev
...
* commit '03d82225660ebed7bd14ad9cdab300eb0c4b0d18':
Add DevicePolicyManager PrivateKey mgmt
2014-09-11 18:30:34 +00:00
Nancy Chen
f563e7ece6
Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
2014-09-11 18:29:56 +00:00
Alan Viverette
cdea76488d
Merge "Enable adjustViewBounds on preference icon so that maxWidth is used" into lmp-dev
2014-09-11 18:27:43 +00:00
RoboErik
d746f70aec
am 6bd52db9: Merge "Update text appearance in leanback setup" into lmp-dev
...
* commit '6bd52db9dfc62f742a5bd6e2ac13b18a2f1ab859':
Update text appearance in leanback setup
2014-09-11 18:25:18 +00:00
John Spurlock
d06aa57037
Doze: Introduce a pulse period function.
...
Instead of pulsing every 30 seconds to mimic the LED, use
a function that pulses more frequently for new notifications,
decaying to a slower pulse, and eventually stopping.
Specifically, the step function for the interval is:
- 10 seconds for the first minute
- then 30 seconds until the five minute mark
- then 60 seconds until the 30 minute mark
- then no pulsing at all
- Since we pulse more frequently on new notifications, remove
the "multi-pulse" concept.
- Move all doze-related duration parameters to a new helper,
backed by config, overridable by sysprops, include in dump.
- Wake up from dozing when hitting volume keys during a pulse.
-
Bug:17393939
Change-Id: Ica86f08b25c738338fced165c77faf3dfccd0343
2014-09-11 14:25:11 -04:00
Vinit Deshpande
68c8ef8976
am 279e0cc4: Merge "Don\'t require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev
...
* commit '279e0cc445625ca9c1aecbd3163cb6c63a671a31':
Don't require CONNECTIVITY_INTERNAL check for protected broadcasts
2014-09-11 18:25:11 +00:00
Nancy Chen
354b2bd0fe
Make changes to Connection in Telecomm API (1/4)
...
* onPhoneAccountClicked removed
* onSetAudioState -> onAudioStateChanged
* onSetState -> onStateChanged
Bug: 17329632
Change-Id: Icbba67439317bf1d21f758d58da7c83c4373efa6
2014-09-11 11:25:03 -07:00
Robin Lee
484d8bd79a
Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev
2014-09-11 18:22:40 +00:00
RoboErik
1308c4b82b
Merge "Update text appearance in leanback setup" into lmp-dev
2014-09-11 18:21:33 +00:00
Bernhard Bauer
26408ccd8e
Add DevicePolicyManager PrivateKey mgmt
...
Additional device policy API to install keypairs to the keychain
silently.
Bug: 15065444
Change-Id: Idc25774c9ab1a61080290bebd6f5c4f24e6ee2e0
2014-09-11 19:17:00 +01:00
Vinit Deshpande
8a16eabfae
Merge "Don't require CONNECTIVITY_INTERNAL check for protected broadcasts" into lmp-dev
2014-09-11 18:16:39 +00:00
Amith Yamasani
0404113ec4
am 4fa40b32: Fix build
...
* commit '4fa40b3233c9ae84c088aef7bc5913b810f13ed2':
Fix build
2014-09-11 18:08:58 +00:00
Amith Yamasani
26f9ea38a5
Fix build
...
Import went missing between CLs
Change-Id: I8740b99dbce15b3f3508768ab3e02f551caf673d
2014-09-11 10:56:51 -07:00
Svetoslav
e189de20b1
am dd18a7f7: Merge "Windows for accessibility with wrong coords on rotation." into lmp-dev
...
* commit 'dd18a7f7c2e6b6a12c448b14b5f5260a07660f86':
Windows for accessibility with wrong coords on rotation.
2014-09-11 17:51:48 +00:00
Vineeta Srivastava
7c90b84ba4
am bc067325: Merge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev
...
* commit 'bc067325de8197a38feec3782a64e02023c9170d':
Send empty flash for some CDMA carriers for 3way call
2014-09-11 17:51:41 +00:00
Svetoslav
2f67e23738
Merge "Windows for accessibility with wrong coords on rotation." into lmp-dev
2014-09-11 17:42:44 +00:00
Vineeta Srivastava
e14a29ff3d
Merge "Send empty flash for some CDMA carriers for 3way call" into lmp-dev
2014-09-11 17:41:02 +00:00
Matthew Williams
b82118fa1f
am 3812a38b: Merge "Add flag to JobParameters for job expired" into lmp-dev
...
* commit '3812a38b496e011166ca9e23620965eaace03bdc':
Add flag to JobParameters for job expired
2014-09-11 17:40:11 +00:00
Matthew Williams
91911fd952
Merge "Add flag to JobParameters for job expired" into lmp-dev
2014-09-11 17:27:58 +00:00
Tyler Gunn
714dbc5bd7
am ba740d4f: Allowing enable/disable of phone accounts. (1/3)
...
* commit 'ba740d4f288c050687544491041af76140803d66':
Allowing enable/disable of phone accounts. (1/3)
2014-09-11 17:17:17 +00:00
Nancy Chen
26440158b9
am 48bc7ea4: Merge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into lmp-dev
...
* commit '48bc7ea4953a04f6b308171243487fd31208ec11':
API changes in GatewayInfo, Response, and PropertyPresentation (1/4)
2014-09-11 17:17:12 +00:00
Tyler Gunn
a1ed7d1094
Allowing enable/disable of phone accounts. (1/3)
...
- added "hasCapabilities" method on PhoneAccount.
- added CAPABILITY_PLACE_EMERGENCY_CALLS.
- added isEnabled method builder constructor to initialize from an
existing PhoneAccount.
Bug: 17306514
Bug: 17408536
Change-Id: I57de508b4adcf207f3b29cab449bfc634db80153
2014-09-11 17:13:51 +00:00
Jon Larimer
d7b2f428d9
am 92d7b9a6: am 9d8da659: am d65ab587: am e2b12b1f: am 61c6ff7b: Merge "Fix issue #16794553 : Duplicate ArrayMap entries in Bundle..." into klp-dev
...
* commit '92d7b9a6b7d15af9298ed72f7d443607923a5930':
Fix issue #16794553 : Duplicate ArrayMap entries in Bundle...
2014-09-11 17:06:41 +00:00