Jeff Sharkey
8190f4885b
Lint tool for current.txt.
...
Detects common public API mistakes, making it easy to quickly scan
across all changes in a new API level.
Builds in-memory representation of the current API, then runs various
detectors over the classes. It collects failures, and can ignore
known failures from a previous API level.
Example usage:
$ python frameworks/base/tools/apilint/apilint.py \
frameworks/base/api/current.txt \
prebuilts/sdk/api/21.txt
Change-Id: Ie1f88894baf9f79e4b11e78c47f848ea5e25fc25
2014-08-28 15:31:35 -07:00
Jeff Sharkey
5b836f29a3
Define EXTRA_SIZE for ContentProviders.
...
Also make Size and SizeF parcelable.
Bug: 17205016
Change-Id: Ide397b84864f6cad7f8d89e66b6c8697a3ad335b
2014-08-27 15:13:57 -07:00
Winson Chung
3e97f9d48b
Merge "Additional changes to improve performance when loading Recents. (Bug 16987565)" into lmp-dev
2014-08-27 20:09:57 +00:00
Alan Viverette
719da6ba9b
Merge "Fix NPE in RippleDrawable" into lmp-dev
2014-08-27 20:04:28 +00:00
Alan Viverette
12c75ab730
Merge "Rename Spinner.Form to Spinner.Underlined, make Alert theme public" into lmp-dev
2014-08-27 19:44:37 +00:00
Alan Viverette
d890c13981
Rename Spinner.Form to Spinner.Underlined, make Alert theme public
...
BUG: 17286794
BUG: 17295515
Change-Id: I010bb1591f7690dbc40020d3fdd413f8e1bd8547
2014-08-27 12:28:18 -07:00
John Spurlock
2cd88d7512
Merge "Doze: Null check in NotificationContentView.mContractedChild." into lmp-dev
2014-08-27 19:15:03 +00:00
Winson Chung
ebfc698182
Additional changes to improve performance when loading Recents. (Bug 16987565)
...
- Ensuring that we consistently load activity icon, title and color for both full and shallow stacks
- Adding activity info caches when loading the stacks
- Should not be scaling pin icon when launching from pin
- Tweaking snap-back, over scroll, and shadows
Change-Id: I556b93562bb2c69e4c25ce787a7a34532ab706ca
2014-08-27 19:07:36 +00:00
John Spurlock
c3dfd32843
Doze: Null check in NotificationContentView.mContractedChild.
...
Bug: 17247547
Change-Id: Iede5d0cd88db4e293e583f3a3c324354eb6d594e
2014-08-27 14:55:54 -04:00
Eino-Ville Talvala
2227cac5af
Merge "Camera2: Correct error handling" into lmp-dev
2014-08-27 18:47:30 +00:00
Jean-Michel Trivi
c0dce273a8
Merge "SoundPool.Builder: document default values" into lmp-dev
2014-08-27 18:23:00 +00:00
Eino-Ville Talvala
acc0095bc8
Camera2: Correct error handling
...
- Report capture failures from service to application
- Only go to error state for device-level errors
- Adjust binder interface method names to match the service side names
- Reduce failed session creation logging
- Don't fire CaptureSession.onActive for CameraDevice.onBusy
- Check with session to determine capture failure reason
Bug: 17160301
Bug: 15524101
Bug: 14448494
Bug: 11272459
Change-Id: I9dd606004fd7845910dc865738fbe17f1640f07d
2014-08-27 11:08:18 -07:00
Jeff Sharkey
a9bdc43ec2
Merge "Recreate lib symlink after deleting app data." into lmp-dev
2014-08-27 17:58:38 +00:00
Jeff Sharkey
d1caf731e4
Merge "Clear pending operation flag when move failed." into lmp-dev
2014-08-27 17:58:17 +00:00
Jeff Sharkey
c521221740
Recreate lib symlink after deleting app data.
...
Bug: 16739202
Change-Id: Ie8dccf67feaf6dfa474d52a3cda0862b952e6762
2014-08-27 10:47:19 -07:00
Amith Yamasani
032402cff1
Merge "Fix incorrect reading of multichoice app restrictions" into lmp-dev
2014-08-27 17:39:29 +00:00
Amith Yamasani
e084039dd2
Fix incorrect reading of multichoice app restrictions
...
Clear the list of choices values before putting new ones in.
Bug: 17299310
Change-Id: I01051d1703adcbdd7d0b5fb4ee423404f98489e8
2014-08-27 10:33:17 -07:00
Craig Mautner
d4b325a82b
Merge "Revert "Debug for 13924095."" into lmp-dev
2014-08-27 17:29:58 +00:00
Jeff Sharkey
1c9edafef8
Clear pending operation flag when move failed.
...
Bug: 17298448
Change-Id: I7a4af0f31d3909a9bfb5a2dd7d168015786024e3
2014-08-27 10:24:59 -07:00
Craig Mautner
d266368435
Merge "When adding an apptoken skip over removed ones." into lmp-dev
2014-08-27 17:14:18 +00:00
Craig Mautner
4e1b6a4e59
Revert "Debug for 13924095."
...
This reverts commit 76309cd761a0f9d9e44435ba9a4bde8363ba9f7b.
Logspam no longer useful, just annoying now.
Change-Id: I826d383101077cc1bb341d4a3186ef98ed7e0c00
2014-08-27 10:07:55 -07:00
Christopher Tate
eee0ea201f
Merge "Remember having done full-data as well as key/value app backups" into lmp-dev
2014-08-27 17:06:13 +00:00
Craig Mautner
01f79cf916
When adding an apptoken skip over removed ones.
...
App tokens are passed from the activity manager to the window
manager along with a list insertion position. That insertion
position presumes that all removed tokens are no longer in window
manager's list. However, when removal of a token is delayed due
to ongoing animation the insertion position was pointing to the
wrong location. This fix skips over tokens that have been marked
for removal when inserting new app tokens.
Fixes bug 15751591.
Change-Id: Ib484c591e2bba9f46ad8e47d60ef05c7bfda0a12
2014-08-27 09:56:02 -07:00
Julia Reynolds
19d431f330
Merge "Limit the settings profile/device owners can update." into lmp-dev
2014-08-27 16:49:46 +00:00
Makoto Onuki
0e917336a2
Address API review comments:
...
- Rename isCorpContactId() to isEnterpriseContactId().
- Update EXTRA_* constant values.
- Update javadoc on NAME_VERIFIED.
Bug 17253963
Change-Id: I1bef3adbb4125b39129c77cca29c4b8089e1f8cc
2014-08-27 16:29:40 +00:00
Joe Fernandez
67a8aae3c8
am 402282f3: am cafad301: am 82521171: Merge "docs: add warning to redirects file" into klp-modular-docs
...
* commit '402282f3b5c544a40cc9e19a4c37bfe5277da0ce':
docs: add warning to redirects file
2014-08-27 16:28:07 +00:00
Raph Levien
772d576b97
Merge "New weight-aware font config" into lmp-dev
2014-08-27 16:24:37 +00:00
Raph Levien
2a5fab9d47
Merge "Fix incorrect return value on missing glyph" into lmp-dev
2014-08-27 16:24:14 +00:00
Ricardo Cervera
fc2497fe00
am 665fc318: am df139acf: am 1cf6ff30: Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs
...
* commit '665fc3185d2bda1780ddc9074f46e11777e05405':
docs: Fixed Google Play Services version number. Bug: 17195954
2014-08-27 16:17:03 +00:00
Ricardo Cervera
1794dd8b7d
am 76428e01: am 37e3f101: am 4f0fedd5: Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
...
* commit '76428e01565997f21b6a50bd82088b11f7a1ac15':
docs: Changed studio links to HTTPS from HTTP. Bug: 17295924
2014-08-27 16:16:55 +00:00
Joe Fernandez
402282f3b5
am cafad301: am 82521171: Merge "docs: add warning to redirects file" into klp-modular-docs
...
* commit 'cafad30176ad621f3d943cab942af2187bdec7dc':
docs: add warning to redirects file
2014-08-27 16:16:13 +00:00
Ricardo Cervera
665fc3185d
am df139acf: am 1cf6ff30: Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs
...
* commit 'df139acff19cdbca43d9cc312653f03463e645ed':
docs: Fixed Google Play Services version number. Bug: 17195954
2014-08-27 16:05:10 +00:00
Ricardo Cervera
76428e0156
am 37e3f101: am 4f0fedd5: Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
...
* commit '37e3f10174bbe0308147323e8fcdf01ae09c5622':
docs: Changed studio links to HTTPS from HTTP. Bug: 17295924
2014-08-27 16:05:05 +00:00
Ricardo Cervera
20ce284f54
am 1f6a16f1: am cde64643: am d91deea5: Merge "docs: Fixed notification background bug. Bug: 16801684" into klp-modular-docs
...
* commit '1f6a16f1def5f09dbfa9a527ee2f33b182b5f0ef':
docs: Fixed notification background bug. Bug: 16801684
2014-08-27 16:05:04 +00:00
Joe Fernandez
cafad30176
am 82521171: Merge "docs: add warning to redirects file" into klp-modular-docs
...
* commit '825211712c2af5a2b9190662adf3fc93264eefd4':
docs: add warning to redirects file
2014-08-27 16:04:47 +00:00
Baligh Uddin
878da52a8b
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-27 16:00:31 +00:00
Baligh Uddin
c733367f5a
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-27 16:00:03 +00:00
Baligh Uddin
04cb07bb6c
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-27 15:59:58 +00:00
Joe Fernandez
825211712c
Merge "docs: add warning to redirects file" into klp-modular-docs
2014-08-27 15:57:05 +00:00
Ricardo Cervera
1f6a16f1de
am cde64643: am d91deea5: Merge "docs: Fixed notification background bug. Bug: 16801684" into klp-modular-docs
...
* commit 'cde64643f9ff0ba3de5757520bead74d4ac52a19':
docs: Fixed notification background bug. Bug: 16801684
2014-08-27 15:54:29 +00:00
Ricardo Cervera
df139acff1
am 1cf6ff30: Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs
...
* commit '1cf6ff306e992711c1d6682ed5d69701669fdce3':
docs: Fixed Google Play Services version number. Bug: 17195954
2014-08-27 15:54:28 +00:00
Ricardo Cervera
37e3f10174
am 4f0fedd5: Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
...
* commit '4f0fedd5017563408436c8fa7702766a487e724f':
docs: Changed studio links to HTTPS from HTTP. Bug: 17295924
2014-08-27 15:54:25 +00:00
Julia Reynolds
9ed66da8df
Limit the settings profile/device owners can update.
...
Bug: 16351901
Change-Id: Id33a57ad651b5b7b58de0549eb90d5a1fe5c19c5
2014-08-27 11:49:37 -04:00
Ricardo Cervera
1cf6ff306e
Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs
2014-08-27 15:49:34 +00:00
Ricardo Cervera
4f0fedd501
Merge "docs: Changed studio links to HTTPS from HTTP. Bug: 17295924" into klp-modular-docs
2014-08-27 15:44:27 +00:00
Ricardo Cervera
facad7d9a9
docs: Changed studio links to HTTPS from HTTP. Bug: 17295924
...
Change-Id: Icafcdba235a22912780253003182479619e16ca1
2014-08-27 08:41:52 -07:00
Ricardo Cervera
cde64643f9
am d91deea5: Merge "docs: Fixed notification background bug. Bug: 16801684" into klp-modular-docs
...
* commit 'd91deea5ec151d53e3640db791948fbe2480f433':
docs: Fixed notification background bug. Bug: 16801684
2014-08-27 15:40:35 +00:00
Ricardo Cervera
d91deea5ec
Merge "docs: Fixed notification background bug. Bug: 16801684" into klp-modular-docs
2014-08-27 15:30:41 +00:00
Ricardo Cervera
aa0009ec6e
docs: Fixed Google Play Services version number. Bug: 17195954
...
Change-Id: I7a71aa5f600ae11cce388183fc20e4537864122d
2014-08-27 08:19:26 -07:00
Jorim Jaggi
86c78f8941
Merge "Fix that Keyguard didn't always get onActivityDrawn call" into lmp-dev
2014-08-27 15:06:00 +00:00