Adrian Roos
070a0b61cd
Set a dark theme for SystemUI.
...
The default theme for the platform has changed to a
light variant. This puts SystemUI back in the dark.
Bug: 13635952
Change-Id: I230a2078ba6bf5a79c768f0e357fcbd75f283cf8
2014-04-11 01:36:33 +02:00
Narayan Kamath
954a4666ab
am d11f223c: resolved conflicts for merge of 286a247e to master
...
* commit 'd11f223c535ed9ce628fe5aaf0fd5692dd0cf9e4':
Re-implement native library search and copies.
2014-04-10 09:47:18 +00:00
Narayan Kamath
d11f223c53
resolved conflicts for merge of 286a247e to master
...
Change-Id: I63df9d482da3ce2ac851959223b9180020ffad0c
2014-04-10 10:38:31 +01:00
Narayan Kamath
286a247e4c
am 0fd40cb1: am 80413c9f: Merge "Re-implement native library search and copies."
...
* commit '0fd40cb100bccbd5d9ad6109ca39c818a857f889':
Re-implement native library search and copies.
2014-04-10 09:26:44 +00:00
Adrian Roos
898fe18101
Merge "Keep lockscreen open when all notifications are gone" into master-lockscreen-dev
2014-04-10 00:08:22 +00:00
Adrian Roos
2718e1f3a3
Keep lockscreen open when all notifications are gone
...
Whack-a-bug time!
Bug: 13635952
Change-Id: I1941271fb1638cc60f1a1311369b4703ff83c76b
2014-04-10 01:59:57 +02:00
Adrian Roos
9a254ac907
Merge "Allow returning from quick settings on lockscreen" into master-lockscreen-dev
2014-04-09 23:57:35 +00:00
Winson Chung
46c747ba09
am 2835db8b: Merge "Removing duplicated code in Recents"
...
* commit '2835db8b62ec8cb15369a96da6d7b97122d395fb':
Removing duplicated code in Recents
2014-04-09 23:54:52 +00:00
Winson Chung
00cecfbb32
am 2adb9586: Merge "Allow for different rects when animating to a single task stack view and a multiple task stack view."
...
* commit '2adb95860f9682ed2c4893da58679540cd8cac56':
Allow for different rects when animating to a single task stack view and a multiple task stack view.
2014-04-09 23:54:49 +00:00
Winson Chung
2835db8b62
Merge "Removing duplicated code in Recents"
2014-04-09 23:50:39 +00:00
Winson Chung
2adb95860f
Merge "Allow for different rects when animating to a single task stack view and a multiple task stack view."
2014-04-09 23:50:33 +00:00
Adrian Roos
3bc62f724b
Allow returning from quick settings on lockscreen
...
Turns out having to switch off the device to get back to notifications
is annoying.
Bug: 13635952
Change-Id: I9db81370c7c715a0874e2b6a4d75ed408843868a
2014-04-10 00:44:43 +02:00
John Spurlock
1fcb5400b3
resolved conflicts for merge of 3c86a27d to master-lockscreen-dev
...
Change-Id: Idcf46beb8790ff95566942d1633baf70ca5eddf8
2014-04-09 18:33:06 -04:00
Winson Chung
b44c24fb50
Removing duplicated code in Recents
...
- Also disabling the animation on the first task view when animating from home
- Fixing a case where filtered and non-filtered state can be exactly the same
Change-Id: I01665391fc0b0745a89e404b12280d3d919aec83
2014-04-09 15:19:57 -07:00
John Spurlock
3c86a27d3e
Merge "Put suppressed notifications behind a summary notification."
2014-04-09 21:45:36 +00:00
Winson Chung
0d767551c5
Allow for different rects when animating to a single task stack view and a multiple task stack view.
...
- Fixing regression in task bar enter animation duration
- Fixing issue with extra long titles in the task bar
- Cleaning up some constants and unused code
2014-04-09 14:33:23 -07:00
John Spurlock
bf20eab6fc
Put suppressed notifications behind a summary notification.
...
Bug:13726563
Change-Id: Ib1c3fba3a328792dc674c8403735f75d4db41973
2014-04-09 16:52:20 -04:00
Winson Chung
bdf4cd029b
am daa610cc: Merge "Prevent Recents from lingering after screen-off."
...
* commit 'daa610cc42ae68db0af1b63755fe3a7531f47dcc':
Prevent Recents from lingering after screen-off.
2014-04-09 17:42:01 +00:00
Winson Chung
daa610cc42
Merge "Prevent Recents from lingering after screen-off."
2014-04-09 17:39:31 +00:00
Ramin Zaghi
1378aba7ae
Re-implement native library search and copies.
...
We now use a two step approach :
- First we look through the list of shared libraries in an
APK, and choose an ABI based on the (priority) list of ABIs
a given device supports.
- Then we look through the list of shared libraries and copy
all shared libraries that match the ABI we've selected.
This fixes a long-standing bug where we would sometimes copy
a mixture of different ABIs to the device, and also allows us
to clearly pick an ABI to run an app with.
The code in NativeLibraryHelper has been refactored so that all
file name validation & matching logic is done in a single place
(NativeLibrariesIterator). This allows us to avoid a lot of
redundant logic and straightens out a few corner cases (for eg.
where the abi determination & copying logic do not agree on
what files to skip).
bug: https://code.google.com/p/android/issues/detail?id=65053
bug: 13647418
Change-Id: I34d08353f24115b0f6b800a7eda3ac427fa25fef
Co-Authored-By: Zhenghua Wang <zhenghua.wang0923@gmail.com>
Co-Authored-By: Ramin Zaghi <ramin.zaghi@arm.com>
Co-Authored-By: Narayan Kamath <narayan@google.com>
2014-04-09 17:16:40 +01:00
Jorim Jaggi
251957d76e
Double tap interaction for notifications on lockscreen.
...
This change also uses a different background for notifications on the
lockscreen and moves the background drawable from the templates to
SystemUI.
Bug: 13635952
Change-Id: Icf09178065aa7fc0472adef70342d637fbcca785
2014-04-09 18:11:45 +02:00
Alan Viverette
cedef17fa6
am 18c7f559: Merge "Make toggle slider use default assets"
...
* commit '18c7f559a02d3c1a250ecb0aebcd76d5291110b9':
Make toggle slider use default assets
2014-04-09 00:45:24 +00:00
Christoph Studer
d1e7c00095
am 068f5929: Fix memory leak in NotificationStackScrollLayout
...
* commit '068f5929d10a2daf93d6a0aa26e48b1185c36c98':
Fix memory leak in NotificationStackScrollLayout
2014-04-09 00:45:18 +00:00
Alan Viverette
18c7f559a0
Merge "Make toggle slider use default assets"
2014-04-08 22:29:37 +00:00
Alan Viverette
f6a679870f
Make toggle slider use default assets
...
BUG: 13817697
Change-Id: Ibae671a35b55a195b40d8c943f45685fb7b3ac4f
2014-04-08 15:27:24 -07:00
Christoph Studer
068f5929d1
Fix memory leak in NotificationStackScrollLayout
...
Bug: 13899792
Change-Id: I87d6c5e1f0f5052d45203df51284d828823dfd88
2014-04-08 22:19:25 +00:00
Adrian Roos
9a0a4c9d7e
Enable quick settings from lockscreen and merge into one shade.
...
Change-Id: Ic5b5f54bcfe3816549287f707715e29340522d9b
2014-04-08 18:25:34 +02:00
Adrian Roos
6e0f14e748
Merge "Add a temporary user switcher to quick settings" into master-lockscreen-dev
2014-04-08 14:12:24 +00:00
Adrian Roos
5a46cd37c2
Add a temporary user switcher to quick settings
...
Change-Id: I7ebe29049812fe5ac98b702f3378a1121d5d6bb7
2014-04-08 16:07:46 +02:00
Baligh Uddin
ff17bc9cac
Merge "Import translations. DO NOT MERGE"
2014-04-08 02:16:43 +00:00
Baligh Uddin
f878c0a35e
Merge "Import translations. DO NOT MERGE" into master-lockscreen-dev
2014-04-08 02:16:41 +00:00
Winson Chung
6736905dc0
Prevent Recents from lingering after screen-off.
...
- Fixing issue with landscape view not spanning the screen
- Simplifying the way we erase bitmaps
Change-Id: Ifc17c4c8f46caa8d3e42607a68bd94fed0c63543
2014-04-07 17:48:20 -07:00
Selim Cinek
7b5232251c
am ed01ddd5: Merge "QuickSettings was inaccessible sometimes with empty shade."
...
* commit 'ed01ddd5014780c64c529a17a3b4a5b600038c5c':
QuickSettings was inaccessible sometimes with empty shade.
2014-04-07 19:28:53 +00:00
Selim Cinek
ed01ddd501
Merge "QuickSettings was inaccessible sometimes with empty shade."
2014-04-07 19:23:39 +00:00
Christoph Studer
9a762b3eee
am d624a443: Merge "Write eventlog entries for notification panel visibility"
...
* commit 'd624a443ec5662d2bf812b6992e783bea225d36d':
Write eventlog entries for notification panel visibility
2014-04-07 19:20:45 +00:00
Selim Cinek
91c39ef7f2
QuickSettings was inaccessible sometimes with empty shade.
...
Fixed access to QuickSettings, when the shade was not full.
Bug: 13879008
Change-Id: Ie8c88b91eb397dcb4d78834acfc2e2ab2a24bed9
2014-04-07 21:18:09 +02:00
Christoph Studer
d624a443ec
Merge "Write eventlog entries for notification panel visibility"
2014-04-07 19:15:22 +00:00
Christoph Studer
760ea554d0
Write eventlog entries for notification panel visibility
...
Change-Id: Ie7e15ed15739cb5f057c900e1cadf90824b2b4ef
2014-04-07 14:52:17 -04:00
Selim Cinek
6b7961d746
am a3e5bcb6: Fixed crash in PanelView dump
...
* commit 'a3e5bcb60efdf1202f627d25d30693089f7d535d':
Fixed crash in PanelView dump
2014-04-07 18:43:31 +00:00
Selim Cinek
a3e5bcb60e
Fixed crash in PanelView dump
...
Bugreports crashed when dumping PanelView.
Bug: 13872972
Change-Id: I3bd2b5321dd208766248f6506c5592190366e5ea
2014-04-07 20:22:24 +02:00
Jorim Jaggi
7ea2506327
Merge "Fix crash when taking screenshot." into master-lockscreen-dev
2014-04-07 17:59:32 +00:00
Jorim Jaggi
3ed328ecb7
Merge "Always go through bouncer when unlocking" into master-lockscreen-dev
2014-04-07 17:59:18 +00:00
Jorim Jaggi
9afbfaf52e
Merge "Collapse notifications on lockscreen." into master-lockscreen-dev
2014-04-07 17:59:03 +00:00
Jorim Jaggi
313c662f3c
Merge "Basic implementation for notifications on lockscreen." into master-lockscreen-dev
2014-04-07 17:58:48 +00:00
Baligh Uddin
980a0c58e4
Import translations. DO NOT MERGE
...
Change-Id: I3e14566d143d423c621a69e2dda3245976bfa482
Auto-generated-cl: translation import
2014-04-07 09:10:03 -07:00
Baligh Uddin
016409812a
Import translations. DO NOT MERGE
...
Change-Id: I5aca3127cc5a9cde5f594d7d12fe0bd2c7a764f4
Auto-generated-cl: translation import
2014-04-07 09:09:09 -07:00
Kenny Guy
30e67bd2d4
am 2eadb856: Merge "Launch recents with the correct user."
...
* commit '2eadb856d0c3747545fa2d19bec3270d112cf49c':
Launch recents with the correct user.
2014-04-07 10:59:41 +00:00
Kenny Guy
2eadb856d0
Merge "Launch recents with the correct user."
2014-04-07 10:54:58 +00:00
Jorim Jaggi
3beffdf4a0
Fix crash when taking screenshot.
...
Start SystemUI services only if needed.
Bug: 13635952
Change-Id: I76a5e3333ed8f51a267e33b2cf172d6c775ac914
2014-04-05 17:06:21 +02:00
Jorim Jaggi
0bed7f258b
Always go through bouncer when unlocking
...
Previously, we skipped the bouncer when the user didn't had a
security method set. Users without a security method couldn't unlock
their SIM cards though. This change moves the responsibility to
decide what to do to bouncer, so SIM pin is still shown with users
without secrity methods. The bouncer will still be skipped if no
authentication is required.
Bug: 13635952
Change-Id: I0b43628c37d769515e97c29fc5fb5337fe46526f
2014-04-05 17:05:56 +02:00