113180 Commits

Author SHA1 Message Date
Baligh Uddin
903747a347 Import translations. DO NOT MERGE
Change-Id: I8825a1c9aa0d9d85efa50e9ce2849a0e1ee287da
Auto-generated-cl: translation import
2013-09-09 09:39:13 -07:00
Tom O'Neill
365632e8ee Explain what warnIfCallingFromSystemProcess() is about
- Helps the next person to hit a bug like b/10621831

Change-Id: Id44dc57472516ec5f574d22d4c131ab9870648db
2013-09-09 09:34:58 -07:00
Baligh Uddin
68ef7aad80 Import translations. DO NOT MERGE
Change-Id: Ic77c3d6ac6e1cd75b74f0cdc51f28c93b422aedd
Auto-generated-cl: translation import
2013-09-09 09:28:46 -07:00
Jeff Sharkey
d182bb641f Remember mode and sort on per-directory basis.
Persist the last user-selected list/grid mode and sort order for
each directory.  Remembered user choice always overrides provider
hinting.

Filter out recent documents that don't match requested MIME type, and
show recents in grid mode when picking images.  Hide mode and sort
order in recents.

Add hinting flag for backend to indicate a directory would like to be
sorted by last modified.  Include explicit root in DocumentStack and
clearly mark derived fields.

Bug: 10392047, 10608506
Change-Id: I2dd3a0e4112852ebf87e7dbb08b3781c86587dcf
2013-09-09 09:16:09 -07:00
Narayan Kamath
25bef03cbf Allow SSL caches to be installed directly on SSLContexts.
This allows clients to enable ssl session caching without
having to use SSLCertificateSocketFactory.

Change-Id: Ibfb4b99fa86bc0704674437d9b860531317d2bde
2013-09-09 16:07:07 +00:00
Baligh Uddin
3ada1e54ed Import translations. DO NOT MERGE
Change-Id: I90186decd93532170eaad0aebffa3a23b4970ae5
Auto-generated-cl: translation import
2013-09-09 08:56:32 -07:00
Baligh Uddin
4f1aeb85ff Import translations. DO NOT MERGE
Change-Id: I1a55f4b825fc2516e8b9b0b9abf149f85a5ff136
Auto-generated-cl: translation import
2013-09-09 08:39:37 -07:00
Chet Haase
183e2a351d Propagate pivot values of 0 to native layer
Logic in pivotXY setters noops when the new value equals
the previous value. However, the initial value is "0" even
though we actually use a value of the view's midpoint by
default. If an app sets a new value of 0, we don't send it
down to the native layer because it's the same as the initial
value, even though we're actually using a midpoint value instead.
This causes a conflict between the matrix used for invalidations
(which use the actual values the app set) and the matrix used
for rendering (which uses the default midpoint values).

The fix is to make sure we send down the initial value, even when it
equals the default value, by checking to see whether this is the
first time we're setting the pivot.

Issue #9337635 Clipping and bad rendering of view corners when y pivot is set

Change-Id: I4aa20c4a3c9a866ca17df3e067232b832d0ef504
2013-09-09 08:39:35 -07:00
John Spurlock
a79b1a1aed am e381de99: am 0c58bd97: Merge "Restore alpha animation to status bar rhs icons." into klp-dev
* commit 'e381de995d128e5fd2a83d944a00f4030618a75f':
  Restore alpha animation to status bar rhs icons.
2013-09-09 08:22:28 -07:00
John Spurlock
e381de995d am 0c58bd97: Merge "Restore alpha animation to status bar rhs icons." into klp-dev
* commit '0c58bd97384498be14aa9795be9188ca93110e00':
  Restore alpha animation to status bar rhs icons.
2013-09-09 08:19:51 -07:00
John Spurlock
3b6161b0a3 am 352d721b: am eef03831: Merge "Draw status bar battery icon bolt in code." into klp-dev
* commit '352d721b612bf35b1c64249705d00ad2f3899031':
  Draw status bar battery icon bolt in code.
2013-09-09 08:18:59 -07:00
John Spurlock
0c58bd9738 Merge "Restore alpha animation to status bar rhs icons." into klp-dev 2013-09-09 15:17:42 +00:00
John Spurlock
352d721b61 am eef03831: Merge "Draw status bar battery icon bolt in code." into klp-dev
* commit 'eef03831fdde5a89b88451bcf12274697fe1db99':
  Draw status bar battery icon bolt in code.
2013-09-09 08:16:23 -07:00
John Spurlock
eef03831fd Merge "Draw status bar battery icon bolt in code." into klp-dev 2013-09-09 15:13:40 +00:00
Wink Saville
3553be2bff am a71947ff: am bdd61696: Merge "Tighten test for warm sim and add more debug." into klp-dev
* commit 'a71947ff7f28686f0f0fdc0586d85718e1a62352':
  Tighten test for warm sim and add more debug.
2013-09-09 02:48:37 -07:00
Wink Saville
9772a5015b am 42b3a6a7: am c59c6dd6: Merge "For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM" into klp-dev
* commit '42b3a6a7be0201cb40fb1c36f97476c775be0cf1':
  For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM
2013-09-09 02:48:33 -07:00
Christopher Tate
8474ae7df0 am 6b86ac70: am ffe0a803: Fix permission checks around setBackupEnabled()
* commit '6b86ac70460c2fc393159fa7a88d14460a917117':
  Fix permission checks around setBackupEnabled()
2013-09-09 02:48:30 -07:00
Narayan Kamath
451f6b981a resolved conflicts for merge of d4ff4b64 to master
Change-Id: I0bcc072908164ca2aa80e991c03e739551e278c5
2013-09-09 10:27:30 +01:00
Christopher Tate
be8e9ff7ed am bb595190: am 89c5a118: Merge "Don\'t crash attempting restore of uninstalled live wallpaper" into klp-dev
* commit 'bb595190242a5405c0a6f0470532407543d6e00b':
  Don't crash attempting restore of uninstalled live wallpaper
2013-09-09 02:24:46 -07:00
Narayan Kamath
0033539a43 resolved conflicts for merge of ab98aec6 to master
Change-Id: I773bce338ebc42f7428d9942d22ed140bcfbf3d9
2013-09-09 09:59:31 +01:00
Wink Saville
a71947ff7f am bdd61696: Merge "Tighten test for warm sim and add more debug." into klp-dev
* commit 'bdd61696c6720faa14ca9fdf180e519138b3d087':
  Tighten test for warm sim and add more debug.
2013-09-08 18:34:11 -07:00
Wink Saville
42b3a6a7be am c59c6dd6: Merge "For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM" into klp-dev
* commit 'c59c6dd66b8ec5537c82e330d1c96e9fa424b4fa':
  For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM
2013-09-08 18:34:09 -07:00
Wink Saville
bdd61696c6 Merge "Tighten test for warm sim and add more debug." into klp-dev 2013-09-09 01:32:45 +00:00
Wink Saville
c59c6dd66b Merge "For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM" into klp-dev 2013-09-09 01:32:01 +00:00
Christopher Tate
6b86ac7046 am ffe0a803: Fix permission checks around setBackupEnabled()
* commit 'ffe0a803f8e9546a0dbf6c82d6089ac0eee32ddb':
  Fix permission checks around setBackupEnabled()
2013-09-08 17:54:40 -07:00
Christopher Tate
ffe0a803f8 Fix permission checks around setBackupEnabled()
...by making sure to drop binder identity before writing our new
state to secure settings etc.

Bug 10506933

Change-Id: I00505cc5215c8fe5f30f2f35698b30645fe14c87
2013-09-08 15:41:32 -07:00
Dianne Hackborn
d4ff4b649e am e6a01f37: Merge "Fix build." into klp-dev
* commit 'e6a01f37934340c9fce9dcd8ee98b02d9d635af6':
  Fix build.
2013-09-08 13:14:56 -07:00
Dianne Hackborn
e6a01f3793 Merge "Fix build." into klp-dev 2013-09-08 20:13:13 +00:00
Christopher Tate
bb59519024 am 89c5a118: Merge "Don\'t crash attempting restore of uninstalled live wallpaper" into klp-dev
* commit '89c5a1180830934db485ff9c189143deab653310':
  Don't crash attempting restore of uninstalled live wallpaper
2013-09-08 13:08:24 -07:00
Dianne Hackborn
01f8c0e277 Fix build.
Change-Id: Ifeac5d09a654ee1183ae26519c8b44f560afd636
2013-09-08 13:07:32 -07:00
Christopher Tate
89c5a11808 Merge "Don't crash attempting restore of uninstalled live wallpaper" into klp-dev 2013-09-08 20:07:20 +00:00
Christopher Tate
909522048f Don't crash attempting restore of uninstalled live wallpaper
Bug 10658041

Change-Id: I08b38cc81fbb89907a4ffe5b6f94e9a507226011
2013-09-08 13:01:28 -07:00
Dianne Hackborn
ab98aec612 am 4b989781: Merge "Work on issue #10130785: Restore silence and vibrate settings..." into klp-dev
* commit '4b98978157295c6e7ea21b70ffcf9edffc41f0e1':
  Work on issue #10130785: Restore silence and vibrate settings...
2013-09-08 12:33:48 -07:00
Dianne Hackborn
4b98978157 Merge "Work on issue #10130785: Restore silence and vibrate settings..." into klp-dev 2013-09-08 19:31:06 +00:00
John Spurlock
74ac2ecb44 Restore alpha animation to status bar rhs icons.
Avoid the view group to prevent stomping on an existing animation.

Bug:10653941
Change-Id: I3d2bdd6360699d3d70c158ec1b8f832bd7205147
2013-09-08 11:00:06 -04:00
John Spurlock
fceb7eddde Draw status bar battery icon bolt in code.
Use high-res polygon points, punching a hole in the rest of drawing
with PorterDuff.Mode.CLEAR.

Remove the now obsolete lightning.png and associated color filters.

Bug:10640891
Change-Id: I8f2d4dd157f9866f37ed9b3480bb79ee9f109975
2013-09-08 10:29:11 -04:00
Svetoslav Ganov
d0ff896789 am d8adcd21: am c7222124: Merge "Printers for a disappearing print serivce incorrectly removed." into klp-dev
* commit 'd8adcd219dab97682a808b1ba12cd6528e33505e':
  Printers for a disappearing print serivce incorrectly removed.
2013-09-07 15:09:24 -07:00
Svetoslav Ganov
d8adcd219d am c7222124: Merge "Printers for a disappearing print serivce incorrectly removed." into klp-dev
* commit 'c72221242e560b4176e6fb9e3eec1c32cc1b96c3':
  Printers for a disappearing print serivce incorrectly removed.
2013-09-07 15:07:09 -07:00
Svetoslav Ganov
c72221242e Merge "Printers for a disappearing print serivce incorrectly removed." into klp-dev 2013-09-07 22:05:14 +00:00
Jeff Sharkey
f32df5d8b7 am 75f1ef2c: am 70cdfe7e: Merge "Item layout tweaking, hook up more assets." into klp-dev
* commit '75f1ef2cd0bb0a11dbcf3c6a6422cb7f5ac31e8e':
  Item layout tweaking, hook up more assets.
2013-09-07 12:48:14 -07:00
Jeff Sharkey
75f1ef2cd0 am 70cdfe7e: Merge "Item layout tweaking, hook up more assets." into klp-dev
* commit '70cdfe7eb1d42d5e928f5c7c6106be4ebb8fde51':
  Item layout tweaking, hook up more assets.
2013-09-07 12:45:24 -07:00
Jeff Sharkey
70cdfe7eb1 Merge "Item layout tweaking, hook up more assets." into klp-dev 2013-09-07 19:42:14 +00:00
Wink Saville
67c8134166 For NETWORK_MODE_LTE_CMDA_EVDO_GSM_WCDMA default to PHONE_TYPE_GSM
Bug: 9710534
Change-Id: Iba999579d30045f18b5d370359dbce65d9646c69
2013-09-07 10:03:02 -07:00
Ying Wang
cc7754ee36 am 4700175a: am d57de6af: Fix docs build.
* commit '4700175a2617b456c2b820d519750e80cda465fc':
  Fix docs build.
2013-09-06 23:02:11 -07:00
Ying Wang
4700175a26 am d57de6af: Fix docs build.
* commit 'd57de6afb8981dc1663d41a842ab7cdae93427a1':
  Fix docs build.
2013-09-06 22:59:40 -07:00
Ying Wang
d57de6afb8 Fix docs build.
Change-Id: I6fd0d711b2cc7726fdaa9119ee467ed6fab82de1
2013-09-06 22:53:16 -07:00
Alan Viverette
b9f2722f6f Only activate FastScroller when it's needed
Removes code that was incorrectly handling ACTION_DOWN when the
host ListView started intercepting events for its own use. Fixes
handling of short lists and changes resulting from toggling the
FastScroller enabled state.

BUG: 10651874
Change-Id: I7b088b46d00a372a0a55291db892cc059f1aed20
2013-09-06 19:39:47 -07:00
Eric Laurent
3ad98d992d am 533587d8: am 9f4a392e: Merge "Unhide AudioTimestamp and getTimestamp" into klp-dev
* commit '533587d805892572a837098ec196d1710a5187bb':
  Unhide AudioTimestamp and getTimestamp
2013-09-06 19:22:13 -07:00
Eric Laurent
533587d805 am 9f4a392e: Merge "Unhide AudioTimestamp and getTimestamp" into klp-dev
* commit '9f4a392e367c9702ccce254afd612d2c2ae3f58c':
  Unhide AudioTimestamp and getTimestamp
2013-09-06 19:19:36 -07:00
Eric Laurent
9f4a392e36 Merge "Unhide AudioTimestamp and getTimestamp" into klp-dev 2013-09-07 02:16:31 +00:00