196905 Commits

Author SHA1 Message Date
Diego Perez
ce4a9d9110 Merge "New custom widgets library" into lmp-mr1-dev 2015-06-12 14:34:50 +00:00
Diego Perez
f5a99437bf Merge "Fix crash when shadowSize is 0" into lmp-mr1-dev 2015-06-12 14:34:09 +00:00
Paul Jensen
0a2823e539 Remove most sleep() calls from ConnectivityServiceTest
Change-Id: I90d2f6811ed1cb84614101200ac377e920bd864a
2015-06-12 10:31:09 -04:00
Rubin Xu
a4f9dc1cf0 Update doc of ACTION_PROVISION_MANAGED_DEVICE
It also supports an optional extra EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE

Bug: 21797182
Change-Id: Ie145e6a79dd7eebdbb4cc58e1baba761b9cc5bbf
2015-06-12 15:18:59 +01:00
Chris Wren
1ce4b6d3c6 remove usage of deprecated method setLatestEventInfo
Bug: 18510449
Change-Id: I56a77991c729990e501f402e007dfa79ee57621e
2015-06-12 10:16:04 -04:00
Andrew Flynn
bf341d45ee am b386e77e: Merge "SysUI: Status bar ImageViews" into mnc-dev
* commit 'b386e77eaadf76fe59051bd27c3013427828034b':
  SysUI: Status bar ImageViews
2015-06-12 14:06:46 +00:00
Andrew Flynn
b386e77eaa Merge "SysUI: Status bar ImageViews" into mnc-dev 2015-06-12 13:58:12 +00:00
Andrew Flynn
0f27a3f0d7 SysUI: Status bar ImageViews
- Switch AlphaOptimizedImageView to have the boolean hasOverLappingRendering()
  return be a custom value. This allows us to have AnimatedImageView extend
  AlphaOptimizedImageView and support both types of ImageViews w/o having to
  create 2x subclasses.
- Add drawable ID tracking to AnimatedImageView so that we don't interrupt
  animations with an update of the exact same drawable.
- Switch mobile signal icon to use AnimatedImageView so that animations aren't
  interrupted.

Bug: 21504588
Change-Id: Ic2275f1bf607449c191ae0d08bc7756c7d694bc1
2015-06-12 09:56:56 -04:00
Andrei Stingaceanu
fd988a3b6f am 015e96cc: Floating toolbar old theme fix
* commit '015e96cc95b09d9562f95dbb24f2ec8e5bbfa2d4':
  Floating toolbar old theme fix
2015-06-12 13:55:06 +00:00
Chet Haase
3dcb9945fd Remove View.getBackgroundColor()
This method was added earlier in M - removing it now based on API
Council feedback.

Issue #21572678  API Review: android.view.View.getBackgroundColor()

Change-Id: I04fad49c3c377218d0fb708dbeaea609aca46ce8
2015-06-12 13:25:27 +01:00
Andrei Stingaceanu
015e96cc95 Floating toolbar old theme fix
The floating toolbar now has it's own theming:
* material_light used for all light themes
* material_dark for dark themes

The attributes are not public.

Bug: 21177954
Change-Id: I7ccf9c677be44d510ab48168c0215d37456be059
2015-06-12 13:24:16 +01:00
Keisuke Kuroyanagi
3015edb01e am a31940df: Merge "Reset drag accelerator state in Editor#sendOnTextChanged." into mnc-dev
* commit 'a31940df170ea7e8253736ce7b5dba2176699c25':
  Reset drag accelerator state in Editor#sendOnTextChanged.
2015-06-12 11:19:53 +00:00
Keisuke Kuroyanagi
a31940df17 Merge "Reset drag accelerator state in Editor#sendOnTextChanged." into mnc-dev 2015-06-12 11:10:20 +00:00
Alex Chau
cb40c0c90e am b24f01f4: Merge "Notification shown upon work profile deletion" into mnc-dev
* commit 'b24f01f473b98e98f0c80b1a937a18921cf0521a':
  Notification shown upon work profile deletion
2015-06-12 10:25:32 +00:00
Alex Chau
b24f01f473 Merge "Notification shown upon work profile deletion" into mnc-dev 2015-06-12 10:14:27 +00:00
Rubin Xu
c13ea21249 am 5c82d2cc: Change references to APK Certificate to Signature
* commit '5c82d2cc17df9774e677f6bab9cb52659fc2b56d':
  Change references to APK Certificate to Signature
2015-06-12 10:01:24 +00:00
Rubin Xu
5c82d2cc17 Change references to APK Certificate to Signature
The fact that currently apk signature is certificates is just
implementation details.

Bug: 20820366

Change-Id: Icdd02cb51a550ea71ff83a84e2bdfcc21f8d43ed
2015-06-12 10:32:24 +01:00
Svet Ganov
f4c6f1352f am 7f55b008: Merge "Revert write secure settings permission protection level." into mnc-dev
* commit '7f55b0080a96b89807a29ce5affb4e0580c098f8':
  Revert write secure settings permission protection level.
2015-06-12 07:37:46 +00:00
Svet Ganov
7f55b0080a Merge "Revert write secure settings permission protection level." into mnc-dev 2015-06-12 07:30:34 +00:00
Svet Ganov
353d0ef935 Revert write secure settings permission protection level.
bug:21619456

Change-Id: I31212d3677b74fbf26b2d9eb222a2a8132de2271
2015-06-12 00:28:47 -07:00
Jeff Sharkey
9b68fb745c am 3c4d6139: Merge "Sigh, some apps are sending null ContentValues." into mnc-dev
* commit '3c4d613926afb38673e0ffccc624d271f7910ec1':
  Sigh, some apps are sending null ContentValues.
2015-06-12 05:03:03 +00:00
Yohei Yukawa
16efc517be am 09259de0: Merge "Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b." into mnc-dev
* commit '09259de032c5209cbc8c094bd4121358932f1139':
  Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.
2015-06-12 05:02:59 +00:00
Jeff Sharkey
3c4d613926 Merge "Sigh, some apps are sending null ContentValues." into mnc-dev 2015-06-12 04:57:08 +00:00
Jeff Sharkey
34796bd07f Sigh, some apps are sending null ContentValues.
Bug: 21560515
Change-Id: Id5a62611781a2d9da47ad3e522d3d43f860b1f70
2015-06-11 21:55:32 -07:00
Yohei Yukawa
09259de032 Merge "Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b." into mnc-dev 2015-06-12 04:53:07 +00:00
Jens Ole Lauridsen
3a991acbb9 am 3f6bd481: Merge "Support AppBar from Material Design." into mnc-dev
* commit '3f6bd481c21430d7e9b396fce09ea25bc6a99905':
  Support AppBar from Material Design.
2015-06-12 04:51:02 +00:00
Jeff Sharkey
c69a4fc556 am 1c83a043: Merge "Annotate ContentResolver/Provider arguments." into mnc-dev
* commit '1c83a0430fc36e59ee736021c54a35587981030a':
  Annotate ContentResolver/Provider arguments.
2015-06-12 04:50:58 +00:00
Jonathan Basseri
7bfd0b58f4 am ecadb92e: Merge "Read MMS config from CarrierConfigManager." into mnc-dev
* commit 'ecadb92e8dcea2d7d39333169600be76b8f3fb4e':
  Read MMS config from CarrierConfigManager.
2015-06-12 04:50:54 +00:00
Jens Ole Lauridsen
3f6bd481c2 Merge "Support AppBar from Material Design." into mnc-dev 2015-06-12 04:48:51 +00:00
Jeff Sharkey
1c83a0430f Merge "Annotate ContentResolver/Provider arguments." into mnc-dev 2015-06-12 04:46:15 +00:00
Jeff Sharkey
673db44fb3 Annotate ContentResolver/Provider arguments.
Explicitly mark if they're @Nullable or @NonNull.

Bug: 21560515
Change-Id: I5f671c241dfe65e5ab8bc06b2382fbf5a82bdb20
2015-06-11 21:45:05 -07:00
Yohei Yukawa
fd65287cfd Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.
Fix confirmed with 'make doc-comment-check-docs'

Bug: 21446448
Change-Id: Ica4359b13ddbc790740cc22c95b9e002f7c8e4b8
2015-06-11 21:42:49 -07:00
Jonathan Basseri
ecadb92e8d Merge "Read MMS config from CarrierConfigManager." into mnc-dev 2015-06-12 04:41:41 +00:00
Svet Ganov
9b53c26ba2 am 033a68fe: Lower protection level of WiFi state change permissions.
* commit '033a68fe2739aac89bded94bb4ca99473050bcd7':
  Lower protection level of WiFi state change permissions.
2015-06-12 03:11:02 +00:00
Svetoslav Ganov
12fd1ffc59 am 30a253ae: Revert accidentally deleted strings
* commit '30a253aed8728b33445bfa9a165f8451f7d821e0':
  Revert accidentally deleted strings
2015-06-12 03:10:58 +00:00
Svet Ganov
033a68fe27 Lower protection level of WiFi state change permissions.
bug:21724236

Change-Id: Ib2305bf8a6be62fe6b00d9bccc7685100edba9ba
2015-06-11 20:04:11 -07:00
Svetoslav Ganov
30a253aed8 Revert accidentally deleted strings
Change-Id: I5d900c7a7f035b286bcaf044f871f781b3427568
2015-06-11 19:59:48 -07:00
Jeff Sharkey
2e9704f969 am 5347f0ff: Merge "Valid filenames have length limits!" into mnc-dev
* commit '5347f0ff3857baae7b889d24acd352cabcc9205b':
  Valid filenames have length limits!
2015-06-12 02:29:05 +00:00
Jeff Sharkey
5347f0ff38 Merge "Valid filenames have length limits!" into mnc-dev 2015-06-12 02:18:29 +00:00
Jeff Sharkey
4f5e8b3ca4 Valid filenames have length limits!
ext4 filenames are at most 255 bytes.  vfat filenames are bit more
lax, but we're often saving them on ext4 through a FUSE daemon, so
limit them the same way.

Since package names are used as directory names, verify that they're
valid filenames.

Tests to verify behavior.

Bug: 18689171
Change-Id: If7df4c40d352954510b71de4ff05d78259c721ed
2015-06-11 19:16:27 -07:00
Dirk Dougherty
b695e2832d am 5153e9b3: am 03a216f1: am ef8c2834: Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
* commit '5153e9b36d8b2bdefdd34682c60a9a09e2d05d52':
  Doc change: miscellaneous tag optimizations and edits.
2015-06-12 02:10:43 +00:00
Jeff Brown
ac3bf15061 am c78f2ab0: Merge "Configure auto-rotation tilt tolerance in config.xml." into mnc-dev
* commit 'c78f2ab0c487daa7d4f7bd368af41d2765c01292':
  Configure auto-rotation tilt tolerance in config.xml.
2015-06-12 02:10:38 +00:00
Dirk Dougherty
5153e9b36d am 03a216f1: am ef8c2834: Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
* commit '03a216f19f8cba8d9e1d7e7f2042addd259e19d2':
  Doc change: miscellaneous tag optimizations and edits.
2015-06-12 02:05:14 +00:00
Svetoslav
bfa216ac26 Remove bookmarks provider and associated permissions - framework
Change-Id: I7f5a2f14a12da473f05a5075d98e762f8f8ed970
2015-06-11 18:59:25 -07:00
Jeff Brown
c78f2ab0c4 Merge "Configure auto-rotation tilt tolerance in config.xml." into mnc-dev 2015-06-12 01:59:17 +00:00
Jeff Brown
e97c9a244b Configure auto-rotation tilt tolerance in config.xml.
This allows for the thresholds to be tuned differently for different
products as needed.

Bug: 18276856
Change-Id: I6c87e683dea6a17cf606203a894c8419e20d3658
2015-06-11 18:53:14 -07:00
Svet Ganov
ab32fe21e4 am 6f918b2f: Merge "Add new storage permission group" into mnc-dev
* commit '6f918b2f92ece0ba7904262fc1fd0b50cf746a6c':
  Add new storage permission group
2015-06-12 01:48:11 +00:00
Yohei Yukawa
b9ed0d206f am f412c809: Merge "Make VIMS.SettingsObserver multiuser-aware." into mnc-dev
* commit 'f412c809197a373a40720c5d63a0842ee8c2d9bf':
  Make VIMS.SettingsObserver multiuser-aware.
2015-06-12 01:48:07 +00:00
Svetoslav
3fb919b988 am 6b853296: Merge "Update SMS permission group description." into mnc-dev
* commit '6b8532968c8b7512100831d94cb97ad69d255fb1':
  Update SMS permission group description.
2015-06-12 01:48:02 +00:00
Adrian Roos
48aa13c096 am 1b5eb97a: Accessibility improvements
* commit '1b5eb97ae651cd1e70009d3f9bbe91da804a457a':
  Accessibility improvements
2015-06-12 01:47:58 +00:00