Irfan Sheriff
9f844790f3
Merge "Remove scan notification dialog on wifi off" into jb-mr2-dev
2013-04-29 22:58:50 +00:00
Matthew Xie
3424b817f6
am c5790636: Merge "Donot start Bluetooth Manager Service when bluetooth hardware feature is missing" into jb-mr2-dev
...
* commit 'c579063615d93ba37df0bd71d96ec3bfafc586c4':
Donot start Bluetooth Manager Service when bluetooth hardware feature is missing
2013-04-29 12:38:19 -07:00
Matthew Xie
c579063615
Merge "Donot start Bluetooth Manager Service when bluetooth hardware feature is missing" into jb-mr2-dev
2013-04-29 19:35:28 +00:00
Craig Mautner
6601b7bdeb
Exclude regions from the tap detector.
...
Fix typing on the keyboard causing focus to shift stacks.
Change-Id: I4ec9ccdbe35e27f4860a5bdf0e2818f58e53b873
2013-04-29 10:29:11 -07:00
Craig Mautner
eda67299cf
Generic refactoring for clarity.
...
- Log.* was being interspersed with Slog.*.
- WindowState Rects were being converted to local variables making
it harder to find all references to them.
Change-Id: I868a32028604d46dbbc15b005a440f0571336293
2013-04-28 13:50:14 -07:00
Craig Mautner
ccb825dde6
Merge "Clean up FocusedStackFrame layer setting."
2013-04-28 16:02:47 +00:00
Craig Mautner
f76664673e
Clean up FocusedStackFrame layer setting.
...
- Putting the stack frame above the highest app window layer ends up
putting it over the IME when the caret popup is showing. This puts
the stack frame layer above the highest non-child window layer.
- Also change the timing so the layer isn't applied until all other
layers are also being applied.
Change-Id: Ic5f142998822ac1e3890a2943cda7fc86a7e7974
2013-04-28 08:58:21 -07:00
Svetoslav
3dc75ac65f
The helper query bridge in AccessibilityServiceManager missing capability.
...
1. The helper query bridge service did not have the now capability
to query the screen content.
2. Fixing the build.
bug:8633951
Change-Id: Ief6a3387793710a83b83c18cc6c53b51dcda9bdf
2013-04-26 18:05:36 -07:00
Svetoslav
3a3f47e531
am eecf22d4: Merge "The helper query bridge in AccessibilityServiceManager missing capability." into jb-mr2-dev
...
* commit 'eecf22d464579e5b7a3baaa6c450481778b59a45':
The helper query bridge in AccessibilityServiceManager missing capability.
2013-04-26 15:23:36 -07:00
Svetoslav
eecf22d464
Merge "The helper query bridge in AccessibilityServiceManager missing capability." into jb-mr2-dev
2013-04-26 22:20:57 +00:00
Irfan Sheriff
7167a66b5e
Remove scan notification dialog on wifi off
...
This is now only handled in settings app
Bug: 8732391
Change-Id: If232bfb9f6c3976059bde11280318901c35161e7
2013-04-26 15:10:26 -07:00
Svetoslav
108fe59c12
The helper query bridge in AccessibilityServiceManager missing capability.
...
1. The helper query bridge service did not have the now capability
to query the screen content.
2. Fixing the build.
bug:8633951
Change-Id: Ief6a3387793710a83b83c18cc6c53b51dcda9bdf
2013-04-26 15:08:19 -07:00
Svetoslav
fd782549be
am d66496bc: am fdbd23c6: Merge "Deliver key events to the system if no accessibility service handles them." into jb-mr2-dev
...
* commit 'd66496bcaacd454e3c3a2d47910653989d48fcda':
Deliver key events to the system if no accessibility service handles them.
2013-04-26 14:42:19 -07:00
Svetoslav
d66496bcaa
am fdbd23c6: Merge "Deliver key events to the system if no accessibility service handles them." into jb-mr2-dev
...
* commit 'fdbd23c64f03ee39759208252a965fec81ad860a':
Deliver key events to the system if no accessibility service handles them.
2013-04-26 14:40:28 -07:00
Svetoslav
fdbd23c64f
Merge "Deliver key events to the system if no accessibility service handles them." into jb-mr2-dev
2013-04-26 21:37:05 +00:00
Svetoslav
ca523d6e95
Deliver key events to the system if no accessibility service handles them.
...
We have APIs that allow an accessibility service to filter key events. The
service has to declare the capability to toggle event filtering in its
manifest and then it can set a flag to toggle the feature at runtime. The
problem was that even if no accessibility service was handling key events
these events were not fed back to the input system.
This change adds a new feature flag in the accessibility input filter that
is set only if at least one service can and wants to filter key events. If
the feature flag is set then the filter will deliver events to services and
,if they are not handled, to the system. This change also cleaned the logic
for updating the input filter.
bug:8713422
Change-Id: I4bc0c1348676569d1b76e9024708d1ed43ceb26a
2013-04-26 13:58:09 -07:00
gcondra@google.com
69fd7bd660
am bb393d68: am 0b063188: Merge "Set persistent property for SELinux enforcement on update." into jb-mr2-dev
...
* commit 'bb393d68e4dbb5334c3b3984ef2020e0cfc7e790':
Set persistent property for SELinux enforcement on update.
2013-04-26 13:39:39 -07:00
gcondra@google.com
bb393d68e4
am 0b063188: Merge "Set persistent property for SELinux enforcement on update." into jb-mr2-dev
...
* commit '0b063188054e8d1843f19325063349529494e29d':
Set persistent property for SELinux enforcement on update.
2013-04-26 13:37:51 -07:00
repo sync
0b06318805
Merge "Set persistent property for SELinux enforcement on update." into jb-mr2-dev
2013-04-26 20:31:37 +00:00
Matthew Xie
1dd01eb36b
Donot start Bluetooth Manager Service when bluetooth hardware feature is missing
...
bug 8374762
Change-Id: Iea06bd05e19eeddf3398ac446f3d6b80fce51283
2013-04-26 12:41:45 -07:00
Andreas Huber
b551c6d959
Fix wfd crash after disconnect due to null pointer exception in
...
WindowManagerService.java
Change-Id: I661f9c73d481da88661793ad529c0807cf74a5e7
2013-04-26 11:54:53 -07:00
Jeff Sharkey
68a13f3df4
am c054d414: am 99ba7203: Merge "Avoid leaking Surface native object." into jb-mr2-dev
...
* commit 'c054d414eeafd5ba226c743626b9a7139bda9425':
Avoid leaking Surface native object.
2013-04-25 17:14:31 -07:00
Jeff Sharkey
60c7acaaf9
Merge "Track foreground activities in battery stats."
2013-04-26 00:02:49 +00:00
Jeff Sharkey
3e013e85b0
Track foreground activities in battery stats.
...
To help correlate battery usage against actual foreground app usage,
start tracking time on a per UID basis. It uses the nesting feature
of StopwatchTimer to track multiple PIDs inside the same UID.
Improves units on docs, and persists foreground CPU time with a
consistent ordering. Reports foreground activities time and
foreground CPU time.
Change-Id: I95d12963923e3fd421730f6fbfc842dfd8d3a055
2013-04-25 17:01:37 -07:00
Daniel Sandler
914dcfd093
am ca12d755: am 027f84c3: Merge "API: getPkg() -> getPackageName()" into jb-mr2-dev
...
* commit 'ca12d75577afb7063af4cae1e6b989eec905cd58':
API: getPkg() -> getPackageName()
2013-04-25 17:01:13 -07:00
Daniel Sandler
06cacff626
am 4064af9b: am a7b6cbf1: Merge "API cleanup: NotificationListener" into jb-mr2-dev
...
* commit '4064af9b096dfdf317d158c8aafd396c86f3fd0a':
API cleanup: NotificationListener
2013-04-25 17:01:10 -07:00
Jeff Sharkey
c054d414ee
am 99ba7203: Merge "Avoid leaking Surface native object." into jb-mr2-dev
...
* commit '99ba72039d9d97ea3ed7d01b327b98c87051e989':
Avoid leaking Surface native object.
2013-04-25 16:57:54 -07:00
Daniel Sandler
ca12d75577
am 027f84c3: Merge "API: getPkg() -> getPackageName()" into jb-mr2-dev
...
* commit '027f84c310158edfc94d94ab0ef0480843d49d3b':
API: getPkg() -> getPackageName()
2013-04-25 16:57:45 -07:00
Daniel Sandler
4064af9b09
am a7b6cbf1: Merge "API cleanup: NotificationListener" into jb-mr2-dev
...
* commit 'a7b6cbf1a3fe91bdbb01edd9a656a62c40c302fd':
API cleanup: NotificationListener
2013-04-25 16:57:43 -07:00
Jeff Sharkey
58b98d392d
Merge "Report dead activities as paused to stats."
2013-04-25 23:49:08 +00:00
Jeff Sharkey
5782da778c
Report dead activities as paused to stats.
...
Also tell stats about pause before dispatching to remote side.
Change-Id: I975d0fba65515fa768127792d5aa7976df2ba2d3
2013-04-25 15:01:48 -07:00
Michael Wright
4da44d144a
Improve watchdog explanation when system server is blocked
...
Change-Id: I5965a2b01c474cbe2a1ab342c3520b3d403d92e8
2013-04-25 14:44:55 -07:00
Jeff Sharkey
99ba72039d
Merge "Avoid leaking Surface native object." into jb-mr2-dev
2013-04-25 21:43:28 +00:00
repo sync
12566be46c
Set persistent property for SELinux enforcement on update.
...
Bug: 8702843
Change-Id: I41c0084a71160061b297d57d995261e238ea555c
2013-04-25 14:41:33 -07:00
Daniel Sandler
027f84c310
Merge "API: getPkg() -> getPackageName()" into jb-mr2-dev
2013-04-25 21:03:55 +00:00
Daniel Sandler
6064df5c64
am fa1c4430: am 5e97c317: Merge "New NotificationListener API: getActiveNotifications()" into jb-mr2-dev
...
* commit 'fa1c443063f3d3a98c4f3bb71689fb3e1d4c6c37':
New NotificationListener API: getActiveNotifications()
2013-04-25 13:50:40 -07:00
Ben Gruver
edb9639f7f
am 0882a90e: am 09bb9f66: Merge "Ensure the intent firewall dir exists before starting the FileObserver" into jb-mr2-dev
...
* commit '0882a90e1a357dc6882075b6b6e7c0b14de90645':
Ensure the intent firewall dir exists before starting the FileObserver
2013-04-25 13:50:21 -07:00
Craig Mautner
458dd87552
Merge "Fix launching non-full screen apps from home."
2013-04-25 20:46:05 +00:00
Daniel Sandler
4f91efdf42
API: getPkg() -> getPackageName()
...
Bug: 8656860
Change-Id: If3062b9fc00270e5f0ecfe67e593b9a28c6bccdd
2013-04-25 16:39:02 -04:00
Daniel Sandler
a7b6cbf1a3
Merge "API cleanup: NotificationListener" into jb-mr2-dev
2013-04-25 20:16:49 +00:00
Jeff Sharkey
7efcc0c16d
Skip reporting resumes due to config change.
...
This gives us matching pause/resume calls to updateUsageStats(),
since configuration changes never report the pause event.
Change-Id: I5c8afc28766cd90d4bd793980265ce7988750cae
2013-04-25 13:11:47 -07:00
Craig Mautner
580ea81ccd
Fix launching non-full screen apps from home.
...
- Continue to display the home screen for non-fullscreen activities
such as Download. Previously launching Download from home would
display Download on top of the previous activity on the user activity
stack.
- Fix NPE when DEBUG_PROVIDER is true.
Change-Id: I705ea43e4b78a5f5e83fc3f5fa83e4c95e592268
2013-04-25 12:58:38 -07:00
Jeff Sharkey
21ef9647e8
Avoid leaking Surface native object.
...
Bug: 8721827
Change-Id: I8d6192b8eb47911fcf4964de399c7dba94ed9286
2013-04-25 12:56:42 -07:00
Daniel Sandler
e6f7f2e3a0
API cleanup: NotificationListener
...
- Wrap all public member variables in getters and make
slots private
- Rename clear* methods to cancel* to be more consistent
with existing public Notification API
Bug: 8656860
Change-Id: I84f7e71fbb627f859352a93089c6a531b44dac95
2013-04-25 15:51:08 -04:00
Daniel Sandler
fa1c443063
am 5e97c317: Merge "New NotificationListener API: getActiveNotifications()" into jb-mr2-dev
...
* commit '5e97c317e07a81bf5670292e2223e14eb610b0fd':
New NotificationListener API: getActiveNotifications()
2013-04-25 12:44:52 -07:00
Daniel Sandler
5e97c317e0
Merge "New NotificationListener API: getActiveNotifications()" into jb-mr2-dev
2013-04-25 19:41:10 +00:00
Ben Gruver
0882a90e1a
am 09bb9f66: Merge "Ensure the intent firewall dir exists before starting the FileObserver" into jb-mr2-dev
...
* commit '09bb9f66a0c258d3393145d31529de92e55e039a':
Ensure the intent firewall dir exists before starting the FileObserver
2013-04-25 10:42:04 -07:00
Ben Gruver
09bb9f66a0
Merge "Ensure the intent firewall dir exists before starting the FileObserver" into jb-mr2-dev
2013-04-25 17:40:41 +00:00
Michael Wright
007d4d7040
am a1e1d005: am 7c98c196: Merge "Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility" into jb-mr2-dev
...
* commit 'a1e1d0053b0918218439c102bfffccba7f155af8':
Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility
2013-04-24 20:26:49 -07:00
Michael Wright
a1e1d0053b
am 7c98c196: Merge "Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility" into jb-mr2-dev
...
* commit '7c98c196282629fc7a842e67ceca3d9686f3f23a':
Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility
2013-04-24 20:24:51 -07:00