227755 Commits

Author SHA1 Message Date
Felipe Leme
93702abf6e Cleaned up unit tests.
This refactoring will make it easier to add new test cases for the
upcoming bugreport details notification.

BUG: 25794470
Change-Id: I0bf6ab54a7b4aa1dfa51ad0354682e5764b8a209
2015-12-11 17:15:56 -08:00
Wale Ogunwale
f026f82fb5 Merge "Move focus to visible behind activity when we move the home task back" 2015-12-12 01:03:49 +00:00
Brad Ebinger
9a2b9f61a3 Merge "Add handler callbacks to StateMachine" 2015-12-12 01:01:39 +00:00
Andreas Gampe
fb912e0bee Merge "Frameworks/base: Avoid useless array allocation" 2015-12-12 00:52:34 +00:00
Tyler Gunn
6baa707133 Merge "Add PhoneAccount capability to indicate if VT uses presence." 2015-12-12 00:38:12 +00:00
Andreas Gampe
556718dbb2 Frameworks/base: Avoid useless array allocation
Don't allocate an unused array.

Bug: 19797138
Change-Id: I40539e7659a21a34a7d49c48bbeb51acf9bfe235
2015-12-11 16:08:16 -08:00
Selim Cinek
e164f75c07 Merge "Fixed a bug where the notification header was above the guts" 2015-12-12 00:00:40 +00:00
Selim Cinek
ffa5bdabb6 Merge "Fixed a bug where systemUI would crash when swiping notifications" 2015-12-12 00:00:27 +00:00
Selim Cinek
7b36ce17d1 Merge "Fixed a bug where not enough notifications were shown on lockscreen" 2015-12-11 23:59:54 +00:00
Selim Cinek
b052aad297 Merge "Adapted the header colors to spec" 2015-12-11 23:31:09 +00:00
John Reck
712a1c0ad2 Merge "Fix memory leak" 2015-12-11 23:22:43 +00:00
Wale Ogunwale
285ccef697 Move focus to visible behind activity when we move the home task back
Bug: 26118045
Change-Id: I106c698260b8215723ea1e50c654061464a1305f
2015-12-11 14:59:25 -08:00
Adarsh Fernando
d2a825aa48 Merge "docs: removed duplicate "Synctrace" definition." 2015-12-11 22:59:24 +00:00
John Reck
f636e63c44 Fix memory leak
Change-Id: I6e17b0957e6c470fe6a230e52e4d1b30c967214a
2015-12-11 14:55:22 -08:00
Selim Cinek
b5a83613fe Fixed a bug where the notification header was above the guts
Change-Id: I1b32ea229bd7a7b2c6b9f572ea71167334ba8a1c
2015-12-11 14:54:04 -08:00
Selim Cinek
471e31aa9b Fixed a bug where systemUI would crash when swiping notifications
Bug: 26159274
Change-Id: Ie8f9e65909fbe6e3d6436e9e4aab9e29779bfd10
2015-12-11 14:53:59 -08:00
Makoto Onuki
248808e3b2 Merge "Avoid using the term "current" to mean "calling"" 2015-12-11 22:51:31 +00:00
John Reck
1488f79776 Merge "resolve merge conflicts of f1df0f59c1 to master." 2015-12-11 22:48:56 +00:00
John Reck
89add11bb4 resolve merge conflicts of f1df0f59c1 to master.
Change-Id: Ia0ae0f753541f5203a4a3683721361c5e90ddae8
2015-12-11 14:47:40 -08:00
Makoto Onuki
32b3057e8a Avoid using the term "current" to mean "calling"
Bug 25715749

Change-Id: I98b28f1990d976c46b0eca2a2c15b7edbdda64ea
2015-12-11 14:34:13 -08:00
Chris Wren
b53b9f99ad Merge "fix bad merge" 2015-12-11 22:25:03 +00:00
Chris Wren
ee99e63bfc fix bad merge
Change-Id: I9d8a6135f1902956791820c696ad8b988597437f
2015-12-11 17:24:17 -05:00
Dimitry Ivanov
5f519e77a5 Merge "Use nativeloader to load NativeActivity" am: 317456bc52
am: e3ca5ac40d

* commit 'e3ca5ac40d96c88818d2004a688c7d06877186b2':
  Use nativeloader to load NativeActivity
2015-12-11 14:19:37 -08:00
Selim Cinek
7a73cb00d7 Merge "Fixed that notification stacks could overlap weirdly" 2015-12-11 22:00:02 +00:00
Chris Wren
de4b2645d9 unbreak the build,
plus some followon patches from Id3b0a074

Change-Id: I9f667a8d68a68d90c0d7f2fed3f28efcc6720533
2015-12-11 16:56:40 -05:00
Selim Cinek
652430a5cf Fixed a bug where not enough notifications were shown on lockscreen
Change-Id: Ia1a869d12e01d0787f873399bf68b48215a65e0c
2015-12-11 13:42:26 -08:00
Selim Cinek
8113819086 Adapted the header colors to spec
Change-Id: I7e68385b99d7dd0c93b00188d6a075bfd2e9a1a5
2015-12-11 13:42:22 -08:00
Julia Reynolds
41c264bae1 Merge "Add importance to notification guts." 2015-12-11 21:41:32 +00:00
Dimitry Ivanov
5747b3a85d Merge "Use nativeloader to load NativeActivity" 2015-12-11 21:38:29 +00:00
Julia Reynolds
72be84fd8c Merge "use importance instead of score" 2015-12-11 21:21:50 +00:00
Dmitriy Ivanov
048a0db7b5 Use nativeloader to load NativeActivity
System apps are the exception and they can
access internal platform libraries (this
is needed for bundled apps to work correctly).

Also fix the way NativeActivity loads the native
library to correspond to the way BaseDexClassloader
does it.

Bug: http://b/22548808
Bub: http://b/25777936
Change-Id: Idc94cdded182ea2cb1cbebc76c336cc3394c7ebe
(cherry picked from commit 6f06ad7df1362e9e5b252689f452bdeee2e5af46)
2015-12-11 13:18:42 -08:00
Chris Wren
bdf3376616 use importance instead of score
Change-Id: Id3b0a074671943b4fcabb63fe990cbfd1e46bdfd
2015-12-11 16:09:18 -05:00
Winson Chung
fca2a63f8b Temporarily workaround rendering issues.
- Disable reusing old stack view tasks

Bug: 25998134
Change-Id: Idf74f9b371a9ae6d89f5752708ac6adb675b55a7
2015-12-11 20:55:18 +00:00
John Reck
f1df0f59c1 Merge "Fix memory leak in HWUI"
am: 85b010b826

* commit '85b010b826129cd1a2090daa533e843b5573aea4':
  Fix memory leak in HWUI
2015-12-11 12:48:28 -08:00
Wale Ogunwale
c2b16e14a6 Merge "Make fullscreen stack visible if it has visible behind activity" 2015-12-11 20:43:39 +00:00
Seigo Nonaka
671e581eb0 Merge "Use NotoSansCJK-Regular.ttc instead of separated font files." 2015-12-11 20:41:33 +00:00
Dimitry Ivanov
e3ca5ac40d Merge "Use nativeloader to load NativeActivity"
am: 317456bc52

* commit '317456bc520549cbc1ac4ad102df8b0d22b22a99':
  Use nativeloader to load NativeActivity
2015-12-11 12:41:22 -08:00
John Reck
85b010b826 Merge "Fix memory leak in HWUI" 2015-12-11 20:37:36 +00:00
Dimitry Ivanov
317456bc52 Merge "Use nativeloader to load NativeActivity" 2015-12-11 20:30:32 +00:00
Rob Carr
2fa2791583 Merge "Apply cropping to resizing surfaces." 2015-12-11 20:23:07 +00:00
Andy Hung
1aba5230c5 Merge "Add Android permissions for audioserver" 2015-12-11 20:08:49 +00:00
Christopher Tate
55d651f741 Don\'t back up / restore EAP network definitions am: a89f9d93cb am: d735fbb3af
am: 5c3370d4f8

* commit '5c3370d4f810bd0e480d1964cf32568b9e2112a2':
  Don't back up / restore EAP network definitions
2015-12-11 12:03:15 -08:00
Julia Reynolds
ead00aac15 Add importance to notification guts.
Note: the guts are still trucated to the height of the notification.
The slider initially shows the importance of the individual notification,
but changing the slider changes the importance for the whole group
of notifications.

Bug: 22451710

Change-Id: Id6de3aaace2bdb88a8cc5db517002dc7f0e349ae
2015-12-11 14:57:47 -05:00
Christopher Tate
5c3370d4f8 Don\'t back up / restore EAP network definitions am: a89f9d93cb
am: d735fbb3af

* commit 'd735fbb3af31f43a5bc99c52b61b20b7218b076f':
  Don't back up / restore EAP network definitions
2015-12-11 11:50:22 -08:00
Christopher Tate
d735fbb3af Don\'t back up / restore EAP network definitions
am: a89f9d93cb

* commit 'a89f9d93cbda665259812e990bca1045bd8abf9f':
  Don't back up / restore EAP network definitions
2015-12-11 11:37:19 -08:00
Jeff Sharkey
1141018946 Merge "Cleaner API for requesting locked status." 2015-12-11 19:33:55 +00:00
Wale Ogunwale
cff4aa354e Make fullscreen stack visible if it has visible behind activity
Bug: 26118045
Change-Id: I76cfe0f0c08eb6b830a48143bc19479e71f78538
2015-12-11 10:44:25 -08:00
Dmitriy Ivanov
6f06ad7df1 Use nativeloader to load NativeActivity
System apps are the exception and they can
access internal platform libraries (this
is needed for bundled apps to work correctly).

Also fix the way NativeActivity loads the native
library to correspond to the way BaseDexClassloader
does it.

Bug: http://b/22548808
Bub: http://b/25777936
Change-Id: Idc94cdded182ea2cb1cbebc76c336cc3394c7ebe
2015-12-11 10:44:16 -08:00
Chad Brubaker
2907274f1d Merge "Add null check to getConfigForHostname" am: fe1eac7a19
am: 14cf68c284

* commit '14cf68c284fa611528c8f466c1fb41d5264cb0c2':
  Add null check to getConfigForHostname
  Work on issue #25467052: System lagged out
2015-12-11 10:26:09 -08:00
Felipe Leme
a5d3cfa983 Merge "Unhardcoded file paths." 2015-12-11 18:25:04 +00:00