Chris Craik
356b177709
Merge "Cleanup properties" into mnc-dev
2015-05-05 21:30:08 +00:00
John Reck
d6abbd29b7
Merge "Dump profile info after running test" into mnc-dev
2015-05-05 21:15:27 +00:00
Alan Viverette
b9da280ac2
DayNight theme for framework packages
...
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
2015-05-05 14:09:21 -07:00
Pavel Zhamaitsiak
b2e3b74418
Merge "WiFi Calling: Show different operator name string in Data usage dialog." into mnc-dev
2015-05-05 21:05:49 +00:00
Adrian Roos
2b0eaffc62
Merge "Hide lockscreen contents from a11y while bouncer is showing" into mnc-dev
2015-05-05 21:05:36 +00:00
Pavel Zhamaitsiak
5504d39b7f
WiFi Calling: Show different operator name string in Data usage dialog.
...
Bug: 19950657
Change-Id: I9999d58e78154ed2d6d824973c40011875de15ef
(cherry picked from lmp-mr1-wfc-dev)
2015-05-05 13:59:28 -07:00
Jorim Jaggi
5be4d295c0
Merge "Only enable fingerprint auth after first regular auth" into mnc-dev
2015-05-05 20:51:18 +00:00
John Spurlock
d5304020b2
Merge "Volume A11y: Prevent auto-dismiss when feedback enabled." into mnc-dev
2015-05-05 20:43:54 +00:00
Hiroshi Yamauchi
95e6c78f3f
Merge "Fix binder force gc will block binder thread" into mnc-dev
2015-05-05 20:31:42 +00:00
Prabhakar Thirumoorthy
5b402fd896
Merge "Update permissions on memory usage instrumentation" into mnc-dev
2015-05-05 20:06:52 +00:00
John Reck
7f2e5e3cea
Dump profile info after running test
...
Bug: 20824843
Not really a proper "benchmark mode" but it turns out
we already have reasonably good profile data, so tweak
the test app to spit it out after a run.
Change-Id: Iaee9c0d61b5508daf282fe5f95d0b37ee419a8f1
2015-05-05 12:18:08 -07:00
Hiroshi Yamauchi
dfefe2d043
Fix binder force gc will block binder thread
...
Symptom: Force gc caused activity launch time took longer
Root Cause: Runtime.getRuntime().gc will block binder thread
Solution: Use VMRuntime.requestConcurrentGC() will not block binder
thread
(cherry pick commit d916c233f0ed615667c1c2338c779e819098d135)
Bug: 20554807
Change-Id: Ia9fecea51d2b0a6635e037b5f2bfcb8eb87f4103
2015-05-05 12:15:26 -07:00
Maxim Siniavine
58a20d19f5
Update permissions on memory usage instrumentation
...
Change-Id: I0c2bbd893252eb1dc3cf8b93b787efd772317216
2015-05-05 12:00:24 -07:00
Ben Kwa
75597d0dc5
Clean up error handling in CopyService.
...
Change-Id: I87b9f2c2cfddc222fbee64578b0a1349508a244f
2015-05-05 11:58:38 -07:00
Ben Kwa
efb70fd8a0
Merge "Cherry pick beefed-up error handling in the CopyService from master. DO NOT MERGE" into mnc-dev
2015-05-05 18:54:07 +00:00
John Spurlock
5adeabc61d
Volume A11y: Prevent auto-dismiss when feedback enabled.
...
- Prevent the volume dialog from timing out when feedback is enabled.
- Use the a11y events as an additional user activity signal.
- Add content descriptions for the dialog icon buttons.
Bug: 20172022
Change-Id: Id5cd29d9cee27fded2fc8a029913cfcc2b68c152
2015-05-05 14:53:13 -04:00
Jorim Jaggi
237b061182
Only enable fingerprint auth after first regular auth
...
- Add method hasUserAuthenticatedSinceBoot to TrustManagerService
- Use this information to only enable fingerprint auth after the user
has at least once authenticated with his regular authentication
method.
Change-Id: Icf073ac3b340d557b044f6bf27f1a7f8511048e2
2015-05-05 11:43:42 -07:00
Andrew Solovay
d5fb9cac87
am a4d0e528: am d8039f04: am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
...
* commit 'a4d0e5282c83391c830c8bff2cb138214f5bfe79':
2015-05-05 18:25:05 +00:00
Andrew Solovay
a4d0e5282c
am d8039f04: am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
...
* commit 'd8039f048db26847a3da5367a0b69e2bd3f340e0':
2015-05-05 18:15:35 +00:00
Harish Mahendrakar
34265cd94f
media: Added MPEG2 profile/levels and tests
...
Bug: 20852831
Change-Id: I172f2f08c30d12bf684f32a52db64823cc286d35
2015-05-05 11:05:22 -07:00
Andrew Solovay
d8039f048d
am 79167534: am c1174104: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
...
* commit '7916753474be29f117d2f31dc4c6bc76ff76b92f':
Docs: New swipe-to-refresh training guide.
2015-05-05 18:01:14 +00:00
Tony Mantler
def4c0c49a
Merge "Don't crash in StorageMeasurement if volume isn't mounted" into mnc-dev
2015-05-05 17:59:01 +00:00
Yang Ni
102badf834
Merge "Sanity checks in JNI code for closure creation" into mnc-dev
2015-05-05 17:48:53 +00:00
Raph Levien
be8db11972
Merge "Fix NPE in Html.inParagraph()" into mnc-dev
2015-05-05 17:43:30 +00:00
Chris Craik
2507c34d91
Cleanup properties
...
bug:19967854
Separate properties from Caches, into static, RenderThread-only class.
Also rewrites the means for java to set properties to correctly handle
threading, and adds an override for profile bars so that SysUi doesn't clutter
the screen with them.
Change-Id: I6e21a96065f52b9ecc49d1a126244804ba106fa9
2015-05-05 10:36:09 -07:00
Julia Reynolds
9e540a5122
Merge "Fixing docs." into mnc-dev
2015-05-05 17:24:33 +00:00
Julia Reynolds
2f46d949e2
Fixing docs.
...
Bug: 20823970
Bug: 20820224
Change-Id: If6b5c43ae5cf88bd5a09adc60c1204ba9e6ab459
2015-05-05 13:19:52 -04:00
Yorke Lee
1542179bd2
Merge "Add hidden methods to set/get default dialer across users" into mnc-dev
2015-05-05 17:15:14 +00:00
Raph Levien
8e71a397c6
Fix NPE in Html.inParagraph()
...
The typeface in a TypefaceSpan can be the null string. This patch
fixes the string comparison to not throw a NullPointerException.
Bug: 20849738
Change-Id: Ied049305794966bcbca00cfd11fe97a91b685d79
2015-05-05 10:13:54 -07:00
John Reck
fe2f7e31be
Merge "Add some basic DA unit tests" into mnc-dev
2015-05-05 17:12:02 +00:00
John Reck
d0346cc14e
Add some basic DA unit tests
...
Change-Id: I01e32a8f0db34a27672010cea275de32d7500dd7
2015-05-05 10:03:22 -07:00
Casper Bonde
424681e43e
Settings UI for SIM access profile (2/2)
...
Change-Id: I2e44a858ee3f3349baa401ee7002186d3ae19412
2015-05-05 16:59:24 +00:00
Alan Viverette
261208e002
Merge "Add API for obtaining changing configurations bitmask from Theme" into mnc-dev
2015-05-05 16:50:29 +00:00
Alan Viverette
c1d527926e
Add API for obtaining changing configurations bitmask from Theme
...
Required to know when to reload the system context's theme in response
to configuration changes, and thus needed to support the DayNight theme.
Bug: 20267825
Change-Id: I7df5e28b7a6d8b611ea030032544cf4800788514
2015-05-05 09:49:03 -07:00
Jean-Michel Trivi
28a516280a
Merge "AudioRecord JNI: use default UID / PID" into mnc-dev
2015-05-05 15:55:13 +00:00
Todd Kennedy
3266f60ba0
Merge "Call Activity#onAttachFragment()" into mnc-dev
2015-05-05 15:53:29 +00:00
Kenny Guy
e02b7868c6
Merge "Call profile changed in cases were focused activity is nulled." into mnc-dev
2015-05-05 15:36:51 +00:00
Svet Ganov
4a64b19f23
Merge "Permission UI - legacy apps support" into mnc-dev
2015-05-05 15:34:10 +00:00
Svet Ganov
019d230499
Permission UI - legacy apps support
...
Change-Id: Id3f98c138422d33868363d587dd196898b42a0d4
2015-05-05 08:33:04 -07:00
John Reck
c64b3fab95
Merge "Attempt to solve the double-GC problem" into mnc-dev
2015-05-05 14:50:50 +00:00
John Spurlock
0bc8afff7e
Merge "Zen: Remove calendar rule attendance attribute." into mnc-dev
2015-05-05 14:42:03 +00:00
John Spurlock
d39af2d3f8
Zen: Remove calendar rule attendance attribute.
...
- No longer supporting a filter based on attendance type.
- Remove from model + condition provider logic.
Bug: 20064962
Change-Id: I0bc16275a2860ab95d4de316b6326a1499003f05
2015-05-05 09:49:32 -04:00
Seigo Nonaka
d4474cb945
Remove dead code from IMMS.
...
MSG_SHOW_IM_PICKER is no longer used. Also by removing that message, we
can simplify showInputMethodMenu/showINputMethodSubtypeMenu.
Change-Id: I7002ff063e490928309e9a9a0f6557ce3d12e6aa
2015-05-05 12:49:34 +09:00
Dirk Dougherty
08e474ca24
am 08c72b91: am ecfed34d: Merge "Doc change: merge landing page and header/footer designs." into mnc-preview-docs
...
* commit '08c72b91bedefbebe0547646544cd875c1062af0':
Doc change: merge landing page and header/footer designs.
2015-05-05 02:46:40 +00:00
Dirk Dougherty
08c72b91be
am ecfed34d: Merge "Doc change: merge landing page and header/footer designs." into mnc-preview-docs
...
* commit 'ecfed34d3e71bfceae11493b8441a051e803ec05':
Doc change: merge landing page and header/footer designs.
2015-05-05 02:34:51 +00:00
Dirk Dougherty
ecfed34d3e
Merge "Doc change: merge landing page and header/footer designs." into mnc-preview-docs
2015-05-05 02:27:47 +00:00
Jean-Michel Trivi
60e1dc2e3e
AudioRecord JNI: use default UID / PID
...
Bug 20832981
Change-Id: I887e38a4e95c9f4b9360f831b3dfc0073d151706
2015-05-05 02:05:56 +00:00
Rich Slogar
703b5f895d
am 2f626153: am 39220a7e: am 023901c6: am ffd0e519: Merge "docs: Update Eclipse migrate procedure" into lmp-docs
...
* commit '2f6261534b0916714715ffa9e2800716dd900eb8':
docs: Update Eclipse migrate procedure
2015-05-05 01:48:06 +00:00
Andrew Solovay
3e51aa3981
am 168bbcef: am 65241c66: am 9ceea140: am fbd4af0f: Merge "Docs: New swipe-to-refresh training guide." into lmp-docs
...
* commit '168bbcef02603b35b9fad53d923310b9a80acb5b':
Docs: New swipe-to-refresh training guide.
2015-05-05 01:48:00 +00:00
Prerepa Viswanadham
d1808401ca
Merge changes from topic 'mwd-merge-050415' into mnc-dev
...
* changes:
Merge commit 'b6f59f4' into master_merge
Merge commit 'f6db0ce' into master_merge
Merge commit '17455a3' into master_merge
Merge commit 'b4d5b32' into master_merge
Merge commit 'a1a2fa7' into master_merge
Merge commit '8dfdb98' into master_merge
Merge commit 'eba66c3' into master_merge
2015-05-05 01:06:38 +00:00