Jorim Jaggi
a0d142d942
am 5091ca9c: am ac73f1ef: Partially fix that beginning of animation is skipped
...
* commit '5091ca9c825c32336ce42d7b70eef323ddb9cb3c':
Partially fix that beginning of animation is skipped
2015-07-24 03:05:28 +00:00
Dianne Hackborn
63ff4a77f3
am 419f2177: am 6f64e737: Merge "Fix issue #22612630 : Ensure SMS/Call delivery during Doze" into mnc-dev
...
* commit '419f2177c8565f80489d00463aea630568251f4d':
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
2015-07-24 03:05:22 +00:00
Zhentao Sun
f26a9a20ae
am c6cd1f9a: Added service that listens for gestures.
...
* commit 'c6cd1f9a83b2807ef7434b6775a07e1e9208d4e0':
Added service that listens for gestures.
2015-07-23 19:21:29 +00:00
Adrian Roos
2237c32fe1
am 58adc7ad: Merge "Send BATTERY_CHANGED if maxChargingCurrent changes" into mnc-dr-dev
...
* commit '58adc7ad48990f2ffa0d4858bd6910dd9eb6aabc':
Send BATTERY_CHANGED if maxChargingCurrent changes
2015-07-23 19:21:24 +00:00
Dianne Hackborn
d363399b97
am 86350411: am b7394671: Merge "Work on issue #22303510 : Additional permissions aren\'t properly..." into mnc-dev
...
* commit '863504111546fb46fcb5af356efb267c8582018a':
Work on issue #22303510 : Additional permissions aren't properly...
2015-07-23 19:21:14 +00:00
Wale Ogunwale
1aaf7d6cb9
am aecf9ba8: am ff21279e: Merge "Fixed issue with not finding existing activity for background user" into mnc-dev
...
* commit 'aecf9ba839d440fb89055bcb8454cf72d0afaf41':
Fixed issue with not finding existing activity for background user
2015-07-23 19:21:02 +00:00
Jim Miller
8cc0e80f06
am 4a31ee0a: am 091f0e5c: Make FingerprintService more tolerant of fingerprintd crashes.
...
* commit '4a31ee0a745e048a2c9c4db1444404373c1d606b':
Make FingerprintService more tolerant of fingerprintd crashes.
2015-07-23 19:20:41 +00:00
Jorim Jaggi
fba926118e
am fcf9acb9: am 20df6234: Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
...
* commit 'fcf9acb95a536f939a418529f642e60f51f5886a':
Add callback to voice interaction session for lockscreen shown
2015-07-23 19:20:27 +00:00
Adrian Roos
9fb98375e8
am b30f841c: resolved conflicts for merge of c1244a29 to mnc-dr-dev
...
* commit 'b30f841cb44e132598939b0797dad41f6c0004a7':
Touch, wake and unlock
2015-07-23 19:20:22 +00:00
Jorim Jaggi
5091ca9c82
am ac73f1ef: Partially fix that beginning of animation is skipped
...
* commit 'ac73f1efea0cb23881571e18e87ffc7f388af7ad':
Partially fix that beginning of animation is skipped
2015-07-23 19:18:15 +00:00
Dianne Hackborn
419f2177c8
am 6f64e737: Merge "Fix issue #22612630 : Ensure SMS/Call delivery during Doze" into mnc-dev
...
* commit '6f64e737f046cd9ae13e260027781acfabaa4cba':
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
2015-07-23 19:18:10 +00:00
Zhentao Sun
c6cd1f9a83
Added service that listens for gestures.
...
Added the GestureLauncherService that listens for camera launch gesture
and starts the camera app.
OEMs need to specify the sensor type of the camera launch gesture in
their overlays.
In the future, we can add more gesture support in this service.
Change-Id: I0769e7ca71e08bd9159aacf29bdcefd316efd2f0
2015-07-22 17:42:41 -07:00
Adrian Roos
58adc7ad48
Merge "Send BATTERY_CHANGED if maxChargingCurrent changes" into mnc-dr-dev
2015-07-22 23:22:42 +00:00
Dianne Hackborn
8635041115
am b7394671: Merge "Work on issue #22303510 : Additional permissions aren\'t properly..." into mnc-dev
...
* commit 'b73946715cb9e3ca7a2702407e34f885e92a5d9a':
Work on issue #22303510 : Additional permissions aren't properly...
2015-07-22 20:24:30 +00:00
Wale Ogunwale
aecf9ba839
am ff21279e: Merge "Fixed issue with not finding existing activity for background user" into mnc-dev
...
* commit 'ff21279e2cbe0bdd9c41350b7a204cabf9370377':
Fixed issue with not finding existing activity for background user
2015-07-22 20:24:10 +00:00
Jim Miller
4a31ee0a74
am 091f0e5c: Make FingerprintService more tolerant of fingerprintd crashes.
...
* commit '091f0e5c6c7f9e72a6e661c4849a2e232823075b':
Make FingerprintService more tolerant of fingerprintd crashes.
2015-07-22 20:23:41 +00:00
Jorim Jaggi
fcf9acb95a
am 20df6234: Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
...
* commit '20df62345910ad390a3bb321990987757db0831d':
Add callback to voice interaction session for lockscreen shown
2015-07-22 20:22:56 +00:00
Jorim Jaggi
ac73f1efea
Partially fix that beginning of animation is skipped
...
When waiting for all the windows that belong to an activity, we
skipped the main window, in case it didn't had a surface yet. This
was a problem because with SurfaceViews: They set it's visibility
extremely early in the app visibility change cycle. Then, they don't
block with the callback to SurfaceHolder.Callback2.surfaceRedrawNeeded,
so window manager thinks it has drawn the first frame already. We don't
even have a surface for the main window yet, but we start the app
transition already because we think the only interesting window for this
app token is the SurfaceView, which has supposedly already drawn.
Bug: 22207948
Change-Id: I2ddb274000fa08866e193f4fd8db3788fc55e0f1
2015-07-22 19:21:44 +00:00
Dianne Hackborn
6f64e737f0
Merge "Fix issue #22612630 : Ensure SMS/Call delivery during Doze" into mnc-dev
2015-07-22 19:04:00 +00:00
Adrian Roos
b30f841cb4
resolved conflicts for merge of c1244a29 to mnc-dr-dev
...
Change-Id: I8b3e3a21e36ac5085bf1dffa90e49dabd17dd139
2015-07-22 12:00:56 -07:00
Dianne Hackborn
b73946715c
Merge "Work on issue #22303510 : Additional permissions aren't properly..." into mnc-dev
2015-07-22 16:14:59 +00:00
Wale Ogunwale
ff21279e2c
Merge "Fixed issue with not finding existing activity for background user" into mnc-dev
2015-07-22 14:21:31 +00:00
Jim Miller
091f0e5c6c
Make FingerprintService more tolerant of fingerprintd crashes.
...
- attempt to restart fingerprintd on the next request
- inform clients that the hardware isn't available and cancel
listeners.
Fixes bug 22492148
Change-Id: Ib27eaf7f197c6a4e6ed9b085602882904d6b794d
2015-07-22 04:07:29 +00:00
Dianne Hackborn
451c3468b9
Fix issue #22612630 : Ensure SMS/Call delivery during Doze
...
Add whitelist timeout for SMS.
Change-Id: I3392093000ad177a93b6ef36fb18f0398a671423
2015-07-21 17:39:46 -07:00
Wale Ogunwale
25073dd4a8
Fixed issue with not finding existing activity for background user
...
We currently go through the list of existing activities to find
a match for the launching intent so we can re-use the activity
record if one already exist. However, we exit the search early
once we run across an activity record that doesn't belong to the
current foreground user. This will cause us to create duplicate
activity records if the launching intent is for a backround
user and an activity record already exist.
Based on https://android-review.googlesource.com/#/c/159131
Bug: 22564256
Change-Id: I4b6d94059c11fd2e621e65c8ec2c99427c15b246
2015-07-22 00:05:39 +00:00
Dianne Hackborn
cfbfafe1b9
Work on issue #22303510 : Additional permissions aren't properly...
...
...disabled after toggling them off
Keep track of whether a permission that has been declared by an app
was able to actually be installed in the system, along with an API
to find this information so that system UI can tell whether that
permission is of interest.
Also clean up some of the permission debug output.
Change-Id: If4541bedb857789b255bb18f03cad155dcda0b95
2015-07-21 17:01:15 -07:00
Adrian Roos
76dc5a51cd
Send BATTERY_CHANGED if maxChargingCurrent changes
...
Fixes a bug where the charging current on Keyguard was stale
on devices that don't immediately set the charging current.
Follow-up to I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
Bug: 8099739
Change-Id: I4b5b3b1231b1372310206941386dba743d5f88f4
2015-07-21 16:20:39 -07:00
Jorim Jaggi
20df623459
Merge "Add callback to voice interaction session for lockscreen shown" into mnc-dev
2015-07-21 22:46:30 +00:00
Jorim Jaggi
c1244a2995
Merge "Touch, wake and unlock" into mnc-dev
2015-07-21 21:53:11 +00:00
Jeff Sharkey
934995ede4
am b020b0d9: am cf051d18: Merge "Avoid NPE when no staged installs." into mnc-dev
...
* commit 'b020b0d97d80f0ebb550ce58a5b36787cfcf6df8':
Avoid NPE when no staged installs.
2015-07-21 21:52:57 +00:00
Jeff Sharkey
b020b0d97d
am cf051d18: Merge "Avoid NPE when no staged installs." into mnc-dev
...
* commit 'cf051d1846c347413d8c907b42f3fce74795a815':
Avoid NPE when no staged installs.
2015-07-21 21:36:56 +00:00
Jeff Sharkey
cf051d1846
Merge "Avoid NPE when no staged installs." into mnc-dev
2015-07-21 21:23:59 +00:00
Amith Yamasani
b82c71a893
am 89d4131d: am 09ba7151: Merge "Don\'t kill apps that are multi-user aware..." into mnc-dev
...
* commit '89d4131d75cc4c89e3fb36115be929837c9a3171':
Don't kill apps that are multi-user aware...
2015-07-21 20:33:07 +00:00
Amith Yamasani
89d4131d75
am 09ba7151: Merge "Don\'t kill apps that are multi-user aware..." into mnc-dev
...
* commit '09ba71513ba3bb092eb3effbe45953c50430ff20':
Don't kill apps that are multi-user aware...
2015-07-21 20:18:02 +00:00
Amith Yamasani
09ba71513b
Merge "Don't kill apps that are multi-user aware..." into mnc-dev
2015-07-21 20:04:22 +00:00
Jorim Jaggi
19695d9711
Add callback to voice interaction session for lockscreen shown
...
Bug: 22402726
Change-Id: Iaf83e2f2b0389d74b6ecf480aa91a34443803f7b
2015-07-21 12:35:16 -07:00
Amith Yamasani
c1cbaaba6c
Don't kill apps that are multi-user aware...
...
... when looking for background user apps that hold RECORD_AUDIO
permission.
On switching users, we kill any apps that might potentially be
recording audio. But we don't want to kill critical apps that need
to stay running because of multi-user aware services.
Bug: 22564430
Change-Id: I6d9a684d4e044cc3018f0f8181a44aa143a3baeb
2015-07-21 11:46:14 -07:00
Nick Kralevich
6b04e5b803
am 894ffd10: am 673ccfd4: Merge "UsbDeviceManager: add back support for USB overlays" into mnc-dev
...
* commit '894ffd102d90a7c794e5c522818f163b92baa55d':
UsbDeviceManager: add back support for USB overlays
2015-07-21 17:38:50 +00:00
Nick Kralevich
894ffd102d
am 673ccfd4: Merge "UsbDeviceManager: add back support for USB overlays" into mnc-dev
...
* commit '673ccfd45a81482d97eecf76dc0fef0dfd57be73':
UsbDeviceManager: add back support for USB overlays
2015-07-21 17:25:30 +00:00
Nick Kralevich
673ccfd45a
Merge "UsbDeviceManager: add back support for USB overlays" into mnc-dev
2015-07-21 17:16:10 +00:00
Wale Ogunwale
18c87a1eb8
am 7dcad6a5: am e99f20f5: Merge "Don\'t duplicate recent tasks of the same affinity." into mnc-dev
...
* commit '7dcad6a5d426e1a243e36cbd084c60bc8038c56b':
Don't duplicate recent tasks of the same affinity.
2015-07-21 14:52:05 +00:00
Wale Ogunwale
7dcad6a5d4
am e99f20f5: Merge "Don\'t duplicate recent tasks of the same affinity." into mnc-dev
...
* commit 'e99f20f5873c00b35f2407e28e06ff9119f85088':
Don't duplicate recent tasks of the same affinity.
2015-07-21 14:38:04 +00:00
Wale Ogunwale
e99f20f587
Merge "Don't duplicate recent tasks of the same affinity." into mnc-dev
2015-07-21 14:28:16 +00:00
Wale Ogunwale
7cbfcd8865
Don't duplicate recent tasks of the same affinity.
...
In change 510e554283d3dc250f836cd3e4abc36d87319333 we stated
limiting the number of document activity entries in recents
by comparing the realActivity of the tasks. This compared was
done for all tasks not just document tasks there by breaking
the use of task affinity to remove tasks with the same affinity
from recent task list. This change limits the compare of
realActivity to just document tasks.
Bug: 22564474
Bug: 18642190
Change-Id: Idc21ec311f194ab2005cb22380ca56303ae0ad94
2015-07-21 07:26:36 -07:00
Jae Seo
6ff64bc34d
am 6564934d: am b2eed1d6: Merge "TIF: Get or create the user state when failed to find existing one" into mnc-dev
...
* commit '6564934d1a3f1020184c48bdddbe91321652a0b2':
TIF: Get or create the user state when failed to find existing one
2015-07-21 00:28:20 +00:00
Jae Seo
6564934d1a
am b2eed1d6: Merge "TIF: Get or create the user state when failed to find existing one" into mnc-dev
...
* commit 'b2eed1d6e11f38c00ce1776ade14dfa004c6119f':
TIF: Get or create the user state when failed to find existing one
2015-07-21 00:10:47 +00:00
Dongwon Kang
e64dfb4773
am 14bdaa7f: am 6444fe12: Merge "MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive" into mnc-dev
...
* commit '14bdaa7f6b2140dadb631e67d61462219c678100':
MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive
2015-07-21 00:00:44 +00:00
Jorim Jaggi
b946ce96d2
am 00fe1b65: am 4cd72169: Fix window animation flickering
...
* commit '00fe1b650a8ac66838273d91ecf5facd6225bca1':
Fix window animation flickering
2015-07-21 00:00:24 +00:00
Jae Seo
b2eed1d6e1
Merge "TIF: Get or create the user state when failed to find existing one" into mnc-dev
2015-07-20 23:59:25 +00:00
Dongwon Kang
14bdaa7f6b
am 6444fe12: Merge "MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive" into mnc-dev
...
* commit '6444fe121449f1cacf4500d3098b590c74e3646d':
MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive
2015-07-20 23:56:37 +00:00