115837 Commits

Author SHA1 Message Date
Deepanshu Gupta
ec55590216 Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-dev 2013-10-17 16:00:57 +00:00
Dianne Hackborn
4c51de4933 Increase size of broadcast history lists on non-svelte devices.
Change-Id: Ibd25379778dac8eb1aed30d4788e032f290d9b69
2013-10-16 23:34:35 -07:00
Jim Miller
e5f910a667 Fix issue where keyguard adds widgets before the system is ready
While under heavy system load,  keyguard was able to create widgets before
before ActivityManagerService was ready.  The result was a race
between keyguard adding widgets and ActivityManagerService being
ready to send broadcasts.

This fix provides keyguard with an additional signal to know when
the system is booted and widgets are safe to load.

Fixes bug b/11217169

Change-Id: I7a714d65b068678f961e52bdde4e1c20f9c287f0
2013-10-16 19:42:34 -07:00
Baligh Uddin
b873a17ce7 am e5f3f658: (-s ours) am 192a856d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'e5f3f65827043ac7b32287a3371c33c9fb90d030':
  Import translations. DO NOT MERGE
2013-10-16 18:16:14 -07:00
Baligh Uddin
e5f3f65827 am 192a856d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '192a856df21429a1a152130394225118710d5125':
  Import translations. DO NOT MERGE
2013-10-16 18:12:23 -07:00
Baligh Uddin
192a856df2 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-17 01:08:31 +00:00
Ed Heyl
6155bfb788 am e704c3c9: am 41e6e50c: merge in klp-release (no-op)
* commit 'e704c3c9ee6a9ed2b7fbf34a0fcf70b0062d0dfb': (27 commits)
  Fix dock rect calculation when nav is translucent.
  Fix registerListener and flush bugs.
  Guard against NPE when using existing process.
  Add missing locking when updating the accessibility node info cache.
  Fix issue #11113111: `dumpsys activity service` is broken
  Revert "Use a build-specific wifi country code"
  Fix CookieSyncManager for WebViewClassic
  Retain IME assignment if no windows accept input.
  KLP/KitKat is now API 19.
  Decouple construction of WebView, CookieSyncManager, WebViewDatabase
  Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...
  De-blue the add lock screen widget pressed state
  De-blue notification backgrounds
  Revert behavior to perform onResume.
  PackageManager#queryIntentServices breaks its contract.
  Choosing default paper size for the "Save to PDF" fake printer
  Adding hidden APIs for observing the print jobs state.
  Disallow range selection if the document has unknown page count.
  Missed signal in FusedPrintersLoader.
  Page range validation edge case handling.
  ...
2013-10-16 18:01:53 -07:00
Baligh Uddin
829ebd42b2 Import translations. DO NOT MERGE
Change-Id: I0642a5841c24a7866dfe8a72ab2fc9acb696fd7d
Auto-generated-cl: translation import
2013-10-16 17:57:29 -07:00
Ed Heyl
e704c3c9ee am 41e6e50c: merge in klp-release (no-op)
* commit '41e6e50ce60b0f806c69f66e8e3362e3a6c422ad': (27 commits)
  Fix dock rect calculation when nav is translucent.
  Fix registerListener and flush bugs.
  Guard against NPE when using existing process.
  Add missing locking when updating the accessibility node info cache.
  Fix issue #11113111: `dumpsys activity service` is broken
  Revert "Use a build-specific wifi country code"
  Fix CookieSyncManager for WebViewClassic
  Retain IME assignment if no windows accept input.
  KLP/KitKat is now API 19.
  Decouple construction of WebView, CookieSyncManager, WebViewDatabase
  Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...
  De-blue the add lock screen widget pressed state
  De-blue notification backgrounds
  Revert behavior to perform onResume.
  PackageManager#queryIntentServices breaks its contract.
  Choosing default paper size for the "Save to PDF" fake printer
  Adding hidden APIs for observing the print jobs state.
  Disallow range selection if the document has unknown page count.
  Missed signal in FusedPrintersLoader.
  Page range validation edge case handling.
  ...
2013-10-16 17:52:12 -07:00
Ed Heyl
41e6e50ce6 merge in klp-release (no-op) 2013-10-16 17:42:40 -07:00
Joe Fernandez
7ce6090a30 am 5cff1d32: am 4928e2ce: am e90993bb: am 61884867: am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit '5cff1d32adcaad178fc1ba5adf6b8545022ba474':
  FileProvider training fix: add note about Support Lib to setup lesson
2013-10-16 16:47:42 -07:00
Zhijun He
98d1ba4bd7 am 650b4616: am 6355103b: Merge "Camera2: filter bad faces" into klp-dev
* commit '650b4616c1a4eedcafd9cdd5fcbde94454fff069':
  Camera2: filter bad faces
2013-10-16 16:47:39 -07:00
Svetoslav
53998c0f50 am 13bc41a5: am 265a099c: Merge "Add APIs for an advanced print options activity." into klp-dev
* commit '13bc41a52d19dc32a5a0a9b23d27a26978439010':
  Add APIs for an advanced print options activity.
2013-10-16 16:43:59 -07:00
Adam Powell
b6ed2b1cff Register receivers from ViewFlipper with an explicit Handler
Make sure that the BroadcastReceiver registered by ViewFlipper
enforces that messages come in on the correct (UI) thread.

Bug 11228463

Change-Id: I97f2a1c392f9c58a99afebc60170c9656bba86ad
2013-10-16 16:43:41 -07:00
Joe Fernandez
5cff1d32ad am 4928e2ce: am e90993bb: am 61884867: am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit '4928e2cef574b50c919519a703d81415241acb26':
  FileProvider training fix: add note about Support Lib to setup lesson
2013-10-16 16:41:34 -07:00
Zhijun He
650b4616c1 am 6355103b: Merge "Camera2: filter bad faces" into klp-dev
* commit '6355103bcae6f46105a53e2a8210c0b809980506':
  Camera2: filter bad faces
2013-10-16 16:41:31 -07:00
Joe Fernandez
4928e2cef5 am e90993bb: am 61884867: am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit 'e90993bb5d30521fcb858702493b55836628b8b2':
  FileProvider training fix: add note about Support Lib to setup lesson
2013-10-16 16:40:17 -07:00
Zhijun He
6355103bca Merge "Camera2: filter bad faces" into klp-dev 2013-10-16 23:39:24 +00:00
Joe Fernandez
e90993bb5d am 61884867: am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit '6188486766230318ee1e4b91164f3c69c5a4359a':
  FileProvider training fix: add note about Support Lib to setup lesson
2013-10-16 16:37:48 -07:00
Svetoslav
13bc41a52d am 265a099c: Merge "Add APIs for an advanced print options activity." into klp-dev
* commit '265a099c105ec600e52011862c2e49b748a860d0':
  Add APIs for an advanced print options activity.
2013-10-16 16:37:48 -07:00
Baligh Uddin
3e97084232 am 7ca960b7: (-s ours) am a41d7d9c: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '7ca960b7c7d9c942d12636cc18191f704c9cd3a6':
  Import translations. DO NOT MERGE
2013-10-16 16:36:26 -07:00
Baligh Uddin
9b1afd36bb am 90472ebd: (-s ours) am 477af29d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '90472ebd0d264d12ff0fe43e30480ae4bf55eca5':
  Import translations. DO NOT MERGE
2013-10-16 16:36:19 -07:00
Baligh Uddin
b75fb22306 am 29745b3e: (-s ours) am b65ab00e: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '29745b3eb3120e9a22ba6c23bdb9c67a8f8da7ce':
  Import translations. DO NOT MERGE
2013-10-16 16:36:14 -07:00
Baligh Uddin
2d4cbc7a00 am 29c4161d: (-s ours) am fde69a53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '29c4161d55e7a69b3addcfeabeee8f0911a3f464':
  Import translations. DO NOT MERGE
2013-10-16 16:36:11 -07:00
Dirk Dougherty
c724c28f3c am 2c837ca3: am afb3a418: Merge "Doc change: add i/o 2013 design video embeds to videos page." into klp-dev
* commit '2c837ca3b5a99e9d89b0ab6d2155f10b048ed255':
  Doc change: add i/o 2013 design video embeds to videos page.
2013-10-16 16:36:08 -07:00
Scott Main
3d66877b93 am 0763e156: am 89ec7c78: Merge "some javadoc improvements for virtual display and new meta tag name" into klp-dev
* commit '0763e1565b8e82a1754b21e7c9096b525402f724':
  some javadoc improvements for virtual display and new meta tag name
2013-10-16 16:36:03 -07:00
Svetoslav
265a099c10 Merge "Add APIs for an advanced print options activity." into klp-dev 2013-10-16 23:35:35 +00:00
Joe Fernandez
6188486766 am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit '2d96a0d3424314b53b46b0fd6fd5b0dad71e7790':
  FileProvider training fix: add note about Support Lib to setup lesson
2013-10-16 16:34:06 -07:00
Baligh Uddin
7ca960b7c7 am a41d7d9c: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'a41d7d9c6d075255960643b75feea2953533e1d6':
  Import translations. DO NOT MERGE
2013-10-16 16:30:34 -07:00
Baligh Uddin
90472ebd0d am 477af29d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '477af29d35508411efa11463c1d8c53c7bf05cb9':
  Import translations. DO NOT MERGE
2013-10-16 16:30:31 -07:00
Baligh Uddin
29745b3eb3 am b65ab00e: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'b65ab00e109a1bc6fdfd3fe9bac8293f408c8063':
  Import translations. DO NOT MERGE
2013-10-16 16:30:28 -07:00
Baligh Uddin
29c4161d55 am fde69a53: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'fde69a537099a5cf935b141615fed5ba05ba8043':
  Import translations. DO NOT MERGE
2013-10-16 16:30:26 -07:00
Dirk Dougherty
2c837ca3b5 am afb3a418: Merge "Doc change: add i/o 2013 design video embeds to videos page." into klp-dev
* commit 'afb3a418c36de5b37d41b8167241c682b9be23dc':
  Doc change: add i/o 2013 design video embeds to videos page.
2013-10-16 16:30:23 -07:00
Scott Main
0763e1565b am 89ec7c78: Merge "some javadoc improvements for virtual display and new meta tag name" into klp-dev
* commit '89ec7c781e64574f649492c14c7db33eb8e6702c':
  some javadoc improvements for virtual display and new meta tag name
2013-10-16 16:30:20 -07:00
Baligh Uddin
a41d7d9c6d Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-16 23:21:04 +00:00
Baligh Uddin
477af29d35 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-16 23:20:39 +00:00
Baligh Uddin
b65ab00e10 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-16 23:20:10 +00:00
Baligh Uddin
fde69a5370 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-16 23:19:58 +00:00
Zhijun He
844b3520cc Camera2: filter bad faces
Filter bad face score and ids.

Bug: 11257538
Change-Id: I9beb042e8c0d2f08a3efcd2877deee036b80482f
2013-10-16 16:13:50 -07:00
Dirk Dougherty
afb3a418c3 Merge "Doc change: add i/o 2013 design video embeds to videos page." into klp-dev 2013-10-16 23:10:12 +00:00
Scott Main
89ec7c781e Merge "some javadoc improvements for virtual display and new meta tag name" into klp-dev 2013-10-16 23:01:02 +00:00
Svetoslav
1c43fceaaa Add APIs for an advanced print options activity.
This is the API part needed to implement support for custom print
options by a print service. Some printers have quite fancy options
and we want users to benefit using them.

bug:11241800

Change-Id: I3a9df771c0ded559b61c597c686795840d702b27
2013-10-16 15:47:44 -07:00
Baligh Uddin
58c564fce9 Import translations. DO NOT MERGE
Change-Id: I35eeda6573625b99277852996769544b8d2f0d37
Auto-generated-cl: translation import
2013-10-16 15:18:56 -07:00
Deepanshu Gupta
81f74f4bc9 Fix DatePicker and Calendar widget in layoutlib.
Issue: https://code.google.com/p/android/issues/detail?id=59732
Change-Id: I281b3fdad88c591281a3645592c84f3e2cb61d09
2013-10-16 15:09:52 -07:00
Deepanshu Gupta
083e3caf66 Fix CalendarView to show the right month and year label.
Change-Id: I95431f1054678d4192bd1621c1f69b29268f55e9
2013-10-16 15:09:52 -07:00
Deepanshu Gupta
1cf5df38f4 Layoutlib Create: Remove references to non-std Java classes.
Do not add the non-standard Java classes. Updates the references to all
non-standard classes to new classes in
com.android.tools.layoulib.create package. This also treats
java.lang.AutoCloseable which is part of Java 7 similarly so that we can
still run on Java 6.

Change-Id: Iac5b272652e2780c9bb72d19f415d150948ca589
2013-10-16 15:09:50 -07:00
Joe Fernandez
2d96a0d342 FileProvider training fix: add note about Support Lib to setup lesson
Change-Id: I7c513705a22bdac390ac260a3d70bdd771c998e7
2013-10-16 15:05:48 -07:00
Baligh Uddin
d232a6f988 Import translations. DO NOT MERGE
Change-Id: I45af8da3d23c08e5f32133336e1805149dbdba64
Auto-generated-cl: translation import
2013-10-16 14:40:31 -07:00
Baligh Uddin
f6cfa3de15 Import translations. DO NOT MERGE
Change-Id: I0d8bd44f316030e84c59cfcc88559adfd1215825
Auto-generated-cl: translation import
2013-10-16 14:38:03 -07:00
Baligh Uddin
5c9c04b0a2 Import translations. DO NOT MERGE
Change-Id: I8d3db29afb854493c03f60946e41720a0eea53e0
Auto-generated-cl: translation import
2013-10-16 14:36:28 -07:00