OSDN Git Service

android-x86/frameworks-base.git
11 years agoam c7dd6640: Merge "Fix audio focus evaluation order for display update" into jb...
Jean-Michel Trivi [Wed, 21 Nov 2012 02:03:30 +0000 (18:03 -0800)]
am c7dd6640: Merge "Fix audio focus evaluation order for display update" into jb-mr1.1-dev

* commit 'c7dd6640246841672a60e0c0ec4d9544372e1f84':
  Fix audio focus evaluation order for display update

11 years agoMerge "Fix audio focus evaluation order for display update" into jb-mr1.1-dev
Jean-Michel Trivi [Wed, 21 Nov 2012 02:01:34 +0000 (18:01 -0800)]
Merge "Fix audio focus evaluation order for display update" into jb-mr1.1-dev

11 years agoFix audio focus evaluation order for display update
Jean-Michel Trivi [Wed, 21 Nov 2012 01:06:51 +0000 (17:06 -0800)]
Fix audio focus evaluation order for display update

Change 1f9196a8e5de9b004e61afabc70b18caf7cf9c7e introduced
 an issue when trying to ignore audio focus entries in the
 stack that don't use the music stream, or are for transient
 audio focus gain, for remote control display updates.
The bug was that the audio focus stack traversal was not
 starting from the top, as it should. It was using
 the iterator order, which, in the case of a stack, starts
 with the bottom-most entry.
The fix consists in traversing the stack from the top, i.e.
 from the last element of the vector used to hold the stack
 entries.

Bug 7311023

Change-Id: I0c1900dbf98599a621a420ab55531a3eee838fe5

11 years agoam dc3d76f2: Merge "Refactor the lockscreen camera widget, removing the bitmap."...
John Spurlock [Wed, 21 Nov 2012 00:03:19 +0000 (16:03 -0800)]
am dc3d76f2: Merge "Refactor the lockscreen camera widget, removing the bitmap." into jb-mr1.1-dev

* commit 'dc3d76f246f21093ad1ad75dc451126f41b525d3':
  Refactor the lockscreen camera widget, removing the bitmap.

11 years agoMerge "Refactor the lockscreen camera widget, removing the bitmap." into jb-mr1.1-dev
John Spurlock [Wed, 21 Nov 2012 00:01:21 +0000 (16:01 -0800)]
Merge "Refactor the lockscreen camera widget, removing the bitmap." into jb-mr1.1-dev

11 years agoam 15db00eb: Merge "DEFAULT_VIBRATE must always use the default vibe pattern" into...
Daniel Sandler [Tue, 20 Nov 2012 23:50:22 +0000 (15:50 -0800)]
am 15db00eb: Merge "DEFAULT_VIBRATE must always use the default vibe pattern" into jb-mr1.1-dev

* commit '15db00eb94f0a6a1969152f83addd079c4e9b3f2':
  DEFAULT_VIBRATE must always use the default vibe pattern

11 years agoMerge "DEFAULT_VIBRATE must always use the default vibe pattern" into jb-mr1.1-dev
Daniel Sandler [Tue, 20 Nov 2012 23:48:00 +0000 (15:48 -0800)]
Merge "DEFAULT_VIBRATE must always use the default vibe pattern" into jb-mr1.1-dev

11 years agoam 4d931acd: Merge "Fix for bug #7417949 TextView / EditText error Drawable is not...
Fabrice Di Meglio [Tue, 20 Nov 2012 22:40:18 +0000 (14:40 -0800)]
am 4d931acd: Merge "Fix for bug #7417949 TextView / EditText error Drawable is not put on the left in RTL mode" into jb-mr1.1-dev

* commit '4d931acdb85df1f9d1577cf05686601a6c2fb4cc':
  Fix for bug #7417949 TextView / EditText error Drawable is not put on the left in RTL mode

11 years agoMerge "Fix for bug #7417949 TextView / EditText error Drawable is not put on the...
Fabrice Di Meglio [Tue, 20 Nov 2012 22:37:55 +0000 (14:37 -0800)]
Merge "Fix for bug #7417949 TextView / EditText error Drawable is not put on the left in RTL mode" into jb-mr1.1-dev

11 years agoam d85b8d57: Switched to another method for launching apps.
Maxim Siniavine [Tue, 20 Nov 2012 22:06:18 +0000 (14:06 -0800)]
am d85b8d57: Switched to another method for launching apps.

* commit 'd85b8d57a0ce0514a1c9ea8f763b95aa94711645':
  Switched to another method for launching apps.

11 years agoSwitched to another method for launching apps.
Maxim Siniavine [Tue, 20 Nov 2012 19:29:26 +0000 (11:29 -0800)]
Switched to another method for launching apps.

Started using a separate thread which calls startActivityAndWait
for starting apps. Also increased the minimum and maximum lengths
of time to wait for apps to stabilize.

Change-Id: I49935a0ed1d1c230e58dc1629e5e4da6b3887903

11 years agoam 89ac38bf: Merge "Add missing variable copies in Path copy constructor" into jb...
Chris Craik [Tue, 20 Nov 2012 19:41:50 +0000 (11:41 -0800)]
am 89ac38bf: Merge "Add missing variable copies in Path copy constructor" into jb-mr1.1-dev

* commit '89ac38bf70bb21e34c8c29b96e6316343ee46e87':
  Add missing variable copies in Path copy constructor

11 years agoMerge "Add missing variable copies in Path copy constructor" into jb-mr1.1-dev
Chris Craik [Tue, 20 Nov 2012 19:38:05 +0000 (11:38 -0800)]
Merge "Add missing variable copies in Path copy constructor" into jb-mr1.1-dev

11 years agoDEFAULT_VIBRATE must always use the default vibe pattern
Daniel Sandler [Tue, 20 Nov 2012 17:59:41 +0000 (12:59 -0500)]
DEFAULT_VIBRATE must always use the default vibe pattern

The logic here was backwards, causing the (softer) fallback vibe
pattern to be applied if the notification specified a sound
(or DEFAULT_SOUND) and also DEFAULT_VIBRATE. The fallback
vibe should only play if you have *no* vibration set.

Bug: 7588655
Change-Id: Iecdd362729bccedf779b51cc9b90a12014328aff

11 years agoam a711d1ee: am 55340e51: am 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update...
kmccormick@google.com [Tue, 20 Nov 2012 16:40:30 +0000 (08:40 -0800)]
am a711d1ee: am 55340e51: am 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit 'a711d1ee76cf2e731d28a011c81d7f772cefa6c2':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoam 15861683: am e9812bae: Merge "Revert "NumberPicker should adjust min and max when...
Svetoslav Ganov [Tue, 20 Nov 2012 16:40:26 +0000 (08:40 -0800)]
am 15861683: am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev

* commit '1586168302f79d10e85a5aeed7b486c4244cc98e':
  Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)

11 years agoam 272247aa: am aaec7269: (-s ours) Notification vibration improvements: [DO NOT...
Daniel Sandler [Tue, 20 Nov 2012 16:40:23 +0000 (08:40 -0800)]
am 272247aa: am aaec7269: (-s ours) Notification vibration improvements: [DO NOT MERGE]

* commit '272247aa1f540f7c9b7fafa35bb59e507131d3f5':
  Notification vibration improvements: [DO NOT MERGE]

11 years agoam 55340e51: am 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no...
kmccormick@google.com [Tue, 20 Nov 2012 16:38:19 +0000 (08:38 -0800)]
am 55340e51: am 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit '55340e51343a248260f89e953476b1c6e731842a':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoam e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed...
Svetoslav Ganov [Tue, 20 Nov 2012 16:38:16 +0000 (08:38 -0800)]
am e9812bae: Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev

* commit 'e9812bae0e0ce08bd232dc2371fdb959e4f7a318':
  Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)

11 years agoam aaec7269: (-s ours) Notification vibration improvements: [DO NOT MERGE]
Daniel Sandler [Tue, 20 Nov 2012 16:38:11 +0000 (08:38 -0800)]
am aaec7269: (-s ours) Notification vibration improvements: [DO NOT MERGE]

* commit 'aaec726948078dad0bcc5cbbb41bb2ee6a5a085b':
  Notification vibration improvements: [DO NOT MERGE]

11 years agoam 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed...
kmccormick@google.com [Tue, 20 Nov 2012 00:58:10 +0000 (16:58 -0800)]
am 7112cd46: am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit '7112cd4687687203b35013f197089cb66508a14e':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoam 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line...
kmccormick@google.com [Tue, 20 Nov 2012 00:54:48 +0000 (16:54 -0800)]
am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit '2f9947e9aa2b795dbc7db282a99a09410f1fadf2':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoam ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev...
kmccormick@google.com [Tue, 20 Nov 2012 00:53:11 +0000 (16:53 -0800)]
am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit 'ddf10d44c12fbd8ffb115c847913296b455f412d':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoMerge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs
&& repo sync -j8 [Tue, 20 Nov 2012 00:51:08 +0000 (16:51 -0800)]
Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

11 years agoMerge "Revert "NumberPicker should adjust min and max when displayed values are set...
Svetoslav Ganov [Mon, 19 Nov 2012 23:50:19 +0000 (15:50 -0800)]
Merge "Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)" into jb-mr1-dev

11 years agoRevert "NumberPicker should adjust min and max when displayed values are set." (a...
Svetoslav Ganov [Mon, 19 Nov 2012 20:33:41 +0000 (12:33 -0800)]
Revert "NumberPicker should adjust min and max when displayed values are set." (a.k.a. Santa is back)

This reverted change was adjusting the min and max values for the NumberPicker
which is not desirable since it changes behavior and it will be possible for
an app that works on the current platform to crash on an older one. Also the
adjustment was not implemented correctly.

Updated the documentation to clarify the reltionship between the min value,
max value, and the displayed values array.

Bug:7518172

This reverts commit a1410e6789ce72bc423793315a51aea8b6bad6c7

Change-Id: I109f1b1f54c1e609941243cabab9241871b6b12b

11 years agoNotification vibration improvements: [DO NOT MERGE]
Daniel Sandler [Wed, 14 Nov 2012 04:49:47 +0000 (20:49 -0800)]
Notification vibration improvements: [DO NOT MERGE]

 - When notifications vibrate as a fallback (that is,
   because they want to play a sound but the device is in
   vibrate mode), this no longer requires the VIBRATE
   permission.
 - As a bonus, if your notifications use DEFAULT_VIBRATE,
   you don't need the VIBRATE permission either.
 - If you specify a custom vibration pattern, you'll still
   need the VIBRATE permission for that.
 - Notifications vibrating in fallback mode use same
   vibration pattern but can be changed easily in future.
 - The DEFAULT_VIBRATE and fallback vibrate patterns are now
   specified in config.xml.

Bug: 7531442
Change-Id: I7a2d8413d1becc53b9d31f0d1abbc2acc3f650c6

11 years agoam b0f895b3: Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignm...
Fabrice Di Meglio [Mon, 19 Nov 2012 22:31:02 +0000 (14:31 -0800)]
am b0f895b3: Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev

* commit 'b0f895b330d0d2b6725e7deee158ff20ed9155f8':
  Fix Javadoc for View layoutDirection / textDirection / textAlignment

11 years agoMerge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into...
Fabrice Di Meglio [Mon, 19 Nov 2012 22:27:34 +0000 (14:27 -0800)]
Merge "Fix Javadoc for View layoutDirection / textDirection / textAlignment" into jb-mr1.1-dev

11 years agoRefactor the lockscreen camera widget, removing the bitmap.
John Spurlock [Thu, 15 Nov 2012 13:04:45 +0000 (08:04 -0500)]
Refactor the lockscreen camera widget, removing the bitmap.

The new approach is to create two views:
 - Widget preview, drawn at full-size, then scaled to fit frame.
 - Fullscreen preview, drawn at full-size, used during animation.

Two views are necessary to both ensure the widget scrolls properly
with the widget page yet still appears to scale up and match
the camera app pixel for pixel.

The offscreen bitmap and associated background rendering is no
longer necessary.  This avoids the large allocation and associated
rendering time after turning screen on.

Also fixes 1px horizontal discrepancy during old scale-up anim.

Also suppresses long-click behavior on the camera widget.

Bug:7471107
Bug:7559755
Change-Id: I1d834aa743bc05d6a7e2ce3eadfee8d5ff40da37

11 years agoam 02053d1c: Merge "Show mobile data RSSI for devices that support it." into jb-mr1...
Daniel Sandler [Mon, 19 Nov 2012 19:59:48 +0000 (11:59 -0800)]
am 02053d1c: Merge "Show mobile data RSSI for devices that support it." into jb-mr1.1-dev

* commit '02053d1cce52f11ef1bc3b562279940208f9c54e':
  Show mobile data RSSI for devices that support it.

11 years agoMerge "Show mobile data RSSI for devices that support it." into jb-mr1.1-dev
Daniel Sandler [Mon, 19 Nov 2012 19:56:35 +0000 (11:56 -0800)]
Merge "Show mobile data RSSI for devices that support it." into jb-mr1.1-dev

11 years agoam 0d3eb5f1: am 721b370c: Merge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433...
Scott Main [Mon, 19 Nov 2012 19:50:58 +0000 (11:50 -0800)]
am 0d3eb5f1: am 721b370c: Merge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo" into jb-mr1-dev

* commit '0d3eb5f111571f40c1c25dab229a6b8a98e61eeb':
  cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo

11 years agoam 721b370c: Merge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be...
Scott Main [Mon, 19 Nov 2012 19:48:28 +0000 (11:48 -0800)]
am 721b370c: Merge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo" into jb-mr1-dev

* commit '721b370c5a2d787795257ac42317d389445e51f9':
  cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo

11 years agoMerge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo...
Scott Main [Mon, 19 Nov 2012 19:44:58 +0000 (11:44 -0800)]
Merge "cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8 Fix typo" into jb-mr1-dev

11 years agocherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8
Jaewan Kim [Fri, 16 Nov 2012 06:59:55 +0000 (15:59 +0900)]
cherrypick from Change-Id: I70cb9111ff5f5a156cecb433b3baf7925a6be1a8
Fix typo

Change-Id: Idd09f7fea890dbc290589b1ebe4a1a139f98c740

11 years agoShow mobile data RSSI for devices that support it.
Daniel Sandler [Thu, 8 Nov 2012 04:39:41 +0000 (23:39 -0500)]
Show mobile data RSSI for devices that support it.

The new test is more general, allowing mobile RSSI to be
shown on devices without voice telephony.

Bug: 7490266
Change-Id: Ib5b243c0d92e74fe4385989c3a6c16edd00a9ec9

11 years agoam 2656abe0: Merge "Fix an inconsistent state with IMMS and Settings when the hard...
Satoshi Kataoka [Sun, 18 Nov 2012 05:56:09 +0000 (21:56 -0800)]
am 2656abe0: Merge "Fix an inconsistent state with IMMS and Settings when the hard keyboard is connected" into jb-mr1.1-dev

* commit '2656abe09895088eca25caafc3e92869217d1447':
  Fix an inconsistent state with IMMS and Settings when the hard keyboard is connected

11 years agoMerge "Fix an inconsistent state with IMMS and Settings when the hard keyboard is...
Satoshi Kataoka [Sun, 18 Nov 2012 05:53:02 +0000 (21:53 -0800)]
Merge "Fix an inconsistent state with IMMS and Settings when the hard keyboard is connected" into jb-mr1.1-dev

11 years agoam e007c0e8: am bd7ff05e: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:53:35 +0000 (17:53 -0800)]
am e007c0e8: am bd7ff05e: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit 'e007c0e8bc306f13149e6e099753cd110da1ec8c':
  Import translations. DO NOT MERGE

11 years agoam bd7ff05e: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:50:13 +0000 (17:50 -0800)]
am bd7ff05e: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit 'bd7ff05e65113cd6fa5b7e0df9c7023e8cd60ac0':
  Import translations. DO NOT MERGE

11 years agoam 50a89116: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:48:52 +0000 (17:48 -0800)]
am 50a89116: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '50a8911628a27fbbac678dd679aaafadceb65bee':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:45:24 +0000 (17:45 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:43:42 +0000 (17:43 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Sat, 17 Nov 2012 01:42:20 +0000 (17:42 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

11 years agoam 7e5fc453: am 9d45abd4: Import translations. DO NOT MERGE
Baligh Uddin [Sat, 17 Nov 2012 01:40:57 +0000 (17:40 -0800)]
am 7e5fc453: am 9d45abd4: Import translations. DO NOT MERGE

* commit '7e5fc45320992d1f7063c1936662d48fde2e00f8':
  Import translations. DO NOT MERGE

11 years agoam 3a3a84e4: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:40:54 +0000 (17:40 -0800)]
am 3a3a84e4: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '3a3a84e4d6e507102ab52df9562191bbb98f4a88':
  Import translations. DO NOT MERGE

11 years agoam 9d45abd4: Import translations. DO NOT MERGE
Baligh Uddin [Sat, 17 Nov 2012 01:39:20 +0000 (17:39 -0800)]
am 9d45abd4: Import translations. DO NOT MERGE

* commit '9d45abd4aa761af65e27eb2300b50f35526a4b61':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Sat, 17 Nov 2012 01:38:00 +0000 (17:38 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Sat, 17 Nov 2012 01:35:07 +0000 (17:35 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

11 years agoam 1f33e642: Merge "Fix keyguard pin/simpin/simpuk RTL-ization" into jb-mr1.1-dev
Fabrice Di Meglio [Sat, 17 Nov 2012 00:38:55 +0000 (16:38 -0800)]
am 1f33e642: Merge "Fix keyguard pin/simpin/simpuk RTL-ization" into jb-mr1.1-dev

* commit '1f33e6422ea80d6caba44dd05403b137c219938a':
  Fix keyguard pin/simpin/simpuk RTL-ization

11 years agoMerge "Fix keyguard pin/simpin/simpuk RTL-ization" into jb-mr1.1-dev
Fabrice Di Meglio [Sat, 17 Nov 2012 00:35:59 +0000 (16:35 -0800)]
Merge "Fix keyguard pin/simpin/simpuk RTL-ization" into jb-mr1.1-dev

11 years agoAdd missing variable copies in Path copy constructor
Chris Craik [Sat, 17 Nov 2012 00:09:33 +0000 (16:09 -0800)]
Add missing variable copies in Path copy constructor

bug:7564602

Also, clear isSimplePath flag for possible translates, since rect drawing path
doesn't support them

Change-Id: Ibb4a3e87ace0feb16bce1c6032016c5f4643f8d6

11 years agoam 7b0c8779: Merge "Delete appWidgetId when removing lockscreen widgets" into jb...
Michael Jurka [Fri, 16 Nov 2012 23:31:07 +0000 (15:31 -0800)]
am 7b0c8779: Merge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev

* commit '7b0c877959ee15c766cc7366ec6b4c024c211cd6':
  Delete appWidgetId when removing lockscreen widgets

11 years agoMerge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev
Michael Jurka [Fri, 16 Nov 2012 23:29:16 +0000 (15:29 -0800)]
Merge "Delete appWidgetId when removing lockscreen widgets" into jb-mr1.1-dev

11 years agoDelete appWidgetId when removing lockscreen widgets
Michael Jurka [Fri, 16 Nov 2012 02:22:47 +0000 (18:22 -0800)]
Delete appWidgetId when removing lockscreen widgets

Bug: 7550012

Change-Id: Ia9f5266256016eb91bfd6a2d5a7f910c42948f1e

11 years agoFix keyguard pin/simpin/simpuk RTL-ization
Jim Miller [Thu, 15 Nov 2012 02:35:02 +0000 (18:35 -0800)]
Fix keyguard pin/simpin/simpuk RTL-ization

This fixes the PIN, SIM PIN, and SIM PUK keyboards to keep the keys in the same
position for all languages.

Fixes bug 7538528

Change-Id: Ib07e89e9496e6c5b91c1bbda7781eddeddea0554

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 22:11:16 +0000 (14:11 -0800)]
Import translations. DO NOT MERGE

Change-Id: I8fdaf22a9c0ab1552d379501f7fde119064d49b8
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 22:10:37 +0000 (14:10 -0800)]
Import translations. DO NOT MERGE

Change-Id: I8b0789aa1a67fba819a5f2b87373e9ab5fa3f59d
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 22:09:54 +0000 (14:09 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ia5d5f55b872c065f39ad7e86c62e049e547a74c8
Auto-generated-cl: translation import

11 years agoam a9c0bb4a: Merge "grant shell user EXPAND_STATUS_BAR permission" into jb-mr1.1-dev
Guang Zhu [Fri, 16 Nov 2012 22:09:47 +0000 (14:09 -0800)]
am a9c0bb4a: Merge "grant shell user EXPAND_STATUS_BAR permission" into jb-mr1.1-dev

* commit 'a9c0bb4a579a98cb7694e36454425c84a8c6510e':
  grant shell user EXPAND_STATUS_BAR permission

11 years agoMerge "grant shell user EXPAND_STATUS_BAR permission" into jb-mr1.1-dev
Guang Zhu [Fri, 16 Nov 2012 22:06:00 +0000 (14:06 -0800)]
Merge "grant shell user EXPAND_STATUS_BAR permission" into jb-mr1.1-dev

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 21:51:42 +0000 (13:51 -0800)]
Import translations. DO NOT MERGE

Change-Id: I8187a141a3949c9c1678912b13267b21398a6c5e
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 21:49:29 +0000 (13:49 -0800)]
Import translations. DO NOT MERGE

Change-Id: I90b5f538f6faf18d571907acaa96372894619c87
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 16 Nov 2012 21:47:23 +0000 (13:47 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ia94359fa60af4992757b0d03a434cb7ab413f8cd
Auto-generated-cl: translation import

11 years agoam acddb72c: Merge "Make sure that the owner user is marked initialized." into jb...
Amith Yamasani [Fri, 16 Nov 2012 18:47:11 +0000 (10:47 -0800)]
am acddb72c: Merge "Make sure that the owner user is marked initialized." into jb-mr1.1-dev

* commit 'acddb72c58dbab029d1acbaea61755e79ef8b2a4':
  Make sure that the owner user is marked initialized.

11 years agoMerge "Make sure that the owner user is marked initialized." into jb-mr1.1-dev
Amith Yamasani [Fri, 16 Nov 2012 18:43:47 +0000 (10:43 -0800)]
Merge "Make sure that the owner user is marked initialized." into jb-mr1.1-dev

11 years agoam 159cdd92: am 33e499ea: docs: move articles into group directory
Scott Main [Fri, 16 Nov 2012 17:56:21 +0000 (09:56 -0800)]
am 159cdd92: am 33e499ea: docs: move articles into group directory

* commit '159cdd925db2cf6d5b2d4cdaa718c1d537ac4fcd':
  docs: move articles into group directory

11 years agoam 33e499ea: docs: move articles into group directory
Scott Main [Fri, 16 Nov 2012 17:52:27 +0000 (09:52 -0800)]
am 33e499ea: docs: move articles into group directory

* commit '33e499ea364e4e061964bc8fe16365fd632eb39d':
  docs: move articles into group directory

11 years agodocs: move articles into group directory
Scott Main [Fri, 16 Nov 2012 16:54:27 +0000 (08:54 -0800)]
docs: move articles into group directory

Change-Id: If90f5ac284d8df16b830d5744fbd684e5b1b34e3

11 years agoFix an inconsistent state with IMMS and Settings when the hard keyboard is connected
Satoshi Kataoka [Fri, 16 Nov 2012 04:17:54 +0000 (13:17 +0900)]
Fix an inconsistent state with IMMS and Settings when the hard keyboard is connected

Bug: 7540140
Change-Id: Iaac951ff457c35751b442e84ac07f1f86be93494

11 years agogrant shell user EXPAND_STATUS_BAR permission
Guang Zhu [Fri, 16 Nov 2012 03:49:42 +0000 (19:49 -0800)]
grant shell user EXPAND_STATUS_BAR permission

Bug: 7555251
Change-Id: I68cebb26bcee060c56e124941f3ea9289ab2b3bf

11 years agoam e3ac5321: am fa1320e6: docs: revise getting started intro
Scott Main [Fri, 16 Nov 2012 02:36:30 +0000 (18:36 -0800)]
am e3ac5321: am fa1320e6: docs: revise getting started intro

* commit 'e3ac532115f51513fe86ab29e1f76734ece6809b':
  docs: revise getting started intro

11 years agoam fa1320e6: docs: revise getting started intro
Scott Main [Fri, 16 Nov 2012 02:33:30 +0000 (18:33 -0800)]
am fa1320e6: docs: revise getting started intro

* commit 'fa1320e6148285b2125369fcd5799331132b0eba':
  docs: revise getting started intro

11 years agodocs: revise getting started intro
Scott Main [Fri, 16 Nov 2012 02:27:32 +0000 (18:27 -0800)]
docs: revise getting started intro

Change-Id: I7561da6ae2f21e31370f5dbbd121f2c6084523c1

11 years agoam 4c7a5d6a: am 4e2e9bae: docs: update checksums/sizes for new adt bundles
Scott Main [Fri, 16 Nov 2012 01:15:06 +0000 (17:15 -0800)]
am 4c7a5d6a: am 4e2e9bae: docs: update checksums/sizes for new adt bundles

* commit '4c7a5d6a453512ec29c402530231dbdda5cf5f22':
  docs: update checksums/sizes for new adt bundles

11 years agoam 4e2e9bae: docs: update checksums/sizes for new adt bundles
Scott Main [Fri, 16 Nov 2012 01:11:44 +0000 (17:11 -0800)]
am 4e2e9bae: docs: update checksums/sizes for new adt bundles

* commit '4e2e9bae4082dffa8c59ee10204fd265dfb896bc':
  docs: update checksums/sizes for new adt bundles

11 years agodocs: update checksums/sizes for new adt bundles
Scott Main [Fri, 16 Nov 2012 01:09:19 +0000 (17:09 -0800)]
docs: update checksums/sizes for new adt bundles

Change-Id: Id1245a9f1ce7cf4854e8f39a9938b00aa18e4cca

11 years agoam 4f784509: am d4ff8249: Merge "docs: update sdk install to handle both 32 and 64...
Scott Main [Thu, 15 Nov 2012 23:25:13 +0000 (15:25 -0800)]
am 4f784509: am d4ff8249: Merge "docs: update sdk install to handle both 32 and 64-bit bundles" into jb-mr1-dev

* commit '4f784509f75383c90a91148640cb156bc61e57ee':
  docs: update sdk install to handle both 32 and 64-bit bundles

11 years agoam d4ff8249: Merge "docs: update sdk install to handle both 32 and 64-bit bundles...
Scott Main [Thu, 15 Nov 2012 23:22:31 +0000 (15:22 -0800)]
am d4ff8249: Merge "docs: update sdk install to handle both 32 and 64-bit bundles" into jb-mr1-dev

* commit 'd4ff824915e1c9ea1c3122b5745973f681915279':
  docs: update sdk install to handle both 32 and 64-bit bundles

11 years agoMerge "docs: update sdk install to handle both 32 and 64-bit bundles" into jb-mr1-dev
Scott Main [Thu, 15 Nov 2012 23:19:11 +0000 (15:19 -0800)]
Merge "docs: update sdk install to handle both 32 and 64-bit bundles" into jb-mr1-dev

11 years agoam 6189888a: Merge "Making sure launcher doesn\'t show keyguard-only widgets (issue...
Adam Cohen [Thu, 15 Nov 2012 22:59:33 +0000 (14:59 -0800)]
am 6189888a: Merge "Making sure launcher doesn\'t show keyguard-only widgets (issue 7550090)" into jb-mr1.1-dev

* commit '6189888a2565b6362b0dd022850b748f628500d0':
  Making sure launcher doesn't show keyguard-only widgets (issue 7550090)

11 years agodocs: update sdk install to handle both 32 and 64-bit bundles
Scott Main [Thu, 15 Nov 2012 22:56:52 +0000 (14:56 -0800)]
docs: update sdk install to handle both 32 and 64-bit bundles

Change-Id: I171f28a332c4d31600865f6ad8f6a95fb4f0c3aa

11 years agoMerge "Making sure launcher doesn't show keyguard-only widgets (issue 7550090)" into...
Adam Cohen [Thu, 15 Nov 2012 22:56:19 +0000 (14:56 -0800)]
Merge "Making sure launcher doesn't show keyguard-only widgets (issue 7550090)" into jb-mr1.1-dev

11 years agoMaking sure launcher doesn't show keyguard-only widgets (issue 7550090)
Adam Cohen [Thu, 15 Nov 2012 22:10:07 +0000 (14:10 -0800)]
Making sure launcher doesn't show keyguard-only widgets (issue 7550090)

Change-Id: I5d0675f0c03677e06371a6730209c3466c6b0f15

11 years agoMake sure that the owner user is marked initialized.
Amith Yamasani [Thu, 15 Nov 2012 22:39:18 +0000 (14:39 -0800)]
Make sure that the owner user is marked initialized.

This is required for upgrades from previous versions of JB.

Bug: 7547639
Change-Id: I21de14a70d6ba2ab21437b5f0721321df45226d2

11 years agoam b02eb4bb: Merge "Pushing state persistence to a background thread" into jb-mr1...
Adam Cohen [Thu, 15 Nov 2012 21:55:45 +0000 (13:55 -0800)]
am b02eb4bb: Merge "Pushing state persistence to a background thread" into jb-mr1.1-dev

* commit 'b02eb4bb7d09a19aedb9dbc08b0f731af05a8579':
  Pushing state persistence to a background thread

11 years agoMerge "Pushing state persistence to a background thread" into jb-mr1.1-dev
Adam Cohen [Thu, 15 Nov 2012 21:53:52 +0000 (13:53 -0800)]
Merge "Pushing state persistence to a background thread" into jb-mr1.1-dev

11 years agoPushing state persistence to a background thread
Adam Cohen [Thu, 1 Nov 2012 21:06:16 +0000 (14:06 -0700)]
Pushing state persistence to a background thread

Change-Id: If776bc22c48525ba91dc7e4dd0e27de92612f2f5

11 years agoam 674a131c: Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale...
Fabrice Di Meglio [Thu, 15 Nov 2012 20:23:53 +0000 (12:23 -0800)]
am 674a131c: Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev

* commit '674a131cb625a7aae0c6e50a24a968200c71b566':
  Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR

11 years agoMerge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should...
Fabrice Di Meglio [Thu, 15 Nov 2012 20:21:00 +0000 (12:21 -0800)]
Merge "Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR" into jb-mr1.1-dev

11 years agoam f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:53:19 +0000 (11:53 -0800)]
am f5377a72: Merge "Useful annotations for code documentation." into jb-mr1.1-dev

* commit 'f5377a7242d71e221807150f0778a0521e1270b6':
  Useful annotations for code documentation.

11 years agoam 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:51:38 +0000 (11:51 -0800)]
am 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1.1-dev

* commit '7420ab681eaad22f4b8f884e12d3b2ce82cd203a':
  Utility to format human-friendly durations.

11 years agoam a319d655: Merge "Avoid runtime restart after vold reconnects." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:51:33 +0000 (11:51 -0800)]
am a319d655: Merge "Avoid runtime restart after vold reconnects." into jb-mr1.1-dev

* commit 'a319d655e336ffb0fcbee65b77926a32660c7f3f':
  Avoid runtime restart after vold reconnects.

11 years agoMerge "Useful annotations for code documentation." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:48:20 +0000 (11:48 -0800)]
Merge "Useful annotations for code documentation." into jb-mr1.1-dev

11 years agoam 445767c1: Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:47:43 +0000 (11:47 -0800)]
am 445767c1: Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev

* commit '445767c14ceb51d2839a7bc818c68c81ee7d80a7':
  Watch for leaked ParcelFileDescriptors.

11 years agoam f6ba84b4: Merge "Reduce verbosity of service event logging." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:47:40 +0000 (11:47 -0800)]
am f6ba84b4: Merge "Reduce verbosity of service event logging." into jb-mr1.1-dev

* commit 'f6ba84b4242419f4765e0efcb5df82e37ad03faa':
  Reduce verbosity of service event logging.

11 years agoMerge "Utility to format human-friendly durations." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:47:07 +0000 (11:47 -0800)]
Merge "Utility to format human-friendly durations." into jb-mr1.1-dev

11 years agoMerge "Avoid runtime restart after vold reconnects." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:45:49 +0000 (11:45 -0800)]
Merge "Avoid runtime restart after vold reconnects." into jb-mr1.1-dev

11 years agoMerge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
Jeff Sharkey [Thu, 15 Nov 2012 19:44:50 +0000 (11:44 -0800)]
Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev