6631 Commits

Author SHA1 Message Date
Selim Cinek
b0482b3068 am e4de3fbe: Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev
* commit 'e4de3fbe2ff869ed904bbfaf54903b9095cb7206':
  Fixed a bug where the notifications and the clock could jump
2014-09-11 16:01:31 +00:00
Baligh Uddin
356a11a557 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-11 15:29:13 +00:00
Baligh Uddin
a11ba90099 Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev 2014-09-11 15:29:05 +00:00
Jorim Jaggi
8353e76a99 Merge "Don't use layers when fading between public/private layout" into lmp-dev 2014-09-11 12:41:26 +00:00
Selim Cinek
72eda1729a Merge "Fixed a crash when the more card or the dismissview was longpressed" into lmp-dev 2014-09-11 12:20:21 +00:00
Selim Cinek
9d25c97ea0 Merge "Fixed a bug where the drag down animation was behaving wrong" into lmp-dev 2014-09-11 12:20:07 +00:00
Selim Cinek
88619b1295 Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev 2014-09-11 12:19:37 +00:00
Jorim Jaggi
aa92ffb199 Don't use layers when fading between public/private layout
Saves us some memory and more importantly, prevents layer trashing
and some skipped frames when building the layers.

Bug: 17287256
Bug: 16513124
Change-Id: Ief7c9a892da57bc77264de016f5118277e648f45
2014-09-11 11:56:37 +00:00
Selim Cinek
bdefcdf90f Fixed a crash when the more card or the dismissview was longpressed
Bug: 17460534
Change-Id: Ided33204b04085ed01f1cc6ada9ccc43fbf028d0
2014-09-11 12:41:47 +02:00
Lorenzo Colitti
23dd176915 Make status bar indicators reflect the network actually in use.
Currently, when we are connected to a wifi network without
Internet connectivity (e.g., a captive portal, or an access
point that's not connected to the Internet), we display the wifi
icon and hide the mobile network type icon. This is incorrect,
because all traffic is in fact going over mobile data. This
could cause nasty surprises if mobile data is metered.

Instead, make the icons reflect the true state of affairs:

- A wifi icon means device traffic goes through wifi.
- A wifi icon with ! means wifi is connected but has no
  Internet and traffic is not going through wifi.
- Mobile bars with a network type (e.g., "LTE" means device
  traffic goes through mobile data.
- Mobile bars without a network type mean that mobile data is
  connected but device traffic is not going through mobile data.
- Mobile bars with ! mean that cell is not connected.

Bug: 17237507
Change-Id: I923edbeab3013f10314633c01922c8684591b15c
2014-09-11 08:12:37 +09:00
John Spurlock
2532881f52 am 1f35a9b6: Merge "QS: Fix NPE path inside cell tile." into lmp-dev
* commit '1f35a9b62db9cb420dd69676f1c4b7c18b6f01ba':
  QS: Fix NPE path inside cell tile.
2014-09-10 21:47:00 +00:00
John Spurlock
66c0d0cb8c Merge "QS: Fix NPE path inside cell tile." into lmp-dev 2014-09-10 21:40:43 +00:00
John Spurlock
f7f00ea9d3 QS: Fix NPE path inside cell tile.
Bug:17456632
Change-Id: Ifc859cf8c1620152fd333d3a92bcd1a47ac1d7e7
2014-09-10 17:34:56 -04:00
Jorim Jaggi
1ceef4083e am 303fa836: Merge "Fix PIN/PUK flow" into lmp-dev
* commit '303fa8368258ec03d8a9a6994e5c38884ed2b129':
  Fix PIN/PUK flow
2014-09-10 20:54:06 +00:00
Jorim Jaggi
cc20d36267 am 70968134: Merge "Fix invisible Keyguard" into lmp-dev
* commit '70968134205bcaf97076b84f5fda9ee867aa21e5':
  Fix invisible Keyguard
2014-09-10 20:54:03 +00:00
Jorim Jaggi
e81d5c97e8 Merge "Fix PIN/PUK flow" into lmp-dev 2014-09-10 20:48:46 +00:00
Jorim Jaggi
ef764551c9 Merge "Fix invisible Keyguard" into lmp-dev 2014-09-10 20:43:51 +00:00
Jorim Jaggi
5cbfe5476b Fix invisible Keyguard
Bug: 17439581
Change-Id: Ie649af4a3455a650ab46372f1e5500b530a24f34
2014-09-10 22:23:08 +02:00
Jorim Jaggi
f18271cb30 Fix PIN/PUK flow
Bug: 17411293
Change-Id: Ib9e99ba5d982704fc0b8201aa90a664501a34b81
2014-09-10 20:21:14 +02:00
Jorim Jaggi
d75df5fc3a am 07291645: Merge "Fix QS interception on tablets" into lmp-dev
* commit '07291645ca6479b6ba8f83c95c137602dfd20ddb':
  Fix QS interception on tablets
2014-09-10 17:31:43 +00:00
Jorim Jaggi
ebd8589406 Merge "Fix QS interception on tablets" into lmp-dev 2014-09-10 17:22:42 +00:00
Jorim Jaggi
95ba65ac48 am bf671114: Merge "Don\'t let two closing animations run at the same time" into lmp-dev
* commit 'bf671114aa8cd713ff915dbd1403e077821c07f8':
  Don't let two closing animations run at the same time
2014-09-10 17:06:41 +00:00
Selim Cinek
cfc91cf264 Fixed a bug where the drag down animation was behaving wrong
Since we actually only need to animate the yCoordinate in
the drag down motion, some clipping artefacts were left
in certain cases.

Bug: 17345758
Change-Id: I659a64b7ae5c7abcfa04c20347ec56a2d5f4f75c
2014-09-10 18:52:08 +02:00
Jorim Jaggi
0c85e8676e Fix QS interception on tablets
Only intercept when touching on the panel and not on the left or
right of the panel. Fixes a bug where the user couldn't dismiss the
panel by tapping outside.

Bug: 17437547
Change-Id: Ice484a301683fa2df1f2a21f13977023b48189f4
2014-09-10 18:22:24 +02:00
Selim Cinek
237a70153b Fixed a bug where the notifications and the clock could jump
When the QS panel was expanded, the Notifications and the
clock were not positioned, leading to a jump on the next
layout when any notification came in or was swiped out.

Bug: 17315258
Change-Id: I19276054e8c0a364a452d2041c1c4af858ba32b7
2014-09-10 18:12:18 +02:00
Jorim Jaggi
6658b159db Merge "Don't let two closing animations run at the same time" into lmp-dev 2014-09-10 15:48:45 +00:00
Jason Monk
90da0ffecc am 89551fab: Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
* commit '89551fab5725e7c67002f894bdf8933c00a9c409':
  Fix blank QS Panel after double tap on profile icon
2014-09-10 15:10:32 +00:00
Jason Monk
c409af4ebc am 1c52586c: Merge "Update zen mode and qs strings on locale change" into lmp-dev
* commit '1c52586cb3273f419d9e70a884823c411abacf73':
  Update zen mode and qs strings on locale change
2014-09-10 15:10:28 +00:00
Jason Monk
e66afcdb46 am 473d27fa: Merge "Move zen mode constants and code to framework" into lmp-dev
* commit '473d27fa34875083dfea48e933c2e9300979c64a':
  Move zen mode constants and code to framework
2014-09-10 15:10:24 +00:00
Jorim Jaggi
98139559af Don't let two closing animations run at the same time
Fixes a flash when clicking on a single notification.

Bug: 17450892
Change-Id: Ia99c21a0bb30ce100532cfab66c96ec24f2412bf
2014-09-10 17:05:19 +02:00
Jason Monk
bd2ffe8f77 Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev 2014-09-10 15:01:00 +00:00
Jason Monk
0875a782ad Merge "Update zen mode and qs strings on locale change" into lmp-dev 2014-09-10 15:00:31 +00:00
Jason Monk
c8e4fa41f2 Merge "Move zen mode constants and code to framework" into lmp-dev 2014-09-10 15:00:20 +00:00
Selim Cinek
5fafdd52be am 20c285a6: Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
* commit '20c285a6485e57669eae5a9ea165b390f0d8369c':
  Fixed a bug where text could overlap in Quick settings
2014-09-10 13:45:00 +00:00
Selim Cinek
ee5234f200 Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev 2014-09-10 13:36:18 +00:00
Jason Monk
4dd81467e3 Move zen mode constants and code to framework
This allows the strings and code to be shared with settings.

Bug: 15454830
Change-Id: I9300af4f8b6d80042452b75db3418b20c5c5cc81
2014-09-10 09:30:03 -04:00
Jorim Jaggi
f53e919696 am 2f52f74c: Merge "Use simpler layout for auto-redacted notifications" into lmp-dev
* commit '2f52f74c4a670370e32b36ecb89a06f5203df8d1':
  Use simpler layout for auto-redacted notifications
2014-09-10 13:11:51 +00:00
Jorim Jaggi
9aaf1a1c8f am 222ff70d: Merge "Inflate guts only when needed" into lmp-dev
* commit '222ff70d04bd1e3721d455cd42ce36f046b52b93':
  Inflate guts only when needed
2014-09-10 13:11:47 +00:00
Jorim Jaggi
00fb8a80c8 Merge "Use simpler layout for auto-redacted notifications" into lmp-dev 2014-09-10 13:03:30 +00:00
Jorim Jaggi
b1cd3c1945 Inflate guts only when needed
This saves us a ton of views.

Bug: 17346296
Change-Id: I3eafd6703d19704dc8b108c1034266f38cf77f7b
2014-09-10 14:58:50 +02:00
Selim Cinek
e84e6676c4 Fixed a bug where text could overlap in Quick settings
Bug: 17434395
Change-Id: I001f54586666e2e575b0295315f7b2181c25a1e9
2014-09-10 14:41:58 +02:00
Winson Chung
2cb9cfc771 am b68c78bd: Announcing the task list as you scroll. (Bug 15699050)
* commit 'b68c78bdec4f680e4b5536a7f8df90513cc5aba7':
  Announcing the task list as you scroll. (Bug 15699050)
2014-09-10 00:17:22 +00:00
Winson Chung
b3c4138cc9 am 5ec5fa49: Fixing issue with Recents showing blank. (Bug 16987565)
* commit '5ec5fa491c6cba8a6bb451d0aa121318df927ffd':
  Fixing issue with Recents showing blank. (Bug 16987565)
2014-09-10 00:17:19 +00:00
Winson Chung
48073f9aa7 am d7a863be: Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)
* commit 'd7a863be76afb458cb59472ad02d49568ada6e04':
  Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)
2014-09-10 00:17:15 +00:00
Winson Chung
93638be299 am 7d631483: Adding task switching animation xmls for further tweaking. (Bug 16656169)
* commit '7d631483fc22a2d66f2510c93be8387d6c2bbdca':
  Adding task switching animation xmls for further tweaking. (Bug 16656169)
2014-09-10 00:16:42 +00:00
Winson Chung
8c851f7696 am b754940a: Fixing weird highlight on dismiss button ripple. (Bug 17420495)
* commit 'b754940a89eea209763b564325e100f45bd1c0c3':
  Fixing weird highlight on dismiss button ripple. (Bug 17420495)
2014-09-10 00:16:39 +00:00
John Spurlock
396c3312c5 am 7fa27583: Merge "QS: Fix tile padding on dual tile first lines." into lmp-dev
* commit '7fa275831652f2fcaf6df2d10264f2c9b8ae0346':
  QS: Fix tile padding on dual tile first lines.
2014-09-10 00:15:22 +00:00
Winson Chung
ee44595bd5 Announcing the task list as you scroll. (Bug 15699050)
Change-Id: I7453f41a2c87241e538cdc7281cdc20a8710ebbb
2014-09-09 22:50:01 +00:00
Winson Chung
8a8d9611e2 Fixing issue with Recents showing blank. (Bug 16987565) 2014-09-09 22:49:24 +00:00
Winson Chung
e5c06a6431 Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)
Change-Id: Id8f96455f6e11a13a8ac12d341464bca4419d7c5
2014-09-09 22:49:04 +00:00