10860 Commits

Author SHA1 Message Date
Adrian Roos
8edffdf1e9 am c51688f7: Merge "Don\'t drop up or cancel touch events" into lmp-dev
* commit 'c51688f7c59890f31ffd8a6b79c083e4659dd087':
  Don't drop up or cancel touch events
2014-09-02 21:44:34 +00:00
Adrian Roos
9dc3209913 Disable touch dispatch while adjusting brightness
Prevents new pointers from being added while the shade
is transparent so that nothing gets touched by accident.

Bug: 17113634
Change-Id: I4a607d08dbccd467280159060846edd32db9c512
2014-09-02 23:38:59 +02:00
Adrian Roos
38b4670d46 Merge "Don't drop up or cancel touch events" into lmp-dev 2014-09-02 21:35:59 +00:00
Adrian Roos
ce5474b837 Don't drop up or cancel touch events
Otherwise you're gonna have a bad time.

Bug: 17113634
Change-Id: I24fa13a4379bab0cef014010058d08096abda094
2014-09-02 23:19:56 +02:00
Jorim Jaggi
29ff450cd6 am d9a773e5: Merge "Fix outdated time when turning on screen" into lmp-dev
* commit 'd9a773e51e6fcf7abbbcfd2c145e7e4e16c1282d':
  Fix outdated time when turning on screen
2014-09-02 20:36:04 +00:00
Jorim Jaggi
4dc653aaa2 Merge "Fix outdated time when turning on screen" into lmp-dev 2014-09-02 20:26:39 +00:00
Selim Cinek
d7d9c4c975 am 77258e4a: Merge "Notifications are now selectable by the Keyboard" into lmp-dev
* commit '77258e4a2349afa72f3110407717d5f090c22106':
  Notifications are now selectable by the Keyboard
2014-09-02 20:14:20 +00:00
Jorim Jaggi
57cc95bce3 am a6399288: Merge "Remove different layout for landscape in Keyguard" into lmp-dev
* commit 'a63992888988017f664cc4c33ea1f0d546959b9d':
  Remove different layout for landscape in Keyguard
2014-09-02 20:14:15 +00:00
Jorim Jaggi
d09def7511 Fix outdated time when turning on screen
Force a synchronous update of the clock view when turning on the
screen. Also wait for the Keyguard window to be drawn when turning
on the screen.

Bug: 16904617
Change-Id: I38f78a38cfe35ccd067cd420d2bad626bd955ad6
2014-09-02 22:05:42 +02:00
Selim Cinek
58703e651c Merge "Notifications are now selectable by the Keyboard" into lmp-dev 2014-09-02 20:01:07 +00:00
Jorim Jaggi
4b149860b8 Merge "Remove different layout for landscape in Keyguard" into lmp-dev 2014-09-02 20:01:03 +00:00
Jorim Jaggi
e82f90e72e Remove different layout for landscape in Keyguard
Bug: 15422177
Change-Id: I8a643a8f6dcfed1530f17e8de6a5cc69533528b4
2014-09-02 21:54:25 +02:00
Jason Monk
092be7de02 Don't show add user for simple user switcher
Bug: 17200801
Change-Id: Ideeabf52cae5a6c874fbc9d68be3e79a815db971
2014-09-02 15:26:13 -04:00
Svet Ganov
13f542cabd Move print rendering in an isolated process.
Security review of the PDF rendering code revealed that it is
not sercure. Therefore, this code must be run in a sandbox.
This change moves the rendering code in an isolated process.

bug:16897933

Change-Id: I711ce42a56892db1837950137bfaa79e1d61a7c4
2014-09-02 11:40:44 -07:00
Jorim Jaggi
041d14f72d am 9ffdc3bd: Merge "Use separate icon group for signal/battery in QS header" into lmp-dev
* commit '9ffdc3bd05cf7c3835014ac755ab023bf1d0367d':
  Use separate icon group for signal/battery in QS header
2014-09-02 18:01:36 +00:00
Tyler Gunn
c6eafead44 am 78c0d4ab: Merge "Remove "ask each time" SIP call setting. (1/2)" into lmp-dev
* commit '78c0d4ab75c61efc48af1a698fd7d36620523866':
  Remove "ask each time" SIP call setting. (1/2)
2014-09-02 17:45:49 +00:00
Jorim Jaggi
210052e7c7 Merge "Use separate icon group for signal/battery in QS header" into lmp-dev 2014-09-02 17:43:11 +00:00
Jorim Jaggi
06d551ac62 Use separate icon group for signal/battery in QS header
This reverts the terrible hack that reattaches the system icons when
expanding QS. This primarily fixes that the alpha of the icons was
wrong when closing the shade, but also fixes flickering when expanding
the shade.

Bug: 17338013
Change-Id: Ifcbe03eca43ed7639059734e23d740c1b8a7a9de
2014-09-02 17:42:25 +00:00
Tyler Gunn
4b7498d81f Merge "Remove "ask each time" SIP call setting. (1/2)" into lmp-dev 2014-09-02 17:31:39 +00:00
Amith Yamasani
5dc010644e am 9bdf3963: Merge "Make it possible to remove current user" into lmp-dev
* commit '9bdf3963a64d8eb0b66705da3922c464badaa539':
  Make it possible to remove current user
2014-09-02 17:29:12 +00:00
Amith Yamasani
2cdcc7d360 Merge "Make it possible to remove current user" into lmp-dev 2014-09-02 17:21:58 +00:00
Selim Cinek
2e22d7ae42 am d4fbac6e: Merge "Fixed a bug in the notification touch selection." into lmp-dev
* commit 'd4fbac6e8304baf0c08254d6778a79ab6cc0a429':
  Fixed a bug in the notification touch selection.
2014-09-02 15:46:19 +00:00
Tyler Gunn
2c830a2905 Remove "ask each time" SIP call setting. (1/2)
1. Removed setting from Settings.System class.
2. Added settings database migration step to change "SIP_ASK_ME_EACH_TIME"
to "SIP_ADDRESS_ONLY" as the "ask me each time" option no longer makes
sense given the new phone accounts settings.

Bug: 17321422
Change-Id: I3df1be4fcda44f2097c49af44508ac1fce72a24b
2014-09-02 08:39:35 -07:00
Selim Cinek
9547fd4a2e Merge "Fixed a bug in the notification touch selection." into lmp-dev 2014-09-02 15:37:06 +00:00
Selim Cinek
b2da91b14f Notifications are now selectable by the Keyboard
Also adapted the ripple colors a bit to be more visible.

Bug: 17203303
Change-Id: I7d0446d2641bcabb1e09b3af9535d88c4142e216
2014-09-02 17:35:20 +02:00
Christoph Studer
1f7e0f0da1 am f7363473: Merge "SysUI: Ignore group children when summary is present" into lmp-dev
* commit 'f736347370ef485e9bd3c138e2d02d0db033a295':
  SysUI: Ignore group children when summary is present
2014-09-02 15:34:02 +00:00
Christoph Studer
e0320054a7 Merge "SysUI: Ignore group children when summary is present" into lmp-dev 2014-09-02 15:22:17 +00:00
Jorim Jaggi
a86944db09 am c7bdf1ab: Merge "Fix expanded notifications on lockscreen" into lmp-dev
* commit 'c7bdf1ab11f2c66b8db6023ac817b142b2ec15f1':
  Fix expanded notifications on lockscreen
2014-09-02 15:16:05 +00:00
Jorim Jaggi
2debc99efa Merge "Fix expanded notifications on lockscreen" into lmp-dev 2014-09-02 15:07:37 +00:00
Jorim Jaggi
e62d589bea Fix expanded notifications on lockscreen
Bug: 17340086
Change-Id: I388f859cea1ad5daf195590512ee684e88b9299c
2014-09-02 16:32:23 +02:00
Selim Cinek
abdc5a0782 Fixed a bug in the notification touch selection.
This lead to the wrong notification being selected and
therefore the longpress listener would not be triggered.
Also added some logging for cases where the longpress
listener would not fire.

Bug: 17332879
Change-Id: I9a5cd9bfe3108ca3e366711d34d1e218f1d520cf
2014-09-02 14:42:10 +02:00
Selim Cinek
c6c5b1bee1 am cb2356fc: Merge "Fixed crash with notification guts" into lmp-dev
* commit 'cb2356fc97fc1912d40840edeb1b2a7729a6903d':
  Fixed crash with notification guts
2014-09-02 11:55:42 +00:00
Selim Cinek
a0d61a2a63 am 509c03d2: Merge "Fixed LTR and RTL naming confusion in navigation bar" into lmp-dev
* commit '509c03d288be0e60966f5157eea919ba0f627669':
  Fixed LTR and RTL naming confusion in navigation bar
2014-09-02 11:55:38 +00:00
Selim Cinek
56d3cb3013 Merge "Fixed crash with notification guts" into lmp-dev 2014-09-02 11:48:28 +00:00
Selim Cinek
6301c555dc Merge "Fixed LTR and RTL naming confusion in navigation bar" into lmp-dev 2014-09-02 11:47:47 +00:00
Selim Cinek
edb893bae6 Fixed crash with notification guts
Bug: 17350166
Change-Id: I4b5eb19b30e57486f48fa8c397e7450426f36464
2014-09-02 12:51:31 +02:00
Christoph Studer
d722f27323 SysUI: Ignore group children when summary is present
This is an optimization to avoid inflating Views for notifications
we're not going to show and free up memory ASAP. No behavioral changes
expected.

Bug: 16302692
Change-Id: I5fa03dcc9ad9cae4afc7cd6102d7ea8bfbdcbfd5
2014-09-02 11:49:19 +02:00
Baligh Uddin
8901c7ba1d Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-02 02:07:00 +00:00
Baligh Uddin
a37261b21a Import translations. DO NOT MERGE
Change-Id: Id2b9e0d60ed4cba16ad90621dafd7c41ad377f76
Auto-generated-cl: translation import
2014-09-01 17:49:05 -07:00
Winson Chung
15ae71e146 am c6e77d65: Fixing build (adding missing animations).
* commit 'c6e77d6510331a0d6da95edcf4aa9db4e9cd6f80':
  Fixing build (adding missing animations).
2014-09-02 00:08:07 +00:00
Winson Chung
ec1bfea28e Fixing build (adding missing animations). 2014-09-02 00:00:52 +00:00
Winson Chung
15155519ba Fixing Recents crash with non-primary user. (Bug 17343688) 2014-09-01 23:41:21 +00:00
Winson Chung
09445ed4c7 am 648c87e6: Providing a more seamless transition to Home (Bug. 17012456)
* commit '648c87e6a9d0c7955eee4b4ff60776a84d6d3efb':
  Providing a more seamless transition to Home (Bug. 17012456)
2014-09-01 23:33:43 +00:00
Winson Chung
bf8871db61 Providing a more seamless transition to Home (Bug. 17012456)
- Fixing landscape N7 transition issue

Change-Id: I968d6fd4db693359d520664b1444e699d7ee30ee
2014-09-01 23:20:47 +00:00
Selim Cinek
74c92d6def Fixed LTR and RTL naming confusion in navigation bar
Bug: 15280748
Change-Id: Ibc985374b8c4e6787abd80324add1213c9db727e
2014-09-01 23:53:43 +02:00
Selim Cinek
8ff091775a am e105f923: Merge "Fixed a bug with the appear animation of the notifications" into lmp-dev
* commit 'e105f9235da5f1d53027ae408eb8710b44a8e86a':
  Fixed a bug with the appear animation of the notifications
2014-09-01 21:38:03 +00:00
Selim Cinek
c4a4b0a29c am 66e725be: Merge "Stabilized the animation when going back from the locked shade" into lmp-dev
* commit '66e725be2ddd2b4377dc055b25c477ee2046fff2':
  Stabilized the animation when going back from the locked shade
2014-09-01 21:37:59 +00:00
Selim Cinek
ca8e58f3be Merge "Fixed a bug with the appear animation of the notifications" into lmp-dev 2014-09-01 21:30:32 +00:00
Selim Cinek
c309fab3c8 Merge "Stabilized the animation when going back from the locked shade" into lmp-dev 2014-09-01 21:30:21 +00:00
Baligh Uddin
ab76ad4f62 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-01 21:26:16 +00:00