26187 Commits

Author SHA1 Message Date
Brian Colonna
2c4c6dfa8d am 2720cfae: Merge "Fix 5433466 - FU out of position during orientation change" into ics-mr0
* commit '2720cfae624770674122640f2d4a3f55702d80ff':
  Fix 5433466 - FU out of position during orientation change
2011-10-18 15:49:12 -07:00
Brian Colonna
2720cfae62 Merge "Fix 5433466 - FU out of position during orientation change" into ics-mr0 2011-10-18 15:46:54 -07:00
Joe Fernandez
be3ffd56bf am 3f70aa78: Merge "docs: Camera JavaDoc - added xref to Camera DevGuide" into ics-mr0
* commit '3f70aa783cca9f4c331c2a1b390bb7bebc6e248c':
  docs: Camera JavaDoc - added xref to Camera DevGuide
2011-10-18 15:03:23 -07:00
Joe Fernandez
3f70aa783c Merge "docs: Camera JavaDoc - added xref to Camera DevGuide" into ics-mr0 2011-10-18 15:02:00 -07:00
Joe Fernandez
6c5c3c392b docs: Camera JavaDoc - added xref to Camera DevGuide
Change-Id: I4b5faa154a63f0830717a9156b617a0199604547
2011-10-18 14:57:05 -07:00
Fred Quintana
a4cba2922e am 6d076a42: Merge "fix bug where the instance saving of the ChooseTypeAndAccountActivity would only work in the case where onSaveInstanceState was called." into ics-mr0
* commit '6d076a425ab10441996ebe194b0c181d16912ece':
  fix bug where the instance saving of the ChooseTypeAndAccountActivity would only work in the case where onSaveInstanceState was called.
2011-10-18 14:45:35 -07:00
Michael Chan
e6fbf65de6 Update the comment for Calendar Events required fields again.
Change-Id: I3f795ecb68a80d59e87e2fe0fc8cdcea67999354
2011-10-18 14:43:11 -07:00
Fred Quintana
6d076a425a Merge "fix bug where the instance saving of the ChooseTypeAndAccountActivity would only work in the case where onSaveInstanceState was called." into ics-mr0 2011-10-18 14:43:06 -07:00
Michael Chan
1ad8347db5 Update comment on required fields for an event
Change-Id: Id06c1442776c99912e65acd9b7db114a82da9042
2011-10-18 14:15:28 -07:00
Brian Colonna
9d20405e51 Fix 5433466 - FU out of position during orientation change
If you turn the device from portrait to landscape mode and immediately
invoke the lockscreen, it will come up in landscape mode and switch to
the desired portrait mode within a couple of seconds.  Previously,
Face Unlock would come up in landscape mode, but its position would
not change once lockscreen corrected itself, causing Face Unlock to be
partly off the screen.

This has been fixed by checking if we are already bound to Face Unlock
when the layout is created.  If this is true, then the layout is being
created due to a change in orientation, and we stop Face Unlock, and
restart it at the new position.

This commit also adds a fix where we now use INVISIBLE for the Face
Unlock area when it is not showing instead of using GONE.  The
dimensions of the Face Unlock area is 0-by-0 when set to GONE, and we
want to avoid the possibility for the Face Unlock service being
assigned a zero area.  I'm not sure if this was ever causing problems,
but it certainly is not the intended behavior.

Also cleaned up some comments and logging.

Change-Id: I68deb49cb26dafb5c238167d0c23f0eed2cfb75a
2011-10-18 17:04:21 -04:00
Chet Haase
841d79497d am 87bc53de: Merge "Make notification panel delete-all animation smoother" into ics-mr0
* commit '87bc53de2adf479ad5a5e226bf3d8fd31af6dc21':
  Make notification panel delete-all animation smoother
2011-10-18 13:46:45 -07:00
Chet Haase
87bc53de2a Merge "Make notification panel delete-all animation smoother" into ics-mr0 2011-10-18 13:45:00 -07:00
Jim Miller
7c3a18398f am 8e6d75af: Merge "Fix 5473038: workaround for fd leak in lockscreen" into ics-mr0
* commit '8e6d75affa1a802b01aa38ad765d1ae9f998c0ab':
  Fix 5473038: workaround for fd leak in lockscreen
2011-10-18 13:12:10 -07:00
Jim Miller
8e6d75affa Merge "Fix 5473038: workaround for fd leak in lockscreen" into ics-mr0 2011-10-18 13:10:24 -07:00
Chet Haase
2f2022afa1 Make notification panel delete-all animation smoother
Making the notfication delete-all animation smoother by carefully
choreographing the various parts of it. The problem with the previous
animation was that there was simply too much going on at the
same time, causing things like layout and recreating display-lists
in the middle of animations that became choppy as a result. This
approach swipes all items off quickly, then scrolls the shade up to the
top, making both sets of animations smoother as a result.

Fixes #5431207: Notification delete-all should be smoother

Change-Id: Iefe8ab5d661e05adcd10379dab85227d17904450
2011-10-18 13:05:28 -07:00
Eric Fischer
3c44e8d22c Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-18 11:29:34 -07:00
Eric Fischer
21a7408323 Import revised translations. DO NOT MERGE
Change-Id: If2637d835559b2bdfc5b19d74aedf17aa660bdc7
2011-10-18 11:06:56 -07:00
RoboErik
39617b0036 Merge "Update to hidden APIs" 2011-10-18 10:47:50 -07:00
Mangesh Ghiware
29a15a237a am 2bd3c2f7: Merge "Fix null ptr exception in getReadingLevelScale()" into ics-mr0
* commit '2bd3c2f7e89eb02f2b240672631c57bc912a9575':
  Fix null ptr exception in getReadingLevelScale()
2011-10-18 10:32:36 -07:00
Mangesh Ghiware
2bd3c2f7e8 Merge "Fix null ptr exception in getReadingLevelScale()" into ics-mr0 2011-10-18 10:31:15 -07:00
Robert Greenwalt
9b61778d63 am dba69061: Merge "Send availability info more reliably" into ics-mr0
* commit 'dba69061a6e9c25d968819cee47ab13e5b554b9a':
  Send availability info more reliably
2011-10-18 09:44:22 -07:00
Robert Greenwalt
dba69061a6 Merge "Send availability info more reliably" into ics-mr0 2011-10-18 09:42:33 -07:00
Mangesh Ghiware
1698d45ef8 Fix null ptr exception in getReadingLevelScale()
Handle the case where WebView settings might be null.

Bug: 5472493
Change-Id: I6b1c2e5e5e56a517910a330ae9d40a4adc99d75a
2011-10-18 09:32:36 -07:00
satok
6bfa10814e am b7ad8253: Merge "Add documents for the spell checker framework and the input method subtype" into ics-mr0
* commit 'b7ad82533596b73ecd40f22bfe48b1b785b05068':
  Add documents for the spell checker framework and the input method subtype
2011-10-18 09:17:31 -07:00
satok
b7ad825335 Merge "Add documents for the spell checker framework and the input method subtype" into ics-mr0 2011-10-18 09:15:48 -07:00
Robert Greenwalt
12e24ae760 Send availability info more reliably
We don't have a monolithic availability state, so the mAvailable variable
must go.

bug:5453318
Change-Id: I82af90907cc7a0173b74d661912f9c28ddc7dcb0
2011-10-18 06:39:59 -07:00
satok
44b7503093 Add documents for the spell checker framework and the input method subtype
Bug: 4973788

Change-Id: I7e650f336ba1bb8949899e8b2355e6d492a2e4b2
2011-10-18 20:28:23 +09:00
Fred Quintana
01df6a8ee2 fix bug where the instance saving of the ChooseTypeAndAccountActivity
would only work in the case where onSaveInstanceState was called.

 - combined mExistingAccounts and mSavedAccounts into one field
 - set this field when starting the addAccount request
 - write this to the instance state if the request state
   is ADDING_ACCOUNT
 - read this field from the instance state, if any,
   when the request state is ADDING_ACCOUNT

Bug: 5459669
Change-Id: I5a7b4943de8e706cc8a21ff9f54fce4258f18b19
2011-10-17 21:06:30 -07:00
Jim Miller
138f6fa439 am 9a7e4ce7: Merge "Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar" into ics-mr0
* commit '9a7e4ce72a1f97832e71386ad023439ed9b179bd':
  Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar
2011-10-17 18:06:08 -07:00
Jim Miller
9a7e4ce72a Merge "Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar" into ics-mr0 2011-10-17 18:03:38 -07:00
John Reck
08eaa9de76 am 7788c51d: Merge "Fix onFirstLayout path for saved pages" into ics-mr0
* commit '7788c51d82963a8645655675c675424db694ad85':
  Fix onFirstLayout path for saved pages
2011-10-17 17:50:39 -07:00
John Reck
7788c51d82 Merge "Fix onFirstLayout path for saved pages" into ics-mr0 2011-10-17 17:48:58 -07:00
Jim Miller
a7f3a34313 Fix 5473038: workaround for fd leak in lockscreen
This works around a file descriptor leak in Skia. It also improves
view creation time by avoiding re-loading the font every time a
DigitalClock is created.

Change-Id: I5c46445da36b1e6ba06c8ca340e436835d281180
2011-10-17 17:43:02 -07:00
Peter Ng
e119e1d6a4 am f129988a: Merge "Bullet points updated and permission colors are not orange" into ics-mr0
* commit 'f129988a1aa8a210dc125b0f427d848a2aeb8bb2':
  Bullet points updated and permission colors are not orange
2011-10-17 17:26:10 -07:00
Peter Ng
f129988a1a Merge "Bullet points updated and permission colors are not orange" into ics-mr0 2011-10-17 17:24:32 -07:00
Justin Ho
9667c282a4 am e95a1190: Merge "Update unlock halo asset" into ics-mr0
* commit 'e95a1190ff9e15ac0924cd7f294cf6a486e3119f':
  Update unlock halo asset
2011-10-17 17:23:15 -07:00
Justin Ho
5eb1477a94 am 0f86772a: Merge "Update text select handles" into ics-mr0
* commit '0f86772ad7837a1b084bba7f8180f267e958a9b2':
  Update text select handles
2011-10-17 17:23:14 -07:00
Justin Ho
ea9433a3d4 am c598fcf4: Merge "Update stat_sys icons with different resize method" into ics-mr0
* commit 'c598fcf4d24357628c56888440b39a130a36824a':
  Update stat_sys icons with different resize method
2011-10-17 17:23:12 -07:00
Justin Ho
b089bc9122 am 49317b77: Merge "Update spinner assets" into ics-mr0
* commit '49317b77fddd03ed8a5bed520aefc248edfb9e14':
  Update spinner assets
2011-10-17 17:23:10 -07:00
Justin Ho
6e3d3f1b6f am 0c7020dd: Merge "Update scrubber assets" into ics-mr0
* commit '0c7020dd524a8354ea11ffa2228ac6a930e5114b':
  Update scrubber assets
2011-10-17 17:23:09 -07:00
Justin Ho
202d4a0c21 am d864a503: Merge "Update rating stars" into ics-mr0
* commit 'd864a503c0ea201c12266ca2dc4da1ccc2d66e0b':
  Update rating stars
2011-10-17 17:23:06 -07:00
Justin Ho
6dd8c7ccb4 am 488eddca: Merge "Update lockscreen assets" into ics-mr0
* commit '488eddca0f1b2fd824de52e0f38c90b2d129d3b0':
  Update lockscreen assets
2011-10-17 17:23:05 -07:00
Justin Ho
986c231b4a am e93f09d6: Merge "Update lockscreen assets" into ics-mr0
* commit 'e93f09d66853f568eb253b458bd2cad2a34cb79a':
  Update lockscreen assets
2011-10-17 17:23:04 -07:00
Justin Ho
3133e9ae99 am 2076de1b: Merge "Update fastscroll assets" into ics-mr0
* commit '2076de1b43bfff65635bd314bbaae0400afd091c':
  Update fastscroll assets
2011-10-17 17:23:02 -07:00
Justin Ho
40e565387c am 8ffa1371: Merge "Update checkboxes" into ics-mr0
* commit '8ffa1371616eb8096e8063bdff3fef75f74efbc5':
  Update checkboxes
2011-10-17 17:23:01 -07:00
Justin Ho
e95a1190ff Merge "Update unlock halo asset" into ics-mr0 2011-10-17 17:21:47 -07:00
Justin Ho
0f86772ad7 Merge "Update text select handles" into ics-mr0 2011-10-17 17:21:30 -07:00
Justin Ho
c598fcf4d2 Merge "Update stat_sys icons with different resize method" into ics-mr0 2011-10-17 17:21:22 -07:00
Justin Ho
49317b77fd Merge "Update spinner assets" into ics-mr0 2011-10-17 17:21:15 -07:00
Justin Ho
0c7020dd52 Merge "Update scrubber assets" into ics-mr0 2011-10-17 17:21:06 -07:00