39061 Commits

Author SHA1 Message Date
Yury Zhauniarovich
f9c5176a51 Function uri.getAuthority is called twice. Minor doc corrections.
Function uri.getAuthority was called twice in methods acquireProvider
and acquireExistingProvider was called twice although a parameter
representing the value had existed. The second call to the function is
changed to the parameter. The parameter's modifier changed to final.
Minor corrections in function descriptions in the file.

Signed-off-by: Yury Zhauniarovich <y.zhalnerovich@gmail.com>
Change-Id: Id003aa38c17d644357873c41a8f5ec455e46a4b7
2013-02-03 16:14:11 +00:00
Benoit Goby
a3be98dec7 am 923bd98f: Merge "UsbDebuggingManager: Add interface to clear secure adb keys"
# Via Android (Google) Code Review (1) and Benoit Goby (1)
* commit '923bd98f67d36cbafa58941fce5952fafd09de4b':
  UsbDebuggingManager: Add interface to clear secure adb keys
2013-02-01 17:58:28 -08:00
Benoit Goby
923bd98f67 Merge "UsbDebuggingManager: Add interface to clear secure adb keys" 2013-02-02 01:56:49 +00:00
Xia Wang
68d04c6efe am 4843993e: Merge "Fix Connectivity Manager test:"
# Via Android (Google) Code Review (1) and Xia Wang (1)
* commit '4843993e6fbe6429221cd0e9ed72861f5cff46cf':
  Fix Connectivity Manager test:
2013-02-01 17:10:44 -08:00
Xia Wang
4843993e6f Merge "Fix Connectivity Manager test:" 2013-02-02 01:06:05 +00:00
Michael Wright
974fb7a5e9 am 3e295c3f: Merge "Add initial plumbing for brightness keys"
# Via Android (Google) Code Review (1) and Michael Wright (1)
* commit '3e295c3f2ec931ad9f7e38c6a083d711ab710717':
  Add initial plumbing for brightness keys
2013-02-01 16:55:31 -08:00
Michael Wright
3e295c3f2e Merge "Add initial plumbing for brightness keys" 2013-02-02 00:49:46 +00:00
Xia Wang
eb22ed9171 Fix Connectivity Manager test:
-Due to security change, the test pid is not allowed to broadcast
ACTION_AIRPLANE_MODE_CHANGED intent, which is a pretected intent and
can only be sent by the system, change the test app to use system user id.

Change-Id: I2525e30c13a97d5fcab0fc9537e8fac18e0b5457
2013-02-01 16:44:57 -08:00
Michael Wright
1df477acf6 Add initial plumbing for brightness keys
Change-Id: I595e8a25e6c245e4b22f06df9a8acdbb75e4b041
2013-02-01 16:29:59 -08:00
Alan Viverette
f4d4595d9d Handle WebKit selection changes synchronously.
This ensures that performing an accessibility navigation action correctly
returns true or false based on the new selected element.

Bug: 8027669
Change-Id: Ib7b3e1ec92ef522b23b073d32878dc1dc05723e9
2013-02-01 16:14:33 -08:00
Dianne Hackborn
b606eae34d am f265ea9d: App ops: vibration, neighboring cells, dialing, etc.
# Via Dianne Hackborn
* commit 'f265ea9d8307282ff1da3915978625a94fc2859e':
  App ops: vibration, neighboring cells, dialing, etc.
2013-02-01 15:23:41 -08:00
Dianne Hackborn
f265ea9d83 App ops: vibration, neighboring cells, dialing, etc.
Improve handling of vibration op, so that apps are
better blamed (there is now a hidden vibrator API that
supplies the app to blame, and the system now uses this
when vibrating on behalf of an app).

Add operation for retrieving neighboring cell information.

Add a new op for calling a phone number.  This required
plumbing information about the launching package name through
the activity manager, which required changing the internal
startActivity class, which required hitting a ton of code that
uses those internal APIs.

Change-Id: I3f8015634fdb296558f07fe654fb8d53e5c94d07
2013-02-01 15:14:29 -08:00
Daniel Sandler
be6e7e0f73 Capture semantic Notification.Builder data in extras.
This is an important step toward being able to reason about
Notifications after they've been built and sent to the
NoMan; right now most of that information is baked into the
contentView and bigContentView before being thrown away.

TODO: more stuff. Right now we're just grabbing the basics:
title, text, subtext, and small icon res ID.

Change-Id: Ief725bb38d160d340b0e3c46f83bc02d5a283d13
2013-02-01 17:52:47 -05:00
Svetoslav Ganov
40fce329c1 am d838ca6b: Merge "Add to string implementation for the new accessibility actions."
# Via Android (Google) Code Review (1) and Svetoslav Ganov (1)
* commit 'd838ca6bc2c886375773c52f7851898f810cdc4b':
  Add to string implementation for the new accessibility actions.
2013-02-01 14:47:30 -08:00
Svetoslav Ganov
d838ca6bc2 Merge "Add to string implementation for the new accessibility actions." 2013-02-01 22:44:46 +00:00
Svetoslav Ganov
242724ee52 Add to string implementation for the new accessibility actions.
bug:8122974

Change-Id: I3d0907af37a6622ab867317e67c773a8aeb16abf
2013-02-01 14:43:00 -08:00
Svetoslav Ganov
b88dd64f38 am 88a23f2f: Merge ""Fixing backwards cmpatibility for enabling explore by touch"""
# Via Android (Google) Code Review (1) and Svetoslav Ganov (1)
* commit '88a23f2f70222459f057ec8a6bbe8eccc8a7b549':
  "Fixing backwards cmpatibility for enabling explore by touch""
2013-02-01 12:31:20 -08:00
Svetoslav Ganov
447d94684e "Fixing backwards cmpatibility for enabling explore by touch""
This reverts commit d1ed3cea37e4156eab14b7dc8207a520c9eab700

Change-Id: I622ef034526f8f006a5a233e72487b062020e4f6
2013-02-01 12:24:42 -08:00
Mike Cleron
08fffce842 am 0214f205: Merge "Revert "Fixing backwards cmpatibility for enabling explore by touch""
# Via Android (Google) Code Review
* commit '0214f205f619ebc23b5069880afdb09259b0ced7':
  Revert "Fixing backwards cmpatibility for enabling explore by touch"
2013-02-01 11:00:37 -08:00
Mike Cleron
0214f205f6 Merge "Revert "Fixing backwards cmpatibility for enabling explore by touch"" 2013-02-01 18:57:23 +00:00
Daniel Sandler
69b7493b22 am 9b4a2858: Merge "Migrate package notification restrictions to AppOps."
# Via Android (Google) Code Review (1) and Daniel Sandler (1)
* commit '9b4a2858bdd206d67d77c80b383bfd776dc88e71':
  Migrate package notification restrictions to AppOps.
2013-02-01 10:48:58 -08:00
Daniel Sandler
9b4a2858bd Merge "Migrate package notification restrictions to AppOps." 2013-02-01 18:46:04 +00:00
Mike Cleron
d1ed3cea37 Revert "Fixing backwards cmpatibility for enabling explore by touch"
This reverts commit 0a9c7c144671f70f5f1af222050bd3ec6b11fe41

Change-Id: I8da530a6d0a57163522d5a63326e787a8d22ecbf
2013-02-01 18:36:41 +00:00
Daniel Sandler
4a900acdef Migrate package notification restrictions to AppOps.
Change-Id: I23064ce3014d2446d009bbdff92b301280e8b989
2013-02-01 13:26:17 -05:00
Derek Sollenberger
250f8ef248 Fix return type mismatch in Region's JNI code.
bug: 7620006
Change-Id: Iddca9b3739b0c116a80a900e06cede338b868e17
2013-02-01 11:57:59 -05:00
Baligh Uddin
2f7221f187 Import translations. DO NOT MERGE
Change-Id: If416d707d77430868e93f8330a34b267a2506180
Auto-generated-cl: translation import
2013-02-01 07:44:16 -08:00
Baligh Uddin
10ecc188c0 Import translations. DO NOT MERGE
Change-Id: I436d1ae642f1520bb76459797b99c32821fe4177
Auto-generated-cl: translation import
2013-02-01 07:42:11 -08:00
Svetoslav
1ec0ccafa1 am 97273d50: Merge "Fixing backwards cmpatibility for enabling explore by touch"
# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit '97273d50ce5b5689a1c787ebfed2ba3927de085a':
  Fixing backwards cmpatibility for enabling explore by touch
2013-02-01 00:55:43 -08:00
Svetoslav
97273d50ce Merge "Fixing backwards cmpatibility for enabling explore by touch" 2013-02-01 08:53:24 +00:00
Svetoslav
0a9c7c1446 Fixing backwards cmpatibility for enabling explore by touch
Change-Id: I8cbc4f03223d289547e3f3f6d1f528ad5b4f6f72
2013-02-01 00:47:29 -08:00
Romain Guy
da805b149f am c5801680: Merge "Tag HardwareRenderers with a name to help debugging"
# Via Android (Google) Code Review (1) and Romain Guy (1)
* commit 'c580168011334db756f5e68aa005d20bace69171':
  Tag HardwareRenderers with a name to help debugging
2013-01-31 23:06:13 -08:00
Jeff Sharkey
64d7a44a9f am db04cf57: Merge "Support optional values in ProcFileReader."
# Via Android (Google) Code Review (1) and Jeff Sharkey (1)
* commit 'db04cf57009ff88dc87c7b8a41df88f822d9a89b':
  Support optional values in ProcFileReader.
2013-01-31 23:06:11 -08:00
Svetoslav
739827f328 am 60a8fd8e: Merge "Update the JavaDoc for the new accessibility permissions"
# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit '60a8fd8eda9280a06e0e38f3432df3a579070cdd':
  Update the JavaDoc for the new accessibility permissions
2013-01-31 22:59:08 -08:00
Jeff Brown
c7991fa1b5 am 1b0e29ae: Merge "Avoid redundant store into array list."
# Via Android (Google) Code Review (1) and Jeff Brown (1)
* commit '1b0e29aec6a9401c224f3fa3a5e05abc487e2e79':
  Avoid redundant store into array list.
2013-01-31 22:59:00 -08:00
Fabrice Di Meglio
32ceee97f6 am f8ce2b94: Merge "Fix progress bar and spinner in RTL mode"
# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1)
* commit 'f8ce2b94df9f7fc2b6da104699c5958c6d8784f3':
  Fix progress bar and spinner in RTL mode
2013-01-31 22:58:57 -08:00
Geremy Condra
c6e97f554a am d4b1d9cf: Merge changes I4859c8db,I7643024d
# Via Android (Google) Code Review (1) and Geremy Condra (1)
* commit 'd4b1d9cf9cee4bd4f234e30069996dc7e449f0e7':
  Add the TZInfo updater and relevant intent.
  Fix ConfigUpdater for binary files.
2013-01-31 22:58:55 -08:00
Romain Guy
c580168011 Merge "Tag HardwareRenderers with a name to help debugging" 2013-02-01 03:09:43 +00:00
Romain Guy
ef35927abc Tag HardwareRenderers with a name to help debugging
The name of the renderer is the same as the window it belongs to.

Change-Id: Ie9adc0a1978afa026923ea41f5540eda6ba65a92
2013-01-31 19:07:29 -08:00
Jeff Sharkey
db04cf5700 Merge "Support optional values in ProcFileReader." 2013-02-01 02:29:43 +00:00
Jeff Sharkey
8e7b3b15f7 Support optional values in ProcFileReader.
When new values are added to proc files, we need to handle reading
them from both old and new kernels.  This change supports optionally
reading long values.  Tests to verify.

Bug: 7903145
Change-Id: I9fe250c0486c3cce3cf3d8624f01af01128d1191
2013-01-31 18:27:00 -08:00
Svetoslav
60a8fd8eda Merge "Update the JavaDoc for the new accessibility permissions" 2013-02-01 00:55:33 +00:00
Svetoslav
0ec0418c6e Update the JavaDoc for the new accessibility permissions
Change-Id: I1d52e848fec6c56cdb1f8ff66d07414dd2518086
2013-01-31 16:54:40 -08:00
Jeff Brown
1b0e29aec6 Merge "Avoid redundant store into array list." 2013-01-31 21:43:00 +00:00
Fabrice Di Meglio
f8ce2b94df Merge "Fix progress bar and spinner in RTL mode" 2013-01-31 19:28:37 +00:00
Geremy Condra
d4b1d9cf9c Merge changes I4859c8db,I7643024d
* changes:
  Add the TZInfo updater and relevant intent.
  Fix ConfigUpdater for binary files.
2013-01-31 19:24:42 +00:00
Fabrice Di Meglio
2b378cde41 Fix progress bar and spinner in RTL mode
Add "mirrorForRtl" property for ProgressBar (default is "false") and
use it accordingly to the following RTL rules:

- time still goes from left to right
- clocks still rotate clockwise

Change-Id: Ib91ce6ab341aa6097c0f43b13703174a2ee9ec70
2013-01-31 11:20:30 -08:00
Svetoslav
5a2f6bee86 am f48a2d30: Merge "Add accessibility actions for text editing."
# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit 'f48a2d30c5d5f7c167310ff9ca1cd2310121be7c':
  Add accessibility actions for text editing.
2013-01-30 23:55:44 -08:00
Svetoslav
f48a2d30c5 Merge "Add accessibility actions for text editing." 2013-01-31 07:53:43 +00:00
Svetoslav
7c51284d80 Add accessibility actions for text editing.
Currently text editing is pretty hard (certain operations even
impossible) for a blind person. To address the issue this change
adds APIs that enable an accessibility service to perform basic
text editing operations such as copy, paste, cut, set selection,
extend selection while moving at a given granularity.

The new APIs enable an accessibility service to expose a gesture
driven efficient text editing facility.

bug:8098384

Change-Id: I82b200138a3fdf4c0c316b774fc08a096ced29d0
2013-01-30 23:47:17 -08:00
Svetoslav
62d595216b am ec695824: Merge "Remove "enhance web scripts" from settings and make it requested by plug-ins."
# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit 'ec695824af7ab263eaae613b87f2c0b24f176f91':
  Remove "enhance web scripts" from settings and make it requested by plug-ins.
2013-01-30 21:40:20 -08:00