113994 Commits

Author SHA1 Message Date
Baligh Uddin
f26d60ec2e Merge "Import translations. DO NOT MERGE" 2013-09-14 19:48:16 +00:00
Baligh Uddin
cb1b8f43b6 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-14 19:48:10 +00:00
Baligh Uddin
6eaf308f06 Merge "Import translations. DO NOT MERGE" 2013-09-14 19:47:55 +00:00
Baligh Uddin
780ac803d8 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-14 19:47:36 +00:00
Baligh Uddin
e0a740e44a Merge "Import translations. DO NOT MERGE" 2013-09-14 19:47:25 +00:00
Baligh Uddin
4a9fca8041 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-09-14 19:47:20 +00:00
Baligh Uddin
2fafe7c7c2 Merge "Import translations. DO NOT MERGE" 2013-09-14 19:47:03 +00:00
Baligh Uddin
1640a23f9e Merge "Import translations. DO NOT MERGE" 2013-09-14 19:46:58 +00:00
Ying Wang
8d2373810a am 3c9d0490: am c38acbbe: Merge "Fix docs build." into klp-dev
* commit '3c9d049084c6a5d5033cbf6cccee30177508267f':
  Fix docs build.
2013-09-14 12:06:30 -07:00
Chet Haase
7660d121b2 Plug leaks in transitions
Transitions were leaking views due to TransitionsValues holding references
to views/parents. The references were fine, but the retention of the transition
objects themselves were not. There were a few different places that needed to
be plugged:
- clones were not making new copies of some fields, leading to caching references
in the original object (which was then cloned later to other clones)
- Visibility was using a persistent field to cache temporary values. This transition,
when cloned, would retain these instances, keeping references to views
- ViewTreeObserver had a bug that would leak listeners

Issue #10749071 Activity instance leak between TransitionManager and InputMethodManager

Change-Id: I1d5d457dc5e020c7b9e8392a95e3b2c488461119
2013-09-14 12:06:18 -07:00
Ying Wang
3c9d049084 am c38acbbe: Merge "Fix docs build." into klp-dev
* commit 'c38acbbe3060086977a1f9877b9d4befed5894be':
  Fix docs build.
2013-09-14 12:03:58 -07:00
Ying Wang
c38acbbe30 Merge "Fix docs build." into klp-dev 2013-09-14 19:01:03 +00:00
Ying Wang
930d4e52ad Fix docs build.
Change-Id: I4a1608bfad809d67240db2070fda85df486179e6
2013-09-14 11:57:17 -07:00
Wink Saville
8976e3473f am cf618544: am 78d0cf79: Merge "Tighten condition for calling checkMobileProvisioning." into klp-dev
* commit 'cf6185447188a53e42ca28a73fe667e375621565':
  Tighten condition for calling checkMobileProvisioning.
2013-09-14 11:23:28 -07:00
Wink Saville
cf61854471 am 78d0cf79: Merge "Tighten condition for calling checkMobileProvisioning." into klp-dev
* commit '78d0cf7958dfde7951ed1a2c0317e04d6b41f4f3':
  Tighten condition for calling checkMobileProvisioning.
2013-09-14 11:21:07 -07:00
Wink Saville
78d0cf7958 Merge "Tighten condition for calling checkMobileProvisioning." into klp-dev 2013-09-14 18:19:39 +00:00
Maggie Benthall
96b82aae35 am b964e5ed: am f5aba5ad: Merge "CA cert monitoring: add notifications and actions for dialog" into klp-dev
* commit 'b964e5edff92849c4ade7d43b86bfaca26d2a4a4':
  CA cert monitoring: add notifications and actions for dialog
2013-09-14 11:04:08 -07:00
Maggie Benthall
b964e5edff am f5aba5ad: Merge "CA cert monitoring: add notifications and actions for dialog" into klp-dev
* commit 'f5aba5ad1e09829a13bd0ad4912e45ff3d773176':
  CA cert monitoring: add notifications and actions for dialog
2013-09-14 11:02:43 -07:00
Maggie Benthall
f5aba5ad1e Merge "CA cert monitoring: add notifications and actions for dialog" into klp-dev 2013-09-14 18:00:13 +00:00
John Spurlock
b9b2fa9249 Despotted back.
Bug:9795248
Change-Id: If46134afe7560b74ce7758f8dbe221dbe2872262
2013-09-14 12:17:15 -04:00
Wink Saville
127beffb05 Tighten condition for calling checkMobileProvisioning.
Add the condition that the connected network needs to be TYPE_MOBILE.
This eliminates checking on connecting to secondary networks like
FOTA, MMS, SUPL ...

This reduces unnecessary attempts to bring up multiple connections at
the same time. Especially in the light of the trouble we're having with HFA
on Sprint, where we don't want to connect to any other network until HFA
has completed.

Bug: 10758001
Change-Id: Id294536b70304a51de4752bc1a4ffac734f10f1a
2013-09-14 09:04:53 -07:00
Michael Jurka
6f11e3254e am 9d4d14fa: am 276e6c7a: Merge "Add new intent/method for cropping and setting wallpapers" into klp-dev
* commit '9d4d14fa292e4ef7beb66c20b0b2c139b81d3c8f':
  Add new intent/method for cropping and setting wallpapers
2013-09-14 05:32:00 -07:00
Michael Jurka
9d4d14fa29 am 276e6c7a: Merge "Add new intent/method for cropping and setting wallpapers" into klp-dev
* commit '276e6c7a89ed91dbf3e4fe9f46d19e82656d8fd9':
  Add new intent/method for cropping and setting wallpapers
2013-09-14 05:29:39 -07:00
Michael Jurka
276e6c7a89 Merge "Add new intent/method for cropping and setting wallpapers" into klp-dev 2013-09-14 12:25:51 +00:00
Svetoslav Ganov
860f8a6b66 Spooler should not crash if print service config activities are not exported.
1. If a print service does not export its activities for settings and
   adding printers the print spooler ignores them instead of crashing.
   Also if the service is not enabled its activities are now ignored.

2. Added a dedicated permission for a print service to optionally
   protect its settings and add printer activities such that only the
   system can bind to them.

3. Fixed a crash in the print dialog if its content is detached
   from the window and animators are running.

bug:10680224

Change-Id: I20b57d6622a15f9b2352ba78d04c44e67b316a15
2013-09-14 01:00:55 -07:00
Igor Murashkin
e3351f1942 media: Update ImageReader to remove MaxImagesAcquiredException
* acquiring images now throws IllegalStateException instead of
    MaxImagesAcquiredException

Bug: 10691447
Change-Id: I7ce68f990fb96703705b9181012a28633fea0b7a
2013-09-13 23:27:44 -07:00
Baligh Uddin
573b2ac4dd Import translations. DO NOT MERGE
Change-Id: Ib85aee9822ee5258fb7ad1b2d8e7c65c71991803
Auto-generated-cl: translation import
2013-09-13 21:55:30 -07:00
Baligh Uddin
6fada291b3 Import translations. DO NOT MERGE
Change-Id: I0801ecd1e47836ca4bc2072581da1954bb9f5d76
Auto-generated-cl: translation import
2013-09-13 21:54:01 -07:00
Baligh Uddin
0bb467e030 Import translations. DO NOT MERGE
Change-Id: Ief842f34cd92fa66273c28e28fd6376b37dfbd5e
Auto-generated-cl: translation import
2013-09-13 21:48:07 -07:00
Baligh Uddin
162e88759c Import translations. DO NOT MERGE
Change-Id: Idfb9ef96c1c4ea6fc1ca836114a8eb09be18f8f4
Auto-generated-cl: translation import
2013-09-13 21:47:27 -07:00
Baligh Uddin
b649e72dc0 Import translations. DO NOT MERGE
Change-Id: I801e8998220e78c6c37324f9cee6746449c0e4e6
Auto-generated-cl: translation import
2013-09-13 21:46:12 -07:00
Baligh Uddin
2a19a5bd50 Import translations. DO NOT MERGE
Change-Id: I45033c9b90cdbf35e1feec31b91df21a27eaaf06
Auto-generated-cl: translation import
2013-09-13 21:45:23 -07:00
Baligh Uddin
e9772829a8 Import translations. DO NOT MERGE
Change-Id: Ic7a81b3719ad13cff68fec7172926e6c894b18f8
Auto-generated-cl: translation import
2013-09-13 21:35:08 -07:00
Baligh Uddin
c2d91d5a31 Import translations. DO NOT MERGE
Change-Id: Ic9f16e364544b1366e92d26552b27a01dc1d57c5
Auto-generated-cl: translation import
2013-09-13 21:14:47 -07:00
Baligh Uddin
6f33529bee Import translations. DO NOT MERGE
Change-Id: I9fada382c7d5e6b1e60af23ab195787870e7c772
Auto-generated-cl: translation import
2013-09-13 21:03:20 -07:00
Baligh Uddin
92e4653c64 Import translations. DO NOT MERGE
Change-Id: Ibbf630bb3633d92d1c2ad29d977c08ff8edd4b5f
Auto-generated-cl: translation import
2013-09-13 21:01:19 -07:00
Chet Haase
69d9cd7c37 am 140f3dff: am 750ce3ac: Merge "Only buildLayer() on attached views" into klp-dev
* commit '140f3dff592a93cf5ace2c3a2830c56933b5bc54':
  Only buildLayer() on attached views
2013-09-13 20:44:21 -07:00
Chet Haase
140f3dff59 am 750ce3ac: Merge "Only buildLayer() on attached views" into klp-dev
* commit '750ce3acf23e5c2e5b239154a2539391544f9463':
  Only buildLayer() on attached views
2013-09-13 20:42:25 -07:00
Chet Haase
750ce3acf2 Merge "Only buildLayer() on attached views" into klp-dev 2013-09-14 03:39:45 +00:00
Dirk Dougherty
5769c3c3d7 am 391b3090: am c8db445e: am a99cc3a7: am 788fc628: am 6212f6b3: Merge "Update documentation for speech APIs." into jb-mr2-docs
* commit '391b3090f3854e992c4ccb1640d905745a5b72b5':
  Update documentation for speech APIs.
2013-09-13 20:05:03 -07:00
Dirk Dougherty
391b3090f3 am c8db445e: am a99cc3a7: am 788fc628: am 6212f6b3: Merge "Update documentation for speech APIs." into jb-mr2-docs
* commit 'c8db445e42f1b60b9af036cb0d793ee11ae4c9c6':
  Update documentation for speech APIs.
2013-09-13 20:02:01 -07:00
Dirk Dougherty
c8db445e42 am a99cc3a7: am 788fc628: am 6212f6b3: Merge "Update documentation for speech APIs." into jb-mr2-docs
* commit 'a99cc3a72d7ff883b8ade7e119169b561fc98e17':
  Update documentation for speech APIs.
2013-09-13 19:59:29 -07:00
Dirk Dougherty
a99cc3a72d am 788fc628: am 6212f6b3: Merge "Update documentation for speech APIs." into jb-mr2-docs
* commit '788fc6285a0b7f1585c5a4fa68599af7c07747e5':
  Update documentation for speech APIs.
2013-09-13 19:56:03 -07:00
Dirk Dougherty
788fc6285a am 6212f6b3: Merge "Update documentation for speech APIs." into jb-mr2-docs
* commit '6212f6b3c5c92298fedbb37f5ceb0094b770549b':
  Update documentation for speech APIs.
2013-09-13 19:53:26 -07:00
Dirk Dougherty
6212f6b3c5 Merge "Update documentation for speech APIs." into jb-mr2-docs 2013-09-14 02:50:16 +00:00
Scott Main
64cb8f158c am 620d910b: am c8aeb95d: am 19612c63: am 575245dc: am 1294a8f9: Merge "update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet." into jb-mr2-docs
* commit '620d910bfff3977e40552fbb9d27c89ef7cb9914':
  update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet.
2013-09-13 19:45:44 -07:00
Scott Main
620d910bff am c8aeb95d: am 19612c63: am 575245dc: am 1294a8f9: Merge "update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet." into jb-mr2-docs
* commit 'c8aeb95df1511a148bba8002089d40ea8163b792':
  update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet.
2013-09-13 19:42:45 -07:00
Scott Main
c8aeb95df1 am 19612c63: am 575245dc: am 1294a8f9: Merge "update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet." into jb-mr2-docs
* commit '19612c63519dce47b1cbe03d1691ec66f7160c44':
  update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet.
2013-09-13 19:39:15 -07:00
Scott Main
19612c6351 am 575245dc: am 1294a8f9: Merge "update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet." into jb-mr2-docs
* commit '575245dc29441fc796442805caa16000f48f27cc':
  update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet.
2013-09-13 19:36:49 -07:00
Scott Main
575245dc29 am 1294a8f9: Merge "update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet." into jb-mr2-docs
* commit '1294a8f9a2ccc4e19d218dbe8645ddac533706d8':
  update samples landing page with summaries based on parameter in the url. This is just for testing purposes... no real functionality yet.
2013-09-13 19:33:17 -07:00