146953 Commits

Author SHA1 Message Date
ztenghui
6481dc59a9 am 8373ce69: Fix the create() for the attrs position
* commit '8373ce698088c0788cc2994fe43e6dcb3ac6a118':
  Fix the create() for the attrs position
2014-07-31 20:19:49 +00:00
ztenghui
874bcd82c2 Fix the create() for the attrs position
Change-Id: Ieb93053f28502cabbf655c4a27c4864845da212e
2014-07-31 20:16:18 +00:00
Vinit Deshpande
97fb1dccd7 am daec2eb8: Merge "Rename HotspotListener to BssidListener" into lmp-dev
* commit 'daec2eb80d804aa229d66cfb3cd3672df89502a5':
  Rename HotspotListener to BssidListener
2014-07-31 19:54:14 +00:00
ztenghui
bfcbb3c36b am 6fb451ae: Correct the tag\'s name in the exceptions
* commit '6fb451ae17ead6dd26dcf2662e0ab73c4184c3ce':
  Correct the tag's name in the exceptions
2014-07-31 19:46:06 +00:00
ztenghui
1c4d8b2173 Correct the tag's name in the exceptions
Change-Id: I9d1499fbcf8adb6bf0c5c0b7a10a8b480a708c09
2014-07-31 19:42:31 +00:00
Joe Fernandez
ecea0c7186 am 5973c2c5: am 441e7aa2: am eb4bc851: am 69ed58ac: Merge "docs: Adding TIF one-pager to TV docs in L-Preview" into klp-modular-docs
* commit '5973c2c56e378ee4a0e7177ff797f72c4680de3c':
  docs: Adding TIF one-pager to TV docs in L-Preview
2014-07-31 18:50:44 +00:00
Joe Fernandez
8d7c55bd10 am 441e7aa2: am eb4bc851: am 69ed58ac: Merge "docs: Adding TIF one-pager to TV docs in L-Preview" into klp-modular-docs
* commit '441e7aa23478b8de386efc69d43f889979bc6eee':
  docs: Adding TIF one-pager to TV docs in L-Preview
2014-07-31 18:43:21 +00:00
Joe Fernandez
441e7aa234 am eb4bc851: am 69ed58ac: Merge "docs: Adding TIF one-pager to TV docs in L-Preview" into klp-modular-docs
* commit 'eb4bc851aade1090c0a4e1f1e6f7ecd136b4a47a':
  docs: Adding TIF one-pager to TV docs in L-Preview
2014-07-31 18:40:05 +00:00
Joe Fernandez
eb4bc851aa am 69ed58ac: Merge "docs: Adding TIF one-pager to TV docs in L-Preview" into klp-modular-docs
* commit '69ed58aced0e884d7758d84067134b04fbcee9c0':
  docs: Adding TIF one-pager to TV docs in L-Preview
2014-07-31 18:35:02 +00:00
Wonsik Kim
d34d449250 am cb92d507: Fix NPE when fused geofence hardware is not available.
* commit 'cb92d507167fcce059c4ae91dc46b496f49b4fa3':
  Fix NPE when fused geofence hardware is not available.
2014-07-31 18:27:44 +00:00
Wonsik Kim
c2b74b73a1 Fix NPE when fused geofence hardware is not available.
b/16690237

Change-Id: I3ac50c8fd50fc799afcfc76126a5fd0c9ba0a5f4
2014-07-31 18:24:23 +00:00
Eunae Kim
76880870ba am 218a0666: Fix a bug that the RecentTask list of other’s may show up to non-primary users.
* commit '218a0666a5235bc76f2950684bbfcb500e89972c':
  Fix a bug that the RecentTask list of other’s may show up to non-primary users.
2014-07-31 17:33:41 +00:00
Eunae Kim
ad3aa32fee Fix a bug that the RecentTask list of other’s may show up to non-primary users.
Cherry-pick from aosp to lmp-dev.

When switching to a newly created user, the user may face this bug
when he opens the RecentTask screen.

A possible bug scenario is described as follows:
A user id of a removed user may be recycled when created a new user.
However, mRecentTasks is not correctly controlled so that old
information may still remain and be possibly mapped to wrong user.
This patch prevents this bug by explicitly removing old information
in mRecentTasks when removing existing user.

Change-Id: I1874dbd604598a5d740ae1e034981e21214c15c6
Signed-off-by: Eunae Kim <eunae.kim@lge.com>

Conflicts:
	services/java/com/android/server/am/ActivityManagerService.java
2014-07-31 10:27:28 -07:00
riddle_hsu
635e039a62 am d66d006f: [ActivityManager] Prevent coredump file may not complete for testing.
* commit 'd66d006f9f64a0c9e70827b27e21210192f9b552':
  [ActivityManager] Prevent coredump file may not complete for testing.
2014-07-31 17:26:08 +00:00
Raph Levien
341c63172d am 6d624fe2: Merge "Re-remove AndroidEmoji.ttf." into lmp-dev
* commit '6d624fe23709f4e5d8643a4a9324cb327e142ee1':
  Re-remove AndroidEmoji.ttf.
2014-07-31 17:26:04 +00:00
George Mount
84089e0343 am 4b71e7f7: Merge "Fix visibility propagation check." into lmp-dev
* commit '4b71e7f7b03844126df844015004f00e8f19afe9':
  Fix visibility propagation check.
2014-07-31 17:25:59 +00:00
riddle_hsu
a1404fd114 am 5b94ec47: [ActivityManager] Avoid mistaking visibility by finishing task.
* commit '5b94ec47e84d5e1d116fc281e81d9164f496a388':
  [ActivityManager] Avoid mistaking visibility by finishing task.
2014-07-31 17:25:54 +00:00
riddle_hsu
214be42ea6 [ActivityManager] Prevent coredump file may not complete for testing.
Cherry-pick from aosp to lmp-dev

Sympton:
During testing, skip kill native crash process manually because it
will continue to die by default.

Root Cause:
Large process may take some time to do coredump.In auto test, crash
process will be killed immediately that results incomplete coredump
file.

Solution:
If the tester (IActivityController) will handle app crash event,
Do not kill native crashed process if the rom is debuggable.

Change-Id: Ia360af147d694125d440e5ba2f958c4759a50494

Conflicts:
	services/java/com/android/server/am/ActivityManagerService.java
2014-07-31 10:18:59 -07:00
riddle_hsu
9bcc6e83d9 [ActivityManager] Avoid mistaking visibility by finishing task.
Cherry-picked from aosp into lmp-dev.

Sympton:
Next activity only adds to history but does not launch/resume then results ANR.

Root Cause:
In a rare timing, some windows are switched at the same time,
it will cause some finishing records on the top temporarily,
then set startIt to false that skip to resume the real top activty.

Solution:
If all activities in a task are finishing, do not use it to check.
The behavior/checking is the same concept as in JellyBean:
            // If starting in an existing task, find where that is...
            boolean startIt = true;
            for (int i = NH-1; i >= 0; i--) {
                ActivityRecord p = mHistory.get(i);
                if (p.finishing) { // <--
                    continue;
                }

Change-Id: I9d81a7b5182400c52e173da23eee61c74692beee

Conflicts:
	services/java/com/android/server/am/ActivityStack.java
2014-07-31 17:07:39 +00:00
destradaa
f35c97a6fd am 7efb7d49: Fix crash in Volantis because there is not FLP support.
* commit '7efb7d491c973d3605ab61996ee83b502d9ee765':
  Fix crash in Volantis because there is not FLP support.
2014-07-31 17:05:00 +00:00
Roozbeh Pournader
ee20b21ff9 am cac26f40: Crunch Roboto and fix its digits to have the same width.
* commit 'cac26f40512f7548ed3ff75fa37ea6aa837cd545':
  Crunch Roboto and fix its digits to have the same width.
2014-07-31 17:04:50 +00:00
destradaa
beea442e72 Fix crash in Volantis because there is not FLP support.
b/16690237

Change-Id: Ie2dd159ad4e9b5cf4b3e2e66023b456927f18130
2014-07-31 17:02:01 +00:00
Roozbeh Pournader
fa4aeeeb71 Crunch Roboto and fix its digits to have the same width.
Update to upstream version 2.001045, which adds fontcrunch to the font
production process and fixes a problem with uneven digit widths. Should fix
https://code.google.com/p/android-developer-preview/issues/detail?id=330.

The font footprint is reduced by 705KB, most of it due to the crunching, but
also by using a newer version of fonttools that removes extra unnecessary
paddings from the glyf table.

Bug: 15348046
Bug: 16296048
Bug: 16299966

Change-Id: I838711916f8c47db011cfe889b232e60e6f1aa0c
(cherry picked from commit 6feb729b686b902be2520a91281e1a000c055da2)
2014-07-31 16:56:15 +00:00
Mike Lockwood
08b7c4fb3a am 72dff5d5: Add toString() methods to some audio classes to help with debugging.
* commit '72dff5d5264643305108b17b5e76ba3324f5e32b':
  Add toString() methods to some audio classes to help with debugging.
2014-07-31 16:54:49 +00:00
Mike Lockwood
2754fd0cd3 Add toString() methods to some audio classes to help with debugging.
Change-Id: I2b61d8cdfbcaa7671705771325205b074c50ab1e
2014-07-31 16:50:02 +00:00
Sandeep Siddhartha
9e6357b2d0 am 9428457f: Merge "Don\'t unload sound model in start recognition unless the model changes" into lmp-dev
* commit '9428457f4f1a902a1908f7a9f9ed718f92435a4f':
  Don't unload sound model in start recognition unless the model changes
2014-07-31 16:45:32 +00:00
Evan Charlton
7a547177cd am 0e097002: Fix a small typo in javadocs
* commit '0e0970022cdf105e073b182cc4e72e54c3f8eecd':
  Fix a small typo in javadocs
2014-07-31 16:16:56 +00:00
Evan Charlton
b8d0717934 Fix a small typo in javadocs
Service#START_FLAG_RETRY has an extra word; remove it.

Change-Id: I4743e2ea474c70fe5d31f1a4ef257f9752f8e823
2014-07-31 16:14:22 +00:00
Alexandra Gherghina
c2357a6979 am 8b0b1504: Use the appropriate default icon
* commit '8b0b1504a357ec809eed25c00923e67b4d6dad22':
  Use the appropriate default icon
2014-07-31 15:47:05 +00:00
Alexandra Gherghina
a709314537 Use the appropriate default icon
ComponentInfo subclasses and ApplicationInfo have different ways to retrieving
the default icon. Previously, in CL I2db300a69a08030eacc245ee91556f0443ba5878
we defaulted everything to the green Android. This makes sure that they get the
right default.

Bug: 16630068
Change-Id: Ifa499eac6f1543523d6ecf0831175bfd6b772edb
2014-07-31 15:43:11 +00:00
Jorim Jaggi
6d8917cc65 am b0376562: Fix a few StatusBarHeaderView regressions
* commit 'b03765626443629220dc0fe33398a1785eaaeefe':
  Fix a few StatusBarHeaderView regressions
2014-07-31 15:28:03 +00:00
Christoph Studer
648c03b77c am dd63df29: Merge "NoMan: Use Notification.isGroupX() methods" into lmp-dev
* commit 'dd63df2961408f35182b9fab98e51eb5f8c26184':
  NoMan: Use Notification.isGroupX() methods
2014-07-31 15:27:58 +00:00
Jorim Jaggi
9d8ca0f010 Fix a few StatusBarHeaderView regressions
Change-Id: Iae1af96f80caf4978c5a6ec6ef81b83543e9fe0e
2014-07-31 15:24:43 +00:00
Christoph Studer
f31e1cef54 am daef7cc7: Merge "SysUI: Respect "no notifs on lockscreen" setting" into lmp-dev
* commit 'daef7cc7cfa0c721f9419b42704b08762fcf01d3':
  SysUI: Respect "no notifs on lockscreen" setting
2014-07-31 14:55:58 +00:00
Jorim Jaggi
8950ca17d8 am d1429923: Implement nice QS expansion transition in Keyguard
* commit 'd142992377e854f327b376726d94bf5789c8317b':
  Implement nice QS expansion transition in Keyguard
2014-07-31 13:53:35 +00:00
Jorim Jaggi
6a09d01e0f am decb0b1e: Merge "Factor out keyguard components of StatusBarHeaderView" into lmp-dev
* commit 'decb0b1e788fde607db04e728b9e6dd0e3a9fb66':
  Factor out keyguard components of StatusBarHeaderView
2014-07-31 13:49:30 +00:00
Jorim Jaggi
61d37f6d1c Implement nice QS expansion transition in Keyguard
Bug: 16010455
Bug: 15192264
Change-Id: I764652e73ea8e87ad12b9241e038bff843a0a221
2014-07-31 13:48:43 +00:00
Christoph Studer
e123d70d7f am cab1943e: Merge "NoMan: Filter group children for pre-L listeners" into lmp-dev
* commit 'cab1943ecd5e6360045112e330778223e218e006':
  NoMan: Filter group children for pre-L listeners
2014-07-31 13:44:09 +00:00
Narayan Kamath
690892e990 am aa1cf141: Merge "Switch TextUtils over to new ICU API." into lmp-dev
* commit 'aa1cf14150cbd656aa31d862865973ecfae76eff':
  Switch TextUtils over to new ICU API.
2014-07-31 13:14:52 +00:00
Lorenzo Colitti
120d65d44a am 35474389: Merge "Add logging of Legacy Type info." into lmp-dev
* commit '354743895d837b18e906b3e9a9f4d58a558057d7':
  Add logging of Legacy Type info.
2014-07-31 13:14:47 +00:00
Alexandra Gherghina
ae02440de8 am 790bcf78: Upload new icons from ux
* commit '790bcf781e5e09ac12e76267073f41555e95f2c9':
  Upload new icons from ux
2014-07-31 13:07:06 +00:00
Sander Alewijnse
f179fe3672 am 9d032110: Fix deadlock window manager and device policy manager.
* commit '9d0321100fa16cc702ee9335cd761665d5acdba2':
  Fix deadlock window manager and device policy manager.
2014-07-31 13:06:57 +00:00
Jae Seo
ce20ee54de am b3e54101: TIF: Make TvTrackInfo methods more explicit.
* commit 'b3e541017acd52ea405e04662834694f6aa30987':
  TIF: Make TvTrackInfo methods more explicit.
2014-07-31 13:06:47 +00:00
Deepanshu Gupta
0d50b99ead am 82bf0cf3: Merge "Fix classpath for AndroidLocale" into lmp-dev
* commit '82bf0cf3716410eb47a8f3c40c414b1bd1b3a018':
  Fix classpath for AndroidLocale
2014-07-31 13:06:39 +00:00
Dan Sandler
0d985df794 am ed3a7e7c: Merge "Fix docs build." into lmp-dev
* commit 'ed3a7e7c9a44d9717f7d1d1c444fbc751d9b3a6f':
  Fix docs build.
2014-07-31 13:06:34 +00:00
Wonsik Kim
46307604ab am 4092e720: Merge "TIF: fix TvInputHal bug for multiple devices" into lmp-dev
* commit '4092e720029d6e682fadbb031a8d5a96c4ce666c':
  TIF: fix TvInputHal bug for multiple devices
2014-07-31 13:06:26 +00:00
Lajos Molnar
d9906b2bb4 am a4ec1c74: MediaCodec: clean up image/buffer caching
* commit 'a4ec1c7446b52fef02eb310929849ba54f22b50f':
  MediaCodec: clean up image/buffer caching
2014-07-31 13:06:13 +00:00
Youngsang Cho
9a5d3292f6 am bfd63283: Merge "TIF: Reset SurfaceView whenever TvView tunes to a channel of different TV input" into lmp-dev
* commit 'bfd63283929ae02f5846d0d85fe75ade70b4107b':
  TIF: Reset SurfaceView whenever TvView tunes to a channel of different TV input
2014-07-31 13:05:55 +00:00
Alexandra Gherghina
2f1cee80eb Upload new icons from ux
Change-Id: I47da0780b1a4cce1104ae8fc00fcf01701a6d27a
2014-07-31 10:27:24 +00:00
Sander Alewijnse
a87863a8bd Fix deadlock window manager and device policy manager.
Removed all communication from wm to device policy manager.
Added initialization of cache in wm by dpms.

Change-Id: Ifa0b8bfcd625464b156d5cc0fb66d342deda1c27
2014-07-31 09:16:46 +00:00