142017 Commits

Author SHA1 Message Date
ztenghui
83f7ee8d12 Remove the unnessary log
We still need to investigate the underlying problem and fix it.

bug:16015708

Change-Id: If38b550d5af990d5aaa6633ee129a61e927d66c1
2014-07-09 23:53:54 +00:00
Selim Gurun
cb665af8f1 Merge "Add an API to disable data reduction proxy." 2014-07-09 22:27:31 +00:00
Selim Gurun
7871554e1a Add an API to disable data reduction proxy.
Bug: 16011253

Under rare circumstances, the application may need to disable the
data reduction proxy. This is to provide a way to do that.

Change-Id: I031f689f9d72460c7241aec78459185e0b31f059
2014-07-09 16:50:00 -07:00
Andres Morales
54f5884b35 Merge "Service for reading and writing blocks to PST partition" 2014-07-09 22:27:31 +00:00
Andres Morales
68d4acd205 Service for reading and writing blocks to PST partition
Permits apps with permission
android.permission.ACCESS_PERSISTENT_PARTITION to obtain
a read and write data blocks to the PST partition.

Only one block ever exists at one time in PST. When
a client writes another block, the previous one is
overwritten.

This permits storing a block of data that will live
across factory resets.

Change-Id: I8f23df3531f3c0512118eb4b7530eff8a8e81c83
2014-07-09 16:27:17 -07:00
Quddus Chong
4696936e9b am 8e086faf: am 9afee0df: docs: Added missing instructions for copying the Google Play Services library project.
* commit '8e086faf89a0c59163731cbe2c7778b7365722ab':
  docs: Added missing instructions for copying the Google Play Services library project.
2014-07-09 23:14:57 +00:00
Quddus Chong
8e086faf89 am 9afee0df: docs: Added missing instructions for copying the Google Play Services library project.
* commit '9afee0df49ce019bf8c8d1c7dc15857949637ccf':
  docs: Added missing instructions for copying the Google Play Services library project.
2014-07-09 23:02:01 +00:00
Quddus Chong
9afee0df49 docs: Added missing instructions for copying the Google Play Services library project.
Change-Id: I04bbfce7e3901a1aa14a3c2a273674014c60ae17
2014-07-09 15:49:17 -07:00
Colin Cross
ed51d70df8 Merge "ActivityManager: pass the main uid of the app to lmkd" 2014-07-09 21:39:59 +00:00
Ruben Brunk
7f3c084c95 camera2: Add NoiseProfile HAL tag.
Change-Id: Iac1b5b7708222b00a9eb1fb1adc85f0d0a7912cb
2014-07-09 22:47:45 +00:00
Jeff Sharkey
307f1d9e71 Merge "Add versionCode to split manifest; compile." 2014-07-09 21:34:29 +00:00
Jeff Sharkey
2cfc848226 Add versionCode to split manifest; compile.
To verify consistency at install time, all APK manifests must declare
the same package name and version code.  Also start compiling the
manifest, since versionCode is an attribute.

Bug: 14975160
Change-Id: I2a1a769bd3dfde05b19563af5ca9b6c15a9c95ff
2014-07-09 16:12:49 -07:00
Winson Chung
78155d5d14 Merge "Fixing random crash when transitioning to Recents, ensuring we don't update the TextView unnecessarily." 2014-07-09 21:30:41 +00:00
Winson Chung
bdbb87dd74 Fixing random crash when transitioning to Recents, ensuring we don't update the TextView unnecessarily.
Change-Id: I93ab512642f6e95ee96e041614f063f46420bb39
2014-07-09 14:39:52 -07:00
Prerepa Viswanadham
b108a6fef1 Unhide the Bluetooth(BLE) offload capability apis
Change-Id: Ice3f4f5ff4b8318bf6afe7021b253fe9ea4661d3
2014-07-09 21:23:51 +00:00
Jim Miller
c522d1646a Decouple critical policy power update from SCREEN_ON broadcast
This attempts to fix a bug where ordered broadcasts like
ACTION_SCREEN_ON are substantially delayed by misbehaving
receivers.  Instead, we immediately send the state to mPolicy
so that it can wake/sleep the device without delay.

Fixes bug 14313639

Change-Id: I21a191f90e0a19f1ee75c160ecc4e63e8def709e
2014-07-09 21:12:09 +00:00
Prerepa Viswanadham
8f2e74cac2 OnFound and Onlost callback integration
Change-Id: I23473b18484f041c4dd808c85bb92545a77e20c2
2014-07-09 21:07:13 +00:00
Jeff Sharkey
dbbf07a5c7 Upgraded system apps could be mono or cluster.
Derive old-style paths for monolithic installations, otherwise
assume cluster installation.

Bug: 16163776
Change-Id: I03f1a12f9c07f6177a5c09be2bfe967416c07652
2014-07-09 13:14:01 -07:00
Anish Athalye
9b72700036 Fix extraneous allocation and copying
With breaks being allocated the way it was, there were 16 ints with
value 0 being stored in the beginning of the vector. Because of the way
the rest of the code is structured, this did not result in incorrect
operation, but it still wasted time and memory.

Change-Id: Ic0df3e5484417da51f2465ec2d72222fefffc18a
2014-07-09 19:41:47 +00:00
Robert Ly
21aa5ad5fb am 0d15ec78: am d7880b6a: docs: fix packaging instructions again to reflect correct metadata name
* commit '0d15ec78286df8bc8372c37fd932680c8ed7a0d7':
  docs: fix packaging instructions again to reflect correct metadata name
2014-07-09 19:35:38 +00:00
Svetoslav
554776e515 Remove an obsolete code comment
Change-Id: Ia04f18eb9e9153d46e12219482e84b862e4ec8e6
2014-07-09 19:30:49 +00:00
Santos Cordon
a4c7524b68 unhide SHOW_REGULATORY_INFO intent.
Change-Id: If14e6599626f8570087fe56952ac3e9026ec9a94
2014-07-09 19:24:25 +00:00
Robert Ly
0d15ec7828 am d7880b6a: docs: fix packaging instructions again to reflect correct metadata name
* commit 'd7880b6a50aa0dbea66923a4672d360229ab3aca':
  docs: fix packaging instructions again to reflect correct metadata name
2014-07-09 19:19:54 +00:00
Robert Ly
d7880b6a50 docs: fix packaging instructions again to reflect correct metadata name
Change-Id: I61659811065ad5f0fa8f722f80793e707730604c
2014-07-09 12:13:27 -07:00
Ying Wang
fa68c30bbd Fix System API build.
Change-Id: Iece27eb0be2a83a468fbf6584a1170ec9e20f803
2014-07-09 12:08:02 -07:00
Santos Cordon
0bae09fdde Move showCallScreen & isInAPhoneCall to PhoneManager.
Change-Id: I852da78ae80eba120932fb7acb1e5c3db2a8f18a
2014-07-09 18:53:41 +00:00
Winson Chung
a433fa9c17 Updating task grouping logic.
- More fixes for graphical glitches when picking up task views.

Change-Id: I93fab1c2a9cc727c68d8f8fbd506bedaf681715f
2014-07-09 18:49:20 +00:00
Winson Chung
6057c91563 Refactoring a few things with the full screen overlay and enter animation.
- Fixing issue with configuration change triggering enter animation
- Using a proper target task rect when animating into a group

Change-Id: I856d29a663f5e8c000ca22fd1025c09f65032893
2014-07-09 18:47:48 +00:00
Ricardo Cervera
0a4a89f622 am 811aeae9: am e34167ce: Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev
* commit '811aeae95370bcce395e6d2ecafe2d148b50f58c':
  docs: Fixed minor issues with Wear docs. Bug: 16062631
2014-07-09 18:46:55 +00:00
Ricardo Cervera
6b88a0615c am 941fe577: am 3a958b9f: docs: Fixed nav bar color in material docs. Bug: 16160906
* commit '941fe5773508b4dba9062cd61cb0e3d82df59f9f':
  docs: Fixed nav bar color in material docs. Bug: 16160906
2014-07-09 18:46:49 +00:00
Svet Ganov
525a66b2bb Adding print preview.
This change adds the pring preview part of the new print UX. The
UI has two parts, the top section is the print options and the
bottom section print preview with a list of pages. The user can
interact only with one of them. When print options are expanded
they cover the preview content and a scrim is laid out on top of
the preview. Tapping the scrim collapses the print options. When
the user types in page ranges and closes the options to look at
the preview, the latter is updated to show only these pages. In
the list of pages the user can further prune pages by deselecting
them.

Change-Id: I0b23d2c598afe2a34400ccfa43e4e935af83c72f
2014-07-09 18:43:38 +00:00
Robert Ly
d8da5c8ff5 am fdefaada: am a0d38aa4: Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev
* commit 'fdefaadab556bf4919c85ed32e2d0a68f9e6c778':
  docs: remove gms core preview for wear and redirect
2014-07-09 18:42:12 +00:00
Ricardo Cervera
811aeae953 am e34167ce: Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev
* commit 'e34167cef73e23c4be4bf5d7a1517e609122d652':
  docs: Fixed minor issues with Wear docs. Bug: 16062631
2014-07-09 18:38:20 +00:00
Ricardo Cervera
941fe57735 am 3a958b9f: docs: Fixed nav bar color in material docs. Bug: 16160906
* commit '3a958b9f851a8985bed5fac1499c5553ff566b9e':
  docs: Fixed nav bar color in material docs. Bug: 16160906
2014-07-09 18:38:16 +00:00
Robert Ly
fdefaadab5 am a0d38aa4: Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev
* commit 'a0d38aa4e58eee27b561420047d0aafcdaed93f1':
  docs: remove gms core preview for wear and redirect
2014-07-09 18:33:49 +00:00
Ricardo Cervera
3a958b9f85 docs: Fixed nav bar color in material docs. Bug: 16160906
Change-Id: I56eb7f4d0e9a0a24b1fb38f08dd8ccba6c91dd17
2014-07-09 11:32:40 -07:00
Colin Cross
d908edd810 ActivityManager: pass the main uid of the app to lmkd
The uid and pid will be used to together to find any forked processes
and kill them.

Bug: 15313911
Change-Id: I2edb51527e5d1a977c0fad0e6c959c8438bb4be9
2014-07-09 11:30:51 -07:00
John Spurlock
cfa39d269b Defer opening a stats session until first use.
Bug:16174801
Change-Id: Ia70f9a01bd348809db4ab2992e5e1265778cfcfa
2014-07-09 14:29:01 -04:00
Robin Lee
06505d234d am 1f0180bf: am 74803e55: Merge "Make misc config directory during user creation"
* commit '1f0180bfa877373b239a5675f715288db829fa75':
  Make misc config directory during user creation
2014-07-09 17:43:56 +00:00
Robin Lee
1f0180bfa8 am 74803e55: Merge "Make misc config directory during user creation"
* commit '74803e559caffe235b86dc52cf76ef98343c0d74':
  Make misc config directory during user creation
2014-07-09 17:39:13 +00:00
Robert Ly
fff6fdbf57 am 33f5a318: Merge "docs: surface ui toolkit at a higher level" into klp-modular-dev
* commit '33f5a318b981a69542bfd158e3fec5814135665a':
  docs: surface ui toolkit at a higher level
2014-07-09 16:50:42 +00:00
Robert Ly
2d3fca2490 am db520137: Merge "docs: fix wear packaging for paid apps instructions" into klp-modular-dev
* commit 'db520137dbd67d4b8ec65011accadda7e25ec844':
  docs: fix wear packaging for paid apps instructions
2014-07-09 16:28:29 +00:00
Robert Ly
41d6cc1b8e am e0b5829e: Merge "docs: fix 2d picker image description" into klp-modular-dev
* commit 'e0b5829eb1eac1be768343371da71e7d53d9eff5':
  docs: fix 2d picker image description
2014-07-09 15:51:13 +00:00
Robert Ly
9a529d1b31 am 6f52e7be: Merge "docs: fix link to messages doc" into klp-modular-dev
* commit '6f52e7be188781a906cc53dcd96268ffbfdfc283':
  docs: fix link to messages doc
2014-07-09 15:06:37 +00:00
Ricardo Cervera
e34167cef7 Merge "docs: Fixed minor issues with Wear docs. Bug: 16062631" into klp-modular-dev 2014-07-09 14:50:26 +00:00
Ricardo Cervera
4adf1e069b docs: Fixed minor issues with Wear docs. Bug: 16062631
Change-Id: Ieaa02cfedd1b9b6f59c6937a056c8d4f4eb4188e
2014-07-09 11:30:23 -07:00
Robert Ly
a0d38aa4e5 Merge "docs: remove gms core preview for wear and redirect" into klp-modular-dev 2014-07-09 14:50:26 +00:00
Robert Ly
fa813cebaa docs: remove gms core preview for wear and redirect
Change-Id: I8dd618a8fc99034cd73927d4aa312fe871081f83
2014-07-09 09:46:45 -07:00
Robert Ly
1d5393298b docs: surface ui toolkit at a higher level
Change-Id: If17cebda4606404f13d10ecb1540eda75b5e11ec
2014-07-09 09:42:29 -07:00
Robert Ly
6d36bbe11b docs: fix wear packaging for paid apps instructions
Change-Id: Ibf2cbe2e4bcb7e998665b10c5632c786dcc90e76
2014-07-09 09:23:23 -07:00