154256 Commits

Author SHA1 Message Date
Dongwon Kang
cfe06fa3df am 2e585e88: Merge "TIF: update the default value documentation of Channels.COLUMN_BROWSABLE." into lmp-dev
* commit '2e585e886e33cebd8c06a5f8678758a19c3cd9ab':
  TIF: update the default value documentation of Channels.COLUMN_BROWSABLE.
2014-08-29 03:03:08 +00:00
Dianne Hackborn
0e4a15dbfb am 1fee525a: Merge "Debug issue #17310019: pause when launching settings" into lmp-dev
* commit '1fee525a509a67adcf6b5a484f0072a72f340bad':
  Debug issue #17310019: pause when launching settings
2014-08-29 03:03:03 +00:00
Svetoslav
fbf98e5f52 am 8308a3cb: Merge "Fix app widget serices not being unbound." into lmp-dev
* commit '8308a3cb31c31b4587a91f02424ff0c1106bb1c0':
  Fix app widget serices not being unbound.
2014-08-29 03:02:58 +00:00
Alex Light
8fc4f51add am a2f18dc1: Remove obsolete pruneDexCache
* commit 'a2f18dc1a8d1aac9cf0a8cecb92f76b43a3c4e7e':
  Remove obsolete pruneDexCache
2014-08-29 03:02:53 +00:00
Alex Light
f8c3fb9daf am 19f3d22f: Change /dalvik-cache to be owned by root.
* commit '19f3d22f09fbaa1500d953b6e23e182c41d4c9da':
  Change /dalvik-cache to be owned by root.
2014-08-29 03:02:49 +00:00
Dongwon Kang
20c6367810 am 6b9575be: Merge "TIF: cosmetic changes for consistency." into lmp-dev
* commit '6b9575be3c52493041d28a929e1bf04e96233bac':
  TIF: cosmetic changes for consistency.
2014-08-29 03:02:44 +00:00
RoboErik
9a0757db73 am 85f23210: Fix test build
* commit '85f232102ec2a0554f9b431da3784bd75f1919a1':
  Fix test build
2014-08-29 03:02:38 +00:00
Jeff Sharkey
a82c1cf5f5 am f894a0d3: Merge "Teach API lint about package layering!" into lmp-dev
* commit 'f894a0d39112077e8f1e2ca67fa4be96d5ca4c79':
  Teach API lint about package layering!
2014-08-29 03:02:30 +00:00
Adam Powell
f825e0c561 Merge "Doc improvements for new Toolbar changes, now with attributes." into lmp-dev 2014-08-29 02:49:47 +00:00
Adam Powell
d760249623 Doc improvements for new Toolbar changes, now with attributes.
Change-Id: I3f67899b4f9ab9ae4ab4f5dcbc853c08d7867947
2014-08-28 19:35:36 -07:00
Adam Powell
b051ef62af Merge "Don't add title margins during to Toolbar layout if titles don't fit" into lmp-dev 2014-08-29 02:26:24 +00:00
Adam Powell
0c1dc53e74 Merge "Add xml attributes to Toolbar for navigation icon" into lmp-dev 2014-08-29 02:25:49 +00:00
Adam Powell
4c9765a654 Don't add title margins during to Toolbar layout if titles don't fit
When all space is consumed in a Toolbar by other views the special
shared title/subtitle margins shouldn't be added to the running
position during layout.

Bug 17253638

Change-Id: I179fcbf286fa68fd8df6e25bb1879bccbf1532ed
2014-08-28 19:21:18 -07:00
Adam Lesinski
b32063822b Merge "Stamp platform version code into app Apks" into lmp-dev 2014-08-29 01:54:15 +00:00
Svetoslav
dc6d1a9cc3 Fix the global gesture to enable accessibility.
1. There was a bug in the touch explorer which was crashing almost
   every time after accessibility was enabled via the gesture. The
   problem was that in dragging state when a finger goes up we were
   not transitioning to touch exploring state.

2. The global actions dialog was not going away after enabling
   accessibility while it should as the user brought it up to
   turn accessibility on rather to interact with global actions.

bug:15254250

Change-Id: Iaa45f758e09566822775b53e87d2980138e85ef9
2014-08-28 18:45:50 -07:00
Jeff Tinker
67085e1cac Merge "Fix exception message string formatting in MediaDrm" into lmp-dev 2014-08-29 01:45:25 +00:00
Adam Lesinski
7f668d03ce Fix memory leak in ResTable
We were basically never cleaning any of the
cached bags... oops :S

Bug:16683269
Change-Id: Ic0a44218f660e16fbaac8df1d61ce6f1fdb0018b
2014-08-28 18:32:32 -07:00
Lorenzo Colitti
32e520ed61 Really remove NetworkBoundURLFactory.
The code using it was removed, but the file itself was not.

Bug: 17112978
Change-Id: I35bc254fd3a5e7b19297b959c7310e7054ab77e1
2014-08-28 18:31:18 -07:00
Adam Powell
7c13bc2a70 Add xml attributes to Toolbar for navigation icon
...to match the existing setters/getters.

Change-Id: I9814c5d7f2aa0559c93fbb74881e29064473f186
2014-08-28 18:19:59 -07:00
Svetoslav
85933eb18b Merge "Print UI polish." into lmp-dev 2014-08-29 01:18:00 +00:00
Jungshik Jang
a7221ce876 Fix system audio mode failure in boot up
This bug happens because <Set System Audio Mode> is arrived
before <Give System Audio Mode Status>'s send result callback
is called in service thread. We do set internal state
on callback resut.
This change sets state when we send command.
Along with this, add more debug log to help future debugging.

Bug: 17309726
Change-Id: I0e41f684372a4c8891a90f724944227fc689e053
2014-08-29 10:16:38 +09:00
Brian Carlstrom
d1dc039438 am 6d3c8255: Merge "Remove obsolete pruneDexCache"
* commit '6d3c8255ff41e5967f45d9fa0b0c677bbf3c34b5':
  Remove obsolete pruneDexCache
2014-08-29 01:13:11 +00:00
Brian Carlstrom
c22e56dd12 am 7d86375b: Merge "Change /dalvik-cache to be owned by root."
* commit '7d86375b1e02bff726911ed20070bc8e0553daaa':
  Change /dalvik-cache to be owned by root.
2014-08-29 01:13:06 +00:00
Dongwon Kang
13d43b927f Merge "TIF: update the default value documentation of Channels.COLUMN_BROWSABLE." into lmp-dev 2014-08-29 01:08:50 +00:00
Dianne Hackborn
3d07395206 Merge "Debug issue #17310019: pause when launching settings" into lmp-dev 2014-08-29 00:56:49 +00:00
Dianne Hackborn
ecf1cda068 Debug issue #17310019: pause when launching settings
Let's log!

Change-Id: Icaf42d46aff6e74ee5fc98611dd77083a5d5052e
2014-08-28 17:52:33 -07:00
Svetoslav
43da1d4a08 Merge "Fix app widget serices not being unbound." into lmp-dev 2014-08-29 00:51:49 +00:00
Svetoslav
2635b7b0d3 Fix app widget serices not being unbound.
bug:17321037

Change-Id: I44578df1104f9bd2e28700a3422a3323844d92c0
2014-08-28 17:41:49 -07:00
Nancy Chen
da227c7fdd Hide AIDL for RemoteServiceCallback in telecomm
Hide raw AIDL for public API

Bug: 17320748
Change-Id: I79926f9a527e8916b235186559c01cf00ded2f12
2014-08-28 17:30:23 -07:00
Alex Light
e545035e0e Remove obsolete pruneDexCache
Bug: 16875245

(cherry picked from commit 09107db4916913912e61bfe592643b9c4c50b500)

Change-Id: I06e14c405aa4af295795982c1d236be3cb00e893
2014-08-28 17:02:37 -07:00
Alex Light
55471dcd0f Change /dalvik-cache to be owned by root.
Bug: 16875245

(cherry picked from commit 79bf4007f559e194205f632b23d2bfb6f8d1e7ba)

Change-Id: I29a70215a2207bc4e0db02ab751d32a68edf4b66
2014-08-28 17:02:37 -07:00
Dongwon Kang
4c4eadc33d TIF: update the default value documentation of Channels.COLUMN_BROWSABLE.
Bug: 17310177
Change-Id: Ibd765675983082f63fde3586b7c7cf6cd399c80d
2014-08-29 08:58:30 +09:00
Dongwon Kang
371bee50f9 Merge "TIF: cosmetic changes for consistency." into lmp-dev 2014-08-28 23:49:33 +00:00
Dongwon Kang
fd8aa02d73 TIF: cosmetic changes for consistency.
- Remove uncessarry logic in buildTvInputListLocked().
  (No longer needed because we removed availability.
   Verified the bug case, b/15738607, does not happen without this logic.)
- Rename member variables in XXXState classes.
- Define SessionCallback for consistency.

Change-Id: I49642c909ad7f77d97d1d90670c7bb7c2b12cda8
2014-08-29 08:48:02 +09:00
Igor Murashkin
1e854c5fc8 camera2: Implement TotalCaptureResult#getPartialResults
No longer throws NPE. Returns a list of all partial results that were
observed by a listener's #onCaptureProgressed

Bug: 16876347
Change-Id: I80335a8533ab082ac4d5dcd2597e4181ef49f19c
2014-08-28 16:45:51 -07:00
John Reck
1f9d2dffca am e310b356: am cfa308dc: am f26df60e: Merge "Track buildLayer calls, destroy if unused" into lmp-dev
* commit 'e310b35694e88b1d25eeea81204d3495c698d557':
  Track buildLayer calls, destroy if unused
2014-08-28 23:45:13 +00:00
Brian Carlstrom
6d3c8255ff Merge "Remove obsolete pruneDexCache" 2014-08-28 23:45:10 +00:00
Raph Levien
95b97f2af9 am c5aa086c: (-s ours) am 91c3bb3a: am 0dc8c30d: Merge "Ignore width of trailing whitespace for computing ellipsis" into lmp-dev
* commit 'c5aa086c392dfd8c27ffd8f7969979a61f265517':
  Ignore width of trailing whitespace for computing ellipsis
2014-08-28 23:45:08 +00:00
RoboErik
2ff12530f8 am b4e6da04: am c14e2251: am 3c951d03: Merge "Add javadoc to Window.set/getMediaController" into lmp-dev
* commit 'b4e6da04dc95d9fb3e55645fcdf04cf914a5b41e':
  Add javadoc to Window.set/getMediaController
2014-08-28 23:38:27 +00:00
Chris Craik
6138a34685 am c068508c: am 9bb831a6: am 79c09015: Merge "Support Z reorder/shadows in root render node" into lmp-dev
* commit 'c068508c0ee2c05af07e794fe405bb1891c6799d':
  Support Z reorder/shadows in root render node
2014-08-28 23:38:12 +00:00
RoboErik
6a6a8f0094 Fix test build
Updates for MediaBrowser APIs. I missed some new demos that had been added which use
these APIs.

Change-Id: Ic42c9ba20a851c5b08c564cfc4de71bbe09ebdb9
2014-08-28 23:37:22 +00:00
Jeff Sharkey
d6b03eecf0 Merge "Teach API lint about package layering!" into lmp-dev 2014-08-28 23:36:25 +00:00
George Mount
7b7499644c am 2d53188b: Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev
* commit '2d53188b2ed3950f4d1c7e5163ba181c83ea5c85':
  Fix NPE when transitioning on unattached scene root.
2014-08-28 23:33:42 +00:00
George Mount
c07292aa90 am 48514832: Merge "Fix NPE when clicking "back" quickly." into lmp-dev
* commit '48514832232eee579a1aab76d51c0adc8a36efc0':
  Fix NPE when clicking "back" quickly.
2014-08-28 23:33:37 +00:00
Alex Light
09107db491 Remove obsolete pruneDexCache
Bug: 16875245

Change-Id: I06e14c405aa4af295795982c1d236be3cb00e893
2014-08-28 23:30:45 +00:00
John Reck
3296b922da am cfa308dc: am f26df60e: Merge "Track buildLayer calls, destroy if unused" into lmp-dev
* commit 'cfa308dc1e42320d31414fa7050db3ffb778cdc2':
  Track buildLayer calls, destroy if unused
2014-08-28 23:26:30 +00:00
Raph Levien
ea6a04a0c0 am 91c3bb3a: am 0dc8c30d: Merge "Ignore width of trailing whitespace for computing ellipsis" into lmp-dev
* commit '91c3bb3a6d60e45cec919ea46ddcd51f1b1151c6':
  Ignore width of trailing whitespace for computing ellipsis
2014-08-28 23:26:24 +00:00
RoboErik
f82483ec1e am c14e2251: am 3c951d03: Merge "Add javadoc to Window.set/getMediaController" into lmp-dev
* commit 'c14e2251b1fc4460134acd4b1a18815b19cc03e4':
  Add javadoc to Window.set/getMediaController
2014-08-28 23:26:19 +00:00
Chris Craik
82e65f75e8 am 9bb831a6: am 79c09015: Merge "Support Z reorder/shadows in root render node" into lmp-dev
* commit '9bb831a61ce738af3d5ed58d5cd6a3ef86a4c94a':
  Support Z reorder/shadows in root render node
2014-08-28 23:26:14 +00:00
Alan Viverette
e1a704c3d8 am bd1e7afa: am 474af791: am 3516cdb9: Merge "Fix docs build" into lmp-dev
* commit 'bd1e7afa1338d6bec8ed766c9793d7e2e101e7d3':
  Fix docs build
2014-08-28 23:24:13 +00:00