Brian Colonna
bdeb225b61
Merge "Bug 17250075: Turned off debugging for launching secure camera" into lmp-dev
2014-08-25 18:30:03 +00:00
Brian Colonna
124b775802
Bug 17250075: Turned off debugging for launching secure camera
...
Reduces log spam.
Change-Id: Icdf2e0154ec337ed4fad915ec7f404d94d522ea1
2014-08-25 13:54:39 -04:00
Svet Ganov
f2a778683d
Merge "RemoteViews service not unbound." into lmp-dev
2014-08-25 17:48:06 +00:00
Sandeep Siddhartha
07b4a6f42d
Remove the old API for creating hotword detector
...
To be submitted only when the prebuilts have been updated
Change-Id: I7136b6a492610e4673f005b2d1682ce90ddb43a5
2014-08-25 10:34:07 -07:00
Jae Seo
1a95b1a6f3
Merge "CEC: Log the current time instead when the timing information is empty" into lmp-dev
2014-08-25 17:25:41 +00:00
Michael Wright
0e47941d5e
Merge "Cancel pending meta actions when the key pressed *isn't* meta." into lmp-dev
2014-08-25 17:23:25 +00:00
Jae Seo
2220f6f8a6
CEC: Log the current time instead when the timing information is empty
...
Bug: 17237045
Change-Id: Iaa59167c23ce5b460ccfefcf31b6f579f8dda98a
2014-08-25 10:23:18 -07:00
Sandeep Siddhartha
4b4d7efe52
Merge "Fix conversion of locale from BCP47 language tag" into lmp-dev
2014-08-25 16:18:55 +00:00
Baligh Uddin
73e6ae949c
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:25 +00:00
Baligh Uddin
1c3a3bcadf
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:07 +00:00
Baligh Uddin
0699cadcb4
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:06 +00:00
Baligh Uddin
25143d58a8
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:06 +00:00
Baligh Uddin
e477bc561f
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:01 +00:00
Baligh Uddin
aaee5b22d0
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:16:01 +00:00
Baligh Uddin
a33054584d
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:56 +00:00
Baligh Uddin
98e6a6822f
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:56 +00:00
Baligh Uddin
22c567f44e
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-08-25 16:15:51 +00:00
Jorim Jaggi
20060091e2
Merge "Fix password unlock method" into lmp-dev
2014-08-25 16:09:23 +00:00
Jorim Jaggi
e60982f536
Merge "Fix invisible security method" into lmp-dev
2014-08-25 16:09:12 +00:00
Jorim Jaggi
7af40415dc
Merge "Fix QS header animation for RTL" into lmp-dev
2014-08-25 15:22:43 +00:00
Jorim Jaggi
e070018b3e
Fix password unlock method
...
- Update layouts/assets to material
- Fix that the virtual keyboard didn't always come up
- Fix window layout of status bar window, so it's above the IME when
on Keyguard
Bug: 16957208
Change-Id: I1785af9ac73103abe6cd9968ed27582fbfc9a1d9
2014-08-25 17:21:05 +02:00
Jorim Jaggi
fb28c0e129
Fix invisible security method
...
Also fixes a bug where notification guts couldn't be launched from
Keyguard.
Bug: 17162095
Change-Id: I50395065e568ca01e837b0540d5edfd8bbd5797a
2014-08-25 17:20:43 +02:00
Selim Cinek
0db4f35e0b
Merge "Fixed a bug where animations were generated when closed." into lmp-dev
2014-08-25 14:17:13 +00:00
Jorim Jaggi
a8c97b3a63
Fix QS header animation for RTL
...
Bug: 17201391
Change-Id: I88a94df82ee23e4e5fe0b85c6be56e6014e66c1c
2014-08-25 16:03:22 +02:00
John Spurlock
6adf1588fd
Battery saver: Add period to last sentence of disclosure.
...
Bug:17166240
Change-Id: I254bc3e396a0d072c379f9b6305ac7c0ef132f6a
2014-08-25 09:03:29 -04:00
Selim Cinek
0e41dea0b3
Fixed a bug where animations were generated when closed.
...
Bug: 17248206
Change-Id: I4376e1eede125ade71c09b2c1cd6ae64ad617230
2014-08-25 13:55:06 +02:00
Selim Cinek
6e3de6d98f
Merge "Fixed a ltr bug where the buttons disappeared" into lmp-dev
2014-08-25 11:50:25 +00:00
Wonsik Kim
1c50575a38
Merge "TIF: define hidden channels columns as @SystemApi" into lmp-dev
2014-08-25 06:17:56 +00:00
Wonsik Kim
8d0b268e42
TIF: define hidden channels columns as @SystemApi
...
Bug: 17165479
Change-Id: Ic0b0bdbc440eb15e68e4a1a5fa15a4875b17d061
2014-08-25 14:21:40 +09:00
Svet Ganov
5771ad7bc7
RemoteViews service not unbound.
...
We are checking whether an app can access an app widget
based on the calling uid and the package name. The package
is mostly to make sure that hosts in different apps do
not accidentally interfere whereas the security is enforced
by the uid.
When remote views adapter binds and unbinds to a remote
views serivce it was passing the package of the context we
create to load resources for the widget instead the package
of the host. Now it is passing the host package and also
we are checking if the caller of bind remove serivce API
is in uid that has the host package - this makes it
consistent with elsewhere.
bug:17226052
Change-Id: I2b0b6669e3dc027037b7481c2871cedabd642433
2014-08-24 20:02:47 -07:00
Jungshik Jang
ac0d62a118
Merge "Use common language code in hdmi service." into lmp-dev
2014-08-25 02:08:52 +00:00
Wei Wang
b1e066bc27
Merge "Fix API council review comments. Also hide certain APIs(1/3)." into lmp-dev
2014-08-24 23:00:20 +00:00
Jeff Sharkey
37cf9907d2
Merge "Installing splits into ASECs!" into lmp-dev
2014-08-24 18:45:55 +00:00
Baligh Uddin
bf474ad6d7
Import translations. DO NOT MERGE
...
Change-Id: I27c8c543212829794bec781cb543af3d7169ca7f
Auto-generated-cl: translation import
2014-08-24 11:28:43 -07:00
Baligh Uddin
116bf58304
Import translations. DO NOT MERGE
...
Change-Id: I1e857f9c9f889e1ea6649abef8ee2446341a4631
Auto-generated-cl: translation import
2014-08-24 11:27:13 -07:00
Baligh Uddin
3e5044d3ca
Import translations. DO NOT MERGE
...
Change-Id: Ica37ab94e0e2158a111b50bff6022d180ef45e27
Auto-generated-cl: translation import
2014-08-24 11:22:55 -07:00
Baligh Uddin
53f1b008df
Import translations. DO NOT MERGE
...
Change-Id: I0d2a27a5cfa2fab7ee6d35c01de947a252f68672
Auto-generated-cl: translation import
2014-08-24 11:13:41 -07:00
George Mount
da604cc1ec
Merge "API Review: change fragment transition methods." into lmp-dev
2014-08-24 18:11:07 +00:00
Baligh Uddin
e3505d6fc7
Import translations. DO NOT MERGE
...
Change-Id: I6aa82acaaecb2e2484c357c30b252a0aa116a017
Auto-generated-cl: translation import
2014-08-24 11:10:56 -07:00
Baligh Uddin
602774cd7c
Import translations. DO NOT MERGE
...
Change-Id: I537b8e3ff4b341b93d807253fbc5cb3c7c7fb561
Auto-generated-cl: translation import
2014-08-24 11:09:10 -07:00
Baligh Uddin
e77eec8867
Import translations. DO NOT MERGE
...
Change-Id: Ie520695726af475fa6c263df03943c9435e599b6
Auto-generated-cl: translation import
2014-08-24 09:27:39 -07:00
Baligh Uddin
28ff7d715c
Import translations. DO NOT MERGE
...
Change-Id: If7ded66957dff5714f58db7fbf5fc6bdcaa37040
Auto-generated-cl: translation import
2014-08-24 09:23:19 -07:00
Baligh Uddin
4879a5c9e2
Import translations. DO NOT MERGE
...
Change-Id: Ic42db2aebb4777ec9a7107851b5479d0b25e048f
Auto-generated-cl: translation import
2014-08-24 09:21:39 -07:00
Sandeep Siddhartha
fb30d6936a
Fix conversion of locale from BCP47 language tag
...
Bug: 17187528
Change-Id: Ifcf707c9be736885f3fc79f3c36087ecf9092971
2014-08-23 16:00:16 -07:00
Sandeep Siddhartha
a2c1449bb7
Merge "Turn off hotword when in power save mode" into lmp-dev
2014-08-23 22:45:51 +00:00
Paul Lawrence
b8e6838583
Merge "Fix adb backup for encrypted case" into lmp-dev
2014-08-23 20:44:30 +00:00
Matthew Williams
306908f235
Merge "Implement API review feedback for JobScheduler" into lmp-dev
2014-08-23 02:48:19 +00:00
Sandeep Siddhartha
efe0f9c7f2
Turn off hotword when in power save mode
...
Bug: 15705459
Change-Id: Ifa8b80223affffdc00da467c2066bc6370c85af1
2014-08-22 18:35:49 -07:00
Sandeep Siddhartha
a54cd53366
Fix an issue with locale for managing intent
...
Bug: 17187528
Change-Id: I254d838b6b37934ce81dd1fcd5a047b50d593887
2014-08-22 18:34:59 -07:00
Sandeep Siddhartha
a434963fad
Merge "Fix the Locale story in the hotword API" into lmp-dev
2014-08-23 01:08:18 +00:00