John Spurlock
c133ab8258
Log errors found in notification listener callbacks.
...
Otherwise, exceptions thrown inside listener callbacks are
not logged at all.
Change-Id: Iaef28e06abc4d6caf66051725e14a17ac954173e
2013-06-10 15:16:22 -04:00
Chet Haase
5133dcb838
Merge "Additional functionality and performance for ArrayMap"
2013-06-07 14:05:46 +00:00
Satoshi Kataoka
65ea41541b
Merge "Fix an issue where "SuggestionSpan"s are not removed properly"
2013-06-07 07:59:44 +00:00
Chong Zhang
799d4af8cf
Merge "wifi-display: set display to unavailable if p2p device is unavailable"
2013-06-07 03:28:11 +00:00
Scott Main
8c8391ad6a
am cdad1772: am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
...
* commit 'cdad1772e18e6f6f563b369c41d453e181a5169c':
add links to a couple intellij docs for Eclipse users
2013-06-06 17:57:59 -07:00
Scott Main
cdad1772e1
am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
...
* commit 'b8e4d95c22e0f44aee5cb3001262b5154bf90cb7':
add links to a couple intellij docs for Eclipse users
2013-06-06 17:55:15 -07:00
Scott Main
b8e4d95c22
am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
...
* commit 'a7ba45ec7cbaaa1dbfcd6601bb42abd5ea39547f':
add links to a couple intellij docs for Eclipse users
2013-06-06 17:51:20 -07:00
Romain Guy
241ef0cc42
Merge "Assume a texture is unbound after deleting it Bug #9316260 "
2013-06-07 00:07:05 +00:00
Svetoslav
494cb689d0
Merge "Optimizing AccessibilityNodeInfo caching."
2013-06-07 00:04:57 +00:00
Chet Haase
f4130cf35f
Additional functionality and performance for ArrayMap
...
Added equals() and hashCode() to ArrayMap to allow equals() tests
of maps with the same key/value pairs to return true.
Changed putAll() to handle the case of an empty map faster, just copying
the arrays instead of adding elements one by one.
Added to ArrayMapTests to test new equals() and copy constructor
functionality.
Issue #9299310 Optimize ArrayMap copy constructor
Change-Id: I1186a0eddd1fd53a0f380c2f3972fc1942cdf879
2013-06-06 16:43:41 -07:00
Romain Guy
be1b127c7b
Assume a texture is unbound after deleting it
...
Bug #9316260
The GL specification indicates that deleting a bound texture has
the side effect of binding the default texture (name=0). This change
replaces all calls to glDeleteTextures() by Caches::deleteTexture()
to properly keep track of texture bindings.
Change-Id: Ifbc60ef433e0f9776a668dd5bd5f0adbc65a77a0
2013-06-06 16:26:51 -07:00
Chong Zhang
21f603996e
wifi-display: set display to unavailable if p2p device is unavailable
...
Bug 9229799
Change-Id: I680015943f40cded45645dfa0eae42bbce5ce9a3
2013-06-06 15:49:16 -07:00
Scott Main
a7ba45ec7c
am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
...
* commit '7381c7e54b8dfb91b6fac5c7e00a62738c849135':
add links to a couple intellij docs for Eclipse users
2013-06-06 15:40:05 -07:00
Scott Main
7381c7e54b
am b2b216e7: add links to a couple intellij docs for Eclipse users
...
* commit 'b2b216e79880884f7ebbea6ee997fc88edc229fc':
add links to a couple intellij docs for Eclipse users
2013-06-06 15:38:16 -07:00
Scott Main
b2b216e798
add links to a couple intellij docs for Eclipse users
...
Change-Id: I6f373c62781e9d4b6b296d92242f4296b1fe6fe4
2013-06-06 15:22:30 -07:00
John Spurlock
fd6f77dc6a
Merge "Remove obsolete class from proguard."
2013-06-06 22:07:52 +00:00
John Spurlock
d213407f2a
Merge "Remove fonts from sysui package."
2013-06-06 22:07:16 +00:00
Jeff Sharkey
7a1c3fce47
Accumulate network statistics based on deltas.
...
Network stats are now read out of the kernel in one sweep, instead of
reading per-UID. We now accumulate the delta traffic between each
stats snapshot using the well-tested SamplingCounter pattern.
Since Wi-Fi and mobile traffic have different costs, track each
separately. Avoids counting misc interfaces like loopback and
ethernet under total.
Bug: 5543387
Change-Id: I642004dc530113c27ef79f2abbae51d8af30117f
2013-06-06 14:35:34 -07:00
Chris Craik
34bff87b32
Merge "Add support for post-decode density scaling with reuse"
2013-06-06 21:04:49 +00:00
Romain Guy
c840a13342
Merge "Remove unnecessary allocations"
2013-06-06 21:02:35 +00:00
Elliott Hughes
0d6123e48f
am 20c3a1b4: am 47aa51d0: am 70b74646: Merge "Track libcore changes."
...
* commit '20c3a1b47abc630cd18ac0c113529f9082a8af9b':
Track libcore changes.
2013-06-06 13:58:31 -07:00
Elliott Hughes
20c3a1b47a
am 47aa51d0: am 70b74646: Merge "Track libcore changes."
...
* commit '47aa51d029b613a518a569eb798607f2fbda9330':
Track libcore changes.
2013-06-06 13:56:03 -07:00
Elliott Hughes
47aa51d029
am 70b74646: Merge "Track libcore changes."
...
* commit '70b74646b8114b7ee9e35ce4283ecab8c8528dcc':
Track libcore changes.
2013-06-06 13:53:54 -07:00
Elliott Hughes
70b74646b8
Merge "Track libcore changes."
2013-06-06 20:51:30 +00:00
John Spurlock
cd686b5b6d
Migrate systemui Slog calls to Log
...
Change-Id: Ib6734c85960f06fed646599565b8eeba26b9e98e
2013-06-06 16:40:56 -04:00
Elliott Hughes
598a16f71e
Track libcore changes.
...
Bug: 3484927
Change-Id: I3a3c4a9f0ad6055261f705987bc576cd28bebb46
2013-06-06 13:40:21 -07:00
John Spurlock
c9083f1a64
Merge "Remove remaining universe bits from sysui."
2013-06-06 20:26:59 +00:00
Scott Main
f05723350b
am c0b998d2: am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
...
* commit 'c0b998d295b509349f21bd12ab2e5ca34576ea8e':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:56:56 -07:00
Scott Main
c0b998d295
am 865047f8: am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
...
* commit '865047f80c04a2c539d6d5052fca5436dcb7e0e3':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:54:36 -07:00
Scott Main
865047f80c
am 6e3c1222: am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
...
* commit '6e3c1222f06bf5b3be271a06e32d371c68fafb0e':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:51:53 -07:00
Chris Wren
29ee561d2d
Merge "reveal the notification extras"
2013-06-06 19:51:47 +00:00
Scott Main
6e3c1222f0
am 47029086: am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
...
* commit '47029086ca4fee758df1ee015d6534bd566647a1':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:49:35 -07:00
Trevor Johns
a699da6f19
Merge "docs: Fix minor typo in android.content.SyncResult"
2013-06-06 19:49:28 +00:00
Scott Main
47029086ca
am 2f55af55: add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
...
* commit '2f55af55fca237b8d675dbe5b1b7da1821d630fc':
add redirects for UI guideline docs, as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
2013-06-06 12:46:41 -07:00
Scott Main
2f55af55fc
add redirects for UI guideline docs,
...
as per change: I9b896e6c88701044f572ab79813d43c2f34b81b9
Change-Id: I81edd9e30e8d522adb185c8dab8d303577ef6f01
2013-06-06 12:44:16 -07:00
John Spurlock
cdc05e0014
Remove remaining universe bits from sysui.
...
The logic has been gone for a while, a few resources remained.
Change-Id: I96b85741eec1582ef0947035344eb420994690fd
2013-06-06 15:39:51 -04:00
Chris Wren
da76ad2ea3
reveal the notification extras
...
Change-Id: Ic97e3485dc23eeb5cfb565a5cef98489acdec8a2
2013-06-06 15:34:21 -04:00
Scott Main
90a603147a
am bf0abee6: am b4825b0e: am c090ce8c: am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldp
...
* commit 'bf0abee6ce8a5f4e7785efd7319cbf36b820d596':
add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:12:15 -07:00
Romain Guy
f69913056b
Remove unnecessary allocations
...
Change-Id: Ia561a0a312ca2737d5afa742184f5392bb2f29a3
2013-06-06 12:10:42 -07:00
Scott Main
bf0abee6ce
am b4825b0e: am c090ce8c: am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and includ
...
* commit 'b4825b0e55b71ff0aca96a560802f3355e3db5a7':
add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:09:56 -07:00
Scott Main
b4825b0e55
am c090ce8c: am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version,
...
* commit 'c090ce8c6f0d8c4fc176be4bb182548f11a3a13e':
add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:07:14 -07:00
Scott Main
c090ce8c6f
am c5131567: am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya k
...
* commit 'c51315674f27a12840c9e12d1ec7e0006bdba054':
add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:05:37 -07:00
Scott Main
c51315674f
am 2d312a98: Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony."
...
* commit '2d312a987aa768c148c16742d6ad622279fb6e42':
add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony.
2013-06-06 12:04:03 -07:00
Scott Main
2d312a987a
Merge "add design tips to iconography page. Accounts for the removal of the previous UI guideline pages, which is where most of this new content came from. Also update figure to add xxhdpi and remove ldpi, and include 2x version, because ya know, irony." into jb-mr1.1-ub-dev
2013-06-06 19:02:41 +00:00
Dianne Hackborn
5d25b18ec8
Merge "Improve debug printing in activity manager."
2013-06-06 19:01:13 +00:00
Craig Mautner
658b07f38c
Merge "Make WindowState mUnderStatusBar reflect position."
2013-06-06 18:28:57 +00:00
Craig Mautner
d76dcdcd98
Make WindowState mUnderStatusBar reflect position.
...
The mUnderStatusBar variable was always true but now it changes
when the StackBox is no longer directly under the Status Bar.
Change-Id: I0c9db5790bfa9b0e4bb35e389d539fd941d56730
2013-06-06 11:26:15 -07:00
Alan Viverette
4ea7b1c3d5
Fix mistake in current APIs.
...
Change-Id: I5f41108a2c28169c0a5433993fea5bb1b6037c5a
2013-06-06 11:06:38 -07:00
Dianne Hackborn
7ad34e5fb2
Improve debug printing in activity manager.
...
Dumping per-package data is now much cleaning, and only really
prints information related to the package. Also clean up the
formatting and such of the new activity stack states.
Change-Id: Ie5f31d72b7e77b34fd9acd835f28ed1db1dff328
2013-06-06 11:05:50 -07:00
John Spurlock
a7588e63ca
Merge "Remove a few non-public dependencies."
2013-06-06 18:00:31 +00:00