| Format | Plane count | Layout details |
|---|
| 1 | Compressed data, so row and pixel strides are 0. To uncompress, use
- .
+ .
|
| 3 | A luminance plane followed by the Cb and Cr chroma planes.
The chroma planes have half the width and height of the luminance
plane (4:2:0 subsampling). Each pixel sample in each plane has 8 bits.
@@ -394,4 +395,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/ImageReader.xml b/docs/Mono.Android/en/Android.Media/ImageReader.xml
index d7726c7814..1375c41a2c 100644
--- a/docs/Mono.Android/en/Android.Media/ImageReader.xml
+++ b/docs/Mono.Android/en/Android.Media/ImageReader.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
The ImageReader class allows direct application access to image data
@@ -80,7 +81,8 @@
-
+
+
To be added.
@@ -138,7 +140,8 @@
-
+
+
To be added.
@@ -273,7 +276,7 @@
this ImageReader's Surface if the default color format allows. ImageReader
guarantees that all acquired from ImageReader
(for example, with ) will have a "compatible"
- format to what was specified in .
+ format to what was specified in .
As of now, each format is only compatible to itself.
The actual format of the images can be found using .
@@ -368,7 +371,8 @@
become available for access through
or .
Must be greater than 0.
-
+
+
To be added.
@@ -464,7 +468,8 @@
Android.Views.Surface
-
+
+
To be added.
@@ -553,4 +558,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/JetPlayer.xml b/docs/Mono.Android/en/Android.Media/JetPlayer.xml
index a23cd4ee73..beefd4a8af 100644
--- a/docs/Mono.Android/en/Android.Media/JetPlayer.xml
+++ b/docs/Mono.Android/en/Android.Media/JetPlayer.xml
@@ -1,4 +1,4 @@
-
+
@@ -484,7 +484,7 @@
affects track 0, bit 1 affects track 1 etc.
a value specified by the application that uniquely identifies the segment.
this value is received in the
- event listener method.
+ event listener method.
Normally, the application will keep a byte value that is incremented each time a new
segment is queued up. This can be used to look up any special characteristics of that
track including trigger clips and mute flags.
@@ -538,7 +538,7 @@
The length of the array must be for the call to succeed.
a value specified by the application that uniquely identifies the segment.
this value is received in the
- event listener method.
+ event listener method.
Normally, the application will keep a byte value that is incremented each time a new
segment is queued up. This can be used to look up any special characteristics of that
track including trigger clips and mute flags.
@@ -857,4 +857,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaActionSound.xml b/docs/Mono.Android/en/Android.Media/MediaActionSound.xml
index b9fc4a8828..0432cf322d 100644
--- a/docs/Mono.Android/en/Android.Media/MediaActionSound.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaActionSound.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
A class for producing sounds that match those produced by various actions
@@ -29,7 +30,7 @@
processing with , for
example), or when implementing some other camera-like function in your application.
There is no need to play sounds when using
- or
+ or
for still images or video, respectively,
as the Android framework will play the appropriate sounds when needed for
these calls.
@@ -228,14 +229,15 @@
The type of sound to play, selected from
SHUTTER_CLICK, FOCUS_COMPLETE, START_VIDEO_RECORDING, or
STOP_VIDEO_RECORDING.
-
+
+
Play one of the predefined platform sounds for media actions.
Use this method to play a platform-specific sound for various media
actions. The sound playback is done asynchronously, with the same
behavior and content as the sounds played by
- ,
+ ,
, and
.
With the API, this method can be used to play
@@ -314,11 +316,11 @@
0
The sound used by
- to
+ to
indicate still image capture.
The sound used by
- to
+ to
indicate still image capture.
@@ -441,4 +443,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaActionSoundType.xml b/docs/Mono.Android/en/Android.Media/MediaActionSoundType.xml
index f3029102cf..700cf57d7c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaActionSoundType.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaActionSoundType.xml
@@ -1,4 +1,4 @@
-
+
@@ -45,7 +45,7 @@
The sound used by
- to
+ to
indicate still image capture.
@@ -87,4 +87,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec.xml b/docs/Mono.Android/en/Android.Media/MediaCodec.xml
index f262aa0cda..27335fa362 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec.xml
@@ -1,4 +1,4 @@
-
+
@@ -95,7 +95,7 @@
When you create a codec using one of the factory methods, the codec is in the Uninitialized
- state. First, you need to configure it via , which brings
+ state. First, you need to configure it via , which brings
it to the Configured state, then call to move it to the Executing state. In this
state you can process data through the buffer queue manipulation described above.
@@ -123,7 +123,7 @@
Use to create a MediaCodec for a specific . When
decoding a file or a stream, you can get the desired format from . Inject any specific features that
- you want to add using , then
+ you want to add using , then
call to get the
name of a codec that can handle that specific media format. Finally, create the codec using
.
@@ -152,7 +152,7 @@
Initialization
After creating the codec, you can set a callback using if you
- want to process data asynchronously. Then, the codec using the
+ want to process data asynchronously. Then, the codec using the
specific media format. This is when you can specify the output for video
producers – codecs that generate raw video data (e.g. video decoders). This is also when
you can set the decryption parameters for secure codecs (see ). Finally, since
@@ -174,10 +174,10 @@
Some formats, notably AAC audio and MPEG4, H.264 and H.265 video formats require the actual data
to be prefixed by a number of buffers containing setup data, or codec specific data. When
- processing such compressed formats, this data must be submitted to the codec after and before any frame data. Such data must be marked using the flag in a call to .
+ processing such compressed formats, this data must be submitted to the codec after and before any frame data. Such data must be marked using the flag in a call to .
- Codec-specific data can also be included in the format passed to in
+ Codec-specific data can also be included in the format passed to in
ByteBuffer entries with keys "csd-0", "csd-1", etc. These keys are always included in the track
obtained from the .
Codec-specific data in the format is automatically submitted to the codec upon ;
@@ -269,18 +269,18 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Each codec maintains a set of input and output buffers that are referred to by a buffer-ID in
API calls. After a successful call to the client "owns" neither input nor output
- buffers. In synchronous mode, call / to obtain (get ownership of) an input or output
+ buffers. In synchronous mode, call / to obtain (get ownership of) an input or output
buffer from the codec. In asynchronous mode, you will automatically receive available buffers via
- the / callbacks.
+ the / callbacks.
- Upon obtaining an input buffer, fill it with data and submit it to the codec using – or if using decryption. Do not submit multiple input buffers with the same
+ Upon obtaining an input buffer, fill it with data and submit it to the codec using – or if using decryption. Do not submit multiple input buffers with the same
timestamp (unless it is marked as such).
- The codec in turn will return a read-only output buffer via the callback in asynchronous mode, or in
- response to a call in synchronous mode. After the
- output buffer has been processed, call one of the methods to return the buffer to the codec.
+ The codec in turn will return a read-only output buffer via the callback in asynchronous mode, or in
+ response to a call in synchronous mode. After the
+ output buffer has been processed, call one of the methods to return the buffer to the codec.
While you are not required to resubmit/release buffers immediately to the codec, holding onto
@@ -294,7 +294,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
| Processing Mode | API version <= 20 Jelly Bean/KitKat | API version >= 21 Lollipop and later |
|---|
| Synchronous API using buffer arrays | Supported | Deprecated | | Synchronous API using buffers | Not Available | Supported | | Asynchronous API using buffers | Not Available | Supported |
Asynchronous Processing using Buffers
Since , the preferred method is to process data
- asynchronously by setting a callback before calling . Asynchronous
+ asynchronously by setting a callback before calling . Asynchronous
mode changes the state transitions slightly, because you must call after to transition the codec to the Running sub-state and start receiving input buffers.
Similarly, upon an initial call to start the codec will move directly to the Running
sub-state and start passing available input buffers via the callback.
@@ -336,13 +336,13 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
End-of-stream Handling
When you reach the end of the input data, you must signal it to the codec by specifying the
- flag in the call to . You can do this on the last valid input buffer, or by submitting an additional
+ flag in the call to . You can do this on the last valid input buffer, or by submitting an additional
empty input buffer with the end-of-stream flag set. If using an empty buffer, the timestamp will
be ignored.
The codec will continue to return output buffers until it eventually signals the end of the
- output stream by specifying the same end-of-stream flag in the set in or returned via . This can be set on the last valid output buffer, or on an empty buffer
+ output stream by specifying the same end-of-stream flag in the set in or returned via . This can be set on the last valid output buffer, or on an empty buffer
after the last valid output buffer. The timestamp of such empty buffer should be ignored.
@@ -358,7 +358,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
When using an output Surface, you can select whether or not to render each output buffer on the
surface. You have three choices:
- - Do not render the buffer: Call .
- Render the buffer with the default timestamp: Call .
- Render the buffer with a specific timestamp: Call .
+ - Do not render the buffer: Call .
- Render the buffer with the default timestamp: Call .
- Render the buffer with a specific timestamp: Call .
Since , the default timestamp is the of the buffer (converted to nanoseconds).
It was not defined prior to that.
@@ -408,7 +408,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
suitable stream boundary/key frame.
- Note: the format of the data submitted after a flush must not change; does not support format discontinuities; for that, a full - - cycle is necessary.
+ Note: the format of the data submitted after a flush must not change; does not support format discontinuities; for that, a full - - cycle is necessary.
@@ -429,7 +429,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
any start codes), and submit it as a regular input buffer.
- You will receive an return value from or a callback just after the picture-size change takes place and before any
+ You will receive an return value from or a callback just after the picture-size change takes place and before any
frames with the new size have been returned.
@@ -451,7 +451,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
correctly using the API. The recommended action when receiving a CodecException
can be determined by calling and :
- recoverable errors: If isRecoverable() returns true, then call
- , , and to recover.
- transient errors: If isTransient() returns true, then resources are
+ , , and to recover.
- transient errors: If isTransient() returns true, then resources are
temporarily unavailable and the method may be retried at a later time.
- fatal errors: If both isRecoverable() and isTransient()
return false, then the CodecException is fatal and the codec must be or .
@@ -484,7 +484,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
.deg45 > div > div > div { transform: skew(45deg, 0deg) translate(-55px, 55px) rotate(-45deg); }
//]]>//
-| Symbol | Meaning |
|---|
| ● | Supported | | ⁕ | Semantics changed | | ○ | Experimental support | | [ ] | Deprecated | | ⎋ | Restricted to surface input mode | | ⎆ | Restricted to surface output mode | | ▧ | Restricted to ByteBuffer input mode | | ↩ | Restricted to synchronous mode | | ⇄ | Restricted to asynchronous mode | | ( ) | Can be called, but shouldn't |
| Uninitialized | Configured | Flushed | Running | End of Stream | Error | Released | | SDK Version |
|---|
| State | Method | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|
| | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | | | | | | | | ● | | 16+ | - | - | - | - | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | 18+ | - | - | - | - | - | | | | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | | - | - | 16+ | 16+ | (16+) | - | - | | ● | ● | ▧ | ▧ | ▧ | ⁕▧↩ | ▧↩ | ▧↩ | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ⁕↩ | ↩ | ↩ | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● | | 18+ | 18+ | 18+ | 18+ | 18+ | 18+ | - | | | | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | (21+) | - | - | | | | | | | ● | ● | ● | | - | - | 16+ | (16+) | (16+) | - | - | | ● | ● | ● | ● | ● | [⁕↩] | [↩] | [↩] | | - | 21+ | (21+) | (21+) | (21+) | - | - | | | | | | | ● | ● | ● | | - | - | (21+) | 21+ | (21+) | - | - | | | | | | | ○ | ● | ● | | 18+ | 18+ | 18+ | 18+ | 18+ | 18+ | - | | | | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ● | ● | ● | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | [⁕↩] | [↩] | [↩] | | - | 21+ | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ○ | ● | ● | | - | - | - | 16+ | (16+) | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | - | - | 16+ | (16+) | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | 16+ | 16+ | 16+ | 16+ | 16+ | 16+ | 16+ | | ● | ● | ● | ● | ● | ● | ● | ● | | - | - | - | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ⁕ | | - | - | - | 21+ | 21+ | - | - | | | | | | | ⎆ | ⎆ | ⎆ | | 21+ | 21+ | 21+ | 21+ | 21+ | 21+ | - | | | | | | | ● | ● | ● | | 21+ | - | - | - | - | - | - | | | | | | | ● | ● | | | - | 23+ | - | - | - | - | - | | | | | | | | | ⎋ | | 23+ | 23+ | 23+ | 23+ | 23+ | (23+) | (23+) | | | | | | | | | ○ ⎆ | | - | 23+ | 23+ | 23+ | 23+ | - | - | | | | | | | | | ⎆ | | 19+ | 19+ | 19+ | 19+ | 19+ | (19+) | - | | | | | ● | ● | ● | ● | ● | | - | 16+ | 16+ | 16+ | 16+ | (16+) | - | | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | | - | - | 18+ | 18+ | - | - | - | | | | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | | - | 16+ | 21+(⇄) | - | - | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● |
+| Symbol | Meaning |
|---|
| ● | Supported | | ⁕ | Semantics changed | | ○ | Experimental support | | [ ] | Deprecated | | ⎋ | Restricted to surface input mode | | ⎆ | Restricted to surface output mode | | ▧ | Restricted to ByteBuffer input mode | | ↩ | Restricted to synchronous mode | | ⇄ | Restricted to asynchronous mode | | ( ) | Can be called, but shouldn't |
| Uninitialized | Configured | Flushed | Running | End of Stream | Error | Released | | SDK Version |
|---|
| State | Method | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|
| | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | ● | ● | ● | ● | ● | ● | ● | ● | | | | | | | | | | | | | | | | ● | | 16+ | - | - | - | - | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | 18+ | - | - | - | - | - | | | | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | | - | - | 16+ | 16+ | (16+) | - | - | | ● | ● | ▧ | ▧ | ▧ | ⁕▧↩ | ▧↩ | ▧↩ | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ⁕↩ | ↩ | ↩ | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● | | 18+ | 18+ | 18+ | 18+ | 18+ | 18+ | - | | | | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | (21+) | - | - | | | | | | | ● | ● | ● | | - | - | 16+ | (16+) | (16+) | - | - | | ● | ● | ● | ● | ● | [⁕↩] | [↩] | [↩] | | - | 21+ | (21+) | (21+) | (21+) | - | - | | | | | | | ● | ● | ● | | - | - | (21+) | 21+ | (21+) | - | - | | | | | | | ○ | ● | ● | | 18+ | 18+ | 18+ | 18+ | 18+ | 18+ | - | | | | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ● | ● | ● | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | [⁕↩] | [↩] | [↩] | | - | 21+ | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ● | ● | ● | | - | - | (21+) | 21+ | 21+ | - | - | | | | | | | ○ | ● | ● | | - | - | - | 16+ | (16+) | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | - | - | 16+ | (16+) | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | 16+ | 16+ | 16+ | 16+ | 16+ | 16+ | 16+ | | ● | ● | ● | ● | ● | ● | ● | ● | | - | - | - | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ⁕ | | - | - | - | 21+ | 21+ | - | - | | | | | | | ⎆ | ⎆ | ⎆ | | 21+ | 21+ | 21+ | 21+ | 21+ | 21+ | - | | | | | | | ● | ● | ● | | 21+ | - | - | - | - | - | - | | | | | | | ● | ● | | | - | 23+ | - | - | - | - | - | | | | | | | | | ⎋ | | 23+ | 23+ | 23+ | 23+ | 23+ | (23+) | (23+) | | | | | | | | | ○ ⎆ | | - | 23+ | 23+ | 23+ | 23+ | - | - | | | | | | | | | ⎆ | | 19+ | 19+ | 19+ | 19+ | 19+ | (19+) | - | | | | | ● | ● | ● | ● | ● | | - | 16+ | 16+ | 16+ | 16+ | (16+) | - | | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | ⎆ | | - | - | 18+ | 18+ | - | - | - | | | | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | ⎋ | | - | 16+ | 21+(⇄) | - | - | - | - | | ● | ● | ● | ● | ● | ⁕ | ● | ● | | - | - | 16+ | 16+ | 16+ | - | - | | ● | ● | ● | ● | ● | ● | ● | ● |
[Android Documentation]
@@ -917,7 +917,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
To be added.
Requests a Surface to use as the input to an encoder, in place of input buffers. This
- may only be called after and before .
+ may only be called after and before .
The application is responsible for calling release() on the Surface when
@@ -958,7 +958,8 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
1
-
+
+
@@ -990,7 +991,8 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
0
-
+
+
@@ -1107,9 +1109,9 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Flush both input and output ports of the component.
- Upon return, all indices previously returned in calls to and — or obtained
- via or
- callbacks — become
+ Upon return, all indices previously returned in calls to and — or obtained
+ via or
+ callbacks — become
invalid, and all buffers are owned by the codec.
@@ -1282,7 +1284,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
The index of a client-owned output buffer previously
- returned from a call to ,
+ returned from a call to ,
or received via an onOutputBufferAvailable callback.
Returns a read-only ByteBuffer for a dequeued output buffer
index.
@@ -1400,7 +1402,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
The index of a client-owned output buffer previously
- returned from a call to ,
+ returned from a call to ,
or received via an onOutputBufferAvailable callback.
Returns a read-only Image object for a dequeued output buffer
index that contains the raw video frame.
@@ -1517,10 +1519,10 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
-1
If a non-negative timeout had been specified in the call
- to , indicates that the call timed out.
+ to , indicates that the call timed out.
If a non-negative timeout had been specified in the call
- to , indicates that the call timed out.
+ to , indicates that the call timed out.
@@ -1547,11 +1549,11 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Android.Media.MediaFormat
- Call this after returns successfully to
+ Call this after returns successfully to
get the input format accepted by the codec.
To be added.
- Call this after returns successfully to
+ Call this after returns successfully to
get the input format accepted by the codec. Do this to
determine what optional configuration parameters were
supported by the codec.
@@ -1622,7 +1624,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Call this after dequeueOutputBuffer signals a format change by returning
.
- You can also call this after returns
+ You can also call this after returns
successfully to get the output format initially configured
for the codec. Do this to determine what optional
configuration parameters were supported by the codec.
@@ -1780,7 +1782,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
submit it to the component. Once an input buffer is queued to
the codec, it MUST NOT be used until it is later retrieved by
in response to a
- return value or a
+ return value or a
callback.
@@ -1809,10 +1811,10 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Note: Prior to ,
presentationTimeUs was not propagated to the frame timestamp of (rendered)
Surface output buffers, and the resulting frame timestamp was undefined.
- Use to ensure a specific frame timestamp is set.
+ Use to ensure a specific frame timestamp is set.
Similarly, since frame timestamps can be used by the destination surface for rendering
synchronization, care must be taken to normalize presentationTimeUs so as to not be
- mistaken for a system time. (See ).
+ mistaken for a system time. (See ).
[Android Documentation]
@@ -1823,7 +1825,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
if not in the Executing state.
upon codec error.
if a crypto object has been specified in
-
+
@@ -1867,12 +1869,12 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
and .
While not prohibited, most codecs do not use the
flag for input buffers.
- Similar to but submits a buffer that is
+ Similar to but submits a buffer that is
potentially encrypted.
- Similar to but submits a buffer that is
+ Similar to but submits a buffer that is
potentially encrypted.
- Check out further notes at .
+ Check out further notes at .
[Android Documentation]
@@ -1943,7 +1945,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
The index of a client-owned output buffer previously returned
- from a call to .
+ from a call to .
If a valid surface was specified when configuring the codec,
passing true renders this output buffer to the surface.
If you are done with a buffer, use this call to return the buffer to the codec
@@ -1957,8 +1959,8 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Once an output buffer is released to the codec, it MUST NOT
be used until it is later retrieved by in response
- to a return value or a
- callback.
+ to a return value or a
+ callback.
[Android Documentation]
@@ -1992,7 +1994,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
The index of a client-owned output buffer previously returned
- from a call to .
+ from a call to .
The timestamp to associate with this buffer when
it is sent to the Surface.
If you are done with a buffer, use this call to update its surface timestamp
@@ -2032,8 +2034,8 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
Once an output buffer is released to the codec, it MUST NOT
be used until it is later retrieved by in response
- to a return value or a
- callback.
+ to a return value or a
+ callback.
[Android Documentation]
@@ -2100,7 +2102,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
The callback that will run. Use null to clear a previously
- set callback (before is called and run
+ set callback (before is called and run
in synchronous mode).
Sets an asynchronous callback for actionable MediaCodec events on the default
looper.
@@ -2109,7 +2111,7 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
looper.
- Same as with handler set to null.
+ Same as with handler set to null.
[Android Documentation]
@@ -2179,10 +2181,10 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
To be added.
- If a surface has been specified in a previous call to
+ If a surface has been specified in a previous call to
specifies the scaling mode to use.
- If a surface has been specified in a previous call to
+ If a surface has been specified in a previous call to
specifies the scaling mode to use. The default is "scale to fit".
@@ -2411,4 +2413,4 @@ td.NA { background: #ccc; } .mid > tr > td { vertical-align: middle; }
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfoState.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfoState.xml
index 21128550b1..f1438b8931 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfoState.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfoState.xml
@@ -1,4 +1,4 @@
-
+
@@ -64,10 +64,10 @@
If a non-negative timeout had been specified in the call
- to , indicates that the call timed out.
+ to , indicates that the call timed out.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
index 122461bd10..5872961755 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
@@ -45,7 +45,7 @@
encrypted session keys which can be used for general purpose crypto operations.
- A CryptoSession is obtained using
+ A CryptoSession is obtained using
[Android Documentation]
@@ -244,4 +244,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm.xml b/docs/Mono.Android/en/Android.Media/MediaDrm.xml
index 3740d43ba3..0721af15e2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm.xml
@@ -1,4 +1,4 @@
-
+
@@ -76,7 +76,7 @@
Once the app has a sessionId, it can construct a MediaCrypto object from the UUID and
sessionId. The MediaCrypto object is registered with the MediaCodec in the
- method to enable the codec to decrypt content.
+ method to enable the codec to decrypt content.
When the app has constructed ,
@@ -253,7 +253,7 @@
server.
This event type indicates that the app needs to request keys from a license
- server. The request message data is obtained using .
+ server. The request message data is obtained using .
@@ -372,14 +372,14 @@
Obtain a CryptoSession object which can be used to encrypt, decrypt,
sign and verify messages or data using the session keys established
- for the session using methods and
- using a session key server.
+ for the session using methods and
+ using a session key server.
To be added.
Obtain a CryptoSession object which can be used to encrypt, decrypt,
sign and verify messages or data using the session keys established
- for the session using methods and
- using a session key server.
+ for the session using methods and
+ using a session key server.
[Android Documentation]
@@ -949,7 +949,7 @@
provided to the DRM engine plugin using provideKeyResponse. When the
response is for an offline key request, a keySetId is returned that can be
used to later restore the keys to a new session with the method
- .
+ .
When the response is for a streaming or release request, null is returned.
@@ -1058,7 +1058,8 @@
-
+
+
@@ -1161,10 +1162,10 @@
identifies the saved key set to restore
Restore persisted offline keys into a new session. keySetId identifies the
- keys to load, obtained from a prior call to .
+ keys to load, obtained from a prior call to .
Restore persisted offline keys into a new session. keySetId identifies the
- keys to load, obtained from a prior call to .
+ keys to load, obtained from a prior call to .
[Android Documentation]
@@ -1360,4 +1361,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml b/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml
index 6ae16e15dd..b3710c7b9c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrmEventType.xml
@@ -1,4 +1,4 @@
-
+
@@ -45,7 +45,7 @@
This event type indicates that the app needs to request keys from a license
- server. The request message data is obtained using .
+ server. The request message data is obtained using .
@@ -87,4 +87,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor.xml
index 4ce748ee78..6ea831b0ef 100644
--- a/docs/Mono.Android/en/Android.Media/MediaExtractor.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaExtractor.xml
@@ -1,4 +1,4 @@
-
+
@@ -67,7 +67,8 @@
-
+
+
@@ -418,10 +419,10 @@
2
The sample is (at least partially) encrypted, see also the documentation
- for
+ for
The sample is (at least partially) encrypted, see also the documentation
- for
+ for
[Android Documentation]
@@ -726,11 +727,11 @@
To be added.
- Subsequent calls to , and
+ Subsequent calls to , and
only retrieve information for the subset of tracks
selected.
- Subsequent calls to , and
+ Subsequent calls to , and
only retrieve information for the subset of tracks
selected.
Selecting the same track multiple times has no effect, the track is
@@ -1111,11 +1112,11 @@
To be added.
- Subsequent calls to , and
+ Subsequent calls to , and
only retrieve information for the subset of tracks
selected.
- Subsequent calls to , and
+ Subsequent calls to , and
only retrieve information for the subset of tracks
selected.
@@ -1129,4 +1130,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml b/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml
index 36e0332448..3d17e6ecd8 100644
--- a/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaExtractorSampleFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
The sample is (at least partially) encrypted, see also the documentation
- for
+ for
@@ -68,4 +68,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaFormat.xml b/docs/Mono.Android/en/Android.Media/MediaFormat.xml
index b3e188f250..6e7fac69ee 100644
--- a/docs/Mono.Android/en/Android.Media/MediaFormat.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaFormat.xml
@@ -1,4 +1,4 @@
-
+
@@ -1577,7 +1577,7 @@
A key describing the temporal layering schema. This is an optional parameter
that applies only to video encoders. Use
- after to query if the encoder supports
+ after to query if the encoder supports
the desired schema. Supported values are webrtc.vp8.1-layer,
webrtc.vp8.2-layer, webrtc.vp8.3-layer, and none.
If the encoder does not support temporal layering, the input format will
@@ -1638,7 +1638,8 @@
System.String
-
+
+
@@ -1665,7 +1666,8 @@
System.String
-
+
+
@@ -1692,7 +1694,8 @@
System.String
-
+
+
@@ -1719,7 +1722,8 @@
System.String
-
+
+
@@ -1746,7 +1750,8 @@
System.String
-
+
+
@@ -1773,7 +1778,8 @@
System.String
-
+
+
@@ -1800,7 +1806,8 @@
System.String
-
+
+
@@ -1827,7 +1834,8 @@
System.String
-
+
+
@@ -1854,7 +1862,8 @@
System.String
-
+
+
@@ -1881,7 +1890,8 @@
System.String
-
+
+
@@ -1908,7 +1918,8 @@
System.String
-
+
+
@@ -1935,7 +1946,8 @@
System.String
-
+
+
@@ -1962,7 +1974,8 @@
System.String
-
+
+
@@ -2045,7 +2058,8 @@
System.String
-
+
+
@@ -2072,7 +2086,8 @@
System.String
-
+
+
@@ -2099,7 +2114,8 @@
System.String
-
+
+
@@ -2126,7 +2142,8 @@
System.String
-
+
+
@@ -2153,7 +2170,8 @@
System.String
-
+
+
@@ -2180,7 +2198,8 @@
System.String
-
+
+
@@ -2207,7 +2226,8 @@
System.String
-
+
+
@@ -2234,7 +2254,8 @@
System.String
-
+
+
@@ -2497,4 +2518,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadata.xml b/docs/Mono.Android/en/Android.Media/MediaMetadata.xml
index 5c36c71ab9..edce992d24 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadata.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadata.xml
@@ -1,4 +1,4 @@
-
+
@@ -82,7 +82,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -495,7 +496,7 @@
For the best results, Uris should use the content:// style and support
for retrieving scaled artwork through
- .
+ .
@@ -591,7 +592,7 @@
For the best results, Uris should use the content:// style and support
for retrieving scaled artwork through
- .
+ .
@@ -836,7 +837,7 @@
For the best results, Uris should use the content:// style and support
for retrieving scaled artwork through
- .
+ .
@@ -985,7 +986,7 @@
A String key for identifying the content. This value is specific to the
service providing the content. If used, this should be a persistent
unique key for the underlying content. It may be used with
-
+
to initiate playback when provided by a connected to
the same app.
@@ -1300,4 +1301,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
index ceeb3cf3db..2f5325b8a1 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
@@ -1,4 +1,4 @@
-
+
@@ -292,7 +292,7 @@
- one of the keys supported in
+ one of the keys supported in
the value returned if the key is not present
Returns the long value for the key.
To be added.
@@ -333,7 +333,7 @@
- one of the keys supported in
+ one of the keys supported in
the value returned if the key is not present
Returns an object representation of the value for the key
To be added.
@@ -374,7 +374,7 @@
- one of the keys supported in
+ one of the keys supported in
the value returned if the key is not present
Returns the value for the key.
To be added.
@@ -508,7 +508,7 @@
the identifier of a the metadata field to set. Valid keys for a:
- - object are ,
- object are the same as for
- object are the same as for
- object are
+
- object are ,
- object are the same as for
- object are the same as for
- object are
and .
the metadata to add.
Adds information stored as an instance.
@@ -715,4 +715,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever.xml
index 4f963e8acc..fc2a51db71 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -164,7 +165,7 @@
and returns it as a bitmap. This is useful for generating a thumbnail
for an input data source. Call this method if one does not
care about where the frame is located; otherwise, please call
- or
+ or
[Android Documentation]
@@ -241,7 +242,7 @@
and returns it as a bitmap. This is useful for generating a thumbnail
for an input data source. Call this method if one does not care
how the frame is found as long as it is close to the given time;
- otherwise, please call .
+ otherwise, please call .
[Android Documentation]
@@ -1142,11 +1143,11 @@
3
- This option is used with to retrieve
+ This option is used with to retrieve
a frame (not necessarily a key frame) associated with a data source that
is located closest to or at the given time.
- This option is used with to retrieve
+ This option is used with to retrieve
a frame (not necessarily a key frame) associated with a data source that
is located closest to or at the given time.
@@ -1179,11 +1180,11 @@
2
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
closest to (in time) or at the given time.
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
closest to (in time) or at the given time.
@@ -1216,11 +1217,11 @@
1
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right after or at the given time.
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right after or at the given time.
@@ -1253,11 +1254,11 @@
0
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right before or at the given time.
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right before or at the given time.
@@ -1627,4 +1628,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMuxer.xml b/docs/Mono.Android/en/Android.Media/MediaMuxer.xml
index 95ed2dca67..bab97a1b75 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMuxer.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMuxer.xml
@@ -1,4 +1,4 @@
-
+
@@ -277,7 +277,7 @@
Starts the muxer.
Make sure this is called after and before
- .
+ .
[Android Documentation]
@@ -399,4 +399,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
index 21ede6bbc6..78fe0c8d9c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
@@ -1,4 +1,4 @@
-
+
@@ -55,7 +55,7 @@
, ,
, ,
,
- , , ,
+ , , ,
, , or
in the Idle state for both cases. If any of these
methods is called right after a MediaPlayer object is constructed,
@@ -102,8 +102,8 @@
methods in an invalid state. - Calling
, or
, or
- , or
- , or
+ , or
+ , or
transfers a
MediaPlayer object in the Idle state to the
Initialized state.
@@ -966,11 +966,11 @@
the to be used by the media player.
the audio session ID to be used by the media player,
see to obtain a new session.
- Same factory method as but that lets you specify the audio
+ Same factory method as but that lets you specify the audio
attributes and session ID to be used by the new MediaPlayer instance.
To be added.
- Same factory method as but that lets you specify the audio
+ Same factory method as but that lets you specify the audio
attributes and session ID to be used by the new MediaPlayer instance.
@@ -1009,11 +1009,11 @@
the to be used by the media player.
the audio session ID to be used by the media player,
see to obtain a new session.
- Same factory method as but that lets you specify
+ Same factory method as but that lets you specify
the audio attributes and session ID to be used by the new MediaPlayer instance.
To be added.
- Same factory method as but that lets you specify
+ Same factory method as but that lets you specify
the audio attributes and session ID to be used by the new MediaPlayer instance.
@@ -2531,7 +2531,7 @@
Control whether we should use the attached SurfaceHolder to keep the
screen on while video playback is occurring. This is the preferred
- method over where possible, since it doesn't
+ method over where possible, since it doesn't
require that the application have permission for low-level wake lock
access.
@@ -2667,7 +2667,7 @@
This API is recommended for balancing the output of audio streams
within an application. Unless you are writing an application to
control user settings, this API should be used in preference to
- which sets the volume of ALL streams of
+ which sets the volume of ALL streams of
a particular type. Note that the passed volume values are raw scalars in range 0.0 to 1.0.
UI controls should be scaled logarithmically.
@@ -2996,4 +2996,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
index 4f128fc1bc..e0707e6e75 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
@@ -23,7 +23,7 @@
A Callback will only receive events relevant to routes that the callback
was registered for unless the
- flag was specified in .
+ flag was specified in .
See Also
@@ -32,7 +32,7 @@
-
-
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
index 450a93283b..366058bdd8 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
@@ -595,7 +595,7 @@
The application should listen for changes to the presentation display
- using the callback and
+ using the callback and
show or dismiss its accordingly when the display
becomes available or is removed.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter.xml b/docs/Mono.Android/en/Android.Media/MediaRouter.xml
index 7b32968cbe..6b8054f81f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter.xml
@@ -1,4 +1,4 @@
-
+
@@ -94,7 +94,7 @@
This is a convenience method that has the same effect as calling
- without flags.
+ without flags.
@@ -219,10 +219,10 @@
1
- Flag for : Actively scan for routes while this callback
+ Flag for : Actively scan for routes while this callback
is registered.
- Flag for : Actively scan for routes while this callback
+ Flag for : Actively scan for routes while this callback
is registered.
@@ -267,9 +267,9 @@
2
- Flag for : Do not filter route events.
+ Flag for : Do not filter route events.
- Flag for : Do not filter route events.
+ Flag for : Do not filter route events.
When this flag is specified, the callback will be invoked for event that affect any
@@ -913,4 +913,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouterCallbackFlags.xml b/docs/Mono.Android/en/Android.Media/MediaRouterCallbackFlags.xml
index 7cb04170e8..8472ac7fbe 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouterCallbackFlags.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouterCallbackFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
- Flag for : Actively scan for routes while this callback
+ Flag for : Actively scan for routes while this callback
is registered.
@@ -62,7 +62,7 @@
- Flag for : Do not filter route events.
+ Flag for : Do not filter route events.
When this flag is specified, the callback will be invoked for event that affect any
@@ -72,4 +72,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml
index 6de3f45ff4..505b75c1e1 100644
--- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -286,7 +286,7 @@
Requests the media scanner to scan a file.
Success or failure of the scanning operation cannot be determined until
- is called.
+ is called.
[Android Documentation]
@@ -321,7 +321,7 @@
The caller's Context, required for establishing a connection to
the media scanner service.
Success or failure of the scanning operation cannot be determined until
- is called.
+ is called.
Array of paths to be scanned.
Optional array of MIME types for each path.
If mimeType is null, then the mimeType will be inferred from the file extension.
@@ -329,12 +329,12 @@
scanned URI and MIME type; If null, the file will be scanned but
you will not get a result back.
Convenience for constructing a , calling
- on it, and calling with the given
+ on it, and calling with the given
path and mimeType when the connection is
established.
Convenience for constructing a , calling
- on it, and calling with the given
+ on it, and calling with the given
path and mimeType when the connection is
established.
@@ -384,4 +384,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/Option.xml b/docs/Mono.Android/en/Android.Media/Option.xml
index 594cab0032..4c4bd737c2 100644
--- a/docs/Mono.Android/en/Android.Media/Option.xml
+++ b/docs/Mono.Android/en/Android.Media/Option.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,7 @@
- This option is used with to retrieve
+ This option is used with to retrieve
a frame (not necessarily a key frame) associated with a data source that
is located closest to or at the given time.
@@ -44,7 +44,7 @@
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
closest to (in time) or at the given time.
@@ -62,7 +62,7 @@
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right after or at the given time.
@@ -80,11 +80,11 @@
- This option is used with to retrieve
+ This option is used with to retrieve
a sync (or key) frame associated with a data source that is located
right before or at the given time.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
index 4218710f42..4a71b20f9a 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
@@ -60,7 +60,7 @@
Called on the implementer to notify it that the playback head should be set at the given
position. If the position can be changed from its current value, the implementor of
the interface must also update the playback position using
- to reflect the actual new
+ to reflect the actual new
position being used, regardless of whether it differs from the requested position.
Failure to do so would cause the system to not know the new actual playback position,
and user interface components would fail to show the user where playback resumed after
diff --git a/docs/Mono.Android/en/Android.Media/RemoteController.xml b/docs/Mono.Android/en/Android.Media/RemoteController.xml
index eda5064fc6..e4d095e88d 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteController.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteController.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
Implement the methods of the interface to receive the information published by the active
instances.
By default an implementation will not receive bitmaps for
- album art. Use to receive images as well.
+ album art. Use to receive images as well.
Registration requires the listener to be one of the enabled
@@ -488,4 +488,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/Route.xml b/docs/Mono.Android/en/Android.Media/Route.xml
index f7511c73f0..a62071fb93 100644
--- a/docs/Mono.Android/en/Android.Media/Route.xml
+++ b/docs/Mono.Android/en/Android.Media/Route.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,7 @@
- Used for mask parameter of .
+ Used for mask parameter of .
@@ -127,4 +127,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml b/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml
index a8b8060534..502884558e 100644
--- a/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml
+++ b/docs/Mono.Android/en/Android.Media/ThumbnailUtils.xml
@@ -1,4 +1,4 @@
-
+
@@ -42,7 +42,8 @@
-
+
+
@@ -307,10 +308,10 @@
2
Constant used to indicate we should recycle the input in
- unless the output is the input.
+ unless the output is the input.
Constant used to indicate we should recycle the input in
- unless the output is the input.
+ unless the output is the input.
@@ -358,4 +359,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml b/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml
index c4803dad85..f4b110ee2e 100644
--- a/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml
+++ b/docs/Mono.Android/en/Android.Media/ThumnailExtractOptions.xml
@@ -1,4 +1,4 @@
-
+
@@ -40,10 +40,10 @@
Constant used to indicate we should recycle the input in
- unless the output is the input.
+ unless the output is the input.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/Volume.xml b/docs/Mono.Android/en/Android.Media/Volume.xml
index 1d53b010b2..bad0ef166a 100644
--- a/docs/Mono.Android/en/Android.Media/Volume.xml
+++ b/docs/Mono.Android/en/Android.Media/Volume.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
- Maximum volume, for use with
+ Maximum volume, for use with
@@ -43,9 +43,9 @@
- Minimum volume setting, for use with
+ Minimum volume setting, for use with
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml b/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml
index 430467dc61..fb79c2fe0d 100644
--- a/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml
+++ b/docs/Mono.Android/en/Android.Media/VolumeNotificationFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -58,8 +58,8 @@
- If this is given to or
- , it may be ignored
+ If this is given to or
+ , it may be ignored
in some cases (for example, the decided stream type is not
, or the volume is being adjusted
downward).
@@ -118,4 +118,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Http/X509TrustManagerExtensions.xml b/docs/Mono.Android/en/Android.Net.Http/X509TrustManagerExtensions.xml
index 362ec1d1c5..a9478bbfb6 100644
--- a/docs/Mono.Android/en/Android.Net.Http/X509TrustManagerExtensions.xml
+++ b/docs/Mono.Android/en/Android.Net.Http/X509TrustManagerExtensions.xml
@@ -1,4 +1,4 @@
-
+
@@ -115,7 +115,7 @@
Verifies the given certificate chain.
- See for a
+ See for a
description of the chain and authType parameters. The final parameter, host, should be the
hostname of the server.
@@ -154,7 +154,7 @@
Checks whether a CA certificate is added by an user.
- Since allows its parameter chain to
+ Since allows its parameter chain to
chain up to user-added CA certificates, this method can be used to perform additional
policies for user-added CA certificates.
@@ -202,4 +202,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdFailure.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdFailure.xml
index 80a9ffce8a..f6a79f15e6 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdFailure.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdFailure.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,10 +44,10 @@
- Failures are passed with ,
- ,
- ,
- or .
+ Failures are passed with ,
+ ,
+ ,
+ or .
Indicates that the operation failed due to an internal error.
@@ -73,4 +73,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
index ef01920395..ee5a4e2fa4 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -78,22 +78,22 @@
An application that needs to advertise itself over a network for other applications to
- discover it can do so with a call to . If Example is a http based
+ discover it can do so with a call to . If Example is a http based
application that can provide HTML data to peer services, it can register a name "Example"
with service type "_http._tcp". A successful registration is notified with a callback to
and a failure to register is notified
- over
+ over
A peer application looking for http services can initiate a discovery for "_http._tcp"
- with a call to . A service found is notified with a callback
+ with a call to . A service found is notified with a callback
to and a service lost is notified on
.
Once the peer application discovers the "Example" http srevice, and needs to receive data
- from the "Example" application, it can initiate a resolve with to
+ from the "Example" application, it can initiate a resolve with to
resolve the host and port details for the purpose of establishing a connection. A successful
resolve is notified on and a failure is notified
- on .
+ on .
Applications can reserve for a service type at
http://www.iana.org/form/ports-service. Existing services can be found at
@@ -200,7 +200,7 @@
The function call immediately returns after sending a request to start service
discovery to the framework. The application is notified of a success to initiate
discovery through the callback or a failure
- through .
+ through .
Upon successful start, application is notified when a service is found with
@@ -242,7 +242,7 @@
or disabled.
The lookup key for an int that indicates whether network service discovery is enabled
- or disabled. Retrieve it with .
+ or disabled. Retrieve it with .
[Android Documentation]
@@ -307,15 +307,15 @@
0
- Failures are passed with ,
- ,
- ,
- or .
+ Failures are passed with ,
+ ,
+ ,
+ or .
- Failures are passed with ,
- ,
- ,
- or .
+ Failures are passed with ,
+ ,
+ ,
+ or .
Indicates that the operation failed due to an internal error.
@@ -496,7 +496,7 @@
The function call immediately returns after sending a request to register service
to the framework. The application is notified of a successful registration
through the callback or a failure
- through .
+ through .
The application should call when the service
@@ -567,23 +567,23 @@
- This should be the listener object that was passed to .
+ This should be the listener object that was passed to .
It identifies the discovery that should be stopped and notifies of a successful or
unsuccessful stop. In API versions 20 and above, the listener object may be used for
another service discovery once the callback has been called. In API versions <= 19,
there is no entirely reliable way to know when a listener may be re-used, and a new
listener should be created for each service discovery request.
- Stop service discovery initiated with .
+ Stop service discovery initiated with .
- Stop service discovery initiated with . An active service
+ Stop service discovery initiated with . An active service
discovery is notified to the application with
and it stays active until the application invokes a stop service discovery. A successful
stop is notified to with a call to .
Upon failure to stop service discovery, application is notified through
- .
+ .
[Android Documentation]
@@ -649,16 +649,16 @@
This should be the listener object that was passed to
- . It identifies the service that should be unregistered
+ . It identifies the service that should be unregistered
and notifies of a successful or unsuccessful unregistration via the listener
callbacks. In API versions 20 and above, the listener object may be used for
another service registration once the callback has been called. In API versions <= 19,
there is no entirely reliable way to know when a listener may be re-used, and a new
listener should be created for each service registration request.
- Unregister a service registered through .
+ Unregister a service registered through .
- Unregister a service registered through . A successful
+ Unregister a service registered through . A successful
unregister is notified to the application with a call to
.
@@ -671,4 +671,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
index 0b273bb990..d3e3551401 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -52,7 +52,8 @@
-
+
+
@@ -86,7 +87,7 @@
Retrive attributes as a map of String keys to byte[] values.
- The returned map is unmodifiable; changes must be made through and
+ The returned map is unmodifiable; changes must be made through and
.
@@ -374,7 +375,7 @@
Keys should be short, ideally no more than 9 characters, and unique per instance of
- . Calling twice with the same key will overwrite
+ . Calling twice with the same key will overwrite
first value.
@@ -458,4 +459,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Rtp/AudioCodec.xml b/docs/Mono.Android/en/Android.Net.Rtp/AudioCodec.xml
index c628395a6f..4554ffc14e 100644
--- a/docs/Mono.Android/en/Android.Net.Rtp/AudioCodec.xml
+++ b/docs/Mono.Android/en/Android.Net.Rtp/AudioCodec.xml
@@ -1,4 +1,4 @@
-
+
@@ -28,7 +28,7 @@
Few simple configurations are defined as public static instances for the
convenience of direct uses. More complicated ones could be obtained using
- . For example, one can use the
+ . For example, one can use the
following snippet to create a mode-1-only AMR codec.
See Also
@@ -424,4 +424,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
index de7b303762..e00de31587 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
@@ -274,7 +274,7 @@
Called when an event occurs and the corresponding callback is not
overridden. The default implementation is no op. Error events are
- not re-directed to this callback and are handled in .
+ not re-directed to this callback and are handled in .
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall.xml b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall.xml
index 64ca7d7caa..fcf2f06950 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall.xml
@@ -1,4 +1,4 @@
-
+
@@ -18,7 +18,7 @@
Handles an Internet audio call over SIP.
Handles an Internet audio call over SIP. You can instantiate this class with ,
- using and .
+ using and .
Developer Guides
@@ -118,7 +118,7 @@
Answers a call. The attempt will be timed out if the call is not
established within timeout seconds and
-
+
will be called.
@@ -224,7 +224,7 @@
Continues a call that's on hold. When succeeds,
is called. The attempt will be timed
out if the call is not established within timeout seconds and
-
+
will be called.
@@ -294,7 +294,7 @@
Puts a call on hold. When succeeds, is
called. The attempt will be timed out if the call is not established
within timeout seconds and
-
+
will be called.
@@ -452,7 +452,7 @@
Initiates an audio call to the specified profile. The attempt will be
timed out if the call is not established within timeout seconds
- and
+ and
will be called.
@@ -812,4 +812,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipErrorCode.xml b/docs/Mono.Android/en/Android.Net.Sip/SipErrorCode.xml
index 35d0479c11..a2ed088bc5 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipErrorCode.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipErrorCode.xml
@@ -1,4 +1,4 @@
-
+
@@ -18,10 +18,10 @@
Defines error codes returned during SIP actions.
Defines error codes returned during SIP actions. For example, during
- ,
- ,
- and
- .
+ ,
+ ,
+ and
+ .
@@ -499,7 +499,8 @@
To be added.
-
+
+
To be added.
@@ -545,4 +546,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml b/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml
index 7ab519982f..24197b902d 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,10 +22,10 @@
SIP services. This class is the starting point for any SIP actions. You can acquire an instance
of it with .
The APIs in this class allows you to:- Create a to get ready for making calls or listen for incoming calls. See
- and .
- Initiate and receive generic SIP calls or audio-only SIP calls. Generic SIP calls may
+ and .
- Initiate and receive generic SIP calls or audio-only SIP calls. Generic SIP calls may
be video, audio, or other, and are initiated with . Audio-only SIP calls
- should be handled with a , which you can acquire with and .
- Register and unregister with a SIP service provider, with
- and .
- Verify session connectivity, with and
+ should be handled with a , which you can acquire with and .
- Register and unregister with a SIP service provider, with
+ and .
- Verify session connectivity, with and
.
Note: Not all Android-powered devices support VOIP calls using
@@ -296,7 +296,7 @@
Gets the that handles the incoming call. For audio
calls, consider to use to handle the incoming call.
- See . Note that the method may be called only once
+ See . Note that the method may be called only once
for the same intent. For subsequent calls on the same intent, the method
returns null.
@@ -585,7 +585,7 @@
Creates a to make a call. The attempt will be timed
out if the call is not established within timeout seconds and
-
+
will be called.
@@ -633,7 +633,7 @@
Creates a to make an audio call. The attempt will be
timed out if the call is not established within timeout seconds
and
-
+
will be called.
@@ -703,9 +703,9 @@
Opens the profile for making generic SIP calls.
Opens the profile for making generic SIP calls. The caller may make subsequent calls
- through . If one also wants to receive calls on the
+ through . If one also wants to receive calls on the
profile, use
-
+
instead.
@@ -743,7 +743,7 @@
the SIP profile to receive incoming calls for
When an incoming call is received, the
SIP service will call
- to send back the
+ to send back the
intent to the caller with as the
result code and the intent to fill in the call ID and session
description information. It cannot be null.
@@ -751,7 +751,7 @@
Opens the profile for making calls and/or receiving generic SIP calls.
Opens the profile for making calls and/or receiving generic SIP calls. The caller may
- make subsequent calls through . If the
+ make subsequent calls through . If the
auto-registration option is enabled in the profile, the SIP service
will register the profile to the corresponding SIP provider periodically
in order to receive calls from the provider. When the SIP service
@@ -806,7 +806,7 @@
Manually registers the profile to the corresponding SIP provider for
receiving calls.
- is
+ is
still needed to be called at least once in order for the SIP service to
notify the caller with the when an incoming call is
received.
@@ -847,7 +847,7 @@
Sets the listener to listen to registration events. No effect if the
profile has not been opened to receive calls (see
- ).
+ ).
[Android Documentation]
@@ -887,7 +887,7 @@
Creates a to take an incoming call. Before the call
is returned, the listener will receive a
-
+
callback.
@@ -977,4 +977,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipSession.xml b/docs/Mono.Android/en/Android.Net.Sip/SipSession.xml
index 7038fd6167..bb1baf8453 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipSession.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipSession.xml
@@ -1,4 +1,4 @@
-
+
@@ -21,7 +21,7 @@
Represents a SIP session that is associated with a SIP dialog or a standalone
transaction not within a dialog.
- You can get a from with (when initiating calls) or (when receiving calls).
+ You can get a from with (when initiating calls) or (when receiving calls).
[Android Documentation]
@@ -508,4 +508,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceInfo.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceInfo.xml
index c3a092aec8..218d96612a 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
-See Also
+See Also
[Android Documentation]
@@ -122,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml
index 66d7679e9c..8268c3c1cc 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pDnsSdServiceRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,10 +16,10 @@
A class for creating a Bonjour service discovery request for use with
- and
+ and
A class for creating a Bonjour service discovery request for use with
- and
+ and
See Also
@@ -222,4 +222,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml
index feed4385fb..4d870ac438 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pServiceRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -23,10 +23,10 @@
A class for creating a service discovery request for use with
- and
+ and
A class for creating a service discovery request for use with
- and
+ and
This class is used to create service discovery request for custom
vendor specific service discovery protocol
or to search all service protocols .
@@ -180,4 +180,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceInfo.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceInfo.xml
index 70ae524dfd..21fc9e7ee8 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
-See Also
+See Also
[Android Documentation]
@@ -122,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml
index ea2142b0b8..0954cbab54 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p.Nsd/WifiP2pUpnpServiceRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,10 +16,10 @@
A class for creating a Upnp service discovery request for use with
- and
+ and
A class for creating a Upnp service discovery request for use with
- and
+ and
See Also
@@ -182,4 +182,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml
index 473c2606a0..eb060fe8ac 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pFailureReason.xml
@@ -1,4 +1,4 @@
-
+
@@ -64,8 +64,8 @@
Passed with .
- Indicates that the failed because no service
- requests are added. Use to add a service
+ Indicates that the failed because no service
+ requests are added. Use to add a service
request.
@@ -90,4 +90,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+Channel.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+Channel.xml
index fd93a3dcdb..e826903f92 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+Channel.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+Channel.xml
@@ -19,7 +19,7 @@
A channel that connects the application to the Wifi p2p framework.
Most p2p operations require a Channel as an argument. An instance of Channel is obtained
- by doing a call on
+ by doing a call on
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+IChannelListener.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+IChannelListener.xml
index 16443badc6..2df7d89f0b 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+IChannelListener.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager+IChannelListener.xml
@@ -51,7 +51,7 @@
The channel to the framework has been disconnected.
The channel to the framework has been disconnected.
- Application could try re-initializing using
+ Application could try re-initializing using
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml
index 09ed2fd5e8..1edf7aa655 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.P2p/WifiP2pManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
The API is asynchronous and responses to requests from an application are on listener
callbacks provided by the application. The application needs to do an initialization with
- before doing any p2p operation.
+ before doing any p2p operation.
Most application calls need a instance for receiving callbacks
@@ -35,34 +35,34 @@
or .
- An application can initiate discovery of peers with . An initiated
+ An application can initiate discovery of peers with . An initiated
discovery request from an application stays active until the device starts connecting to a peer
- ,forms a p2p group or there is an explicit .
+ ,forms a p2p group or there is an explicit .
Applications can listen to to know if a peer-to-peer
discovery is running or stopped. Additionally, indicates
if the peer list has changed.
When an application needs to fetch the current list of peers, it can request the list
- of peers with . When the peer list is available
+ of peers with . When the peer list is available
is called with the device list.
- An application can initiate a connection request to a peer through . See
+ An application can initiate a connection request to a peer through . See
for details on setting up the configuration. For communication with legacy
- Wi-Fi devices that do not support p2p, an app can create a group using
- which creates an access point whose details can be fetched with .
+ Wi-Fi devices that do not support p2p, an app can create a group using
+ which creates an access point whose details can be fetched with .
- After a successful group formation through or through ,
- use to fetch the connection details. The connection info
+ After a successful group formation through or through ,
+ use to fetch the connection details. The connection info
contains the address of the group owner
and a flag to indicate
if the current device is a p2p group owner. A p2p client can thus communicate with
the p2p group owner through a socket connection.
- With peer discovery using , an application discovers the neighboring
+ With peer discovery using , an application discovers the neighboring
peers, but has no good way to figure out which peer to establish a connection with. For example,
if a game application is interested in finding all the neighboring peers that are also running
the same game, it has no way to find out until after the connection is setup. Pre-association
@@ -79,27 +79,27 @@
An application can advertise a Upnp or a Bonjour service with a call to
- . After a local service is added,
+ . After a local service is added,
the framework automatically responds to a peer application discovering the service prior
- to establishing a p2p connection. A call to removes a local
- service and can be used to clear all local services.
+ to establishing a p2p connection. A call to removes a local
+ service and can be used to clear all local services.
An application that is looking for peer devices that support certain services
- can do so with a call to . Prior to initiating the discovery,
- application can add service discovery request with a call to ,
- remove a service discovery request with a call to or clear
- all requests with a call to . When no service requests remain,
+ can do so with a call to . Prior to initiating the discovery,
+ application can add service discovery request with a call to ,
+ remove a service discovery request with a call to or clear
+ all requests with a call to . When no service requests remain,
a previously running service discovery will stop.
The application is notified of a result of service discovery request through listener callbacks
- set through for Bonjour or
- for Upnp.
+ set through for Bonjour or
+ for Upnp.
Note:
- Registering an application handler with requires the permissions
+ Registering an application handler with requires the permissions
and
to perform any further peer-to-peer
operations.
@@ -211,7 +211,7 @@
- is the channel created at
+ is the channel created at
is a local service information.
for callbacks on success or failure. Can be null.
@@ -228,13 +228,13 @@
The service information is set through .
- or its subclass calls or
- for a Upnp or Bonjour service
+ or its subclass calls or
+ for a Upnp or Bonjour service
respectively
The service information can be cleared with calls to
- or .
+ or .
[Android Documentation]
@@ -265,7 +265,7 @@
- is the channel created at
+ is the channel created at
is the service discovery request.
for callbacks on success or failure. Can be null.
@@ -281,12 +281,12 @@
After service discovery request is added, you can initiate service discovery by
- .
+ .
The added service requests can be cleared with calls to
- or
- .
+ or
+ .
[Android Documentation]
@@ -351,7 +351,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Cancel any ongoing p2p group negotiation
@@ -394,7 +394,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Clear all registered local services of service discovery.
@@ -435,7 +435,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Clear all registered service discovery requests.
@@ -477,7 +477,7 @@
- is the channel created at
+ is the channel created at
options as described in class
for callbacks on success or failure. Can be null.
@@ -501,7 +501,7 @@
If the current device is part of an existing p2p group or has created
- a p2p group with , an invitation to join the group is sent to
+ a p2p group with , an invitation to join the group is sent to
the peer device.
@@ -532,7 +532,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Create a p2p group with the current device as the group owner.
@@ -554,7 +554,7 @@
.
- Application can request for the group details with .
+ Application can request for the group details with .
[Android Documentation]
@@ -584,7 +584,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Initiate peer discovery.
@@ -605,7 +605,7 @@
Upon receiving a intent, an application
- can request for the list of peers using .
+ can request for the list of peers using .
[Android Documentation]
@@ -635,7 +635,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Initiate service discovery.
@@ -651,12 +651,12 @@
.
- The services to be discovered are specified with calls to .
+ The services to be discovered are specified with calls to .
The application is notified of the response against the service discovery request
- through listener callbacks registered by or
- , or .
+ through listener callbacks registered by or
+ , or .
[Android Documentation]
@@ -719,7 +719,7 @@
The lookup key for an int that indicates whether p2p discovery has started or stopped.
The lookup key for an int that indicates whether p2p discovery has started or stopped.
- Retrieve it with .
+ Retrieve it with .
[Android Documentation]
@@ -910,7 +910,7 @@
The lookup key for an int that indicates whether Wi-Fi p2p is enabled or disabled.
The lookup key for an int that indicates whether Wi-Fi p2p is enabled or disabled.
- Retrieve it with .
+ Retrieve it with .
[Android Documentation]
@@ -983,8 +983,8 @@
Passed with .
Passed with .
- Indicates that the failed because no service
- requests are added. Use to add a service
+ Indicates that the failed because no service
+ requests are added. Use to add a service
request.
@@ -1050,7 +1050,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Remove the current p2p group.
@@ -1092,13 +1092,13 @@
- is the channel created at
+ is the channel created at
is the local service information.
for callbacks on success or failure. Can be null.
- Remove a registered local service added with
+ Remove a registered local service added with
- Remove a registered local service added with
+ Remove a registered local service added with
The function call immediately returns after sending a request to remove a
local service to the framework. The application is notified of a success or failure to
add service through listener callbacks or
@@ -1133,13 +1133,13 @@
- is the channel created at
+ is the channel created at
is the service discovery request.
for callbacks on success or failure. Can be null.
- Remove a specified service discovery request added with
+ Remove a specified service discovery request added with
- Remove a specified service discovery request added with
+ Remove a specified service discovery request added with
The function call immediately returns after sending a request to remove service
discovery request to the framework. The application is notified of a success or failure to
add service through listener callbacks or
@@ -1173,7 +1173,7 @@
- is the channel created at
+ is the channel created at
for callback when connection info is available. Can be null.
Request device connection info.
@@ -1208,7 +1208,7 @@
- is the channel created at
+ is the channel created at
for callback when group info is available. Can be null.
Request p2p group info.
@@ -1243,7 +1243,7 @@
- is the channel created at
+ is the channel created at
for callback when peer list is available. Can be null.
Request the current list of peers.
@@ -1290,7 +1290,7 @@
response.
- see for the detail.
+ see for the detail.
[Android Documentation]
@@ -1320,7 +1320,7 @@
- is the channel created at
+ is the channel created at
for callbacks on receiving service discovery response.
Register a callback to be invoked on receiving upnp service discovery
@@ -1330,7 +1330,7 @@
response.
- see for the detail.
+ see for the detail.
[Android Documentation]
@@ -1360,7 +1360,7 @@
- is the channel created at
+ is the channel created at
for callbacks on success or failure. Can be null.
Stop an ongoing peer discovery
@@ -1574,7 +1574,7 @@
An extra provides the full list of
current peers. The full list of peers can also be obtained any time with
- .
+ .
[Android Documentation]
@@ -1711,4 +1711,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi/ScanResult.xml b/docs/Mono.Android/en/Android.Net.Wifi/ScanResult.xml
index 2690561913..7cfc9c744e 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi/ScanResult.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi/ScanResult.xml
@@ -1,4 +1,4 @@
-
+
@@ -197,7 +197,7 @@
The detected signal level in dBm, also known as the RSSI.
- Use to convert this number into
+ Use to convert this number into
an absolute signal level which can be displayed to a user.
@@ -334,4 +334,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WifiInfo.xml b/docs/Mono.Android/en/Android.Net.Wifi/WifiInfo.xml
index 6f7ac39815..6b0a282ba0 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi/WifiInfo.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi/WifiInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -218,7 +218,8 @@
System.Boolean
-
+
+
To be added.
@@ -247,7 +248,8 @@
System.Int32
-
+
+
To be added.
@@ -336,7 +338,8 @@
System.String
-
+
+
To be added.
@@ -405,7 +408,7 @@
network, in dBm.
- Use to convert this number into
+ Use to convert this number into
an absolute signal level which can be displayed to a user.
@@ -542,4 +545,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml
index b135a464ed..690480936a 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -121,7 +121,7 @@
Notification of the result of this activity is posted using the
- callback. The
+ callback. The
resultCode
will be if scan always mode has
been turned on or if the user
@@ -166,7 +166,7 @@
The new network will be marked DISABLED by default. To enable it,
- called .
+ called .
[Android Documentation]
@@ -824,7 +824,7 @@
The lookup key for a boolean that indicates whether a connection to
the supplicant daemon has been gained or lost. true means
a connection now exists.
- Retrieve it with .
+ Retrieve it with .
@@ -854,12 +854,12 @@
The lookup key for a describing the supplicant
error code if any
Retrieve with
- .
+ .
The lookup key for a describing the supplicant
error code if any
Retrieve with
- .
+ .
[Android Documentation]
@@ -924,7 +924,7 @@
The lookup key for an int that indicates whether Wi-Fi is enabled,
disabled, enabling, disabling, or unknown. Retrieve it with
- .
+ .
[Android Documentation]
@@ -971,7 +971,8 @@
-
+
+
To be added.
@@ -999,7 +1000,8 @@
System.Boolean
-
+
+
To be added.
@@ -1027,7 +1029,8 @@
System.Boolean
-
+
+
To be added.
@@ -1055,7 +1058,8 @@
System.Boolean
-
+
+
To be added.
@@ -1083,7 +1087,8 @@
System.Boolean
-
+
+
To be added.
@@ -1146,7 +1151,8 @@
System.Boolean
-
+
+
To be added.
@@ -1582,10 +1588,10 @@
MAC address of the remote endpoint such as 00:00:0c:9f:f2:ab
true = setup and false = tear down TDLS
- Similar to , except
+ Similar to , except
this version allows you to specify remote endpoint with a MAC address.
- Similar to , except
+ Similar to , except
this version allows you to specify remote endpoint with a MAC address.
@@ -1905,4 +1911,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml b/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml
index 0dfe5e8818..13dbc283b1 100644
--- a/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml
+++ b/docs/Mono.Android/en/Android.Net/ConnectivityManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -374,7 +374,7 @@
The lookup key for a boolean that indicates whether a connect event
is for a network to which the connectivity manager was failing over
following a disconnect on another network.
- Retrieve it with .
+ Retrieve it with .
@@ -468,7 +468,7 @@
The lookup key for a boolean that indicates whether there is a
complete lack of connectivity, i.e., no network is available.
- Retrieve it with .
+ Retrieve it with .
@@ -1428,11 +1428,11 @@
The used when making the request.
Unregisters callbacks about and possibly releases networks originating from
- and
+ and
calls.
Unregisters callbacks about and possibly releases networks originating from
- and
+ and
calls. If the given NetworkCallback had previously been used with
#requestNetwork, any networks that had been connected to only to satisfy that request
will be disconnected.
@@ -1445,4 +1445,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/ConnectivityType.xml b/docs/Mono.Android/en/Android.Net/ConnectivityType.xml
index 1b947af67b..416de3fe9f 100644
--- a/docs/Mono.Android/en/Android.Net/ConnectivityType.xml
+++ b/docs/Mono.Android/en/Android.Net/ConnectivityType.xml
@@ -1,4 +1,4 @@
-
+
@@ -124,7 +124,7 @@
A High Priority Mobile data connection. This network type uses the
same network interface as but the routing setup
is different. Only requesting processes will have access to the
- Mobile DNS servers and only IP's explicitly requested via
+ Mobile DNS servers and only IP's explicitly requested via
will route over this interface if no default route exists.
@@ -223,4 +223,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/Network.xml b/docs/Mono.Android/en/Android.Net/Network.xml
index 6a63db0a02..ce840ae9bf 100644
--- a/docs/Mono.Android/en/Android.Net/Network.xml
+++ b/docs/Mono.Android/en/Android.Net/Network.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,8 +26,8 @@
Identifies a Network. This is supplied to applications via
in response to the active
- or passive
- calls.
+ or passive
+ calls.
It is used to direct traffic to the given Network, either on a basis
through a targeted or process-wide via
.
@@ -112,7 +112,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -373,4 +374,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/NetworkRequest.xml b/docs/Mono.Android/en/Android.Net/NetworkRequest.xml
index 25725c7909..69bf7a20c1 100644
--- a/docs/Mono.Android/en/Android.Net/NetworkRequest.xml
+++ b/docs/Mono.Android/en/Android.Net/NetworkRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -23,12 +23,12 @@
Defines a request for a network, made through and used
- to request a network via or listen for changes
- via .
+ to request a network via or listen for changes
+ via .
Defines a request for a network, made through and used
- to request a network via or listen for changes
- via .
+ to request a network via or listen for changes
+ via .
@@ -75,7 +75,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -196,4 +197,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
index 521e3b8c3c..1492cd18ff 100644
--- a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
+++ b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
The handshake timeout does not apply to actual TCP socket connection.
If you want a connection timeout as well, use
- and , after which you
+ and , after which you
must verify the identity of the server you are connected to.
@@ -81,7 +81,8 @@
To be added.
-
+
+
@@ -198,7 +199,7 @@
This method verifies the peer's certificate hostname after connecting
- (unless created with ).
+ (unless created with ).
@@ -304,7 +305,7 @@
This method verifies the peer's certificate hostname after connecting
- (unless created with ).
+ (unless created with ).
@@ -355,7 +356,7 @@
This method verifies the peer's certificate hostname after connecting
- (unless created with ).
+ (unless created with ).
@@ -847,4 +848,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Net/VpnService.xml b/docs/Mono.Android/en/Android.Net/VpnService.xml
index 0bb04062b0..85c6642ff3 100644
--- a/docs/Mono.Android/en/Android.Net/VpnService.xml
+++ b/docs/Mono.Android/en/Android.Net/VpnService.xml
@@ -1,4 +1,4 @@
-
+
@@ -101,7 +101,8 @@
-
+
+
@@ -154,7 +155,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication interface to the service.
To be added.
@@ -237,9 +238,9 @@
if the VPN application is already prepared or if the user has previously
consented to the VPN application. Otherwise, it returns an
to a system activity. The application should launch the
- activity using to get itself
+ activity using to get itself
prepared. The activity may pop up a dialog to require user action, and
- the result will come back via its .
+ the result will come back via its .
If the result is , the application becomes
prepared and is granted to use other methods in this class.
@@ -445,4 +446,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
index af30fbaec2..e5d45cfb28 100644
--- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
+++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
@@ -1,4 +1,4 @@
-
+
@@ -100,7 +100,7 @@
by the foreground application, instead of by a pre-configured default.
Foreground applications can set such preferences using the
- method.
+ method.
[Android Documentation]
@@ -257,7 +257,7 @@
Note that this will only return AIDs that were dynamically
- registered using
+ registered using
method. It will *not* return AIDs that were statically registered
in the manifest.
@@ -428,7 +428,7 @@
selection modes a default can't be set at the category level. For categories where
the selection mode is or
, use
- to determine whether a service
+ to determine whether a service
is the default for a specific AID.
@@ -498,7 +498,7 @@
Note that this will only remove AIDs that were dynamically
- registered using the
+ registered using the
method. It will *not* remove AIDs that were statically registered in
the manifest. If dynamically registered AIDs are removed using
this method, and a statically registered AID group for the same category
@@ -799,4 +799,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml
index c04e9525e7..c8d29b916d 100644
--- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml
+++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/HostApduService.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
HostApduService is a convenience class that can be
@@ -74,7 +75,7 @@
You can use
-
+
to determine if your service is the default handler for a category.
@@ -137,7 +138,7 @@
Once the platform has resolved a "SELECT AID" command APDU to a specific
service component, the "SELECT AID" command APDU and all subsequent
command APDUs will be sent to that service through
- , until either:
+ , until either:
- The NFC link is broken
- A "SELECT AID" APDU is received which resolves to another service
These two scenarios are indicated by a call to .
@@ -169,7 +170,8 @@
-
+
+
@@ -232,7 +234,7 @@
Note that this next AID may still be resolved to this
- service, in which case
+ service, in which case
will be called again.
@@ -318,7 +320,7 @@
Note: this method may be called anywhere between
- the first
+ the first
call and a call.
@@ -349,7 +351,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -441,7 +443,8 @@
The APDU that was received from the remote device
A bundle containing extra data. May be null.
-
+
+
To be added.
@@ -599,4 +602,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/OffHostApduService.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/OffHostApduService.xml
index 14071d7401..2136955a15 100644
--- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/OffHostApduService.xml
+++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/OffHostApduService.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
OffHostApduService is a convenience class that can be
@@ -75,7 +76,7 @@
You can use
-
+
to determine if your off-host service is the default handler for a category.
@@ -160,7 +161,8 @@
-
+
+
@@ -287,4 +289,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
index 13a7bf8477..0155c76d83 100644
--- a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
+++ b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
@@ -1,4 +1,4 @@
-
+
@@ -58,7 +58,7 @@
will also be enumerated on the tag, because all MIFARE Classic tags are also
.
- See Also
+ See Also
Note: Methods that perform I/O operations
@@ -1564,4 +1564,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/MifareUltralight.xml b/docs/Mono.Android/en/Android.Nfc.Tech/MifareUltralight.xml
index d6a97058f8..89dcce9a74 100644
--- a/docs/Mono.Android/en/Android.Nfc.Tech/MifareUltralight.xml
+++ b/docs/Mono.Android/en/Android.Nfc.Tech/MifareUltralight.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
MIFARE Ultralight compatible tags have 4 byte pages .
The primary operations on an Ultralight tag are and
- .
+ .
The original MIFARE Ultralight consists of a 64 byte EEPROM. The first
@@ -744,4 +744,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc/NdefMessage.xml b/docs/Mono.Android/en/Android.Nfc/NdefMessage.xml
index a91f0e703d..496622f0b8 100644
--- a/docs/Mono.Android/en/Android.Nfc/NdefMessage.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NdefMessage.xml
@@ -1,4 +1,4 @@
-
+
@@ -153,7 +153,7 @@
Once the input data has been parsed to one or more logical
records, basic validation of the tnf, type, id, and payload fields
of each record is performed, as per the documentation on
- on
+ on
If either strict validation of the binary format fails, or
basic validation during record construction fails, a
@@ -163,7 +163,7 @@
each record is not performed, so it is possible to parse input
that has a valid binary format and confirms to the basic
validation requirements of
- ,
+ ,
but fails more strict requirements as specified by the
NFC Forum.
@@ -266,7 +266,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -458,4 +459,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc/NdefRecord.xml b/docs/Mono.Android/en/Android.Nfc/NdefRecord.xml
index 32e415f337..ae79b3179e 100644
--- a/docs/Mono.Android/en/Android.Nfc/NdefRecord.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NdefRecord.xml
@@ -1,4 +1,4 @@
-
+
@@ -50,13 +50,13 @@
remaining fields are variable length and not always present:
- type: detailed typing for the payload
- id: identifier meta-data, not commonly used
- payload: the actual payload
- Helpers such as ,
- and are included to create well-formatted
+ Helpers such as ,
+ and are included to create well-formatted
NDEF Records with correctly set tnf, type, id and payload fields, please
use these helpers whenever possible.
- Use the constructor
+ Use the constructor
if you know what you are doing and what to set the fields individually.
Only basic validation is performed with this constructor, so it is possible
to create records that do not confirm to the strict NFC Forum
@@ -180,7 +180,7 @@
Construct an NDEF Record from its component fields.
Recommend to use helpers such as {#createUri} or
- { where possible, since they perform
+ { where possible, since they perform
stricter validation that the record is correctly formatted
as per NDEF specifications. However if you know what you are
doing then this constructor offers the most flexibility.
@@ -266,7 +266,7 @@
Note that Android application records do not overrule
applications that have called
- .
+ .
[Android Documentation]
@@ -557,7 +557,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -1080,7 +1081,7 @@
Indicates the type field contains an external type name.
Used to encode custom payloads. When creating new records
- use the helper .
+ use the helper .
The external-type RTD format is specified in NFCForum-TS-RTD_1.0.
@@ -1121,7 +1122,7 @@
construct, defined by RFC 2046.
Use this with MIME type names such as "image/jpeg", or
- using the helper .
+ using the helper .
[Android Documentation]
@@ -1411,4 +1412,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
index f40e84168f..d9baf71219 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
@@ -25,10 +25,10 @@
A callback to be invoked when another NFC device capable of NDEF push (Android Beam)
is within range.
- Implement this interface and pass it to in order to create an
+ Implement this interface and pass it to in order to create an
at the moment that another device is within range for NFC. Using this
callback allows you to create a message with data that might vary based on the
- content currently visible to the user. Alternatively, you can call if the always contains the
+ content currently visible to the user. Alternatively, you can call if the always contains the
same data.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
index d431a73675..5e8f94e207 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
@@ -31,7 +31,7 @@
-
-
+
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
index 81229c86b5..270987518d 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -276,7 +276,7 @@
Disable foreground dispatch to the given activity.
- After calling , an activity
+ After calling , an activity
must call this method before its callback
completes.
@@ -323,12 +323,12 @@
Disable NDEF message push over P2P.
- After calling , an activity
+ After calling , an activity
must call this method before its callback
completes.
- Strongly recommend to use the new
+ Strongly recommend to use the new
instead: it automatically hooks into your activity life-cycle,
so you do not need to call enable/disable in your onResume/onPause.
@@ -485,7 +485,7 @@
your activity completes .
- Strongly recommend to use the new
+ Strongly recommend to use the new
instead: it automatically hooks into your activity life-cycle,
so you do not need to call enable/disable in your onResume/onPause.
@@ -688,9 +688,9 @@
System.String
- Int Extra for use with .
+ Int Extra for use with .
- Int Extra for use with .
+ Int Extra for use with .
Setting this integer extra allows the calling application to specify
@@ -757,9 +757,9 @@
1
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag enables polling for Nfc-A technology.
@@ -792,9 +792,9 @@
2
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag enables polling for Nfc-B technology.
@@ -827,9 +827,9 @@
16
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag enables polling for NfcBarcode technology.
@@ -862,9 +862,9 @@
4
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag enables polling for Nfc-F technology.
@@ -897,9 +897,9 @@
8
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag enables polling for Nfc-V (ISO15693) technology.
@@ -932,9 +932,9 @@
256
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag allows the caller to prevent the
@@ -968,9 +968,9 @@
128
- Flag for use with .
+ Flag for use with .
- Flag for use with .
+ Flag for use with .
Setting this flag allows the caller to prevent the
@@ -1069,8 +1069,8 @@
Note that to use this method, the passed in Activity must have already
set data to share over Beam by using method calls such as
- or
- .
+ or
+ .
[Android Documentation]
@@ -1230,14 +1230,14 @@
-
- and
- have priority over both and
- .
+
+ and
+ have priority over both and
+ .
- If is called with a null Uri array,
- and/or is called with a null callback,
+ If is called with a null Uri array,
+ and/or is called with a null callback,
then the Uri push will be completely disabled for the specified activity(s).
@@ -1255,7 +1255,7 @@
If your Activity wants to dynamically supply Uri(s),
- then set a callback using instead
+ then set a callback using instead
of using this method.
@@ -1333,14 +1333,14 @@
-
- and
- have priority over both and
- .
+
+ and
+ have priority over both and
+ .
- If is called with a null Uri array,
- and/or is called with a null callback,
+ If is called with a null Uri array,
+ and/or is called with a null callback,
then the Uri push will be completely disabled for the specified activity(s).
@@ -1494,7 +1494,8 @@
1
-
+
+
@@ -1522,7 +1523,8 @@
3
-
+
+
@@ -1550,7 +1552,8 @@
4
-
+
+
@@ -1578,7 +1581,8 @@
2
-
+
+
@@ -1626,4 +1630,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Nfc/Tag.xml b/docs/Mono.Android/en/Android.Nfc/Tag.xml
index bfdb802e92..89f8c08758 100644
--- a/docs/Mono.Android/en/Android.Nfc/Tag.xml
+++ b/docs/Mono.Android/en/Android.Nfc/Tag.xml
@@ -1,4 +1,4 @@
-
+
@@ -58,9 +58,9 @@
1. Foreground activity dispatch
A foreground activity that has called
- is
+ is
given priority. See the documentation on
- for
+ for
its usage.
2. NDEF data dispatch
If the tag contains NDEF data the system inspects the first in the first
@@ -125,7 +125,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -330,4 +331,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask.xml b/docs/Mono.Android/en/Android.OS/AsyncTask.xml
index 664bc45b21..cc71279ebc 100644
--- a/docs/Mono.Android/en/Android.OS/AsyncTask.xml
+++ b/docs/Mono.Android/en/Android.OS/AsyncTask.xml
@@ -1,4 +1,4 @@
-
+
@@ -333,7 +333,7 @@
, tasks are executed on a single
thread to avoid common application errors caused by parallel execution.
If you truly want parallel execution, you can invoke
- with
+ with
.
@@ -415,7 +415,8 @@
true if the thread executing this
task should be interrupted; otherwise, in-progress tasks are allowed
to complete.
-
+
+
To be added.
@@ -772,7 +773,8 @@
-
+
+
Applications should preferably override .
@@ -1025,4 +1027,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml b/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml
index 434fb9b4e4..9e5d43b9ec 100644
--- a/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml
+++ b/docs/Mono.Android/en/Android.OS/AsyncTask`3.xml
@@ -1,4 +1,4 @@
-
+
@@ -341,7 +341,7 @@
, tasks are executed on a single
thread to avoid common application errors caused by parallel execution.
If you truly want parallel execution, you can invoke
- with
+ with
.
@@ -690,4 +690,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Binder.xml b/docs/Mono.Android/en/Android.OS/Binder.xml
index 30eb445996..95a6f20e54 100644
--- a/docs/Mono.Android/en/Android.OS/Binder.xml
+++ b/docs/Mono.Android/en/Android.OS/Binder.xml
@@ -1,4 +1,4 @@
-
+
@@ -329,10 +329,10 @@
additional arguments to the dump request.
Implemented to call the more convenient version
- .
+ .
Implemented to call the more convenient version
- .
+ .
@@ -404,10 +404,10 @@
The raw file descriptor that the dump is being sent to.
additional arguments to the dump request.
- Like , but ensures the target
+ Like , but ensures the target
executes asynchronously.
- Like , but ensures the target
+ Like , but ensures the target
executes asynchronously.
@@ -858,4 +858,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/BinderConsts.xml b/docs/Mono.Android/en/Android.OS/BinderConsts.xml
index dae5202843..337dbc2e73 100644
--- a/docs/Mono.Android/en/Android.OS/BinderConsts.xml
+++ b/docs/Mono.Android/en/Android.OS/BinderConsts.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,13 +27,13 @@
extend from .
- The key IBinder API is matched by
- . These
+ The key IBinder API is matched by
+ . These
methods allow you to send a call to an IBinder object and receive a
call coming in to a Binder object, respectively. This transaction API
- is synchronous, such that a call to does not
+ is synchronous, such that a call to does not
return until the target has returned from
- ; this is the
+ ; this is the
expected behavior when calling an object that exists in the local
process, and the underlying inter-process communication (IPC) mechanism
ensures that these same semantics apply when going across processes.
@@ -74,12 +74,12 @@
When working with remote objects, you often want to find out when they
are no longer valid. There are three ways this can be determined:
- - The method will throw a
+
- The method will throw a
exception if you try to call it on an IBinder
whose process no longer exists.
- The method can be called, and will return false
if the remote process no longer exists.
-
- The method can be used to register
+
- The method can be used to register
a with the IBinder, which will be called when its
containing process goes away.
@@ -184,11 +184,11 @@
1
- Flag to : this is a one-way call, meaning that the
+ Flag to : this is a one-way call, meaning that the
caller returns immediately, without waiting for a result from the
callee.
- Flag to : this is a one-way call, meaning that the
+ Flag to : this is a one-way call, meaning that the
caller returns immediately, without waiting for a result from the
callee. Applies only if the caller and callee are in different
processes.
@@ -380,4 +380,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
index 5a78216126..ce23504cbd 100644
--- a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
+++ b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
@@ -1,4 +1,4 @@
-
+
@@ -287,7 +287,7 @@
November 2009: Android 2.0
- - The function will return the new
+
- The function will return the new
behavior instead of the
old compatibility .
- The class will now execute back
@@ -517,7 +517,7 @@
access its own component. This means it can require a permission
on a component that it does not itself hold and still access that
component.
-
- will not automatically reload
+
- will not automatically reload
the preferences if they have changed on storage, unless
is used.
-
@@ -697,7 +697,7 @@
- The fadingEdge attribute on views will be ignored (fading edges is no
longer a standard part of the UI). A new requiresFadingEdge attribute allows
applications to still force fading edges on for special cases.
-
-
+
-
will not automatically add in .
- App Widgets will have standard padding automatically added around
them, rather than relying on the padding being baked into the widget itself.
@@ -791,12 +791,12 @@
mode, regardless of the size of the screen.
- and
default to false.
-
- Calls to will now throw an
+
- Calls to will now throw an
IllegalArgumentException if the given component class name does not
exist in the application's manifest.
-
- ,
- and
- will throw
+
- ,
+ and
+ will throw
IllegalStateException if called after the Activity has been destroyed.
- Accessibility services must require the new
permission or
@@ -845,7 +845,7 @@
the android:exported section
in the provider documentation for more details.-
can return different values than
based on the locale etc.
-
- requires explicit annotations on methods
+
- requires explicit annotations on methods
for them to be accessible from Javascript.
Applications targeting this or a later release will get these
@@ -1025,4 +1025,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml b/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml
index 7f23e4a0ae..66113bded0 100644
--- a/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml
+++ b/docs/Mono.Android/en/Android.OS/BuildVersionCodes.xml
@@ -1,4 +1,4 @@
-
+
@@ -132,7 +132,7 @@
November 2009: Android 2.0
- - The function will return the new
+
- The function will return the new
behavior instead of the
old compatibility .
- The class will now execute back
@@ -266,7 +266,7 @@
access its own component. This means it can require a permission
on a component that it does not itself hold and still access that
component.
-
- will not automatically reload
+
- will not automatically reload
the preferences if they have changed on storage, unless
is used.
-
@@ -398,7 +398,7 @@
- The fadingEdge attribute on views will be ignored (fading edges is no
longer a standard part of the UI). A new requiresFadingEdge attribute allows
applications to still force fading edges on for special cases.
-
-
+
-
will not automatically add in .
- App Widgets will have standard padding automatically added around
them, rather than relying on the padding being baked into the widget itself.
@@ -460,12 +460,12 @@
mode, regardless of the size of the screen.
- and
default to false.
-
- Calls to will now throw an
+
- Calls to will now throw an
IllegalArgumentException if the given component class name does not
exist in the application's manifest.
-
- ,
- and
- will throw
+
- ,
+ and
+ will throw
IllegalStateException if called after the Activity has been destroyed.
- Accessibility services must require the new
permission or
@@ -498,7 +498,7 @@
the android:exported section
in the provider documentation for more details.-
can return different values than
based on the locale etc.
-
- requires explicit annotations on methods
+
- requires explicit annotations on methods
for them to be accessible from Javascript.
Applications targeting this or a later release will get these
@@ -580,4 +580,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Debug.xml b/docs/Mono.Android/en/Android.OS/Debug.xml
index d71f98e33a..ed9a42e3d8 100644
--- a/docs/Mono.Android/en/Android.OS/Debug.xml
+++ b/docs/Mono.Android/en/Android.OS/Debug.xml
@@ -1,4 +1,4 @@
-
+
@@ -1607,7 +1607,8 @@
2
-
+
+
@@ -1673,7 +1674,8 @@
4
-
+
+
@@ -1890,7 +1892,7 @@
for native methods will not change, so don't try to use this to
compare the performance of interpreted and native implementations of the
same method. As an alternative, consider using sampling-based method
- tracing via or
+ tracing via or
"native" tracing in the emulator via .
@@ -2430,4 +2432,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/DropBoxManager.xml b/docs/Mono.Android/en/Android.OS/DropBoxManager.xml
index ff3650bcc0..c5ab5d0e49 100644
--- a/docs/Mono.Android/en/Android.OS/DropBoxManager.xml
+++ b/docs/Mono.Android/en/Android.OS/DropBoxManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -157,9 +157,9 @@
value to store
describing the data
- Stores binary data, which may be ignored or discarded as with .
+ Stores binary data, which may be ignored or discarded as with .
- Stores binary data, which may be ignored or discarded as with .
+ Stores binary data, which may be ignored or discarded as with .
[Android Documentation]
@@ -200,10 +200,10 @@
to read from
describing the data
Stores the contents of a file, which may be ignored or discarded as with
- .
+ .
Stores the contents of a file, which may be ignored or discarded as with
- .
+ .
[Android Documentation]
@@ -456,7 +456,7 @@
- that would be used in or
+ that would be used in or
Checks any blacklists (set in system settings) to see whether a certain
tag is allowed.
To be added.
@@ -542,4 +542,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/FileObserver.xml b/docs/Mono.Android/en/Android.OS/FileObserver.xml
index 74bb38466b..8c00818aaf 100644
--- a/docs/Mono.Android/en/Android.OS/FileObserver.xml
+++ b/docs/Mono.Android/en/Android.OS/FileObserver.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,7 @@
Monitors files (using )
to fire an event after files are accessed or changed by by any process on
the device (including this one). FileObserver is an abstract class;
- subclasses must implement the event handler .
+ subclasses must implement the event handler .
Each FileObserver instance monitors a single file or directory.
@@ -286,4 +286,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Handler.xml b/docs/Mono.Android/en/Android.OS/Handler.xml
index ee7443d279..29b5000e24 100644
--- a/docs/Mono.Android/en/Android.OS/Handler.xml
+++ b/docs/Mono.Android/en/Android.OS/Handler.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,10 +33,10 @@
Scheduling messages is accomplished with the
- , ,
- , ,
- , , and
- methods. The post versions allow
+ , ,
+ , ,
+ , , and
+ methods. The post versions allow
you to enqueue Runnable objects to be called by the message queue when
they are received; the sendMessage versions allow you to enqueue
a object containing a bundle of data that will be
@@ -292,7 +292,8 @@
To be added.
To be added.
-
+
+
@@ -486,7 +487,8 @@
Android.OS.Looper
-
+
+
To be added.
@@ -1513,4 +1515,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/IBinder.xml b/docs/Mono.Android/en/Android.OS/IBinder.xml
index c6d0415668..2e56e881c9 100644
--- a/docs/Mono.Android/en/Android.OS/IBinder.xml
+++ b/docs/Mono.Android/en/Android.OS/IBinder.xml
@@ -31,13 +31,13 @@
extend from .
- The key IBinder API is matched by
- . These
+ The key IBinder API is matched by
+ . These
methods allow you to send a call to an IBinder object and receive a
call coming in to a Binder object, respectively. This transaction API
- is synchronous, such that a call to does not
+ is synchronous, such that a call to does not
return until the target has returned from
- ; this is the
+ ; this is the
expected behavior when calling an object that exists in the local
process, and the underlying inter-process communication (IPC) mechanism
ensures that these same semantics apply when going across processes.
@@ -78,12 +78,12 @@
When working with remote objects, you often want to find out when they
are no longer valid. There are three ways this can be determined:
- - The method will throw a
+
- The method will throw a
exception if you try to call it on an IBinder
whose process no longer exists.
- The method can be called, and will return false
if the remote process no longer exists.
-
- The method can be used to register
+
- The method can be used to register
a with the IBinder, which will be called when its
containing process goes away.
@@ -167,10 +167,10 @@
The raw file descriptor that the dump is being sent to.
additional arguments to the dump request.
- Like but always executes
+ Like but always executes
asynchronously.
- Like but always executes
+ Like but always executes
asynchronously. If the object is local, a new thread is created
to perform the dump.
diff --git a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
index be957e78e6..b545bd9ca8 100644
--- a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
+++ b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
@@ -23,7 +23,7 @@
has gone away.
Interface for receiving a callback when the process hosting an IBinder
- has gone away.See Also
+ has gone away.See Also
[Android Documentation]
@@ -50,7 +50,8 @@
-
+
+
diff --git a/docs/Mono.Android/en/Android.OS/Messenger.xml b/docs/Mono.Android/en/Android.OS/Messenger.xml
index 444ab6b2d2..ac1e967e9c 100644
--- a/docs/Mono.Android/en/Android.OS/Messenger.xml
+++ b/docs/Mono.Android/en/Android.OS/Messenger.xml
@@ -1,4 +1,4 @@
-
+
@@ -155,7 +155,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -226,7 +227,7 @@
Convenience function for reading either a Messenger or null pointer from
a Parcel. You must have previously written the Messenger with
- .
+ .
[Android Documentation]
@@ -383,4 +384,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Parcel.xml b/docs/Mono.Android/en/Android.OS/Parcel.xml
index 418f85e35b..c51210c6ea 100644
--- a/docs/Mono.Android/en/Android.OS/Parcel.xml
+++ b/docs/Mono.Android/en/Android.OS/Parcel.xml
@@ -1,4 +1,4 @@
-
+
@@ -52,7 +52,7 @@
read the data into an existing array, or create and return a new array.
These available types are:- ,
,
- ,
- , ,
+ , ,
- , ,
- , ,
- , ,
@@ -65,15 +65,15 @@
Parcelables
The protocol provides an extremely efficient (but
low-level) protocol for objects to write and read themselves from Parcels.
- You can use the direct methods
+ You can use the direct methods
and or
- and
+ and
to write or read. These
methods write both the class type and its data to the Parcel, allowing
that class to be reconstructed from the appropriate class loader when
later reading.
There are also some methods that provide a more efficient way to work
- with Parcelables: , ,
+ with Parcelables: , ,
, ,
and . These methods
do not write the class information of the original object: instead, the
@@ -131,9 +131,9 @@
and methods
which define the types of objects allowed. The container methods are
, ,
- , ,
+ , ,
,
- , ,
+ , ,
,
.
@@ -170,7 +170,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -199,7 +200,8 @@
-
+
+
To be added.
@@ -264,7 +266,8 @@
-
+
+
To be added.
@@ -325,7 +328,8 @@
-
+
+
To be added.
@@ -355,7 +359,8 @@
-
+
+
To be added.
@@ -385,7 +390,8 @@
-
+
+
To be added.
@@ -415,7 +421,8 @@
-
+
+
To be added.
@@ -445,7 +452,8 @@
-
+
+
To be added.
@@ -475,7 +483,8 @@
-
+
+
To be added.
@@ -723,7 +732,8 @@
To be added.
-
+
+
@@ -856,7 +866,8 @@
To be added.
-
+
+
To be added.
@@ -965,7 +976,8 @@
To be added.
-
+
+
@@ -1021,7 +1033,8 @@
To be added.
-
+
+
@@ -1192,7 +1205,8 @@
To be added.
-
+
+
@@ -1257,7 +1271,8 @@
To be added.
-
+
+
@@ -1424,7 +1439,8 @@
To be added.
-
+
+
@@ -1526,7 +1542,8 @@
To be added.
-
+
+
@@ -1628,7 +1645,8 @@
To be added.
-
+
+
@@ -2036,7 +2054,8 @@
To be added.
-
+
+
@@ -2342,7 +2361,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -2484,7 +2504,8 @@
To be added.
-
+
+
@@ -2540,7 +2561,8 @@
To be added.
-
+
+
@@ -2716,7 +2738,8 @@
To be added.
-
+
+
@@ -2783,7 +2806,8 @@
To be added.
-
+
+
@@ -2871,7 +2895,7 @@
The file descriptor will not be closed, which may
result in file descriptor leaks when objects are returned from Binder
- calls. Use instead, which
+ calls. Use instead, which
accepts contextual flags and will close the original file descriptor
if is set.
@@ -2938,7 +2962,8 @@
To be added.
-
+
+
@@ -3005,7 +3030,8 @@
To be added.
-
+
+
@@ -3144,7 +3170,8 @@
To be added.
-
+
+
@@ -3489,7 +3516,8 @@
To be added.
-
+
+
@@ -3556,7 +3584,8 @@
To be added.
-
+
+
@@ -3764,7 +3793,7 @@
- Map (as supported by ).
- Any object that implements the protocol.
- Parcelable[]
-
- CharSequence (as supported by ).
+
- CharSequence (as supported by ).
- List (as supported by ).
- (as supported by ).
- Any object that implements Serializable (but see
@@ -3793,4 +3822,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
index e17cb0783f..2d78b152fc 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
@@ -1,4 +1,4 @@
-
+
@@ -429,7 +429,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -885,11 +886,11 @@
The string representation of the file mode.
Converts a string representing a file mode, such as "rw", into a bitmask suitable for use
- with .
+ with .
To be added.
Converts a string representing a file mode, such as "rw", into a bitmask suitable for use
- with .
+ with .
@@ -1010,4 +1011,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileMode.xml b/docs/Mono.Android/en/Android.OS/ParcelFileMode.xml
index 080dea38e2..29cef3e796 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileMode.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileMode.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,7 @@
- For use with : append to end of file while writing.
+ For use with : append to end of file while writing.
@@ -43,7 +43,7 @@
- For use with : create the file if it doesn't already exist.
+ For use with : create the file if it doesn't already exist.
@@ -60,7 +60,7 @@
- For use with : open the file with read-only access.
+ For use with : open the file with read-only access.
@@ -77,7 +77,7 @@
- For use with : open the file with read and write access.
+ For use with : open the file with read and write access.
@@ -94,7 +94,7 @@
- For use with : erase contents of file when opening.
+ For use with : erase contents of file when opening.
@@ -111,7 +111,7 @@
- For use with : if has been supplied
+ For use with : if has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can read it.
@@ -130,7 +130,7 @@
- For use with : if has been supplied
+ For use with : if has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can write it.
@@ -149,10 +149,10 @@
- For use with : open the file with write-only access.
+ For use with : open the file with write-only access.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
index f1b061d985..a8e9bb894f 100644
--- a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
+++ b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
@@ -24,7 +24,7 @@
Any application using a WakeLock must request the android.permission.WAKE_LOCK
permission in an <uses-permission> element of the application's manifest.
- Obtain a wake lock by calling .
+ Obtain a wake lock by calling .
Call to acquire the wake lock and force the device to stay
diff --git a/docs/Mono.Android/en/Android.OS/PowerManager.xml b/docs/Mono.Android/en/Android.OS/PowerManager.xml
index dac0c4fd22..917f5d4aca 100644
--- a/docs/Mono.Android/en/Android.OS/PowerManager.xml
+++ b/docs/Mono.Android/en/Android.OS/PowerManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -38,7 +38,7 @@
.
- The primary API you'll use is .
+ The primary API you'll use is .
This will create a object. You can then use methods
on the wake lock object to control the power state of the device.
@@ -617,4 +617,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/Process.xml b/docs/Mono.Android/en/Android.OS/Process.xml
index 627689f861..4ba5919fe1 100644
--- a/docs/Mono.Android/en/Android.OS/Process.xml
+++ b/docs/Mono.Android/en/Android.OS/Process.xml
@@ -1,4 +1,4 @@
-
+
@@ -42,7 +42,8 @@
-
+
+
@@ -365,11 +366,11 @@
Returns the identifier of this process, which can be used with
- and .
+ and .
To be added.
Returns the identifier of this process, which can be used with
- and .
+ and .
@@ -398,11 +399,11 @@
Returns the identifier of the calling thread, which be used with
- .
+ .
To be added.
Returns the identifier of the calling thread, which be used with
- .
+ .
@@ -582,7 +583,7 @@
Set the priority of the calling thread, based on Linux priorities.
Set the priority of the calling thread, based on Linux priorities. See
- for more information.
+ for more information.
[Android Documentation]
@@ -745,4 +746,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/ResultReceiver.xml b/docs/Mono.Android/en/Android.OS/ResultReceiver.xml
index 47dc223f52..d869dfc408 100644
--- a/docs/Mono.Android/en/Android.OS/ResultReceiver.xml
+++ b/docs/Mono.Android/en/Android.OS/ResultReceiver.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,9 +25,9 @@
Generic interface for receiving a callback result from someone.
Generic interface for receiving a callback result from someone. Use this
- by creating a subclass and implement , which you can
+ by creating a subclass and implement , which you can
then pass to others and send through IPC, and receive results they
- supply with .
+ supply with .
Note: the implementation underneath is just a simple wrapper around
@@ -65,7 +65,7 @@
Create a new ResultReceive to receive results.
Create a new ResultReceive to receive results. Your
- method will be called from the thread running
+ method will be called from the thread running
handler if given, or from an arbitrary thread if null.
@@ -114,7 +114,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -226,7 +227,7 @@
Deliver a result to this receiver.
- Deliver a result to this receiver. Will call ,
+ Deliver a result to this receiver. Will call ,
always asynchronously if the receiver has supplied a Handler in which
to dispatch the result.
@@ -311,4 +312,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/ThreadPriority.xml b/docs/Mono.Android/en/Android.OS/ThreadPriority.xml
index 60cfeaabe6..514484456e 100644
--- a/docs/Mono.Android/en/Android.OS/ThreadPriority.xml
+++ b/docs/Mono.Android/en/Android.OS/ThreadPriority.xml
@@ -1,4 +1,4 @@
-
+
@@ -29,7 +29,7 @@
Standard priority of audio threads. Applications can not normally
change to this priority.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -51,7 +51,7 @@
lower than normal priority, so that it will have less chance of impacting
the responsiveness of the user interface.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -71,7 +71,7 @@
Standard priority of application threads.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -93,7 +93,7 @@
the user interface. Applications can not
normally change to this priority.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -116,7 +116,7 @@
change to this priority; the system will automatically adjust your
application threads as the user moves through the UI.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -154,7 +154,7 @@
Lowest available thread priority. Only for those who really, really
don't want to run if anything else is happening.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -192,7 +192,7 @@
Standard priority of the most important audio threads.
Applications can not normally change to this priority.
Use with and
- , not with the normal
+ , not with the normal
class.
@@ -213,4 +213,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/UserHandle.xml b/docs/Mono.Android/en/Android.OS/UserHandle.xml
index 73c40f091a..7bc7c4ded6 100644
--- a/docs/Mono.Android/en/Android.OS/UserHandle.xml
+++ b/docs/Mono.Android/en/Android.OS/UserHandle.xml
@@ -1,4 +1,4 @@
-
+
@@ -53,12 +53,12 @@
To be added.
Instantiate a new UserHandle from the data in a Parcel that was
- previously written with .
+ previously written with .
Instantiate a new UserHandle from the data in a Parcel that was
- previously written with . Note that you
+ previously written with . Note that you
must not use this with data written by
- since it is not possible
+ since it is not possible
to handle a null UserHandle here.
@@ -85,7 +85,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -151,12 +152,12 @@
The Parcel from which to read the UserHandle
Read a UserHandle from a Parcel that was previously written
- with , returning either
+ with , returning either
a null or new object as appropriate.
To be added.
Read a UserHandle from a Parcel that was previously written
- with , returning either
+ with , returning either
a null or new object as appropriate.
@@ -277,4 +278,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.OS/UserManager.xml b/docs/Mono.Android/en/Android.OS/UserManager.xml
index 89c3eb84de..45ea87cc4a 100644
--- a/docs/Mono.Android/en/Android.OS/UserManager.xml
+++ b/docs/Mono.Android/en/Android.OS/UserManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -677,11 +677,11 @@
Specifies if a user is disallowed from adding and removing accounts, unless they are
- added by
+ added by
Authenticator.
Specifies if a user is disallowed from adding and removing accounts, unless they are
- added by
+ added by
Authenticator.
The default value is false.
@@ -1598,4 +1598,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
index b133d73e14..e63273b4ff 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
@@ -64,7 +64,7 @@
Choose a configuration from the list. Implementors typically
implement this method by calling
- and iterating through the results. Please consult the
+ and iterating through the results. Please consult the
EGL specification available from The Khronos Group to learn how to call eglChooseConfig.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
index 7f2f05789b..c16668b287 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
@@ -53,7 +53,7 @@
the EGL context is lost, all OpenGL resources (such as textures) that are
associated with that context will be automatically deleted. In order to
keep rendering correctly, a renderer must recreate any lost resources
- that it still needs. The method
+ that it still needs. The method
is a convenient place to do this.See Also [Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
index f208ee00f6..9bb4635831 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
@@ -1,4 +1,4 @@
-
+
@@ -85,7 +85,7 @@
All you have to do to initialize a GLSurfaceView is call .
However, if desired, you can modify the default behavior of GLSurfaceView by calling one or
more of these methods before calling setRenderer:
-
+
Specifying the android.view.Surface
@@ -480,7 +480,8 @@
System.Boolean
-
+
+
To be added.
@@ -1092,7 +1093,7 @@
The following GLSurfaceView methods can only be called before
setRenderer is called:
-
+
The following GLSurfaceView methods can only be called after
setRenderer is called:
@@ -1254,4 +1255,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
index d38aa59336..dff4ad616c 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
@@ -1,4 +1,4 @@
-
+
@@ -272,7 +272,8 @@
-
+
+
@@ -892,12 +893,12 @@
Optional arguments to supply to the fragment.
Optional resource ID of title to show for this item.
Optional resource ID of short title to show for this item.
- Called by when
+ Called by when
in single-pane mode, to build an Intent to launch a new activity showing
the selected fragment.
To be added.
- Called by when
+ Called by when
in single-pane mode, to build an Intent to launch a new activity showing
the selected fragment. The default implementation constructs an Intent
that re-launches the current activity with the appropriate arguments to
@@ -1009,7 +1010,7 @@
Called when the user selects an item in the header list. The default
implementation will call either
-
+
or as appropriate.
@@ -1153,7 +1154,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -1460,7 +1462,7 @@
Optional fragment that result data should be sent to.
If non-null, resultTo.onActivityResult() will be called when this
preference panel is done. The launched panel must use
- when done.
+ when done.
If resultTo is non-null, this is the caller's
request code to be received with the result.
@@ -1535,10 +1537,10 @@
To be added.
To be added.
To be added.
- Like
+ Like
but uses a 0 titleRes.
- Like
+ Like
but uses a 0 titleRes.
@@ -1710,4 +1712,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
index 437496fabf..e6f488d217 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
@@ -1,4 +1,4 @@
-
+
@@ -66,7 +66,7 @@
As a convenience, this fragment implements a click listener for any
preference in the current hierarchy, see
- .
+ .
Developer GuidesSample Code<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
@@ -190,7 +190,8 @@
-
+
+
@@ -367,7 +368,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -484,4 +486,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml
index 860bf9ec41..527194daf4 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -87,7 +87,8 @@
To be added.
-
+
+
To be added.
@@ -205,7 +206,8 @@
System.String
-
+
+
@@ -345,11 +347,11 @@
and clear it followed by a call to this method with this
parameter set to true.
- Similar to but allows
+ Similar to but allows
the client to provide the filename and mode of the shared preferences
file.
- Similar to but allows
+ Similar to but allows
the client to provide the filename and mode of the shared preferences
file.
@@ -518,4 +520,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter.xml
index 2218e533fb..1359fca1f6 100644
--- a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -30,15 +30,15 @@
-
- Next, you will get one or more calls to to
+ Next, you will get one or more calls to to
inform you that the print attributes (page size, density, etc) changed
giving you an opportunity to layout the content to match the new constraints.
-
- After every call to , you may get
- a call to asking you to write a PDF file with the content for
+ After every call to , you may get
+ a call to asking you to write a PDF file with the content for
specific pages.
@@ -56,7 +56,7 @@
will not receive a subsequent call here.
- The callback requires that you layout the content
+ The callback requires that you layout the content
based on the current . The execution of this method is
not considered completed until you invoke one of the methods on the passed in
callback instance. Hence, you will not receive a subsequent call to any other
@@ -64,13 +64,13 @@
one of the callback methods.
- The requires that you render and write the content of some
+ The requires that you render and write the content of some
pages to the provided destination. The execution of this method is not
considered complete until you invoke one of the methods on the passed in
callback instance. Hence, you will not receive a subsequent call to any other
method of this class until the execution of this method is complete by invoking
one of the callback methods. You will never receive a sequence of one or more
- calls to this method without a previous call to .
+ calls to this method without a previous call to .
The callback is always the last call you will receive and
@@ -90,13 +90,13 @@
You can also do work on different threads, for example if you print UI
- content, you can handle and on
+ content, you can handle and on
the UI thread (assuming onStart initializes resources needed for layout).
This will ensure that the UI does not change while you are laying out the
- printed content. Then you can handle and on another
+ printed content. Then you can handle and on another
thread. This will ensure that the main thread is busy for a minimal amount of
time. Also this assumes that you will generate the printed content in
- which is not mandatory. If you use multiple
+ which is not mandatory. If you use multiple
threads, you are responsible for proper synchronization.
@@ -121,7 +121,8 @@
-
+
+
@@ -174,7 +175,7 @@
Extra: mapped to a boolean value that is true if
the current layout is for a print preview, false otherwise.
- This extra is provided in the argument of the callback.
+ This extra is provided in the argument of the callback.
[Android Documentation]
@@ -259,7 +260,7 @@
});
- After you are done laying out, you must invoke: with
+ After you are done laying out, you must invoke: with
the last argument true or false depending on
whether the layout changed the content or not, respectively; or , if an error occurred;
or if layout was
@@ -442,4 +443,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo.xml
index 052decf4cb..ed77662edb 100644
--- a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -35,8 +35,8 @@
Instances of this class are created by the printing application and
- passed to the callback after successfully laying out the
- content which is performed in .
+ passed to the callback after successfully laying out the
+ content which is performed in .
An example usage looks like this:
@@ -228,7 +228,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -458,4 +459,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Print/PrintManager.xml b/docs/Mono.Android/en/Android.Print/PrintManager.xml
index f95a97daff..839206ee4a 100644
--- a/docs/Mono.Android/en/Android.Print/PrintManager.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
smaller page sizes and a multi-column table for larger page sizes.
- Print jobs are started by calling the from an activity which results in bringing up the system print
+ Print jobs are started by calling the from an activity which results in bringing up the system print
UI. Once the print UI is up, when the user changes a selected print option that
affects the way content is laid out the system starts to interact with the
application following the mechanics described the section above.
@@ -212,4 +212,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.PrintServices/PrintService.xml b/docs/Mono.Android/en/Android.PrintServices/PrintService.xml
index 7ab8b6a656..6aea14b180 100644
--- a/docs/Mono.Android/en/Android.PrintServices/PrintService.xml
+++ b/docs/Mono.Android/en/Android.PrintServices/PrintService.xml
@@ -1,4 +1,4 @@
-
+
@@ -182,7 +182,8 @@
-
+
+
@@ -344,7 +345,7 @@
You cannot modify the passed in directly, rather you
should build another one using the class. You
can specify any standard properties and add advanced, printer specific,
- ones via and . The advanced options
+ ones via and . The advanced options
are not interpreted by the system, they will not be visible to applications,
and can only be accessed by your print service via
and .
@@ -418,7 +419,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -719,4 +720,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
index e2e93e48d9..27d81f191a 100644
--- a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
@@ -187,7 +187,7 @@
The favicon of the bookmark.
- The favicon of the bookmark. Must decode via .
+ The favicon of the bookmark. Must decode via .
Type: BLOB (image)
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
index 6a78bfe7f9..6d88448748 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
@@ -19,7 +19,7 @@
Fields and helpers for interacting with Attendees. Each row of this table
represents a single attendee or guest of an event. Calling
- will return a list of attendees for
+ will return a list of attendees for
the event with the given eventId. Both apps and sync adapters may write
to this table. There are six writable fields and all of them except
must be included when inserting a new attendee.
@@ -140,4 +140,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
index 82e821dc1a..3c772c9bdf 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
@@ -24,7 +24,7 @@
adapter should be set to true and
and must be set in the Uri
parameters. See
-
+
for details on adding parameters. Sync adapters have write access to more
columns but are restricted to a single account at a time. Calendars are
designed to be primarily managed by a sync adapter and inserting new
@@ -39,7 +39,7 @@
generally a good idea to include:
- set to 1
UpdateTo perform an update on a calendar the of the calendar
should be provided either as an appended id to the Uri (
- ) or as the first selection item--the
+ ) or as the first selection item--the
selection should start with "_id=?" and the first selectionArg should be
the _id of the calendar. Calendars may also be updated using a selection
without the id. In general, the and
@@ -223,4 +223,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
index edcf35fe38..844c82af12 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
@@ -24,7 +24,7 @@
should be set to true and
and must be set in the Uri
parameters. See
-
+
for details on adding parameters. Sync adapters have write access to more
columns but are restricted to a single account at a time.
- Insert
- When inserting a new event the following fields must be included:
@@ -32,7 +32,7 @@
There are also further requirements when inserting or updating an event.
See the section on Writing to Events.
- Update
- To perform an update of an Event the of the event
should be provided either as an appended id to the Uri (
- ) or as the first selection item--the
+ ) or as the first selection item--the
selection should start with "_id=?" and the first selectionArg should be
the _id of the event. Updates may also be done using a selection and no
id. Updating an event must respect the same rules as inserting and is
@@ -123,7 +123,7 @@
To be added.
The content:// style URL for interacting with events. Appending an
- event id using will
+ event id using will
specify a single event.
@@ -172,4 +172,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
index 926f3dd294..f03b4542b2 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
@@ -19,7 +19,7 @@
Fields and helpers for accessing reminders for an event. Each row of this
table represents a single reminder for an event. Calling
- will return a list of reminders for
+ will return a list of reminders for
the event with the given eventId. Both apps and sync adapters may write
to this table. There are three writable fields and all of them must be
included when inserting a new reminder. They are:
@@ -138,4 +138,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract.xml
index b8e380832a..c79c2be6bd 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract.xml
@@ -1,4 +1,4 @@
-
+
@@ -228,7 +228,7 @@
Activity Action: Display the event to the user in the custom app as
specified in . The custom app
- will be started via
+ will be started via
and it should call with
or to
acknowledge whether the action was handled or not.
@@ -314,7 +314,7 @@
to specify that it is a sync adapter. The default value is false. If set
to true, the modified row is not marked as "dirty" (needs to be synced)
and when the provider calls
-
+
, the third parameter "syncToNetwork" is set to false. Furthermore, if
set to true, the caller must also include
and as
@@ -524,4 +524,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
index 97d3af8ba4..313dc5705a 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
@@ -294,13 +294,13 @@
For mailto: URIs, the scheme specific portion must be a
raw email address, such as one built using
- .
+ .
For tel: URIs, the scheme specific portion is compared
to existing numbers using the standard caller ID lookup algorithm.
The number must be properly encoded, for example using
- .
+ .
Any extras from the class will be passed along to the
@@ -355,4 +355,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo.xml
index 6869eb6f6a..07a441c908 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo.xml
@@ -1,4 +1,4 @@
-
+
@@ -61,7 +61,7 @@
}
You may also consider using the convenience method
-
+
to retrieve the raw photo contents of either the thumbnail-sized or the full-sized photo.
@@ -239,4 +239,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
index 2b2404b05e..885cc8c1fb 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
@@ -1,4 +1,4 @@
-
+
@@ -58,11 +58,11 @@
UI. "1" if the contact has at least one raw contact that belongs to a
visible group; "0" otherwise. |
| int | | read-only | An indicator of whether this contact has at least one phone number.
"1" if there is at least one phone number, "0" otherwise. |
| int | | read/write | The number of times the contact has been contacted. See
- . When raw contacts are aggregated, this field is
+ . When raw contacts are aggregated, this field is
computed automatically as the maximum number of times contacted among all
constituent raw contacts. Setting this field automatically changes the
corresponding field on all constituent raw contacts. |
| long | | read/write | The timestamp of the last time the contact was contacted. See
- . Setting this field also automatically
+ . Setting this field also automatically
increments . When raw contacts are aggregated,
this field is computed automatically as the latest time contacted of all
constituent raw contacts. Setting this field automatically changes the
@@ -479,15 +479,15 @@
Base for referencing a single entry,
created by appending using
- .
+ .
To be added.
Base for referencing a single entry,
created by appending using
- . Provides
+ . Provides
columns when queried, or returns the
referenced contact formatted as a vCard when opened through
- .
+ .
@@ -856,4 +856,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
index 3a2f3c8f99..f606bb02c2 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
@@ -549,8 +550,8 @@
Data rows can be inserted/updated/deleted using the traditional
- , and
- methods, however the newer mechanism based
+ , and
+ methods, however the newer mechanism based
on a batch of will prove to be a better
choice in almost all cases. All operations in a batch are executed in a
single transaction, which ensures that the phone-side and server-side
@@ -579,7 +580,7 @@
An individual data row can be inserted using the traditional
- method. Multiple rows
+ method. Multiple rows
should always be inserted as a batch.
@@ -613,7 +614,7 @@
Just as with insert and update, deletion can be done either using the
- method or using a ContentProviderOperation:
+ method or using a ContentProviderOperation:
ArrayList<ContentProviderOperation> ops =
new ArrayList<ContentProviderOperation>();
@@ -847,7 +848,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -858,7 +860,7 @@
Returns the Uri for the contact in the first entry returned by
-
+
for the provided dataUri. If the query returns null or empty
results, silently returns null.
@@ -939,4 +941,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
index 9855766138..c6ad7fe224 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
When updating usage information, users of this API need to use
- with a Uri constructed
+ with a Uri constructed
from . The Uri must contain one or more data id(s) as
its last path. They also need to append a query parameter to the Uri, to specify the type of
the communication, which enables the Contacts Provider to differentiate between kinds of
@@ -48,12 +48,12 @@
Selection and selectionArgs are ignored and must be set to null. To get data ids,
- you may need to call
+ you may need to call
toward .
-
+
returns a positive
integer when successful, and returns 0 if no contact with that id was found.
@@ -126,7 +126,7 @@
To be added.
The content:// style URI for deleting all usage information.
- Must be used with .
+ Must be used with .
The where and selectionArgs parameters are ignored.
@@ -158,7 +158,7 @@
To be added.
The content:// style URI for sending usage feedback.
- Must be used with .
+ Must be used with .
@@ -336,4 +336,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
index 5dc3e233ef..0222945a37 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
@@ -29,7 +29,7 @@
phone numbers. Read-only value that is only present when querying
. |
| int | | read-only | Flag indicating if the contacts belonging to this group should be
visible in any user interface. Allowed values: 0 and 1. |
| int | | read/write | The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion. When is
+ for deletion. When is
called on a group, it is marked for deletion. The sync adaptor deletes
the group on the server and then calls ContactResolver.delete once more,
this time setting the the
@@ -218,4 +218,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
index 382f04f8c3..1666db0964 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
@@ -109,7 +109,7 @@
for deletion.
The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion. When is
+ for deletion. When is
called on a group, it is marked for deletion. The sync adaptor
deletes the group on the server and then calls ContactResolver.delete
once more, this time setting the the
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
index 246472cfa6..63cdd2502a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
@@ -345,13 +345,13 @@
For mailto: URIs, the scheme specific portion must be a
raw email address, such as one built using
- .
+ .
For tel: URIs, the scheme specific portion is compared
to existing numbers using the standard caller ID lookup algorithm.
The number must be properly encoded, for example using
- .
+ .
Any extras from the class will be passed along to the
@@ -407,4 +407,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
index bfaa9f642a..8616dff576 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
@@ -1,4 +1,4 @@
-
+
@@ -234,7 +234,7 @@
for referencing the user's profile entry,
Provides columns when queried, or returns the
user's profile contact formatted as a vCard when opened through
- .
+ .
To be added.
@@ -243,7 +243,7 @@
for referencing the user's profile entry,
Provides columns when queried, or returns the
user's profile contact formatted as a vCard when opened through
- .
+ .
@@ -328,4 +328,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
index de1fb52e5f..434efcfc90 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
@@ -1,4 +1,4 @@
-
+
@@ -42,7 +42,7 @@
by the field and . |
| int | | read/write | A mechanism that allows programmatic control of the aggregation process. The allowed
values are ,
and . See also . |
| int | | read/write | The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion. When is
+ for deletion. When is
called on a raw contact, it is marked for deletion and removed from its
aggregate contact. The sync adaptor deletes the raw contact on the server and
then calls ContactResolver.delete once more, this time passing the
@@ -51,11 +51,11 @@
on the corresponding value of the aggregate contact, this field
should be set at the time the raw contact is inserted.
After that, this value is typically updated via
- . |
| long | | read/write | The timestamp of the last time the contact was contacted. To have an effect
+ . |
| long | | read/write | The timestamp of the last time the contact was contacted. To have an effect
on the corresponding value of the aggregate contact, this field
should be set at the time the raw contact is inserted.
After that, this value is typically updated via
- .
+ .
|
| int | | read/write | An indicator for favorite contacts: '1' if favorite, '0' otherwise.
Changing this field immediately affects the corresponding aggregate contact:
if any raw contacts in that aggregate contact are starred, then the contact
@@ -159,7 +159,7 @@
getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
- Note the use of
+ Note the use of
to refer to the as-yet-unknown index value of the raw contact inserted in the
first operation.
@@ -419,4 +419,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
index 1bba176afb..007d86d9a4 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
@@ -157,7 +157,7 @@
for deletion.
The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion. When is
+ for deletion. When is
called on a raw contact, it is marked for deletion and removed from its
aggregate contact. The sync adaptor deletes the raw contact on the server and
then calls ContactResolver.delete once more, this time passing the
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
index 319a5aba08..9aa38741fc 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
@@ -1,4 +1,4 @@
-
+
@@ -335,12 +335,12 @@
profile.
- You cannot use to change a status, but
- will replace the latests status if it already
+ You cannot use to change a status, but
+ will replace the latests status if it already
exists.
- Use to insert/update statuses
+ Use to insert/update statuses
for multiple contacts at once.
@@ -691,4 +691,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract.xml
index 744d7f724d..45dca83be9 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract.xml
@@ -1,4 +1,4 @@
-
+
@@ -209,7 +209,8 @@
-
+
+
@@ -303,7 +304,7 @@
to specify that it is a sync adapter. The default value is false. If true
is not automatically set and the
"syncToNetwork" parameter is set to false when calling
- .
+ .
This prevents an unnecessary extra synchronization, see the discussion of
the delete operation in .
@@ -641,4 +642,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml
index 9c6b96884e..ad65f17dd4 100644
--- a/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml
+++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract.xml
@@ -1,4 +1,4 @@
-
+
@@ -729,11 +729,11 @@
To be added.
Extract the search query from a URI built by
- .
+ .
To be added.
Extract the search query from a URI built by
- .
+ .
@@ -922,4 +922,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml b/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml
index 4213c5ac42..acb0f49468 100644
--- a/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml
+++ b/docs/Mono.Android/en/Android.Provider/DocumentsProvider.xml
@@ -1,4 +1,4 @@
-
+
@@ -61,14 +61,14 @@
. For example, if a document can be represented
as a thumbnail, your provider can set
and implement
- to return
+ to return
that thumbnail.
Each document under a provider is uniquely referenced by its
, which must not change once returned. A
single document can be included in multiple directories when responding to
- . For example, a
+ . For example, a
provider might surface a single photo in multiple locations: once in a
directory of geographic locations, and again in a directory of dates.
@@ -127,7 +127,8 @@
-
+
+
@@ -309,7 +310,7 @@
Return concrete MIME type of the requested document. Must match the value
of for this document. The default
- implementation queries , so
+ implementation queries , so
providers may choose to override this as an optimization.
@@ -894,10 +895,10 @@
To support change notifications, you must
- with a relevant
+ with a relevant
Uri, such as
- . Then
- you can call with that Uri to send change
+ . Then
+ you can call with that Uri to send change
notifications.
@@ -1030,7 +1031,7 @@
representing a tree of documents to display under that root.
- If this set of roots changes, you must call with
+ If this set of roots changes, you must call with
to notify the system.
@@ -1092,8 +1093,8 @@
To support change notifications, you must
- with a relevant
- Uri, such as . Then you can call with that Uri to send change
+ with a relevant
+ Uri, such as . Then you can call with that Uri to send change
notifications.
@@ -1179,7 +1180,7 @@
Revoke any active permission grants for the given
, usually called when a document
becomes invalid. Follows the same semantics as
- .
+ .
@@ -1268,4 +1269,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Provider/LiveFolders.xml b/docs/Mono.Android/en/Android.Provider/LiveFolders.xml
index 394489926f..c5751be9e6 100644
--- a/docs/Mono.Android/en/Android.Provider/LiveFolders.xml
+++ b/docs/Mono.Android/en/Android.Provider/LiveFolders.xml
@@ -1,4 +1,4 @@
-
+
@@ -437,7 +437,7 @@
When the user chooses one of the activities, the activity is invoked with the
action. The activity then creates the live folder and
passes it back to the system by setting it as an
- . The
+ . The
live folder is described by a content provider URI, a name, an icon and a display mode.
Finally, when the user opens the live folder, the system queries the content provider
to retrieve the folder's content.
@@ -510,7 +510,8 @@
System.String
-
+
+
Content provider column.
@@ -660,7 +661,8 @@
System.String
-
+
+
Content provider column.
@@ -692,13 +694,14 @@
System.String
-
+
+
Content provider column.
Package where to find the icon of the live folder item. This value can be
obtained easily using
- .
+ .
Optional.
Type: String.
@@ -727,12 +730,13 @@
System.String
-
+
+
Content provider column.
Resource name of the live folder item. This value can be obtained easily using
- .
+ .
Optional.
Type: String.
@@ -761,7 +765,8 @@
System.String
-
+
+
Content provider column.
@@ -794,7 +799,8 @@
System.String
-
+
+
Content provider column.
@@ -847,4 +853,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
index 294b629065..598c5c08fe 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
This class provides the primary method through which data is passed to
@@ -856,7 +857,7 @@
allocation.
- If the is the same as the used to create the Allocation with and is set on the Allocation,
+ If the is the same as the used to create the Allocation with and is set on the Allocation,
this will synchronize the Allocation with the latest data from the , potentially avoiding the actual copy.
@@ -2631,4 +2632,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml b/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml
index e20863f53f..b056fb71b2 100644
--- a/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml
+++ b/docs/Mono.Android/en/Android.Security/IKeyChainAliasCallback.xml
@@ -19,9 +19,9 @@
- The KeyChainAliasCallback is the callback for .
+ The KeyChainAliasCallback is the callback for .
- The KeyChainAliasCallback is the callback for .
+ The KeyChainAliasCallback is the callback for .
diff --git a/docs/Mono.Android/en/Android.Security/KeyChain.xml b/docs/Mono.Android/en/Android.Security/KeyChain.xml
index a21b9eea84..1efd125386 100644
--- a/docs/Mono.Android/en/Android.Security/KeyChain.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyChain.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,23 +27,23 @@
- Receive a callback from an that a private key is requested.
-
- Call to allow the user to select from a
+
- Call to allow the user to select from a
list of currently available private keys and corresponding
certificate chains. The chosen alias will be returned by the
callback , or null if no private
key is available or the user cancels the request.
-
- Call and to
+
- Call and to
retrieve the credentials to return to the corresponding callbacks.
An application may remember the value of a selected alias to
- avoid prompting the user with on subsequent connections. If the alias is
+ avoid prompting the user with on subsequent connections. If the alias is
no longer valid, null will be returned on lookups using that value
An application can request the installation of private keys and
- certificates via the Intent provided by . Private keys installed via this Intent will be accessible via while
+ certificates via the Intent provided by . Private keys installed via this Intent will be accessible via while
Certificate Authority (CA) certificates will be trusted by all
applications through the default X509TrustManager.
@@ -70,7 +70,8 @@
-
+
+
@@ -230,7 +231,7 @@
default alias name for credentials being installed.
- When used with ,
+ When used with ,
will be returned if a credential was
successfully installed, otherwise will be returned.
@@ -337,7 +338,7 @@
Optional extra for use with the Intent returned by
to specify a PKCS#12 key store to
install. The extra value should be a byte[]. The bytes
- may come from an external source or be generated with on a "PKCS12" instance.
+ may come from an external source or be generated with on a "PKCS12" instance.
The user will be prompted for the password to load the key store.
@@ -567,4 +568,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
index be34d53f5a..418f657459 100644
--- a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
@@ -1,4 +1,4 @@
-
+
@@ -37,7 +37,7 @@
After generation, the keyStoreAlias is used with the
-
+
interface to retrieve the and its associated
chain.
@@ -416,4 +416,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
index 205c8796ae..70620e2233 100644
--- a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
+++ b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
@@ -1,4 +1,4 @@
-
+
@@ -123,7 +123,8 @@
-
+
+
@@ -714,7 +715,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -760,13 +761,13 @@
This hook is called whenever the content view of the screen changes
(due to a call to
- or
- ).
+ or
+ ).
This hook is called whenever the content view of the screen changes
(due to a call to
- or
- ).
+ or
+ ).
@@ -1262,7 +1263,7 @@
callback an opportunity to handle the action mode in its own unique and
beautiful way. If this method returns null the system can choose a way
to present the mode or choose not to start the mode at all. This is equivalent
- to
+ to
with type .
@@ -1447,7 +1448,7 @@
Sets a view to be the content view for this Dream.
Behaves similarly to
-
+
in an activity.
@@ -1595,4 +1596,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml
index d047ef0cec..3ff4cfd905 100644
--- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml
+++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService.xml
@@ -1,4 +1,4 @@
-
+
@@ -54,7 +54,8 @@
-
+
+
@@ -119,7 +120,7 @@
(note that for this command to work, the service must be running, and
you must specify a fully-qualified service name).
This is distinct from "dumpsys <servicename>", which only works for
- named system services and which invokes the method
+ named system services and which invokes the method
on the interface registered with ServiceManager.
@@ -185,7 +186,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -396,4 +397,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
index 5d9e7c078c..74bfeea9f5 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
@@ -1,4 +1,4 @@
-
+
@@ -54,7 +54,8 @@
-
+
+
@@ -202,9 +203,9 @@
Package of the notifying app.
Tag of the notification as specified by the notifying app in
- .
+ .
ID of the notification as specified by the notifying app in
- .
+ .
Inform the notification manager about dismissal of a single notification.
@@ -376,8 +377,8 @@
Generally you should use the RankingMap that is passed with events such
- as ,
- , and
+ as ,
+ , and
so on. This method should only be used when needing access outside of
such events, for example to retrieve the RankingMap right after
initialization.
@@ -475,7 +476,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -975,4 +976,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml b/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml
index d2fca7e3c5..0e12c0a581 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/StatusBarNotification.xml
@@ -1,4 +1,4 @@
-
+
@@ -53,7 +53,8 @@
To be added.
-
+
+
@@ -121,7 +122,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -186,7 +188,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -276,10 +279,10 @@
System.Int32
- The id supplied to .
+ The id supplied to .
To be added.
- The id supplied to .
+ The id supplied to .
[Android Documentation]
@@ -401,11 +404,11 @@
The supplied to
- .
+ .
To be added.
The supplied to
- .
+ .
[Android Documentation]
@@ -492,11 +495,11 @@
System.String
- The tag supplied to ,
+ The tag supplied to ,
or null if no tag was specified.
To be added.
- The tag supplied to ,
+ The tag supplied to ,
or null if no tag was specified.
@@ -641,4 +644,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Restrictions/RestrictionsReceiver.xml b/docs/Mono.Android/en/Android.Service.Restrictions/RestrictionsReceiver.xml
index aef47e4561..b142a2a65c 100644
--- a/docs/Mono.Android/en/Android.Service.Restrictions/RestrictionsReceiver.xml
+++ b/docs/Mono.Android/en/Android.Service.Restrictions/RestrictionsReceiver.xml
@@ -1,4 +1,4 @@
-
+
@@ -21,13 +21,13 @@
Restrictions Provider, extend from this class and implement the abstract methods.
Export this receiver in the manifest. A profile owner device admin can then register this
component as a Restrictions Provider using
- .
+ .
The function of a Restrictions Provider is to transport permission requests from apps on this
device to an administrator (most likely on a remote device or computer) and deliver back
responses. The response should be sent back to the app via
- .
+ .
See Also
@@ -62,7 +62,8 @@
-
+
+
@@ -220,4 +221,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml
index 0acd916b2d..ceb376364f 100644
--- a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml
+++ b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService.xml
@@ -1,4 +1,4 @@
-
+
@@ -30,13 +30,13 @@
-
+
should return spell check results.
It receives and returns
for the input.
You may want to override
- for
+ for
better performance and quality.
Please note that does not return a valid
@@ -64,7 +64,8 @@
-
+
+
@@ -147,7 +148,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Implement to return the implementation of the internal spell checker
service interface.
@@ -181,7 +182,8 @@
System.String
-
+
+
@@ -230,4 +232,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml
index d2983f1788..426a5ff5a9 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector.xml
@@ -1,4 +1,4 @@
-
+
@@ -71,7 +71,7 @@
To be added.
Creates an intent to start the enrollment for the associated keyphrase.
- This intent must be invoked using .
+ This intent must be invoked using .
Starting re-enrollment is only valid if the keyphrase is un-enrolled,
i.e. ,
otherwise should be preferred.
@@ -112,7 +112,7 @@
To be added.
Creates an intent to start the re-enrollment for the associated keyphrase.
- This intent must be invoked using .
+ This intent must be invoked using .
Starting re-enrollment is only valid if the keyphrase is already enrolled,
i.e. , otherwise invoking this may result in an error.
@@ -151,7 +151,7 @@
To be added.
Creates an intent to start the un-enrollment for the associated keyphrase.
- This intent must be invoked using .
+ This intent must be invoked using .
Starting re-enrollment is only valid if the keyphrase is already enrolled,
i.e. , otherwise invoking this may result in an error.
@@ -287,4 +287,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml
index 91409ccb91..8b403de957 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionService.xml
@@ -1,4 +1,4 @@
-
+
@@ -53,7 +53,8 @@
-
+
+
@@ -181,7 +182,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -229,8 +230,8 @@
Called during service initialization to tell you when the system is ready
to receive interaction from it. You should generally do initialization here
- rather than in . Methods such as and
-
+ rather than in . Methods such as and
+
will not be operational until this point.
@@ -403,4 +404,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession.xml
index e1cc76a316..bf37b55f02 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession.xml
@@ -1,4 +1,4 @@
-
+
@@ -60,7 +60,8 @@
To be added.
-
+
+
@@ -90,7 +91,8 @@
To be added.
To be added.
-
+
+
@@ -280,8 +282,8 @@
Called when a key down event has occurred. If you return true,
you can first call to have the framework track the event
- through its and also call your
- if it occurs.
+ through its and also call your
+ if it occurs.
[Android Documentation]
@@ -325,7 +327,7 @@
the final key up will have and
set. Note that in
order to receive this callback, someone in the event change
- must return true from and
+ must return true from and
call on the event.
@@ -439,7 +441,8 @@
To be added.
-
+
+
@@ -487,4 +490,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml
index d64dbd98ac..e1bcc92ddd 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSessionService.xml
@@ -1,4 +1,4 @@
-
+
@@ -41,7 +41,8 @@
-
+
+
@@ -93,7 +94,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -139,7 +140,8 @@
To be added.
-
+
+
To be added.
@@ -188,4 +190,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
index ee0c47ed23..462b427b5b 100644
--- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
+++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
@@ -302,11 +302,11 @@
If true, the caller is requesting that
a result, appropriate for the command, be returned back.
Process a command that was sent to the wallpaper with
- .
+ .
To be added.
Process a command that was sent to the wallpaper with
- .
+ .
The default implementation does nothing, and always returns null
as the result.
@@ -453,11 +453,11 @@
To be added.
Called to inform you of the wallpaper's offsets changing
within its contain, corresponding to the container's
- call to .
+ call to .
Called to inform you of the wallpaper's offsets changing
within its contain, corresponding to the container's
- call to .
+ call to .
@@ -500,9 +500,9 @@
To be added.
To be added.
To be added.
- Convenience for .
+ Convenience for .
- Convenience for .
+ Convenience for .
diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml
index a21d07defc..855a6193ac 100644
--- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml
+++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService.xml
@@ -1,4 +1,4 @@
-
+
@@ -49,7 +49,8 @@
-
+
+
@@ -102,7 +103,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Implement to return the implementation of the internal accessibility
service interface.
@@ -256,4 +257,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml b/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml
index e8e9ae0fbc..c3b76910dc 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/ISynthesisCallback.xml
@@ -24,7 +24,7 @@
A callback to return speech data synthesized by a text to speech engine.
The engine can provide streaming audio by calling
- , then until all audio has been provided, then finally
+ , then until all audio has been provided, then finally
.
can be called at any stage in the synthesis process to
@@ -81,7 +81,7 @@
The service should call this method when synthesized audio is ready for consumption.
This method should only be called on the synthesis thread,
- while in .
+ while in .
[Android Documentation]
@@ -114,16 +114,16 @@
The service should call this method when all the synthesized audio for a request has
- been passed to .
+ been passed to .
To be added.
The service should call this method when all the synthesized audio for a request has
- been passed to .
+ been passed to .
This method should only be called on the synthesis thread,
- while in .
+ while in .
- This method has to be called if and/or was called.
+ This method has to be called if and/or was called.
[Android Documentation]
@@ -155,7 +155,7 @@
The service should call this method if the speech synthesis fails.
This method should only be called on the synthesis thread,
- while in .
+ while in .
@@ -198,7 +198,7 @@
The service should call this method if the speech synthesis fails.
This method should only be called on the synthesis thread,
- while in .
+ while in .
[Android Documentation]
@@ -229,7 +229,7 @@
Check if was called or not.
This method should only be called on the synthesis thread,
- while in .
+ while in .
Useful for checking if a fallback from network request is possible.
@@ -257,13 +257,13 @@
System.Boolean
- Check if was called or not.
+ Check if was called or not.
To be added.
- Check if was called or not.
+ Check if was called or not.
This method should only be called on the synthesis thread,
- while in .
+ while in .
Useful for checking if a fallback from network request is possible.
@@ -291,7 +291,8 @@
System.Int32
-
+
+
To be added.
@@ -348,7 +349,7 @@
request.
This method should only be called on the synthesis thread,
- while in .
+ while in .
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/SynthesisRequest.xml b/docs/Mono.Android/en/Android.Speech.Tts/SynthesisRequest.xml
index a602e44e45..d52af4da16 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/SynthesisRequest.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/SynthesisRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,8 +26,8 @@
higher values representing higher speech rates.- The voice pitch, with 100 being the default pitch.
Any additional parameters sent to the text to speech service are passed in
- uninterpreted, see the params argument in
- and .
+ uninterpreted, see the params argument in
+ and .
@@ -57,7 +57,8 @@
To be added.
To be added.
-
+
+
@@ -87,7 +88,8 @@
To be added.
To be added.
-
+
+
@@ -451,4 +453,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
index 873329da78..e36581121c 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
@@ -1,4 +1,4 @@
-
+
@@ -28,7 +28,7 @@
-
A list of feature strings that engines might support, e.g
). These values may be passed in to
- and to modify
+ and to modify
engine behaviour. The engine can be queried for the set of features it supports
through .
@@ -917,4 +917,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml
index 5b8ead996a..beaaaafd9c 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech.xml
@@ -1,4 +1,4 @@
-
+
@@ -327,7 +327,7 @@
Adds a mapping between a CharSequence (may be spanned with TtsSpans and a sound file.
Using this, it is possible to add custom pronounciations for a string of text.
- After a call to this method, subsequent calls to
+ After a call to this method, subsequent calls to
will play the specified sound resource if it is available, or synthesize the text it is
missing.
@@ -393,7 +393,7 @@
Adds a mapping between a string of text and a sound file. Using this, it
is possible to add custom pronounciations for a string of text.
- After a call to this method, subsequent calls to
+ After a call to this method, subsequent calls to
will play the specified sound resource if it is available, or synthesize the text it is
missing.
@@ -448,7 +448,7 @@
Adds a mapping between a CharSequence (may be spanned with TtsSpans) of text
and a sound resource in a package. After a call to this method, subsequent calls to
- will play the specified sound resource
+ will play the specified sound resource
if it is available, or synthesize the text it is missing.
@@ -501,7 +501,7 @@
Adds a mapping between a string of text and a sound resource in a
package. After a call to this method, subsequent calls to
- will play the specified sound resource
+ will play the specified sound resource
if it is available, or synthesize the text it is missing.
@@ -732,8 +732,8 @@
or engine specific.
Engine specific keys must be prefixed by the name of the engine they
are intended for. These keys can be used as parameters to
- and
- .
+ and
+ .
Features values are strings and their values must meet restrictions described in their
documentation.
@@ -990,8 +990,8 @@
To be added.
Plays the earcon using the specified queueing mode and parameters.
- The earcon must already have been added with or
- .
+ The earcon must already have been added with or
+ .
This method is asynchronous, i.e. the method just adds the request to the queue of TTS
requests and then returns. The synthesis might not have finished (or even started!) at the
time when this method returns. In order to reliably detect errors during synthesis,
@@ -1869,4 +1869,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
index d4269c0174..40a393978f 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
@@ -1,4 +1,4 @@
-
+
@@ -19,12 +19,12 @@
Abstract base class for TTS engine implementations. The following methods
need to be implemented:
-
+
The first three deal primarily with language management, and are used to
query the engine for it's support for a given language and indicate to it
that requests in a given language are imminent.
- is central to the engine implementation. The
+ is central to the engine implementation. The
implementation should synthesize text as per the request parameters and
return synthesized data via the supplied callback. This class and its helpers
will then consume that data, which might mean queuing it for playback or writing
@@ -44,13 +44,13 @@
service to expose multiple backends for a single locale. Each one of them can have a different
features set. In order to fully take advantage of voices, an engine should implement
the following methods:
-
+
The first three methods are siblings of the ,
- and methods. The last one,
- is a link between locale and voice
+ and methods. The last one,
+ is a link between locale and voice
based methods. Since API level 21 is implemented by
calling with the voice returned by
- .
+ .
If the client uses a voice instead of a locale, will contain the
requested voice name.
@@ -81,7 +81,8 @@
-
+
+
@@ -134,7 +135,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -306,7 +307,7 @@
Can be called on multiple threads.
The default implementation tries to enumerate all available locales, pass them to
- and create Voice instances (using
+ and create Voice instances (using
the locale's BCP-47 language tag as the voice name) for the ones that are supported.
Note, that this implementation is suitable only for engines that don't have multiple voices
for a single locale. Also, this implementation won't work with Locales not listed in the
@@ -393,7 +394,7 @@
Can be called on multiple threads.
The default implementation treats the voice name as a language tag, creating a Locale from
- the voice name, and passes it to .
+ the voice name, and passes it to .
[Android Documentation]
@@ -483,7 +484,7 @@
The default implementation creates a Locale from the voice name (by interpreting the name as
a BCP-47 tag for the locale), and passes it to
- .
+ .
[Android Documentation]
@@ -601,4 +602,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
index 6d1c950ff7..88552cc9a0 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
@@ -1,4 +1,4 @@
-
+
@@ -20,7 +20,7 @@
Listener for events relating to the progress of an utterance through
the synthesis queue. Each utterance is associated with a call to
- or with an
+ or with an
associated utterance identifier, as per .
The callbacks specified in this method can be called from multiple threads.
@@ -48,7 +48,8 @@
-
+
+
@@ -187,7 +188,7 @@
Called when an error has occurred during processing. This can be called
at any point in the synthesis process. Note that there might be calls
to for specified utteranceId but there will never
- be a call to both and for
+ be a call to both and for
the same utterance. The default implementation calls .
@@ -221,9 +222,9 @@
Called when an utterance "starts" as perceived by the caller.
Called when an utterance "starts" as perceived by the caller. This will
- be soon before audio is played back in the case of a
+ be soon before audio is played back in the case of a
or before the first bytes of a file are written to storage in the case
- of .
+ of .
[Android Documentation]
@@ -270,4 +271,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/Voice.xml b/docs/Mono.Android/en/Android.Speech.Tts/Voice.xml
index c771e8c7f1..ab6360d7ce 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/Voice.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/Voice.xml
@@ -1,4 +1,4 @@
-
+
@@ -115,7 +115,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -182,8 +183,8 @@
or engine specific.
Engine specific keys must be prefixed by the name of the engine they
are intended for. These keys can be used as parameters to
- and
- .
+ and
+ .
Features values are strings and their values must met restrictions described in their
documentation.
@@ -211,7 +212,8 @@
System.Boolean
-
+
+
To be added.
@@ -239,7 +241,8 @@
Android.Speech.Tts.VoiceLatency
-
+
+
To be added.
@@ -267,7 +270,8 @@
Java.Util.Locale
-
+
+
To be added.
@@ -295,7 +299,8 @@
System.String
-
+
+
To be added.
@@ -323,7 +328,8 @@
Android.Speech.Tts.VoiceQuality
-
+
+
To be added.
@@ -413,4 +419,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
index 55ab3930fe..4f03896eb2 100644
--- a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
+++ b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
@@ -20,7 +20,7 @@
This class receives callbacks from the speech recognition service and forwards them to the
user. An instance of this class is passed to the
- method. Recognizers may call
+ method. Recognizers may call
these methods on any thread.
diff --git a/docs/Mono.Android/en/Android.Speech/RecognitionService.xml b/docs/Mono.Android/en/Android.Speech/RecognitionService.xml
index ed32875b58..894827ed4c 100644
--- a/docs/Mono.Android/en/Android.Speech/RecognitionService.xml
+++ b/docs/Mono.Android/en/Android.Speech/RecognitionService.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -97,7 +98,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -326,4 +327,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml b/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml
index ac409b8a8f..86c7b0b58d 100644
--- a/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml
+++ b/docs/Mono.Android/en/Android.Speech/RecognizerIntent.xml
@@ -1,4 +1,4 @@
-
+
@@ -74,7 +74,7 @@
When fired with
- ,
+ ,
a of extras will be returned to the provided result receiver, and should
ideally contain values for and
.
@@ -114,13 +114,13 @@
Starts an activity that will prompt the user for speech and send it through a
speech recognizer. The results will be returned via activity results (in
- , if you start the intent using
- ), or forwarded via a PendingIntent
+ , if you start the intent using
+ ), or forwarded via a PendingIntent
if one is provided.
Starting this intent with just is not supported.
- You must either use , or provide a
+ You must either use , or provide a
PendingIntent, to receive recognition results.
@@ -272,7 +272,7 @@
Broadcast intents can be directed to the class name specified in the meta-data by creating
an , setting the component with
, and using
-
+
with another which can receive the results.
@@ -952,12 +952,12 @@
a context object
Returns the broadcast intent to fire with
-
+
to receive details from the package that implements voice search.
To be added.
Returns the broadcast intent to fire with
-
+
to receive details from the package that implements voice search.
@@ -1080,4 +1080,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Systems/StructPollfd.xml b/docs/Mono.Android/en/Android.Systems/StructPollfd.xml
index e09264d014..cb13d89bbe 100644
--- a/docs/Mono.Android/en/Android.Systems/StructPollfd.xml
+++ b/docs/Mono.Android/en/Android.Systems/StructPollfd.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,9 +15,9 @@
- Used as an in/out parameter to .
+ Used as an in/out parameter to .
- Used as an in/out parameter to .
+ Used as an in/out parameter to .
Corresponds to C's struct pollfd from <poll.h>.
@@ -42,7 +42,8 @@
-
+
+
@@ -208,4 +209,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Telephony/PhoneNumberFormattingTextWatcher.xml b/docs/Mono.Android/en/Android.Telephony/PhoneNumberFormattingTextWatcher.xml
index 2e252630bf..e8fcbacccf 100644
--- a/docs/Mono.Android/en/Android.Telephony/PhoneNumberFormattingTextWatcher.xml
+++ b/docs/Mono.Android/en/Android.Telephony/PhoneNumberFormattingTextWatcher.xml
@@ -1,4 +1,4 @@
-
+
@@ -153,7 +153,7 @@
(You are not told where the change took place because other
afterTextChanged() methods may already have made other changes
and invalidated the offsets. But if you need to know here,
- you can use in
+ you can use in
to mark your place and then look up from here where the span
ended up.
@@ -343,4 +343,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Telephony/PhoneStateListener.xml b/docs/Mono.Android/en/Android.Telephony/PhoneStateListener.xml
index 7845549066..21a5bdc3a7 100644
--- a/docs/Mono.Android/en/Android.Telephony/PhoneStateListener.xml
+++ b/docs/Mono.Android/en/Android.Telephony/PhoneStateListener.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,7 @@
Override the methods for the state that you wish to receive updates for, and
pass your PhoneStateListener object, along with bitwise-or of the LISTEN_
- flags to .
+ flags to .
Note that access to some telephony information is
@@ -517,4 +517,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockContentProvider.xml b/docs/Mono.Android/en/Android.Test.Mock/MockContentProvider.xml
index 3209f48905..7397bc54dd 100644
--- a/docs/Mono.Android/en/Android.Test.Mock/MockContentProvider.xml
+++ b/docs/Mono.Android/en/Android.Test.Mock/MockContentProvider.xml
@@ -1,4 +1,4 @@
-
+
@@ -177,7 +177,7 @@
Implement this to handle requests to delete one or more rows.
The implementation should apply the selection clause when performing
deletion, allowing the operation to affect multiple rows in a directory.
- As a courtesy, call
+ As a courtesy, call
after deleting.
This method can be called from multiple threads, as described in
Processes
@@ -271,7 +271,7 @@
To be added.
Implement this to handle requests to insert a new row.
- As a courtesy, call
+ As a courtesy, call
after inserting.
This method can be called from multiple threads, as described in
Processes
@@ -313,7 +313,7 @@
You should defer nontrivial initialization (such as opening,
upgrading, and scanning databases) until the content provider is used
- (via , , etc). Deferred initialization
+ (via , , etc). Deferred initialization
keeps application startup fast, avoids unnecessary work if the provider
turns out not to be needed, and stops database errors (such as a full
disk) from halting application launch.
@@ -501,7 +501,7 @@
Implement this to handle requests to update one or more rows.
The implementation should update all rows matching the selection
to set the columns according to the provided values map.
- As a courtesy, call
+ As a courtesy, call
after updating.
This method can be called from multiple threads, as described in
Processes
@@ -516,4 +516,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockContentResolver.xml b/docs/Mono.Android/en/Android.Test.Mock/MockContentResolver.xml
index a2e5edb212..de2f89288f 100644
--- a/docs/Mono.Android/en/Android.Test.Mock/MockContentResolver.xml
+++ b/docs/Mono.Android/en/Android.Test.Mock/MockContentResolver.xml
@@ -1,4 +1,4 @@
-
+
@@ -34,7 +34,7 @@
MockContentResolver overrides Android's normal way of resolving providers by
authority. To have access to a provider based on its authority, users of
MockContentResolver first instantiate the provider and
- use . Resolution of an
+ use . Resolution of an
authority occurs entirely within MockContentResolver.
@@ -205,4 +205,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml
index f9575678ce..0650fda1ce 100644
--- a/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml
+++ b/docs/Mono.Android/en/Android.Test.Mock/MockContext.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -104,7 +105,7 @@
Consider for example how this interacts with
- :
+ :
- If used from an Activity context, the receiver is being registered
within that activity. This means that you are expected to unregister
before the activity is done being destroyed; in fact if you do not do
@@ -252,7 +253,7 @@
that command. See the API demo App/Service/Service Start Arguments
Controller for an illustration of this. It is okay, however, to use
this method from a BroadcastReceiver that has been registered with
- , since the lifetime of this BroadcastReceiver
+ , since the lifetime of this BroadcastReceiver
is tied to another object (the one that registered it).
@@ -384,7 +385,7 @@
Determine whether the calling process of an IPC or you has been granted
permission to access a specific URI. This is the same as
- , except it grants your own permissions
+ , except it grants your own permissions
if you are not currently processing an IPC. Use with care!
@@ -426,7 +427,7 @@
Determine whether the calling process of an IPC you are handling has been
granted a particular permission. This is basically the same as calling
- with the pid and uid returned
+ with the pid and uid returned
by and
. One important difference
is that if you are not currently processing an IPC, this function
@@ -483,7 +484,7 @@
Determine whether the calling process and user ID has been
granted permission to access a specific URI. This is basically
- the same as calling with the pid and uid returned by and . One important difference is
+ the same as calling with the pid and uid returned by and . One important difference is
that if you are not currently processing an IPC, this function
will always fail.
@@ -649,7 +650,7 @@
To be added.
Check both a Uri and normal permission. This allows you to perform
- both and in one
+ both and in one
call.
@@ -710,7 +711,8 @@
-
+
+
@@ -1067,7 +1069,7 @@
If neither you nor the calling process of an IPC you are
handling has been granted a particular permission, throw a
- . This is the same as , except it grants your own
+ . This is the same as , except it grants your own
permissions if you are not currently processing an IPC. Use
with care!
@@ -1115,7 +1117,7 @@
granted permission to access a specific URI, throw .
If the calling process of an IPC or you has not been
- granted permission to access a specific URI, throw . This is the same as , except it grants your own
+ granted permission to access a specific URI, throw . This is the same as , except it grants your own
permissions if you are not currently processing an IPC. Use
with care!
@@ -1154,13 +1156,13 @@
If the calling process of an IPC you are handling has not been
granted a particular permission, throw a . This is basically the same as calling
- with the
+ with the
pid and uid returned by
and . One important
difference is that if you are not currently processing an IPC,
this function will always throw the SecurityException. This is
done to protect against accidentally leaking permissions; you
- can use to avoid this
+ can use to avoid this
protection.
@@ -1208,7 +1210,7 @@
If the calling process and user ID has not been granted
permission to access a specific URI, throw . This is basically the same as calling
- with
+ with
the pid and uid returned by and . One important difference is
that if you are not currently processing an IPC, this function
will always throw a SecurityException.
@@ -1363,7 +1365,7 @@
Enforce both a Uri and normal permission.
Enforce both a Uri and normal permission. This allows you to perform
- both and in one
+ both and in one
call.
@@ -1488,11 +1490,11 @@
Returns the absolute path to the directory on the filesystem where
- files created with are stored.
+ files created with are stored.
To be added.
Returns the absolute path to the directory on the filesystem where
- files created with are stored.
+ files created with are stored.
No permissions are required to read or write to the returned path, since this
@@ -1528,11 +1530,11 @@
The name of the database for which you would like to get
its path.
Returns the absolute path on the filesystem where a database created with
- is stored.
+ is stored.
To be added.
Returns the absolute path on the filesystem where a database created with
- is stored.
+ is stored.
[Android Documentation]
@@ -1763,7 +1765,7 @@ boolean hasExternalStoragePrivateFile() {
file will be a path to a sub-directory of the given type. Though these files
are not automatically scanned by the media scanner, you can explicitly
add them to the media database with
- .
+ .
Note that this is not the same as
, which provides
directories of media shared by all applications. The
@@ -1994,11 +1996,11 @@ boolean hasExternalStoragePrivatePicture() {
The name of the file for which you would like to get
its path.
Returns the absolute path on the filesystem where a file created with
- is stored.
+ is stored.
To be added.
Returns the absolute path on the filesystem where a file created with
- is stored.
+ is stored.
[Android Documentation]
@@ -2262,7 +2264,7 @@ boolean hasExternalStoragePrivatePicture() {
with the Intent being used to
start an activity instead of this function directly. If you use this
function directly, you should be sure to call
- when the target should no longer be allowed
+ when the target should no longer be allowed
to access it.
@@ -2749,7 +2751,8 @@ boolean hasExternalStoragePrivatePicture() {
-
+
+
To be added.
@@ -2825,7 +2828,7 @@ boolean hasExternalStoragePrivatePicture() {
component; that is, from a BroadcastReceiver
that is declared in an application's manifest. It is okay, however, to call
this method from another BroadcastReceiver that has itself been registered
- at run time with , since the lifetime of such a
+ at run time with , since the lifetime of such a
registered BroadcastReceiver is tied to the object that registered it.
@@ -2871,7 +2874,7 @@ boolean hasExternalStoragePrivatePicture() {
Register to receive intent broadcasts, to run in the context of
scheduler. See
- for more
+ for more
information. This allows you to enforce permissions on who can
broadcast intents to your receiver, or have the receiver run in
a different thread than the main application thread.
@@ -2917,7 +2920,8 @@ boolean hasExternalStoragePrivatePicture() {
The Intent that was previously broadcast.
-
+
+
Remove the data previously sent with ,
@@ -2961,7 +2965,8 @@ boolean hasExternalStoragePrivatePicture() {
The Intent that was previously broadcast.
UserHandle to remove the sticky broadcast from.
-
+
+
Version of that allows you to specify the
@@ -3042,10 +3047,10 @@ boolean hasExternalStoragePrivatePicture() {
or
.
Remove all permissions to access a particular content provider Uri
- that were previously added with .
+ that were previously added with .
Remove all permissions to access a particular content provider Uri
- that were previously added with . The given
+ that were previously added with . The given
Uri will match all previously granted Uris that are the same or a
sub-path of the given Uri. That is, revoking "content://foo/target" will
revoke both "content://foo/target" and "content://foo/target/sub", but not
@@ -3098,7 +3103,7 @@ boolean hasExternalStoragePrivatePicture() {
receivers and receivers can not abort the broadcast. If you want
to allow receivers to propagate results or abort the broadcast, you must
send an ordered broadcast using
- .
+ .
See for more information on Intent broadcasts.
@@ -3146,7 +3151,7 @@ boolean hasExternalStoragePrivatePicture() {
receivers and receivers can not abort the broadcast. If you want
to allow receivers to propagate results or abort the broadcast, you must
send an ordered broadcast using
- .
+ .
See for more information on Intent broadcasts.
@@ -3224,10 +3229,10 @@ boolean hasExternalStoragePrivatePicture() {
(optional) String naming a permission that
a receiver must hold in order to receive your broadcast.
If null, no permission is required.
- Version of that allows you to specify the
+ Version of that allows you to specify the
user the broadcast will be sent to.
- Version of that allows you to specify the
+ Version of that allows you to specify the
user the broadcast will be sent to. This is not available to applications
that are not pre-installed on the system image. Using it requires holding
the INTERACT_ACROSS_USERS permission.
@@ -3340,10 +3345,10 @@ boolean hasExternalStoragePrivatePicture() {
receive data back from the broadcast. This is accomplished by
supplying your own BroadcastReceiver when calling, which will be
treated as a final receiver at the end of the broadcast -- its
- method will be called with
+ method will be called with
the result values collected from the other receivers. The broadcast will
be serialized in the same way as calling
- .
+ .
Like , this method is
@@ -3411,12 +3416,12 @@ boolean hasExternalStoragePrivatePicture() {
An initial value for the result extras. Often
null.
Version of
-
+
that allows you to specify the
user the broadcast will be sent to.
Version of
-
+
that allows you to specify the
user the broadcast will be sent to. This is not available to applications
that are not pre-installed on the system image. Using it requires holding
@@ -3458,13 +3463,14 @@ boolean hasExternalStoragePrivatePicture() {
The Intent to broadcast; all receivers matching this
Intent will receive the broadcast, and the Intent will be held to
be re-broadcast to future receivers.
-
+
+
Perform a that is "sticky," meaning the
Intent you are sending stays around after the broadcast is complete,
so that others can quickly retrieve that data through the return
- value of . In
+ value of . In
all other ways, this behaves the same as
.
@@ -3508,7 +3514,8 @@ boolean hasExternalStoragePrivatePicture() {
Intent will receive the broadcast, and the Intent will be held to
be re-broadcast to future receivers.
UserHandle to send the intent to.
-
+
+
Version of that allows you to specify the
@@ -3570,17 +3577,18 @@ boolean hasExternalStoragePrivatePicture() {
null.
An initial value for the result extras. Often
null.
-
+
+
Version of that allows you to
receive data back from the broadcast. This is accomplished by
supplying your own BroadcastReceiver when calling, which will be
treated as a final receiver at the end of the broadcast -- its
- method will be called with
+ method will be called with
the result values collected from the other receivers. The broadcast will
be serialized in the same way as calling
- .
+ .
Like , this method is
@@ -3648,11 +3656,12 @@ boolean hasExternalStoragePrivatePicture() {
null.
An initial value for the result extras. Often
null.
-
+
+
Version of
-
+
that allows you to specify the
user the broadcast will be sent to. This is not available to applications
that are not pre-installed on the system image. Using it requires holding
@@ -3695,7 +3704,7 @@ boolean hasExternalStoragePrivatePicture() {
Set the base theme for this context. Note that this should be called
before any views are instantiated in the Context (for example before
calling or
- ).
+ ).
[Android Documentation]
@@ -3728,7 +3737,8 @@ boolean hasExternalStoragePrivatePicture() {
To be added.
-
+
+
@@ -3764,7 +3774,8 @@ boolean hasExternalStoragePrivatePicture() {
To be added.
-
+
+
@@ -3797,10 +3808,10 @@ boolean hasExternalStoragePrivatePicture() {
An array of Intents to be started.
- Same as with no options
+ Same as with no options
specified.
- Same as with no options
+ Same as with no options
specified.
@@ -3833,7 +3844,7 @@ boolean hasExternalStoragePrivatePicture() {
An array of Intents to be started.
Additional options for how the Activity should be started.
- See for more details.
+ See for more details.
Launch multiple new activities.
Launch multiple new activities. This is generally the same as calling
@@ -3878,10 +3889,10 @@ boolean hasExternalStoragePrivatePicture() {
The description of the activity to start.
- Same as with no options
+ Same as with no options
specified.
- Same as with no options
+ Same as with no options
specified.
@@ -4031,16 +4042,16 @@ boolean hasExternalStoragePrivatePicture() {
The IntentSender to launch.
If non-null, this will be provided as the
- intent parameter to .
+ intent parameter to .
Intent flags in the original IntentSender that you
would like to change.
Desired values for any bits set in
flagsMask
Always set to 0.
- Same as
+ Same as
with no options specified.
- Same as
+ Same as
with no options specified.
@@ -4090,25 +4101,25 @@ boolean hasExternalStoragePrivatePicture() {
The IntentSender to launch.
If non-null, this will be provided as the
- intent parameter to .
+ intent parameter to .
Intent flags in the original IntentSender that you
would like to change.
Desired values for any bits set in
flagsMask
Always set to 0.
Additional options for how the Activity should be started.
- See for more details. If options
+ See for more details. If options
have also been supplied by the IntentSender, options given here will
override any that conflict with those given by the IntentSender.
- Like , but taking a IntentSender
+ Like , but taking a IntentSender
to start.
- Like , but taking a IntentSender
+ Like , but taking a IntentSender
to start. If the IntentSender is for an activity, that activity will be started
as if you had called the regular
here; otherwise, its associated action will be executed (such as
sending a broadcast) as if you had called
- on it.
+ on it.
[Android Documentation]
@@ -4156,14 +4167,14 @@ boolean hasExternalStoragePrivatePicture() {
Every call to this method will result in a corresponding call to
- the target service's method,
+ the target service's method,
with the intent given here. This provides a convenient way
to submit jobs to a service without having to bind and call on to its
interface.
Using startService() overrides the default service lifetime that is
- managed by : it requires the service to remain
+ managed by : it requires the service to remain
running until is called, regardless of whether
any clients are connected to it. Note that calls to startService()
are not nesting: no matter how many times you call startService(),
@@ -4391,7 +4402,8 @@ boolean hasExternalStoragePrivatePicture() {
Android.Graphics.Drawables.Drawable
-
+
+
To be added.
@@ -4423,7 +4435,8 @@ boolean hasExternalStoragePrivatePicture() {
System.Int32
-
+
+
To be added.
@@ -4455,7 +4468,8 @@ boolean hasExternalStoragePrivatePicture() {
System.Int32
-
+
+
To be added.
@@ -4469,4 +4483,4 @@ boolean hasExternalStoragePrivatePicture() {
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockCursor.xml b/docs/Mono.Android/en/Android.Test.Mock/MockCursor.xml
index d80ccb9eee..f90b0305bd 100644
--- a/docs/Mono.Android/en/Android.Test.Mock/MockCursor.xml
+++ b/docs/Mono.Android/en/Android.Test.Mock/MockCursor.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,8 @@
-
+
+
@@ -56,7 +57,8 @@
-
+
+
@@ -1262,11 +1264,11 @@
Return the URI at which notifications of changes in this Cursor's data
- will be delivered, as previously set by .
+ will be delivered, as previously set by .
To be added.
Return the URI at which notifications of changes in this Cursor's data
- will be delivered, as previously set by .
+ will be delivered, as previously set by .
[Android Documentation]
@@ -1859,4 +1861,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml
index b6732d6f4f..ea871961cb 100644
--- a/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml
+++ b/docs/Mono.Android/en/Android.Test.Mock/MockPackageManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -100,7 +101,8 @@
To be added.
-
+
+
@@ -247,7 +249,8 @@
The component name of the activity that is to be
preferred.
-
+
+
@@ -361,11 +364,11 @@
First UID whose signature will be compared.
Second UID whose signature will be compared.
- Like , but takes UIDs of
+ Like , but takes UIDs of
the two packages to be checked.
To be added.
- Like , but takes UIDs of
+ Like , but takes UIDs of
the two packages to be checked. This can be useful, for example,
when doing the check in an IPC, where the UID is the only identity
available. It is functionally identical to determining the package
@@ -447,11 +450,11 @@
mappings are to be removed.
Remove all preferred activity mappings, previously added with
- , from the
+ , from the
system whose activities are implemented in the given package name.
Remove all preferred activity mappings, previously added with
- , from the
+ , from the
system whose activities are implemented in the given package name.
An application can only clear its own package(s).
@@ -1013,7 +1016,7 @@
Return the enabled setting for an application. This returns
the last value set by
- ; in most
+ ; in most
cases this value will be since
the value originally specified in the manifest has not been modified.
@@ -1305,7 +1308,7 @@
Return the enabled setting for a package component (activity,
receiver, service, provider). This returns the last value set by
- ; in most
+ ; in most
cases this value will be since
the value originally specified in the manifest has not been modified.
@@ -2509,7 +2512,7 @@
target user is the caller and is itself a managed profile, then this
returns a badged copy of the given icon to be able to distinguish it from
the original icon. For badging an arbitrary drawable use
- .
+ .
If the original drawable is a BitmapDrawable and the backing bitmap is
@@ -2938,7 +2941,7 @@
To be added.
Retrieve a set of activities that should be presented to the user as
- similar options. This is like , except it
+ similar options. This is like , except it
also allows you to supply a list of more explicit Intents that you would
like to resolve to particular options, and takes care of returning the
final ResolveInfo list in a reasonable order, with no duplicates, based
@@ -3106,7 +3109,8 @@
To be added.
-
+
+
@@ -3343,7 +3347,7 @@
This setting will override any enabled state which may have been set by the application in
its manifest. It also overrides the enabled state set in the manifest for any of the
application's components. It does not override any enabled state set by
- for any of the application's components.
+ for any of the application's components.
[Android Documentation]
@@ -3536,4 +3540,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Test/MoreAsserts.xml b/docs/Mono.Android/en/Android.Test/MoreAsserts.xml
index 0263946c01..cf50706a30 100644
--- a/docs/Mono.Android/en/Android.Test/MoreAsserts.xml
+++ b/docs/Mono.Android/en/Android.Test/MoreAsserts.xml
@@ -1,4 +1,4 @@
-
+
@@ -102,11 +102,11 @@
To be added.
To be added.
- Variant of using a
+ Variant of using a
generic message.
To be added.
- Variant of using a
+ Variant of using a
generic message.
@@ -784,11 +784,11 @@
To be added.
To be added.
- Variant of using a
+ Variant of using a
generic message.
To be added.
- Variant of using a
+ Variant of using a
generic message.
@@ -865,10 +865,10 @@
To be added.
To be added.
- Variant of using a
+ Variant of using a
generic message.
- Variant of using a
+ Variant of using a
generic message.
@@ -1043,10 +1043,10 @@
To be added.
To be added.
- Variant of using a
+ Variant of using a
generic message.
- Variant of using a
+ Variant of using a
generic message.
@@ -1119,10 +1119,10 @@
To be added.
To be added.
- Variant of using a
+ Variant of using a
generic message.
- Variant of using a
+ Variant of using a
generic message.
@@ -1297,4 +1297,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Format/AbbreviationLength.xml b/docs/Mono.Android/en/Android.Text.Format/AbbreviationLength.xml
index ee54a45e39..b3c242065c 100644
--- a/docs/Mono.Android/en/Android.Text.Format/AbbreviationLength.xml
+++ b/docs/Mono.Android/en/Android.Text.Format/AbbreviationLength.xml
@@ -1,4 +1,4 @@
-
+
@@ -28,7 +28,7 @@
Request the full spelled-out name. For use with the 'abbrev' parameter of
- and .
+ and .
@@ -45,7 +45,7 @@
Request an abbreviated version of the name. For use with the 'abbrev'
- parameter of and .
+ parameter of and .
@@ -62,7 +62,7 @@
Request a shorter abbreviated version of the name.
- For use with the 'abbrev' parameter of and .
+ For use with the 'abbrev' parameter of and .
@@ -97,9 +97,9 @@
Request an even shorter abbreviated version of the name.
- For use with the 'abbrev' parameter of and .
+ For use with the 'abbrev' parameter of and .
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml b/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml
index dc37537e76..c5c7631dbd 100644
--- a/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml
+++ b/docs/Mono.Android/en/Android.Text.Format/DateFormat.xml
@@ -1,4 +1,4 @@
-
+
@@ -29,7 +29,7 @@
In cases where the system does not provide a suitable pattern,
- this class offers the method.
+ this class offers the method.
The format methods in this class implement a subset of Unicode
@@ -68,7 +68,8 @@
-
+
+
@@ -120,7 +121,8 @@
System.Char
-
+
+
@@ -151,7 +153,8 @@
System.Char
-
+
+
@@ -182,7 +185,8 @@
System.Char
-
+
+
@@ -213,7 +217,8 @@
System.Char
-
+
+
@@ -661,7 +666,8 @@
System.Char
-
+
+
@@ -692,7 +698,8 @@
System.Char
-
+
+
@@ -756,7 +763,8 @@
System.Char
-
+
+
@@ -787,7 +795,8 @@
System.Char
-
+
+
@@ -818,7 +827,8 @@
System.Char
-
+
+
@@ -849,7 +859,8 @@
System.Char
-
+
+
@@ -880,7 +891,8 @@
System.Char
-
+
+
@@ -947,7 +959,8 @@
System.Char
-
+
+
@@ -978,7 +991,8 @@
System.Char
-
+
+
@@ -991,4 +1005,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml b/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml
index 8a7fc72ae5..96ebad8380 100644
--- a/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml
+++ b/docs/Mono.Android/en/Android.Text.Format/DateUtils.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -124,7 +125,8 @@
System.String
-
+
+
@@ -153,7 +155,8 @@
86400000
-
+
+
@@ -197,7 +200,7 @@
the start time in UTC milliseconds
the end time in UTC milliseconds
a bit mask of options See
-
+
Formats a date or a time range according to the local conventions.
To be added.
@@ -210,7 +213,7 @@
if you use the method only rarely, but if you rely on it for formatting a
large number of dates, consider creating and reusing your own
instance and use the version of
-
+
that takes a .
@@ -257,7 +260,7 @@
the start time in UTC milliseconds
the end time in UTC milliseconds
a bit mask of options See
-
+
Formats a date or a time range according to the local conventions.
To be added.
@@ -267,7 +270,7 @@
Note that this is a convenience method for formatting the date or
time range in the local time zone. If you want to specify the time
zone please use
- .
+ .
[Android Documentation]
@@ -495,7 +498,7 @@
time is shown, if the day of the week is shown, if the month name is
abbreviated, if noon is shown instead of 12pm, and so on. For the
complete list of options, see the documentation for
- .
+ .
Example output strings (date formats in these examples are shown using
@@ -1143,7 +1146,8 @@
If true, the string returned will include the correct
preposition ("at 9:20am", "on 10/12/2008" or "on May 29").
-
+
+
To be added.
@@ -1276,7 +1280,8 @@
3600000
-
+
+
@@ -1339,7 +1344,8 @@
To be added.
-
+
+
To be added.
@@ -1369,7 +1375,8 @@
60000
-
+
+
@@ -1397,7 +1404,8 @@
System.String
-
+
+
@@ -1425,7 +1433,8 @@
System.String
-
+
+
@@ -1453,7 +1462,8 @@
System.String
-
+
+
@@ -1481,7 +1491,8 @@
System.Collections.Generic.IList<System.Int32>
-
+
+
To be added.
@@ -1510,7 +1521,8 @@
System.Collections.Generic.IList<System.Int32>
-
+
+
To be added.
@@ -1540,7 +1552,8 @@
1000
-
+
+
@@ -1604,7 +1617,8 @@
System.String
-
+
+
@@ -1633,7 +1647,8 @@
604800000
-
+
+
@@ -1661,7 +1676,8 @@
System.String
-
+
+
@@ -1689,7 +1705,8 @@
System.String
-
+
+
@@ -1733,4 +1750,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Format/Formatter.xml b/docs/Mono.Android/en/Android.Text.Format/Formatter.xml
index ab65262217..8e5e0ae8e2 100644
--- a/docs/Mono.Android/en/Android.Text.Format/Formatter.xml
+++ b/docs/Mono.Android/en/Android.Text.Format/Formatter.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -156,11 +157,11 @@
To be added.
To be added.
- Like , but trying to generate shorter numbers
+ Like , but trying to generate shorter numbers
(showing fewer digits of precision).
To be added.
- Like , but trying to generate shorter numbers
+ Like , but trying to generate shorter numbers
(showing fewer digits of precision).
@@ -209,4 +210,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Format/Time.xml b/docs/Mono.Android/en/Android.Text.Format/Time.xml
index 0b1d337fb6..6d5b1e7f73 100644
--- a/docs/Mono.Android/en/Android.Text.Format/Time.xml
+++ b/docs/Mono.Android/en/Android.Text.Format/Time.xml
@@ -1,4 +1,4 @@
-
+
@@ -188,7 +188,7 @@
Equivalent to Time.compare(this, that) > 0. See
- for details.
+ for details.
[Android Documentation]
@@ -259,7 +259,7 @@
Equivalent to Time.compare(this, that) < 0. See
- for details.
+ for details.
[Android Documentation]
@@ -1276,7 +1276,8 @@
the Julian day in the timezone for this Time object
-
+
+
To be added.
@@ -1454,7 +1455,8 @@
System.String
-
+
+
@@ -1692,4 +1694,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Method/BaseKeyListener.xml b/docs/Mono.Android/en/Android.Text.Method/BaseKeyListener.xml
index f033f35a2b..aa0232ae51 100644
--- a/docs/Mono.Android/en/Android.Text.Method/BaseKeyListener.xml
+++ b/docs/Mono.Android/en/Android.Text.Method/BaseKeyListener.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
Abstract base class for key listeners.
Provides a basic foundation for entering and editing text.
- Subclasses should override and to insert
+ Subclasses should override and to insert
characters as keys are pressed.
@@ -58,7 +58,8 @@
-
+
+
@@ -287,4 +288,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Method/BaseMovementMethod.xml b/docs/Mono.Android/en/Android.Text.Method/BaseMovementMethod.xml
index 28461764c7..c3fad0a22b 100644
--- a/docs/Mono.Android/en/Android.Text.Method/BaseMovementMethod.xml
+++ b/docs/Mono.Android/en/Android.Text.Method/BaseMovementMethod.xml
@@ -1,4 +1,4 @@
-
+
@@ -49,7 +49,8 @@
-
+
+
@@ -309,10 +310,10 @@
Performs a movement key action.
The default implementation decodes the key down and invokes movement actions
- such as and .
- calls this method once
+ such as and .
+ calls this method once
to handle an .
- calls this method repeatedly
+ calls this method repeatedly
to handle each repetition of an .
@@ -382,7 +383,8 @@
To be added.
To be added.
-
+
+
@@ -526,7 +528,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -565,7 +568,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -646,7 +650,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -683,7 +688,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -719,7 +725,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -756,7 +763,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -986,4 +994,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Method/MetaKeyKeyListener.xml b/docs/Mono.Android/en/Android.Text.Method/MetaKeyKeyListener.xml
index 481cbb4354..028165fc4f 100644
--- a/docs/Mono.Android/en/Android.Text.Method/MetaKeyKeyListener.xml
+++ b/docs/Mono.Android/en/Android.Text.Method/MetaKeyKeyListener.xml
@@ -1,4 +1,4 @@
-
+
@@ -20,9 +20,9 @@
This base class encapsulates the behavior for tracking the state of
meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
- - Methods such as and
- operate on a meta key state bit mask.
- Methods such as and
- operate on meta key state flags stored
+
- Methods such as and
+ operate on a meta key state bit mask.
- Methods such as and
+ operate on meta key state flags stored
as spans in an text buffer. The spans only describe the current
meta key state of the text editor; they do not carry any positional information.
private char getUnicodeChar(TextKeyListener listener, KeyEvent event, Editable textBuffer) {
@@ -86,7 +86,8 @@
-
+
+
@@ -223,7 +224,8 @@
To be added.
To be added.
-
+
+
@@ -304,7 +306,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -1087,4 +1090,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Method/NumberKeyListener.xml b/docs/Mono.Android/en/Android.Text.Method/NumberKeyListener.xml
index b59691029f..141c0db497 100644
--- a/docs/Mono.Android/en/Android.Text.Method/NumberKeyListener.xml
+++ b/docs/Mono.Android/en/Android.Text.Method/NumberKeyListener.xml
@@ -1,4 +1,4 @@
-
+
@@ -55,7 +55,8 @@
-
+
+
@@ -168,7 +169,7 @@
Note: If source is an instance of or
, the span objects in the source should be
copied into the filtered result (i.e. the non-null return value).
- can be used for convenience.
+ can be used for convenience.
@@ -232,7 +233,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -267,7 +269,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -317,4 +320,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text.Method/PasswordTransformationMethod.xml b/docs/Mono.Android/en/Android.Text.Method/PasswordTransformationMethod.xml
index 80299f7c5e..082f04b9fe 100644
--- a/docs/Mono.Android/en/Android.Text.Method/PasswordTransformationMethod.xml
+++ b/docs/Mono.Android/en/Android.Text.Method/PasswordTransformationMethod.xml
@@ -1,4 +1,4 @@
-
+
@@ -50,7 +50,8 @@
-
+
+
@@ -115,7 +116,7 @@
(You are not told where the change took place because other
afterTextChanged() methods may already have made other changes
and invalidated the offsets. But if you need to know here,
- you can use in
+ you can use in
to mark your place and then look up from here where the span
ended up.
@@ -277,7 +278,8 @@
Android.Text.Method.PasswordTransformationMethod
-
+
+
To be added.
@@ -467,4 +469,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/BidiFormatter.xml b/docs/Mono.Android/en/Android.Text/BidiFormatter.xml
index bc7179d7f2..1db7e63e46 100644
--- a/docs/Mono.Android/en/Android.Text/BidiFormatter.xml
+++ b/docs/Mono.Android/en/Android.Text/BidiFormatter.xml
@@ -1,4 +1,4 @@
-
+
@@ -238,7 +238,8 @@
System.Boolean
-
+
+
To be added.
@@ -267,7 +268,8 @@
System.Boolean
-
+
+
To be added.
@@ -336,11 +338,11 @@
The input string.
- Operates like , but uses the
+ Operates like , but uses the
formatter's default direction estimation algorithm and assumes isolate is true.
To be added.
- Operates like , but uses the
+ Operates like , but uses the
formatter's default direction estimation algorithm and assumes isolate is true.
@@ -374,11 +376,11 @@
The input string.
The algorithm to be used to estimate the string's overall direction.
See for pre-defined heuristics.
- Operates like , but assumes
+ Operates like , but assumes
isolate is true.
To be added.
- Operates like , but assumes
+ Operates like , but assumes
isolate is true.
@@ -412,11 +414,11 @@
The input string.
Whether to directionally isolate the string to prevent it from garbling the
content around it
- Operates like , but uses the
+ Operates like , but uses the
formatter's default direction estimation algorithm.
To be added.
- Operates like , but uses the
+ Operates like , but uses the
formatter's default direction estimation algorithm.
@@ -491,4 +493,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/BoringLayout.xml b/docs/Mono.Android/en/Android.Text/BoringLayout.xml
index 4c7531d610..2c38b7dd14 100644
--- a/docs/Mono.Android/en/Android.Text/BoringLayout.xml
+++ b/docs/Mono.Android/en/Android.Text/BoringLayout.xml
@@ -1,4 +1,4 @@
-
+
@@ -28,14 +28,14 @@
A BoringLayout is a very simple Layout implementation for text that
fits on a single line and is all left-to-right characters.
You will probably never want to make one of these yourself;
- if you do, be sure to call first to make sure
+ if you do, be sure to call first to make sure
the text meets the criteria.
This class is used by widgets to control text layout. You should not need
to use this class directly unless you are implementing your own widget
or custom display object, in which case
you are encouraged to use a Layout instead of calling
- directly.
+ directly.
[Android Documentation]
@@ -97,7 +97,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -140,7 +141,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -187,7 +189,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -234,7 +237,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -803,7 +807,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -888,7 +893,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1186,4 +1192,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml b/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml
index d7d6415b49..4bc7997871 100644
--- a/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml
+++ b/docs/Mono.Android/en/Android.Text/CapitalizationMode.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
- Capitalization mode for : capitalize all
+ Capitalization mode for : capitalize all
characters. This value is explicitly defined to be the same as
.
@@ -46,7 +46,7 @@
- Capitalization mode for : capitalize the first
+ Capitalization mode for : capitalize the first
character of each sentence. This value is explicitly defined to be the same as
.
@@ -65,7 +65,7 @@
- Capitalization mode for : capitalize the first
+ Capitalization mode for : capitalize the first
character of all words. This value is explicitly defined to be the same as
.
@@ -73,4 +73,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/DynamicLayout.xml b/docs/Mono.Android/en/Android.Text/DynamicLayout.xml
index 0599766d9c..4b82bc6adb 100644
--- a/docs/Mono.Android/en/Android.Text/DynamicLayout.xml
+++ b/docs/Mono.Android/en/Android.Text/DynamicLayout.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,7 @@
This is used by widgets to control text layout. You should not need
to use this class directly unless you are implementing your own widget
or custom display object, or need to call
- directly.
+ directly.
[Android Documentation]
@@ -778,4 +778,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/IInputFilter.xml b/docs/Mono.Android/en/Android.Text/IInputFilter.xml
index 2e29ea022a..b1ebe41cc5 100644
--- a/docs/Mono.Android/en/Android.Text/IInputFilter.xml
+++ b/docs/Mono.Android/en/Android.Text/IInputFilter.xml
@@ -84,7 +84,7 @@
Note: If source is an instance of or
, the span objects in the source should be
copied into the filtered result (i.e. the non-null return value).
- can be used for convenience.
+ can be used for convenience.
diff --git a/docs/Mono.Android/en/Android.Text/ISpanned.xml b/docs/Mono.Android/en/Android.Text/ISpanned.xml
index 637e3a0b88..efe7cc17d8 100644
--- a/docs/Mono.Android/en/Android.Text/ISpanned.xml
+++ b/docs/Mono.Android/en/Android.Text/ISpanned.xml
@@ -100,12 +100,12 @@
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
diff --git a/docs/Mono.Android/en/Android.Text/ITextWatcher.xml b/docs/Mono.Android/en/Android.Text/ITextWatcher.xml
index d9209911b0..d5b6665a48 100644
--- a/docs/Mono.Android/en/Android.Text/ITextWatcher.xml
+++ b/docs/Mono.Android/en/Android.Text/ITextWatcher.xml
@@ -66,7 +66,7 @@
(You are not told where the change took place because other
afterTextChanged() methods may already have made other changes
and invalidated the offsets. But if you need to know here,
- you can use in
+ you can use in
to mark your place and then look up from here where the span
ended up.
diff --git a/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml b/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml
index 3836b18089..0f0783db45 100644
--- a/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml
+++ b/docs/Mono.Android/en/Android.Text/InputFilterAllCaps.xml
@@ -1,4 +1,4 @@
-
+
@@ -51,7 +51,8 @@
-
+
+
@@ -164,7 +165,7 @@
Note: If source is an instance of or
, the span objects in the source should be
copied into the filtered result (i.e. the non-null return value).
- can be used for convenience.
+ can be used for convenience.
@@ -212,4 +213,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml b/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml
index 281ac40a90..e39723220d 100644
--- a/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml
+++ b/docs/Mono.Android/en/Android.Text/InputFilterLengthFilter.xml
@@ -1,4 +1,4 @@
-
+
@@ -54,7 +54,8 @@
To be added.
-
+
+
@@ -167,7 +168,7 @@
Note: If source is an instance of or
, the span objects in the source should be
copied into the filtered result (i.e. the non-null return value).
- can be used for convenience.
+ can be used for convenience.
@@ -194,7 +195,8 @@
System.Int32
-
+
+
To be added.
@@ -243,4 +245,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/SpannableString.xml b/docs/Mono.Android/en/Android.Text/SpannableString.xml
index b30c9bddde..c0ea0fc112 100644
--- a/docs/Mono.Android/en/Android.Text/SpannableString.xml
+++ b/docs/Mono.Android/en/Android.Text/SpannableString.xml
@@ -1,4 +1,4 @@
-
+
@@ -61,7 +61,8 @@
To be added.
-
+
+
@@ -90,7 +91,8 @@
To be added.
-
+
+
@@ -284,12 +286,12 @@
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
@@ -432,7 +434,8 @@
To be added.
-
+
+
@@ -470,7 +473,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -618,7 +622,8 @@
To be added.
-
+
+
To be added.
@@ -652,4 +657,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/SpannedString.xml b/docs/Mono.Android/en/Android.Text/SpannedString.xml
index 0a4316afce..9de579f0e7 100644
--- a/docs/Mono.Android/en/Android.Text/SpannedString.xml
+++ b/docs/Mono.Android/en/Android.Text/SpannedString.xml
@@ -1,4 +1,4 @@
-
+
@@ -60,7 +60,8 @@
To be added.
-
+
+
@@ -89,7 +90,8 @@
To be added.
-
+
+
@@ -262,12 +264,12 @@
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
To be added.
- Return the flags that were specified when was
+ Return the flags that were specified when was
used to attach the specified markup object, or 0 if the specified
object has not been attached.
@@ -526,7 +528,8 @@
To be added.
-
+
+
To be added.
@@ -560,4 +563,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/StaticLayout.xml b/docs/Mono.Android/en/Android.Text/StaticLayout.xml
index 5c22afd8ed..27f01d7ac3 100644
--- a/docs/Mono.Android/en/Android.Text/StaticLayout.xml
+++ b/docs/Mono.Android/en/Android.Text/StaticLayout.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
This is used by widgets to control text layout. You should not need
to use this class directly unless you are implementing your own widget
or custom display object, or would be tempted to call
- directly.
+ directly.
[Android Documentation]
@@ -84,7 +84,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -125,7 +126,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -170,7 +172,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -215,7 +218,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -264,7 +268,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -313,7 +318,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -758,4 +764,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml
index 839b320618..e3a925acfd 100644
--- a/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml
+++ b/docs/Mono.Android/en/Android.Text/TextUtils+IEllipsizeCallback.xml
@@ -46,10 +46,10 @@
To be added.
To be added.
This method is called to report that the specified region of
- text was ellipsized away by a call to .
+ text was ellipsized away by a call to .
This method is called to report that the specified region of
- text was ellipsized away by a call to .
+ text was ellipsized away by a call to .
diff --git a/docs/Mono.Android/en/Android.Text/TextUtils.xml b/docs/Mono.Android/en/Android.Text/TextUtils.xml
index cbe7c1efeb..c426d4a456 100644
--- a/docs/Mono.Android/en/Android.Text/TextUtils.xml
+++ b/docs/Mono.Android/en/Android.Text/TextUtils.xml
@@ -1,4 +1,4 @@
-
+
@@ -66,7 +66,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -719,7 +720,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -818,7 +820,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -875,7 +878,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -958,7 +962,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1084,7 +1089,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -1119,7 +1125,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -1200,7 +1207,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1237,7 +1245,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1324,7 +1333,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1363,7 +1373,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1763,7 +1774,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -1822,7 +1834,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1885,7 +1898,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1952,7 +1966,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -2173,7 +2188,8 @@
To be added.
-
+
+
To be added.
@@ -2216,7 +2232,7 @@
Create a new String object containing the given range of characters
from the source string. This is different than simply calling
-
+
in that it does not preserve any style runs in the source sequence,
allowing a more efficient implementation.
@@ -2364,4 +2380,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/ChangeBounds.xml b/docs/Mono.Android/en/Android.Transitions/ChangeBounds.xml
index edeaf5d54d..33cc818d88 100644
--- a/docs/Mono.Android/en/Android.Transitions/ChangeBounds.xml
+++ b/docs/Mono.Android/en/Android.Transitions/ChangeBounds.xml
@@ -1,4 +1,4 @@
-
+
@@ -48,7 +48,8 @@
-
+
+
@@ -78,7 +79,8 @@
To be added.
To be added.
-
+
+
@@ -143,12 +145,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -195,12 +197,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -332,4 +334,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/ChangeClipBounds.xml b/docs/Mono.Android/en/Android.Transitions/ChangeClipBounds.xml
index 6c5425cdd0..93b86d34c8 100644
--- a/docs/Mono.Android/en/Android.Transitions/ChangeClipBounds.xml
+++ b/docs/Mono.Android/en/Android.Transitions/ChangeClipBounds.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -73,7 +74,8 @@
To be added.
To be added.
-
+
+
@@ -138,12 +140,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -190,12 +192,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -246,4 +248,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/ChangeImageTransform.xml b/docs/Mono.Android/en/Android.Transitions/ChangeImageTransform.xml
index c51bac580d..170f32e960 100644
--- a/docs/Mono.Android/en/Android.Transitions/ChangeImageTransform.xml
+++ b/docs/Mono.Android/en/Android.Transitions/ChangeImageTransform.xml
@@ -1,4 +1,4 @@
-
+
@@ -47,7 +47,8 @@
-
+
+
@@ -77,7 +78,8 @@
To be added.
To be added.
-
+
+
@@ -142,12 +144,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -194,12 +196,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -250,4 +252,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/ChangeTransform.xml b/docs/Mono.Android/en/Android.Transitions/ChangeTransform.xml
index 3747a9093e..c00091839a 100644
--- a/docs/Mono.Android/en/Android.Transitions/ChangeTransform.xml
+++ b/docs/Mono.Android/en/Android.Transitions/ChangeTransform.xml
@@ -1,4 +1,4 @@
-
+
@@ -47,7 +47,8 @@
-
+
+
@@ -77,7 +78,8 @@
To be added.
To be added.
-
+
+
@@ -142,12 +144,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -194,12 +196,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -356,4 +358,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/Explode.xml b/docs/Mono.Android/en/Android.Transitions/Explode.xml
index 18f21b3798..e7621fb3f1 100644
--- a/docs/Mono.Android/en/Android.Transitions/Explode.xml
+++ b/docs/Mono.Android/en/Android.Transitions/Explode.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
scene. Visibility is determined by both the
state of the view as well as whether it
is parented in the current view hierarchy. Disappearing Views are
- limited as described in .
+ limited as described in .
Views move away from the focal View or the center of the Scene if
no epicenter was provided.
@@ -50,7 +50,8 @@
-
+
+
@@ -80,7 +81,8 @@
To be added.
To be added.
-
+
+
@@ -149,4 +151,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/Fade.xml b/docs/Mono.Android/en/Android.Transitions/Fade.xml
index 43b553a3e7..1247698092 100644
--- a/docs/Mono.Android/en/Android.Transitions/Fade.xml
+++ b/docs/Mono.Android/en/Android.Transitions/Fade.xml
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
its parent), then it will be left alone to avoid side-effects from
improperly removing it from its parent. The only exception to this is if
the previous was
- , then it is considered safe to un-parent
+ , then it is considered safe to un-parent
the starting scene view in order to fade it out.
A Fade transition can be described in a resource file by using the
tag fade, along with the standard
@@ -134,7 +134,8 @@
To be added.
To be added.
-
+
+
@@ -275,4 +276,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/PathMotion.xml b/docs/Mono.Android/en/Android.Transitions/PathMotion.xml
index aaa59f382e..a49f08e6dd 100644
--- a/docs/Mono.Android/en/Android.Transitions/PathMotion.xml
+++ b/docs/Mono.Android/en/Android.Transitions/PathMotion.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
Transitions such as move Views, typically
in a straight path between the start and end positions. Applications that desire to
have these motions move in a curve can change how Views interpolate in two dimensions
- by extending PathMotion and implementing .
+ by extending PathMotion and implementing .
This may be used in XML as an element inside a transition.
@@ -49,7 +49,8 @@
-
+
+
@@ -79,7 +80,8 @@
To be added.
To be added.
-
+
+
@@ -188,4 +190,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/Slide.xml b/docs/Mono.Android/en/Android.Transitions/Slide.xml
index d18810a006..e7f950b74f 100644
--- a/docs/Mono.Android/en/Android.Transitions/Slide.xml
+++ b/docs/Mono.Android/en/Android.Transitions/Slide.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
scene. Visibility is determined by both the
state of the view as well as whether it
is parented in the current view hierarchy. Disappearing Views are
- limited as described in .
+ limited as described in .
@@ -116,7 +116,8 @@
To be added.
To be added.
-
+
+
@@ -222,4 +223,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/Transition.xml b/docs/Mono.Android/en/Android.Transitions/Transition.xml
index 5d3cd5e019..f53c9d93a9 100644
--- a/docs/Mono.Android/en/Android.Transitions/Transition.xml
+++ b/docs/Mono.Android/en/Android.Transitions/Transition.xml
@@ -1,4 +1,4 @@
-
+
@@ -423,7 +423,8 @@
-
+
+
To be added.
@@ -468,12 +469,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -522,12 +523,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -1436,7 +1437,7 @@
in a straight path between the start and end positions. Applications that desire to
have these motions move in a curve can change how Views interpolate in two dimensions
by extending PathMotion and implementing
- .
+ .
When describing in XML, use a nested XML tag for the path motion. It can be one of
@@ -2045,4 +2046,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/TransitionManager.xml b/docs/Mono.Android/en/Android.Transitions/TransitionManager.xml
index 52d9587363..4e0a09f4b2 100644
--- a/docs/Mono.Android/en/Android.Transitions/TransitionManager.xml
+++ b/docs/Mono.Android/en/Android.Transitions/TransitionManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -20,8 +20,8 @@
This class manages the set of transitions that fire when there is a
change of . To use the manager, add scenes along with
- transition objects with calls to
- or . Setting specific
+ transition objects with calls to
+ or . Setting specific
transitions for scene changes is not required; by default, a Scene change
will use to do something reasonable for most
situations. Specifying other transitions for particular scene changes is
@@ -60,7 +60,7 @@
For each of the fromScene and toScene attributes,
there is a reference to a standard XML layout file. This is equivalent to
creating a scene from a layout in code by calling
- . For the
+ . For the
transition attribute, there is a reference to a resource
file in the res/transition directory which describes that
transition.
@@ -86,7 +86,8 @@
-
+
+
@@ -146,7 +147,7 @@
Convenience method to animate, using the default transition,
to a new scene defined by all changes within the given scene root between
calling this method and the next rendering frame.
- Equivalent to calling
+ Equivalent to calling
with a value of null for the transition parameter.
@@ -440,4 +441,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/TransitionPropagation.xml b/docs/Mono.Android/en/Android.Transitions/TransitionPropagation.xml
index 93277f9ca6..8022aad2d0 100644
--- a/docs/Mono.Android/en/Android.Transitions/TransitionPropagation.xml
+++ b/docs/Mono.Android/en/Android.Transitions/TransitionPropagation.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,10 +16,10 @@
Extend TransitionPropagation to customize start delays for Animators created
- in .
+ in .
Extend TransitionPropagation to customize start delays for Animators created
- in . A Transition such as
+ in . A Transition such as
defaults to using and Views closer to the
epicenter will move out of the scene later and into the scene sooner than Views farther
from the epicenter, giving the appearance of inertia. With no TransitionPropagation, all
@@ -65,7 +65,8 @@
-
+
+
@@ -131,12 +132,12 @@
Captures the values in the start or end scene for the properties that this
transition propagation monitors. These values are then passed as the startValues
or endValues structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
- .
+ .
method to determine the start delay.
@@ -265,4 +266,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/TransitionSet.xml b/docs/Mono.Android/en/Android.Transitions/TransitionSet.xml
index c257f31ccf..425684b4fa 100644
--- a/docs/Mono.Android/en/Android.Transitions/TransitionSet.xml
+++ b/docs/Mono.Android/en/Android.Transitions/TransitionSet.xml
@@ -1,4 +1,4 @@
-
+
@@ -95,7 +95,8 @@
To be added.
To be added.
-
+
+
@@ -200,12 +201,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -252,12 +253,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -550,4 +551,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/TransitionValues.xml b/docs/Mono.Android/en/Android.Transitions/TransitionValues.xml
index 904901f840..45c168f7c5 100644
--- a/docs/Mono.Android/en/Android.Transitions/TransitionValues.xml
+++ b/docs/Mono.Android/en/Android.Transitions/TransitionValues.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
capture} phases of a scene change, once when the start values are captured
and again when the end values are captured. These start/end values are then
passed into the transitions via the
- for
+ for
method.
@@ -56,7 +56,8 @@
-
+
+
@@ -185,4 +186,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/Visibility.xml b/docs/Mono.Android/en/Android.Transitions/Visibility.xml
index 0229a96b41..ade5738a7b 100644
--- a/docs/Mono.Android/en/Android.Transitions/Visibility.xml
+++ b/docs/Mono.Android/en/Android.Transitions/Visibility.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,10 +25,10 @@
utility for subclasses such as , which use this visibility
information to determine the specific animations to run when visibility
changes occur. Subclasses should implement one or both of the methods
- ,
- or
- ,
- .
+ ,
+ or
+ ,
+ .
@@ -52,7 +52,8 @@
-
+
+
@@ -82,7 +83,8 @@
To be added.
To be added.
-
+
+
@@ -147,12 +149,12 @@
Captures the values in the end scene for the properties that this
transition monitors. These values are then passed as the endValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -199,12 +201,12 @@
Captures the values in the start scene for the properties that this
transition monitors. These values are then passed as the startValues
structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
-
+
method to determine what, if any, animations, should be run.
@@ -246,7 +248,7 @@
Returns whether the view is 'visible' according to the given values
object. This is determined by testing the same properties in the values
object that are used to determine whether the object is appearing or
- disappearing in the
+ disappearing in the
method. This method can be called by, for example, subclasses that want
to know whether the object is visible in the same way that Visibility
determines it for the actual animation.
@@ -332,7 +334,7 @@
The default implementation of this method returns a null Animator. Subclasses should
override this method to make targets appear with the desired transition. The
method should only be called from
- .
+ .
[Android Documentation]
@@ -370,13 +372,13 @@
The target values in the end scene
The target visibility in the end scene
The default implementation of this method calls
- .
+ .
To be added.
The default implementation of this method calls
- .
+ .
Subclasses should override this method or
- .
+ .
if they need to create an Animator when targets appear.
The method should only be called by the Visibility class; it is
not intended to be called from external classes.
@@ -422,7 +424,7 @@
The default implementation of this method returns a null Animator. Subclasses should
override this method to make targets disappear with the desired transition. The
method should only be called from
- .
+ .
[Android Documentation]
@@ -460,23 +462,23 @@
The target values in the end scene
The target visibility in the end scene
Subclasses should override this method or
-
+
if they need to create an Animator when targets disappear.
To be added.
Subclasses should override this method or
-
+
if they need to create an Animator when targets disappear.
The method should only be called by the Visibility class; it is
not intended to be called from external classes.
The default implementation of this method attempts to find a View to use to call
- ,
+ ,
based on the situation of the View in the View hierarchy. For example,
if a View was simply removed from its parent, then the View will be added
into a and passed as the view
- parameter in .
+ parameter in .
If a visible View is changed to be or ,
then it can be used as the view and the visibility will be changed
to for the duration of the animation. However, if a View
@@ -485,7 +487,7 @@
the end scene still has a parent (so its parent hierarchy was removed, but it
was not removed from its parent), then it will be left alone to avoid side-effects from
improperly removing it from its parent. The only exception to this is if
- the previous was , then it is considered
+ the previous was , then it is considered
safe to un-parent the starting scene view in order to make it disappear.
@@ -532,4 +534,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Transitions/VisibilityPropagation.xml b/docs/Mono.Android/en/Android.Transitions/VisibilityPropagation.xml
index 1518f18646..227bb9f102 100644
--- a/docs/Mono.Android/en/Android.Transitions/VisibilityPropagation.xml
+++ b/docs/Mono.Android/en/Android.Transitions/VisibilityPropagation.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -109,12 +110,12 @@
Captures the values in the start or end scene for the properties that this
transition propagation monitors. These values are then passed as the startValues
or endValues structure in a later call to
- .
+ .
The main concern for an implementation is what the
properties are that the transition cares about and what the values are
for all of those properties. The start and end values will be compared
later during the
- .
+ .
method to determine the start delay.
@@ -311,4 +312,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Util/IAttributeSet.xml b/docs/Mono.Android/en/Android.Util/IAttributeSet.xml
index f7063562cc..7b4c81fa09 100644
--- a/docs/Mono.Android/en/Android.Util/IAttributeSet.xml
+++ b/docs/Mono.Android/en/Android.Util/IAttributeSet.xml
@@ -24,13 +24,13 @@
A collection of attributes, as found associated with a tag in an XML
document. Often you will not want to use this interface directly, instead
- passing it to
+ passing it to
which will take care of parsing the attributes for you. In particular,
the Resources API will convert resource references (attribute values such as
"@string/my_label" in the original XML) to the desired type
for you; if you use AttributeSet directly then you will need to manually
check for resource references
- (with ) and do the resource
+ (with ) and do the resource
lookup yourself if needed. Direct use of AttributeSet also prevents the
application of themes and styles when retrieving attribute values.
@@ -46,7 +46,7 @@
the implementation on top of a generic XmlPullParser,
is highly optimized by retrieving pre-computed information that was
generated by aapt when compiling your resources. For example,
- the method returns a floating
+ the method returns a floating
point number previous stored in the compiled resource instead of parsing
at runtime the string originally in the XML file.
@@ -482,7 +482,7 @@
attribute.
- Note that this is different than
+ Note that this is different than
in that it returns a resource identifier for the attribute name; the
other method returns this attribute's value as a resource identifier.
diff --git a/docs/Mono.Android/en/Android.Util/Log.xml b/docs/Mono.Android/en/Android.Util/Log.xml
index 8505e9f2c0..ceb69836f7 100644
--- a/docs/Mono.Android/en/Android.Util/Log.xml
+++ b/docs/Mono.Android/en/Android.Util/Log.xml
@@ -1,4 +1,4 @@
-
+
@@ -698,7 +698,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -937,7 +938,7 @@
To be added.
What a Terrible Failure: Report an exception that should never happen.
- Similar to , with an exception to log.
+ Similar to , with an exception to log.
[Android Documentation]
@@ -1074,4 +1075,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Util/LruCache.xml b/docs/Mono.Android/en/Android.Util/LruCache.xml
index 2e7bcbb919..c70b615eee 100644
--- a/docs/Mono.Android/en/Android.Util/LruCache.xml
+++ b/docs/Mono.Android/en/Android.Util/LruCache.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
If your cached values hold resources that need to be explicitly released,
- override .
+ override .
If a cache miss should be computed on demand for the corresponding keys,
@@ -33,7 +33,7 @@
By default, the cache size is measured in the number of entries. Override
- to size the cache in different units. For example, this cache
+ to size the cache in different units. For example, this cache
is limited to 4MiB of bitmaps:
int cacheSize = 4 * 1024 * 1024; // 4MiB
LruCache bitmapCache = new LruCache(cacheSize) {
@@ -48,7 +48,7 @@
}}
This class does not allow null to be used as a key or value. A return
- value of null from , or is
+ value of null from , or is
unambiguous: the key was not in the cache.
@@ -81,7 +81,8 @@
To be added.
-
+
+
@@ -217,9 +218,9 @@
- Clear the cache, calling on each removed entry.
+ Clear the cache, calling on each removed entry.
- Clear the cache, calling on each removed entry.
+ Clear the cache, calling on each removed entry.
@@ -336,11 +337,11 @@
- For caches that do not override , this returns the maximum
+ For caches that do not override , this returns the maximum
number of entries in the cache.
To be added.
- For caches that do not override , this returns the maximum
+ For caches that do not override , this returns the maximum
number of entries in the cache. For all other caches, this returns the
maximum sum of the sizes of the entries in this cache.
@@ -430,10 +431,10 @@
- Returns the number of times was called.
+ Returns the number of times was called.
To be added.
- Returns the number of times was called.
+ Returns the number of times was called.
@@ -518,11 +519,11 @@
- For caches that do not override , this returns the number
+ For caches that do not override , this returns the number
of entries in the cache.
To be added.
- For caches that do not override , this returns the number
+ For caches that do not override , this returns the number
of entries in the cache. For all other caches, this returns the sum of
the sizes of the entries in this cache.
@@ -706,4 +707,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Util/NoSuchPropertyException.xml b/docs/Mono.Android/en/Android.Util/NoSuchPropertyException.xml
index a4fbc35a95..fe66c0e468 100644
--- a/docs/Mono.Android/en/Android.Util/NoSuchPropertyException.xml
+++ b/docs/Mono.Android/en/Android.Util/NoSuchPropertyException.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
-
-
+
@@ -58,7 +58,8 @@
To be added.
-
+
+
@@ -128,4 +129,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Util/Property.xml b/docs/Mono.Android/en/Android.Util/Property.xml
index 2db335ea88..3ac67d7d03 100644
--- a/docs/Mono.Android/en/Android.Util/Property.xml
+++ b/docs/Mono.Android/en/Android.Util/Property.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,12 +16,12 @@
A property is an abstraction that can be used to represent a mutable value that is held
- in a host object. The Property's or
+ in a host object. The Property's or
methods can be implemented in terms of the private fields of the host object, or via "setter" and
"getter" methods or by some other mechanism, as appropriate.
A property is an abstraction that can be used to represent a mutable value that is held
- in a host object. The Property's or
+ in a host object. The Property's or
methods can be implemented in terms of the private fields of the host object, or via "setter" and
"getter" methods or by some other mechanism, as appropriate.
@@ -119,13 +119,13 @@
System.Boolean
- Returns true if the method does not set the value on the target
- object (in which case the method should throw a exception).
+ Returns true if the method does not set the value on the target
+ object (in which case the method should throw a exception).
To be added.
- Returns true if the method does not set the value on the target
- object (in which case the method should throw a exception). This may happen if the Property wraps functionality that
- allows querying the underlying value but not setting it. For example, the factory method may return a Property with name "foo" for an object that has
+ Returns true if the method does not set the value on the target
+ object (in which case the method should throw a exception). This may happen if the Property wraps functionality that
+ allows querying the underlying value but not setting it. For example, the factory method may return a Property with name "foo" for an object that has
only a getFoo() or isFoo() method, but no matching
setFoo() method.
@@ -290,4 +290,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Util/TypedValue.xml b/docs/Mono.Android/en/Android.Util/TypedValue.xml
index cfeea8f0ae..376562ae52 100644
--- a/docs/Mono.Android/en/Android.Util/TypedValue.xml
+++ b/docs/Mono.Android/en/Android.Util/TypedValue.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -342,7 +343,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -385,7 +387,7 @@
Converts a complex data value holding a dimension to its final value
as an integer pixel offset. This is the same as
- , except the raw floating point value is
+ , except the raw floating point value is
truncated to an integer (pixel) value.
The given data must be structured as a
.
@@ -428,7 +430,7 @@
Converts a complex data value holding a dimension to its final value
as an integer pixel size. This is the same as
- , except the raw floating point value is
+ , except the raw floating point value is
converted to an integer (pixel) value for use as a size. A size
conversion involves rounding the base value, and ensuring that a
non-zero base value is at least one pixel in size.
@@ -799,7 +801,8 @@
To be added.
-
+
+
@@ -907,4 +910,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml
index 435abf07d2..f41a2bd923 100644
--- a/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml
+++ b/docs/Mono.Android/en/Android.Views.Accessibility/AccessibilityManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -464,7 +464,7 @@
Note: The preferred mechanism for sending custom accessibility
events is through calling
-
+
instead of this method to allow predecessors to augment/filter events sent by
their descendants.
@@ -507,4 +507,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.Animations/Animation.xml b/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
index 75edab2604..e8c06a6e03 100644
--- a/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
+++ b/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
@@ -1,4 +1,4 @@
-
+
@@ -660,7 +660,8 @@
System.Boolean
-
+
+
To be added.
@@ -690,7 +691,8 @@
System.Boolean
-
+
+
To be added.
@@ -771,7 +773,7 @@
Objects that interpret Animations should call this method when
the sizes of the object being animated and its parent are known, and
- before calling .
+ before calling .
[Android Documentation]
@@ -1101,8 +1103,8 @@
To be added.
The scale factor is set by the call to getTransformation. Overrides of
- will get this value
- directly. Overrides of can
+ will get this value
+ directly. Overrides of can
call this method to get the value.
@@ -1134,7 +1136,8 @@
the animation listener to be notified
-
+
+
Binds an animation listener to this animation. The animation listener
@@ -1202,10 +1205,10 @@
Convenience method to start the animation the first time
- is invoked.
+ is invoked.
Convenience method to start the animation the first time
- is invoked.
+ is invoked.
@@ -1306,11 +1309,11 @@
-1
Can be used as the start time to indicate the start time should be the current
- time when is invoked for the
+ time when is invoked for the
first animation frame.
Can be used as the start time to indicate the start time should be the current
- time when is invoked for the
+ time when is invoked for the
first animation frame. This can is useful for short animations.
@@ -1358,7 +1361,7 @@
When this animation should start. When the start time is set to
, the animation will start the first time
- is invoked. The time passed
+ is invoked. The time passed
to this method should be obtained by calling
instead of
.
@@ -1419,7 +1422,8 @@
-
+
+
To be added.
@@ -1452,7 +1456,8 @@
-
+
+
To be added.
@@ -1509,4 +1514,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml
index b9abd2b5ba..4a90bf28b2 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/BaseInputConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -59,7 +59,8 @@
To be added.
To be added.
-
+
+
@@ -145,11 +146,11 @@
The states to be cleared, may be one or more bits as
per .
Default implementation uses
- to clear the state.
+ to clear the state.
To be added.
Default implementation uses
- to clear the state.
+ to clear the state.
@@ -454,7 +455,8 @@
To be added.
-
+
+
To be added.
@@ -487,7 +489,8 @@
To be added.
-
+
+
To be added.
@@ -520,7 +523,7 @@
The desired modes to retrieve, as defined by
- . These
+ . These
constants are defined so that you can simply pass the current
value
directly in to here.
@@ -887,7 +890,8 @@
To be added.
-
+
+
@@ -1046,9 +1050,9 @@
the same. Editor authors, be ready to accept a start that is
greater than end.
Since this does not change the contents of the text, editors should not call
- and
+ and
IMEs should not receive
- .
+ .
This has no impact on the cursor/selection position. It may
result in the cursor being anywhere inside or outside the
@@ -1083,7 +1087,8 @@
To be added.
-
+
+
@@ -1243,4 +1248,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml b/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml
index 23de6e09ca..ba3a6d2607 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/CompletionInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -48,7 +48,7 @@
An application who implements its own editor and wants direct control
over this would create an array of CompletionInfo objects, and send it to the IME using
- .
+ .
The IME would present the completions however they see fit, and
call back to the editor through
.
@@ -512,4 +512,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml b/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml
index 524e1a0b77..fe47f1600a 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/EditorInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -56,7 +56,8 @@
-
+
+
@@ -475,7 +476,8 @@
System.Int32
-
+
+
To be added.
@@ -488,7 +490,7 @@
not at some point in the past, even if input is starting in the same text field
as before. When the app is filling this object, input is about to start by
definition, and this value will override any value the app may have passed to
-
+
before.
@@ -530,7 +532,7 @@
not at some point in the past, even if input is starting in the same text field
as before. When the app is filling this object, input is about to start by
definition, and this value will override any value the app may have passed to
-
+
before.
@@ -809,4 +811,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml b/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml
index c4b2a6f176..9081c7c451 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/ExtractedTextRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -51,7 +51,8 @@
-
+
+
@@ -163,11 +164,11 @@
Additional request flags, having the same possible values as the
- flags parameter of .
+ flags parameter of .
To be added.
Additional request flags, having the same possible values as the
- flags parameter of .
+ flags parameter of .
@@ -342,4 +343,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/HideSoftInputFlags.xml b/docs/Mono.Android/en/Android.Views.InputMethods/HideSoftInputFlags.xml
index 86d5d7a062..37abc17a1e 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/HideSoftInputFlags.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/HideSoftInputFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
- Flag for to indicate that the soft
+ Flag for to indicate that the soft
input window should only be hidden if it was not explicitly shown
by the user.
@@ -64,7 +64,7 @@
- Flag for to indicate that the soft
+ Flag for to indicate that the soft
input window should normally be hidden, unless it was originally
shown with .
@@ -72,4 +72,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
index 9306d8c6fc..f84becc201 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -89,8 +89,8 @@
. IMEs use this to help
the user keep track of what part of the text they are currently
focusing on, and interact with the editor using
- ,
- and
+ ,
+ and
.
The composing region and the selection are completely independent
of each other, and the IME may use them however they see fit.
@@ -133,7 +133,7 @@
IME authors: use this to avoid getting
calls to
-
+
corresponding to intermediate state. Also, use this to avoid
flickers that may arise from displaying intermediate state. Be
sure to call for each call to this, or
@@ -222,15 +222,15 @@
The committed completion.
Commit a completion the user has selected from the possible ones
previously reported to or
- .
+ .
To be added.
Commit a completion the user has selected from the possible ones
previously reported to or
- .
+ .
This will result in the same behavior as if the user had
selected the completion from the actual UI. In all other
- respects, this behaves like .
+ respects, this behaves like .
@@ -241,17 +241,17 @@
Editor authors: if you never call
or
- then
+ then
a well-behaved IME should never call this on your input
connection, but be ready to deal with misbehaving IMEs without
crashing.
Calling this method (with a valid object)
will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -291,11 +291,11 @@
Calling this method will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -349,14 +349,14 @@
is no composing text when this method is called, the new text is
inserted at the cursor position, removing text inside the selection
if any. This behaves like calling
-
+
then .
Calling this method will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -422,7 +422,7 @@
delete more characters than are in the editor, as that may have
ill effects on the application. Calling this method will cause
the editor to call
-
+
on your service after the batch input is over.
Editor authors: please be careful of race
@@ -435,7 +435,7 @@
indices to the size of the contents to avoid crashes. Since
this changes the contents of the editor, you need to make the
changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -564,7 +564,7 @@
The desired modes to retrieve, as defined by
- . These
+ . These
constants are defined so that you can simply pass the current
value
directly in to here.
@@ -574,7 +574,7 @@
Retrieve the current capitalization mode in effect at the
current cursor position in the text. See
-
+
for more information.
@@ -650,9 +650,9 @@
if the
flag is set, you should be
calling
-
+
whenever you call
- .
+ .
[Android Documentation]
@@ -1056,12 +1056,12 @@
. Pass 0 to disable the effect of
.
Called by the input method to ask the editor for calling back
- to
+ to
notify cursor/anchor locations.
To be added.
Called by the input method to ask the editor for calling back
- to
+ to
notify cursor/anchor locations.
@@ -1117,7 +1117,7 @@
Note that it's discouraged to send such key events in normal
operation; this is mainly for use with
type text fields. Use
- the family of methods to send text to the
+ the family of methods to send text to the
application instead.
@@ -1168,9 +1168,9 @@
the same. Editor authors, be ready to accept a start that is
greater than end.
Since this does not change the contents of the text, editors should not call
- and
+ and
IMEs should not receive
- .
+ .
This has no impact on the cursor/selection position. It may
result in the cursor being anywhere inside or outside the
@@ -1239,7 +1239,7 @@
This is usually called by IMEs to add or remove or change
characters in the composing span. Calling this method will
cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors: please keep in mind the
@@ -1252,7 +1252,7 @@
working exactly as described above. Since this changes the
contents of the editor, you need to make the changes known to
the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress. Note that this method can set the cursor position
on either edge of the composing text or entirely outside it,
@@ -1300,11 +1300,11 @@
Since this moves the cursor, calling this method will cause
the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
This has no effect on the composing region which must stay
@@ -1322,4 +1322,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml
index c53a1bb333..fda6174f50 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputMethodSession.xml
@@ -430,7 +430,7 @@
Called by a text editor to report its new extracted text when its
contents change. This will only be called if the input method
- calls with the option to report updates.
+ calls with the option to report updates.
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml
index 0dbb2e3526..0c0d990e00 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -85,8 +85,8 @@
. IMEs use this to help
the user keep track of what part of the text they are currently
focusing on, and interact with the editor using
- ,
- and
+ ,
+ and
.
The composing region and the selection are completely independent
of each other, and the IME may use them however they see fit.
@@ -119,10 +119,10 @@
1
- Flag for use with to indicate you
+ Flag for use with to indicate you
would like to receive updates when the extracted text changes.
- Flag for use with to indicate you
+ Flag for use with to indicate you
would like to receive updates when the extracted text changes.
@@ -154,13 +154,13 @@
1
- Flag for use with and
- to have style information returned
+ Flag for use with and
+ to have style information returned
along with the text.
- Flag for use with and
- to have style information returned
- along with the text. If not set,
+ Flag for use with and
+ to have style information returned
+ along with the text. If not set,
sends only the raw text, without style or other spans. If set,
it may return a complex CharSequence of both text and style
spans. Editor authors: you should strive to
@@ -176,4 +176,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml
index b53ada8aea..728f922a91 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputConnectionWrapper.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,8 @@
-
+
+
Wrapper class for proxying calls to another InputConnection. Subclass
@@ -56,7 +57,8 @@
To be added.
To be added.
-
+
+
@@ -119,7 +121,7 @@
IME authors: use this to avoid getting
calls to
-
+
corresponding to intermediate state. Also, use this to avoid
flickers that may arise from displaying intermediate state. Be
sure to call for each call to this, or
@@ -202,15 +204,15 @@
The committed completion.
Commit a completion the user has selected from the possible ones
previously reported to or
- .
+ .
To be added.
Commit a completion the user has selected from the possible ones
previously reported to or
- .
+ .
This will result in the same behavior as if the user had
selected the completion from the actual UI. In all other
- respects, this behaves like .
+ respects, this behaves like .
@@ -221,17 +223,17 @@
Editor authors: if you never call
or
- then
+ then
a well-behaved IME should never call this on your input
connection, but be ready to deal with misbehaving IMEs without
crashing.
Calling this method (with a valid object)
will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -271,11 +273,11 @@
Calling this method will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -329,14 +331,14 @@
is no composing text when this method is called, the new text is
inserted at the cursor position, removing text inside the selection
if any. This behaves like calling
-
+
then .
Calling this method will cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -424,7 +426,7 @@
delete more characters than are in the editor, as that may have
ill effects on the application. Calling this method will cause
the editor to call
-
+
on your service after the batch input is over.
Editor authors: please be careful of race
@@ -437,7 +439,7 @@
indices to the size of the contents to avoid crashes. Since
this changes the contents of the editor, you need to make the
changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
@@ -555,7 +557,7 @@
The desired modes to retrieve, as defined by
- . These
+ . These
constants are defined so that you can simply pass the current
value
directly in to here.
@@ -565,7 +567,7 @@
Retrieve the current capitalization mode in effect at the
current cursor position in the text. See
-
+
for more information.
@@ -635,9 +637,9 @@
if the
flag is set, you should be
calling
-
+
whenever you call
- .
+ .
[Android Documentation]
@@ -1081,12 +1083,12 @@
. Pass 0 to disable the effect of
.
Called by the input method to ask the editor for calling back
- to
+ to
notify cursor/anchor locations.
To be added.
Called by the input method to ask the editor for calling back
- to
+ to
notify cursor/anchor locations.
@@ -1142,7 +1144,7 @@
Note that it's discouraged to send such key events in normal
operation; this is mainly for use with
type text fields. Use
- the family of methods to send text to the
+ the family of methods to send text to the
application instead.
@@ -1192,9 +1194,9 @@
the same. Editor authors, be ready to accept a start that is
greater than end.
Since this does not change the contents of the text, editors should not call
- and
+ and
IMEs should not receive
- .
+ .
This has no impact on the cursor/selection position. It may
result in the cursor being anywhere inside or outside the
@@ -1263,7 +1265,7 @@
This is usually called by IMEs to add or remove or change
characters in the composing span. Calling this method will
cause the editor to call
-
+
on the current IME after the batch input is over.
Editor authors: please keep in mind the
@@ -1276,7 +1278,7 @@
working exactly as described above. Since this changes the
contents of the editor, you need to make the changes known to
the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress. Note that this method can set the cursor position
on either edge of the composing text or entirely outside it,
@@ -1346,11 +1348,11 @@
Since this moves the cursor, calling this method will cause
the editor to call
-
+
on the current IME after the batch input is over.
Editor authors, for this to happen you need to
make the changes known to the input method by calling
- ,
+ ,
but be careful to wait until the batch edit is over if one is
in progress.
This has no effect on the composing region which must stay
@@ -1437,4 +1439,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml
index f33f717fd0..f96c8794b8 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -182,7 +182,8 @@
To be added.
To be added.
-
+
+
@@ -210,7 +211,8 @@
System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodInfo>
-
+
+
To be added.
@@ -360,12 +362,12 @@
Provides additional operating flags. Currently may be
0 or have the bit set.
- Synonym for
+ Synonym for
without a result: request to hide the soft input window from the
context of the window that is currently accepting input.
To be added.
- Synonym for
+ Synonym for
without a result: request to hide the soft input window from the
context of the window that is currently accepting input.
@@ -451,7 +453,8 @@
To be added.
-
+
+
@@ -479,7 +482,8 @@
System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodInfo>
-
+
+
To be added.
@@ -676,7 +680,8 @@
Android.Views.InputMethods.InputMethodSubtype
-
+
+
To be added.
@@ -755,9 +760,9 @@
different developers will not create conflicting commands.
Any data to include with the command.
- Call on the current Input Method.
+ Call on the current Input Method.
- Call on the current Input Method.
+ Call on the current Input Method.
[Android Documentation]
@@ -981,7 +986,7 @@
Returns true if the current IME needs to offer the users ways to switch to a next input
method (e.g. a globe key.).
When an IME sets supportsSwitchingToNextInputMethod and this method returns true,
- the IME has to offer ways to to invoke accordingly.
+ the IME has to offer ways to to invoke accordingly.
Note that the system determines the most appropriate next input method
and subtype in order to provide the consistent user experience in switching
@@ -1014,11 +1019,11 @@
2
- Flag for to indicate that the user has forced
+ Flag for to indicate that the user has forced
the input method open (such as by long-pressing menu) so it should
not be closed until they explicitly do so.
- Flag for to indicate that the user has forced
+ Flag for to indicate that the user has forced
the input method open (such as by long-pressing menu) so it should
not be closed until they explicitly do so.
@@ -1051,11 +1056,11 @@
1
- Flag for to indicate that this is an implicit
+ Flag for to indicate that this is an implicit
request to show the input window, not as the result of a direct request
by the user.
- Flag for to indicate that this is an implicit
+ Flag for to indicate that this is an implicit
request to show the input window, not as the result of a direct request
by the user. The window may not be shown in this case.
@@ -1119,7 +1124,8 @@
-
+
+
@@ -1162,12 +1168,12 @@
Provides additional operating flags. Currently may be
0 or have the bit set.
- Synonym for without
+ Synonym for without
a result receiver: explicitly request that the current input method's
soft input area be shown to the user, if needed.
To be added.
- Synonym for without
+ Synonym for without
a result receiver: explicitly request that the current input method's
soft input area be shown to the user, if needed.
@@ -1306,7 +1312,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -1462,7 +1469,8 @@
To be added.
To be added.
-
+
+
@@ -1633,7 +1641,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -1729,4 +1738,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml
index 2ef2d5a1fd..9fd0577faa 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/InputMethodResults.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,8 +27,8 @@
Flag for the result code from
- and
- : the
+ and
+ : the
state of the soft input window changed from shown to hidden.
@@ -47,8 +47,8 @@
Flag for the result code from
- and
- : the
+ and
+ : the
state of the soft input window changed from hidden to shown.
@@ -67,8 +67,8 @@
Flag for the result code from
- and
- : the
+ and
+ : the
state of the soft input window was unchanged and remains hidden.
@@ -87,12 +87,12 @@
Flag for the result code from
- and
- : the
+ and
+ : the
state of the soft input window was unchanged and remains shown.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/ShowFlags.xml b/docs/Mono.Android/en/Android.Views.InputMethods/ShowFlags.xml
index 24f204fa5d..6446882ae3 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/ShowFlags.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/ShowFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
- Flag for to indicate that the user has forced
+ Flag for to indicate that the user has forced
the input method open (such as by long-pressing menu) so it should
not be closed until they explicitly do so.
@@ -51,7 +51,7 @@
- Flag for to indicate that this is an implicit
+ Flag for to indicate that this is an implicit
request to show the input window, not as the result of a direct request
by the user. The window may not be shown in this case.
@@ -59,4 +59,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml
index ab1a74d3d7..53cc5afefd 100644
--- a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml
+++ b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession+ISpellCheckerSessionListener.xml
@@ -54,11 +54,11 @@
an array of s.
These results are suggestions for s
- queried by .
+ queried by .
- Callback for
+ Callback for
- Callback for
+ Callback for
[Android Documentation]
@@ -89,13 +89,13 @@
an array of s.
These results are suggestions for s queried by
- or
-
- Callback for
- and
+ or
+
+ Callback for
+ and
- Callback for
- and
+ Callback for
+ and
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession.xml b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession.xml
index 4e07a00b01..4d758a5646 100644
--- a/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession.xml
+++ b/docs/Mono.Android/en/Android.Views.TextService/SpellCheckerSession.xml
@@ -1,4 +1,4 @@
-
+
@@ -38,8 +38,8 @@
to do to work well with spell checker services. The main things you need to
be aware of are:
For the rare people amongst us writing client applications that use the spell checker service
- directly, you will need to use or
- for obtaining results from the spell checker
+ directly, you will need to use or
+ for obtaining results from the spell checker
service by yourself.
There are a lot of security issues associated with spell checkers,
since they could monitor all the text being sent to them
@@ -269,7 +269,8 @@
System.Boolean
-
+
+
To be added.
@@ -378,4 +379,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml b/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml
index 1bb1d5d558..3f7d4626d3 100644
--- a/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml
+++ b/docs/Mono.Android/en/Android.Views/ActionMode+ICallback.xml
@@ -27,9 +27,9 @@
An action mode's lifecycle is as follows:
- - once on initial
- creation
- after creation
- and any time the is invalidated
- any time a
+
- once on initial
+ creation
- after creation
+ and any time the is invalidated
- any time a
contextual action button is clicked
- when the action mode
is closed
diff --git a/docs/Mono.Android/en/Android.Views/ActionMode.xml b/docs/Mono.Android/en/Android.Views/ActionMode.xml
index cc760822df..04c317eaa8 100644
--- a/docs/Mono.Android/en/Android.Views/ActionMode.xml
+++ b/docs/Mono.Android/en/Android.Views/ActionMode.xml
@@ -1,4 +1,4 @@
-
+
@@ -47,7 +47,8 @@
-
+
+
@@ -173,7 +174,7 @@
Invalidate the action mode and refresh menu content. The mode's
will have its
- method called.
+ method called.
If it returns true the menu will be scanned for updated content and any relevant changes
will be reflected to the user.
@@ -202,7 +203,8 @@
System.Boolean
-
+
+
To be added.
@@ -561,7 +563,8 @@
System.Boolean
-
+
+
To be added.
@@ -594,4 +597,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/Choreographer.xml b/docs/Mono.Android/en/Android.Views/Choreographer.xml
index a189ce5035..94214eaa1b 100644
--- a/docs/Mono.Android/en/Android.Views/Choreographer.xml
+++ b/docs/Mono.Android/en/Android.Views/Choreographer.xml
@@ -1,4 +1,4 @@
-
+
@@ -21,9 +21,9 @@
- To post an animation to be processed on a regular time basis synchronized with
display frame rendering, use .
- To post a to be invoked once at the beginning of the next display
frame, use .
- To post a to be invoked once at the beginning of the next display
- frame after a delay, use .
- To post a call to to occur once at the beginning of the
+ frame after a delay, use .
- To post a call to to occur once at the beginning of the
next display frame, use or
- .
- To ensure that the contents of a scroll smoothly and are drawn in
+ .
- To ensure that the contents of a scroll smoothly and are drawn in
sync with display frame rendering, do nothing. This already happens automatically.
will be called at the appropriate time.
- If your application does its rendering in a different thread, possibly using GL,
or does not use the animation framework or view hierarchy at all
@@ -238,4 +238,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/Display.xml b/docs/Mono.Android/en/Android.Views/Display.xml
index e1edf3cadc..664d0c6efe 100644
--- a/docs/Mono.Android/en/Android.Views/Display.xml
+++ b/docs/Mono.Android/en/Android.Views/Display.xml
@@ -1,4 +1,4 @@
-
+
@@ -721,7 +721,8 @@
System.Int32
-
+
+
To be added.
@@ -823,7 +824,8 @@
System.Int32
-
+
+
To be added.
@@ -894,8 +896,8 @@
The desired presentation time for GLES rendering may be set with
- . For video decoding, use
- . Times are
+ . For video decoding, use
+ . Times are
expressed in nanoseconds, using the system monotonic clock
().
@@ -1085,7 +1087,8 @@
System.Int32
-
+
+
To be added.
@@ -1099,4 +1102,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/DragAction.xml b/docs/Mono.Android/en/Android.Views/DragAction.xml
index 55090eca10..ec64663953 100644
--- a/docs/Mono.Android/en/Android.Views/DragAction.xml
+++ b/docs/Mono.Android/en/Android.Views/DragAction.xml
@@ -1,4 +1,4 @@
-
+
@@ -34,7 +34,7 @@
The View should return true from its
- handler or
+ handler or
listener if it accepted the drop, and false if it ignored the drop.
@@ -169,7 +169,7 @@
Action constant returned by : Signals the start of a
drag and drop operation. The View should return true from its
handler method or
- listener
+ listener
if it can accept a drop. The onDragEvent() or onDrag() methods usually inspect the metadata
from to determine if they can accept the data contained in
this drag. For an operation that doesn't represent data transfer, these methods may
@@ -185,4 +185,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/DragEvent.xml b/docs/Mono.Android/en/Android.Views/DragEvent.xml
index 36734484ae..9c8cb34f11 100644
--- a/docs/Mono.Android/en/Android.Views/DragEvent.xml
+++ b/docs/Mono.Android/en/Android.Views/DragEvent.xml
@@ -1,4 +1,4 @@
-
+
@@ -49,7 +49,7 @@
The ,
,
- , and
+ , and
methods always return valid data.
For a guide to implementing drag and drop features, read the
@@ -131,12 +131,12 @@
Returns the object sent to the system as part of the call
to
- .
+ .
To be added.
Returns the object sent to the system as part of the call
to
- .
+ .
This method only returns valid data if the event action is .
@@ -165,12 +165,12 @@
Returns the object contained in the
object sent to the system as part of the call to
- .
+ .
To be added.
Returns the object contained in the
object sent to the system as part of the call to
- .
+ .
The drag handler or listener for a View can use the metadata in this object to decide if the
View can accept the dragged View object's data.
@@ -327,11 +327,11 @@
Returns the local state object sent to the system as part of the call to
- .
+ .
To be added.
Returns the local state object sent to the system as part of the call to
- .
+ .
The object is intended to provide local information about the drag and drop operation. For
example, it can indicate whether the drag and drop operation is a copy or a move.
@@ -363,7 +363,8 @@
System.Boolean
-
+
+
To be added.
@@ -465,4 +466,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/FeedbackFlags.xml b/docs/Mono.Android/en/Android.Views/FeedbackFlags.xml
index 9c41e0de52..356a0ccfcd 100644
--- a/docs/Mono.Android/en/Android.Views/FeedbackFlags.xml
+++ b/docs/Mono.Android/en/Android.Views/FeedbackFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -30,7 +30,7 @@
- Flag for : Ignore the global setting
+ Flag for : Ignore the global setting
for whether to perform haptic feedback, do it always.
@@ -48,11 +48,11 @@
- Flag for : Ignore the setting in the
+ Flag for : Ignore the setting in the
view for whether to perform haptic feedback, do it always.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml b/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml
index 0977dead28..dbbab2fcd7 100644
--- a/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml
+++ b/docs/Mono.Android/en/Android.Views/FocusablesFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -30,7 +30,7 @@
- View flag indicating whether
+ View flag indicating whether
should add all focusable Views regardless if they are focusable in touch mode.
@@ -48,11 +48,11 @@
- View flag indicating whether
+ View flag indicating whether
should add only Views focusable in touch mode.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/Gravity.xml b/docs/Mono.Android/en/Android.Views/Gravity.xml
index 4b36609ae4..35ab8364cf 100644
--- a/docs/Mono.Android/en/Android.Views/Gravity.xml
+++ b/docs/Mono.Android/en/Android.Views/Gravity.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -346,7 +347,7 @@
Apply additional gravity behavior based on the overall "display" that an
object exists in. This can be used after
- to place the object
+ to place the object
within a visible display. By default this moves or clips the object
to be visible in the display; the gravity flags
and
@@ -400,7 +401,7 @@
Apply additional gravity behavior based on the overall "display" that an
object exists in. This can be used after
- to place the object
+ to place the object
within a visible display. By default this moves or clips the object
to be visible in the display; the gravity flags
and
@@ -501,7 +502,8 @@
the gravity to check for horizontal pull
-
+
+
To be added.
@@ -541,7 +543,8 @@
the gravity to check for vertical pull
-
+
+
To be added.
@@ -592,4 +595,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/GravityFlags.xml b/docs/Mono.Android/en/Android.Views/GravityFlags.xml
index fa1079b00b..4dab3baf05 100644
--- a/docs/Mono.Android/en/Android.Views/GravityFlags.xml
+++ b/docs/Mono.Android/en/Android.Views/GravityFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -232,8 +232,8 @@
Special constant to enable clipping to an overall display along the
horizontal dimension. This is not applied by default by
- ; you must do so
- yourself by calling .
+ ; you must do so
+ yourself by calling .
@@ -252,8 +252,8 @@
Special constant to enable clipping to an overall display along the
vertical dimension. This is not applied by default by
- ; you must do so
- yourself by calling .
+ ; you must do so
+ yourself by calling .
@@ -475,4 +475,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/IContextMenu.xml b/docs/Mono.Android/en/Android.Views/IContextMenu.xml
index 1349e5b76f..aff005fe9f 100644
--- a/docs/Mono.Android/en/Android.Views/IContextMenu.xml
+++ b/docs/Mono.Android/en/Android.Views/IContextMenu.xml
@@ -31,7 +31,7 @@
To show a context menu on long click, most clients will want to call
and override
- .
+ .
Developer Guides
For information about creating menus, read the
diff --git a/docs/Mono.Android/en/Android.Views/IMenu.xml b/docs/Mono.Android/en/Android.Views/IMenu.xml
index 2feecee747..836f0a16e3 100644
--- a/docs/Mono.Android/en/Android.Views/IMenu.xml
+++ b/docs/Mono.Android/en/Android.Views/IMenu.xml
@@ -197,11 +197,11 @@
The order for the item. Use if you do not care
about the order. See .
Resource identifier of title string.
- Variation on that takes a
+ Variation on that takes a
string resource identifier instead of the string itself.
To be added.
- Variation on that takes a
+ Variation on that takes a
string resource identifier instead of the string itself.
@@ -277,7 +277,7 @@
- See
+ See
for more * details on the caller, specifics, and
intent arguments. The list returned by that function is used
to populate the resulting menu items.
@@ -454,11 +454,11 @@
The order for the item. Use if you do not care about the
order. See .
Resource identifier of title string.
- Variation on that takes
+ Variation on that takes
a string resource identifier for the title instead of the string itself.
To be added.
- Variation on that takes
+ Variation on that takes
a string resource identifier for the title instead of the string itself.
diff --git a/docs/Mono.Android/en/Android.Views/IMenuItem.xml b/docs/Mono.Android/en/Android.Views/IMenuItem.xml
index 00a6df63be..810a4dd1a7 100644
--- a/docs/Mono.Android/en/Android.Views/IMenuItem.xml
+++ b/docs/Mono.Android/en/Android.Views/IMenuItem.xml
@@ -1,4 +1,4 @@
-
+
@@ -841,7 +841,7 @@
Control whether this item is shown with a check mark. Note that you
must first have enabled checking with or else
the check mark will not appear. If this item is a member of a group that contains
- mutually-exclusive items (set via ,
+ mutually-exclusive items (set via ,
the other items in the group will be unchecked.
@@ -1503,4 +1503,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/ISurfaceHolder.xml b/docs/Mono.Android/en/Android.Views/ISurfaceHolder.xml
index 79f4b29592..93d9ecd94a 100644
--- a/docs/Mono.Android/en/Android.Views/ISurfaceHolder.xml
+++ b/docs/Mono.Android/en/Android.Views/ISurfaceHolder.xml
@@ -97,7 +97,7 @@
Use this method to find out if the surface is in the process of being
created from Callback methods. This is intended to be used with
- .
+ .
[Android Documentation]
@@ -369,7 +369,7 @@
Allow the surface to resized based on layout of its container (this is
the default). When this is enabled, you should monitor
- for changes to the size of the surface.
+ for changes to the size of the surface.
When working with a , this must be called from the
same thread running the SurfaceView's window.
diff --git a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml
index cb01ff7430..51029bff1b 100644
--- a/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml
+++ b/docs/Mono.Android/en/Android.Views/ISurfaceHolderCallback2.xml
@@ -61,7 +61,7 @@
returning from here until the redraw is complete, you can ensure that
the user will not see your surface in a bad state (at its new
size before it has been correctly drawn that way). This will
- typically be preceeded by a call to .
+ typically be preceeded by a call to .
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Views/IViewParent.xml b/docs/Mono.Android/en/Android.Views/IViewParent.xml
index 141d4f02ec..6365673d81 100644
--- a/docs/Mono.Android/en/Android.Views/IViewParent.xml
+++ b/docs/Mono.Android/en/Android.Views/IViewParent.xml
@@ -1,4 +1,4 @@
-
+
@@ -799,7 +799,7 @@
the
along a scrollable axis.
If a nested scrolling parent is consuming motion as part of a
- , it may be appropriate for
+ , it may be appropriate for
it to also consume the pre-fling to complete that same motion. By returning
true from this method, the parent indicates that the child should not
fling its own internal content as well.
@@ -849,7 +849,7 @@
fully into view before the list itself begins scrolling.
onNestedPreScroll is called when a nested scrolling child invokes
- . The implementation should
+ . The implementation should
report how any pixels of the scroll reported by dx, dy were consumed in the
consumed array. Index 0 corresponds to dx and index 1 corresponds to dy.
This parameter will never be null. Initial values for consumed[0] and consumed[1]
@@ -899,7 +899,7 @@
This method will be called when the ViewParent's current nested scrolling child view
dispatches a nested scroll event. To receive calls to this method the ViewParent must have
previously returned true for a call to
- .
+ .
Both the consumed and unconsumed portions of the scroll distance are reported to the
ViewParent. An implementation may choose to use the consumed portion to match or chase scroll
position of multiple child elements, for example. The unconsumed portion may be used to
@@ -951,7 +951,7 @@
This method will be called after
- returns true. It offers
+ returns true. It offers
an opportunity for the view and its superclasses to perform initial configuration
for the nested scroll. Implementations of this method should always call their superclass's
implementation of this method if one is present.
@@ -1471,7 +1471,7 @@
In most cases, a subclass does not need to override this. However, if
the subclass is added directly to the window manager (for example,
- )
+ )
then it should override this and show the context menu.
@@ -1514,7 +1514,7 @@
In most cases, a subclass does not need to override this. However, if the
subclass is added directly to the window manager (for example,
- )
+ )
then it should override this and start the action mode.
@@ -1583,4 +1583,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/InputDevice.xml b/docs/Mono.Android/en/Android.Views/InputDevice.xml
index ac4c4a8d34..10b3d59b9d 100644
--- a/docs/Mono.Android/en/Android.Views/InputDevice.xml
+++ b/docs/Mono.Android/en/Android.Views/InputDevice.xml
@@ -1,4 +1,4 @@
-
+
@@ -104,7 +104,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -294,7 +295,7 @@
If the device supports multiple sources, the same axis may have different meanings
for each source. Returns information about the first axis found for any source.
To obtain information about the axis for a specific source, use
- .
+ .
[Android Documentation]
@@ -1948,4 +1949,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml
index b815850c96..ca6475ed87 100644
--- a/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml
+++ b/docs/Mono.Android/en/Android.Views/KeyCharacterMap+KeyData.xml
@@ -125,12 +125,12 @@
The character that will be generated in various meta states
- (the same ones used for and defined as
+ (the same ones used for and defined as
and ).
To be added.
The character that will be generated in various meta states
- (the same ones used for and defined as
+ (the same ones used for and defined as
and ).
| Index | Value |
|---|
| 0 | no modifiers | | 1 | caps | | 2 | alt | | 3 | caps + alt |
diff --git a/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml b/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml
index 6f58f52715..a557ce88f3 100644
--- a/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml
+++ b/docs/Mono.Android/en/Android.Views/KeyCharacterMap.xml
@@ -1,4 +1,4 @@
-
+
@@ -73,7 +73,8 @@
-2147483648
-
+
+
@@ -102,10 +103,10 @@
2147483647
- Mask the return value from with this value to get
+ Mask the return value from with this value to get
a printable representation of the accent character of a "dead key.
- Mask the return value from with this value to get
+ Mask the return value from with this value to get
a printable representation of the accent character of a "dead key."
@@ -133,7 +134,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -315,7 +317,7 @@
If the return value has bit set, the
key is a "dead key" that should be combined with another to
- actually produce a character -- see --
+ actually produce a character -- see --
after masking with .
@@ -466,7 +468,7 @@
For robust text entry, do not use this function. Instead construct a
with action code that contains
- the desired string using .
+ the desired string using .
@@ -558,7 +560,7 @@
This is a convenience function that returns the same value as
- .
+ .
@@ -997,4 +999,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml
index e918a13f2d..1ac66e6540 100644
--- a/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml
+++ b/docs/Mono.Android/en/Android.Views/KeyEvent+DispatcherState.xml
@@ -15,10 +15,10 @@
- Use with
+ Use with
for more advanced key dispatching, such as long presses.
- Use with
+ Use with
for more advanced key dispatching, such as long presses.
@@ -104,7 +104,7 @@
and updates the key event state based on it.
This is only needed if you are directly dispatching events, rather
- than handling them in .
+ than handling them in .
@@ -178,7 +178,7 @@
action with a long press, so no action should occur on the up.
This is only needed if you are directly dispatching events, rather
- than handling them in .
+ than handling them in .
@@ -284,7 +284,7 @@
This is only needed if you are directly dispatching events, rather
- than handling them in .
+ than handling them in .
diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml b/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml
index 1f8571a278..08eeb61035 100644
--- a/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml
+++ b/docs/Mono.Android/en/Android.Views/KeyEvent+ICallback.xml
@@ -56,8 +56,8 @@
Called when a key down event has occurred. If you return true,
you can first call to have the framework track the event
- through its and also call your
- if it occurs.
+ through its and also call your
+ if it occurs.
[Android Documentation]
@@ -102,7 +102,7 @@
the final key up will have and
set. Note that in
order to receive this callback, someone in the event change
- must return true from and
+ must return true from and
call on the event.
diff --git a/docs/Mono.Android/en/Android.Views/KeyEvent.xml b/docs/Mono.Android/en/Android.Views/KeyEvent.xml
index 6e1814fd31..fdc00515c3 100644
--- a/docs/Mono.Android/en/Android.Views/KeyEvent.xml
+++ b/docs/Mono.Android/en/Android.Views/KeyEvent.xml
@@ -1,4 +1,4 @@
-
+
@@ -831,7 +831,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -921,7 +922,8 @@
To be added.
-
+
+
To be added.
@@ -1203,7 +1205,7 @@
This is a convenience function that returns the same value as
- .
+ .
@@ -1325,7 +1327,7 @@
If the return value has bit set, the
key is a "dead key" that should be combined with another to
- actually produce a character -- see --
+ actually produce a character -- see --
after masking with .
@@ -1455,7 +1457,8 @@
System.Boolean
-
+
+
To be added.
@@ -1517,7 +1520,8 @@
System.Boolean
-
+
+
To be added.
@@ -1547,7 +1551,8 @@
System.Boolean
-
+
+
To be added.
@@ -1577,7 +1582,8 @@
System.Boolean
-
+
+
To be added.
@@ -1678,7 +1684,8 @@
System.Boolean
-
+
+
To be added.
@@ -1754,7 +1761,8 @@
System.Boolean
-
+
+
To be added.
@@ -1813,7 +1821,8 @@
System.Boolean
-
+
+
To be added.
@@ -1843,7 +1852,8 @@
System.Boolean
-
+
+
To be added.
@@ -1873,7 +1883,8 @@
System.Boolean
-
+
+
To be added.
@@ -2116,7 +2127,8 @@
84
-
+
+
@@ -2174,7 +2186,8 @@
Android.Views.MetaKeyStates
-
+
+
To be added.
@@ -2662,10 +2675,10 @@
- Call this during to have the system track
+ Call this during to have the system track
the key through its final up (possibly including a long press).
- Call this during to have the system track
+ Call this during to have the system track
the key through its final up (possibly including a long press). Note
that only one key can be tracked at a time -- if another key down
event is received while a previous one is being tracked, tracking is
@@ -2751,7 +2764,7 @@
If the return value has bit set, the
key is a "dead key" that should be combined with another to
- actually produce a character -- see --
+ actually produce a character -- see --
after masking with .
@@ -2800,4 +2813,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml
index 46e589cd87..75f10a370d 100644
--- a/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml
+++ b/docs/Mono.Android/en/Android.Views/LayoutInflater+IFactory2.xml
@@ -50,12 +50,12 @@
Tag name to be inflated.
The context the view is being created in.
Inflation attributes as specified in XML file.
- Version of
+ Version of
that also supplies the parent that the view created view will be
placed in.
To be added.
- Version of
+ Version of
that also supplies the parent that the view created view will be
placed in.
diff --git a/docs/Mono.Android/en/Android.Views/LayoutInflater.xml b/docs/Mono.Android/en/Android.Views/LayoutInflater.xml
index e09473160c..5304945fb9 100644
--- a/docs/Mono.Android/en/Android.Views/LayoutInflater.xml
+++ b/docs/Mono.Android/en/Android.Views/LayoutInflater.xml
@@ -1,4 +1,4 @@
-
+
@@ -308,7 +308,7 @@
after setting, you can not change the factory. This is
called on each element name as the xml is parsed. If the factory returns
a View, that is added to the hierarchy. If it returns null, the next
- factory default method is called.
+ factory default method is called.
If you have an existing
LayoutInflater and want to add your own factory to it, use
@@ -386,7 +386,8 @@
Android.Views.LayoutInflater+IFilter
-
+
+
To be added.
@@ -402,7 +403,7 @@
[Android Documentation]
Sets the to by this LayoutInflater. If a view is attempted to be inflated
- which is not allowed by the , the call will
+ which is not allowed by the , the call will
throw an . This filter will replace any previous filter set on this
LayoutInflater.
@@ -706,13 +707,13 @@
this may be null.
The fully qualified class name of the View to be create.
An AttributeSet of attributes to apply to the View.
- Version of that also
+ Version of that also
takes the future parent of the view being constructed.
To be added.
- Version of that also
+ Version of that also
takes the future parent of the view being constructed. The default
- implementation simply calls .
+ implementation simply calls .
[Android Documentation]
@@ -760,4 +761,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/MotionEvent.xml b/docs/Mono.Android/en/Android.Views/MotionEvent.xml
index 6c22f63c62..d38058ec35 100644
--- a/docs/Mono.Android/en/Android.Views/MotionEvent.xml
+++ b/docs/Mono.Android/en/Android.Views/MotionEvent.xml
@@ -1,4 +1,4 @@
-
+
@@ -83,8 +83,8 @@
For efficiency, motion events with may batch together
multiple movement samples within a single object. The most current
pointer coordinates are available using and .
- Earlier coordinates within the batch are accessed using
- and . The coordinates are "historical" only
+ Earlier coordinates within the batch are accessed using
+ and . The coordinates are "historical" only
insofar as they are older than the current coordinates in the batch; however,
they are still distinct from any other coordinates reported in prior motion events.
To process all coordinates in the batch in time order, first consume the historical
@@ -748,7 +748,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -1149,14 +1150,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1202,11 +1203,11 @@
(the first pointer that is down) to -1.
Which historical value to return; must be less than
- Returns the historical value of the requested axis, as per ,
+ Returns the historical value of the requested axis, as per ,
occurred between this event and the previous event for the given pointer.
To be added.
- Returns the historical value of the requested axis, as per ,
+ Returns the historical value of the requested axis, as per ,
occurred between this event and the previous event for the given pointer.
Only applies to ACTION_MOVE events.
@@ -1283,14 +1284,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1373,11 +1374,11 @@
The pointer coordinate object to populate.
Populates a object with historical pointer coordinate data,
- as per , that occurred between this event and the previous
+ as per , that occurred between this event and the previous
event for the given pointer.
Populates a object with historical pointer coordinate data,
- as per , that occurred between this event and the previous
+ as per , that occurred between this event and the previous
event for the given pointer.
Only applies to ACTION_MOVE events.
@@ -1414,14 +1415,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1501,14 +1502,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1587,14 +1588,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1673,14 +1674,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1759,14 +1760,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1845,14 +1846,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -1931,14 +1932,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -2017,14 +2018,14 @@
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
To be added.
-
+
for the first pointer index (may be an
arbitrary pointer identifier).
@@ -3772,7 +3773,7 @@
Set this event's location.
- Set this event's location. Applies with a
+ Set this event's location. Applies with a
delta from the current location to the given new location.
@@ -4370,4 +4371,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/TextureView.xml b/docs/Mono.Android/en/Android.Views/TextureView.xml
index cfb28ce6d4..d2dd2f2c0f 100644
--- a/docs/Mono.Android/en/Android.Views/TextureView.xml
+++ b/docs/Mono.Android/en/Android.Views/TextureView.xml
@@ -1,4 +1,4 @@
-
+
@@ -320,7 +320,8 @@
Android.Graphics.Bitmap
-
+
+
To be added.
@@ -401,7 +402,8 @@
The bitmap to copy the content of the surface texture into,
cannot be null, all configurations are supported
-
+
+
To be added.
@@ -450,7 +452,8 @@
The width of the bitmap to create
The height of the bitmap to create
-
+
+
To be added.
@@ -560,7 +563,8 @@
-
+
+
To be added.
@@ -568,7 +572,7 @@
to draw into the surface's bitmap. A null is returned if the surface has
not been created or otherwise cannot be edited. You will usually need
to implement
-
+
to find out when the Surface is available for use.
The content of the Surface is never preserved between unlockCanvas()
and lockCanvas(), for this reason, every pixel within the Surface area
@@ -725,7 +729,8 @@
The transform to apply to the content of
this view.
-
+
+
Sets the transform to associate with this texture view.
@@ -783,7 +788,7 @@
Set the for this view to use. If a is already being used by this view, it is immediately
released and not be usable any more. The callback is not
- called for the previous . Similarly, the callback is not
+ called for the previous . Similarly, the callback is not
called for the passed to setSurfaceTexture.
The object must be detached from all OpenGL ES
@@ -971,4 +976,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/VelocityTracker.xml b/docs/Mono.Android/en/Android.Views/VelocityTracker.xml
index ac9a8bc352..42cd3c223b 100644
--- a/docs/Mono.Android/en/Android.Views/VelocityTracker.xml
+++ b/docs/Mono.Android/en/Android.Views/VelocityTracker.xml
@@ -1,4 +1,4 @@
-
+
@@ -123,10 +123,10 @@
To be added.
- Equivalent to invoking with a maximum
+ Equivalent to invoking with a maximum
velocity of Float.
- Equivalent to invoking with a maximum
+ Equivalent to invoking with a maximum
velocity of Float.MAX_VALUE.
@@ -411,4 +411,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml b/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml
index c5815a0110..281dd69f76 100644
--- a/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml
+++ b/docs/Mono.Android/en/Android.Views/View+AccessibilityDelegate.xml
@@ -414,7 +414,7 @@
The default implementation behaves as
- for
+ for
the case of no accessibility delegate been set.
@@ -465,7 +465,7 @@
The default implementation behaves as
- for the case of
+ for the case of
no accessibility delegate been set.
@@ -550,7 +550,7 @@
Sends an accessibility event.
Sends an accessibility event. This method behaves exactly as
- but takes as an argument an
+ but takes as an argument an
empty and does not perform a check whether
accessibility is enabled.
diff --git a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml
index 65483474d3..2d43df9e59 100644
--- a/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml
+++ b/docs/Mono.Android/en/Android.Views/View+DragShadowBuilder.xml
@@ -23,7 +23,7 @@
for a DragShadowBuilder based on a View returns an image that has exactly the same
appearance as the given View. The default also positions the center of the drag shadow
directly under the touch point. If no View is provided (the constructor with no parameters
- is used), and and
+ is used), and and
are not overriden, then the
default is an invisible drag shadow.
Developer Guides
@@ -34,7 +34,7 @@
You pass a DragShadowBuilder object to the system when you start the drag. The system
- calls to get the
+ calls to get the
size and position of the drag shadow. It uses this data to construct a
object, then it calls
so that your application can draw the shadow image in the Canvas.
@@ -67,7 +67,7 @@
Construct a shadow builder object with no associated View.
Construct a shadow builder object with no associated View. This
- constructor variant is only useful when the
+ constructor variant is only useful when the
and methods are also overridden in order
to supply the drag shadow's dimensions and appearance without
reference to any View object. If they are not overridden, then the result is an
@@ -159,7 +159,7 @@
Draws the shadow image. The system creates the object
based on the dimensions it received from the
- callback.
+ callback.
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Views/View.xml b/docs/Mono.Android/en/Android.Views/View.xml
index 96b426fb79..44f2a0560c 100644
--- a/docs/Mono.Android/en/Android.Views/View.xml
+++ b/docs/Mono.Android/en/Android.Views/View.xml
@@ -1,4 +1,4 @@
-
+
@@ -105,17 +105,17 @@
inflated from a layout file. The second form should parse and apply
any attributes defined in the layout file.
|
| Called after a view and all of its children has been inflated
- from XML. |
| Layout | | Called to determine the size requirements for this view and all
+ from XML. |
| Layout | | Called to determine the size requirements for this view and all
of its children.
- |
| Called when this view should assign a size and position to all
+ |
| Called when this view should assign a size and position to all
of its children.
- |
| Called when the size of this view has changed.
+ |
| Called when the size of this view has changed.
|
| Drawing | | Called when the view should render its content.
- |
| Event processing | | Called when a new hardware key event occurs.
- |
| Called when a hardware key up event occurs.
+ |
| Event processing | | Called when a new hardware key event occurs.
+ |
| Called when a hardware key up event occurs.
|
| Called when a trackball motion event occurs.
|
| Called when a touch screen motion event occurs.
- |
| Focus | | Called when the view gains or loses focus.
+ |
| Focus | | Called when the view gains or loses focus.
|
| Called when the window containing the view gains or loses focus.
|
| Attaching | | Called when the view is attached to a window.
|
| Called when the view is detached from its window.
@@ -175,7 +175,7 @@
Padding can be used to offset the content of the view by a specific amount of
pixels. For instance, a left padding of 2 will push the view's content by
2 pixels to the right of the left edge. Padding can be set using the
- or
+ or
method and queried by calling , ,
, , ,
.
@@ -188,11 +188,11 @@
Layout is a two pass process: a measure pass and a layout pass. The measuring
- pass is implemented in and is a top-down traversal
+ pass is implemented in and is a top-down traversal
of the view tree. Each view pushes dimension specifications down the tree
during the recursion. At the end of the measure pass, every view has stored
its measurements. The second pass happens in
- and is also top-down. During
+ and is also top-down. During
this pass each parent is responsible for positioning all of its children
using the sizes computed in the measure pass.
@@ -325,7 +325,7 @@
The framework provides basic support for views that wish to internally
scroll their content. This includes keeping track of the X and Y scroll
offset as well as mechanisms for drawing scrollbars. See
- , , and
+ , , and
for more details.
@@ -1095,7 +1095,7 @@
For a view with a frequently changing alpha, such as during a fading animation, it is
strongly recommended for performance reasons to either override
to return false if appropriate, or setting a
- on the view for the duration
+ on the view for the duration
of the animation. On versions and below,
the default path for rendering an unlayered View with alpha could add multiple milliseconds
of rendering cost, even for simple or small views. Starting with
@@ -1104,7 +1104,7 @@
If this view overrides to return true, then this view is
responsible for applying the opacity itself.
On versions and below, note that if
- the view is backed by a and is
+ the view is backed by a and is
associated with a , setting an
alpha value less than 1.0 will supersede the alpha of the layer paint.
Starting with , setting a translucent alpha
@@ -1318,7 +1318,8 @@
-
+
+
To be added.
@@ -1334,8 +1335,8 @@
caller should not call .
This method should be invoked every time a subclass directly updates
the scroll parameters.
- This method is automatically invoked by
- and .
+ This method is automatically invoked by
+ and .
[Android Documentation]
@@ -1374,7 +1375,8 @@
the delay, in milliseconds, after which the animation
should start; when the delay is 0, the animation starts
immediately
-
+
+
To be added.
@@ -1435,7 +1437,8 @@
should start; when the delay is 0, the animation starts
immediately
Whether this method should call invalidate
-
+
+
To be added.
@@ -1510,7 +1513,7 @@
background has padding, this View's padding is set to the background's
padding. However, when a background is removed, this View's padding isn't
touched. If setting the padding is desired, please use
- .
+ .
@@ -1622,7 +1625,8 @@
System.Int32
-
+
+
To be added.
@@ -1797,7 +1801,8 @@
-
+
+
Calling this method is equivalent to calling buildDrawingCache(false).
@@ -1831,7 +1836,8 @@
To be added.
-
+
+
Forces the drawing cache to be built if the drawing cache is invalid.
@@ -2350,7 +2356,7 @@
Called when this view wants to give up focus.
Called when this view wants to give up focus. If focus is cleared
- is called.
+ is called.
Note: When a View clears focus the framework is trying
@@ -2506,7 +2512,7 @@
Sets whether the View's Outline should be used to clip the contents of the View.
Only a single non-rectangular clip can be applied on a View at any time.
- Circular clips from a animation take priority over Outline clipping, and
+ Circular clips from a animation take priority over Outline clipping, and
child Outline clipping takes priority over Outline clipping done by a
parent.
@@ -2574,7 +2580,8 @@
-
+
+
To be added.
@@ -2613,7 +2620,8 @@
-
+
+
To be added.
@@ -2652,7 +2660,8 @@
-
+
+
To be added.
@@ -2762,7 +2771,8 @@
-
+
+
To be added.
@@ -2801,7 +2811,8 @@
-
+
+
To be added.
@@ -2840,7 +2851,8 @@
-
+
+
To be added.
@@ -2989,7 +3001,7 @@
Views should implement this if they have extra information to associate
with the context menu. The return result is supplied as a parameter to
- the
+ the
callback.
@@ -3097,7 +3109,8 @@
-
+
+
Frees the resources used by the drawing cache. If you call
@@ -3773,7 +3786,7 @@
is not currently in progress or nested scrolling is not
for this view this method does nothing.
Compatible View implementations should also call
- before
+ before
consuming a component of the scroll event themselves.
@@ -4433,7 +4446,7 @@
Dispatching to child views is handled by
- .
+ .
Be sure to call through to the superclass when overriding this function.
@@ -4500,7 +4513,8 @@
Android.Graphics.Bitmap
-
+
+
To be added.
@@ -4534,7 +4548,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -4579,7 +4594,8 @@
System.Boolean
-
+
+
To be added.
@@ -4604,11 +4620,11 @@
calling and draw it on screen if the returned bitmap is not
null.
Enabling the drawing cache is similar to
- when hardware
+ when hardware
acceleration is turned off. When hardware acceleration is turned on, enabling the
drawing cache has no effect on rendering because the system uses a different mechanism
for acceleration which ignores the flag. If you want to use a Bitmap for the view, even
- when hardware acceleration is enabled, see
+ when hardware acceleration is enabled, see
for information on how to enable software and hardware layers.
This API can be used to manually generate
a bitmap copy of this view, by setting the flag to true and calling
@@ -4684,7 +4700,8 @@
System.Int64
-
+
+
To be added.
@@ -4717,7 +4734,8 @@
System.Boolean
-
+
+
To be added.
@@ -5999,7 +6017,8 @@
Indicates whether the generated bitmap should be scaled based on
the current density of the screen when the application is in compatibility
mode.
-
+
+
To be added.
@@ -6167,7 +6186,8 @@
To be added.
-
+
+
To be added.
@@ -6275,7 +6295,8 @@
To be added.
-
+
+
To be added.
@@ -6309,7 +6330,8 @@
an array of two integers in which to hold the coordinates
-
+
+
Computes the coordinates of this view in its window. The argument
@@ -6345,7 +6367,8 @@
an array of two integers in which to hold the coordinates
-
+
+
Computes the coordinates of this view on the screen. The argument
@@ -6552,7 +6575,8 @@
Android.OS.Handler
-
+
+
To be added.
@@ -6584,7 +6608,8 @@
System.Boolean
-
+
+
To be added.
@@ -6913,7 +6938,8 @@
System.Boolean
-
+
+
To be added.
@@ -6990,7 +7016,8 @@
System.Boolean
-
+
+
To be added.
@@ -7402,7 +7429,8 @@
the styled attributes set to initialize the fading edges from
-
+
+
@@ -7442,7 +7470,8 @@
the styled attributes set to initialize the scrollbars from
-
+
+
@@ -7803,7 +7832,8 @@
System.Boolean
-
+
+
To be added.
@@ -8025,7 +8055,8 @@
System.Boolean
-
+
+
To be added.
@@ -8053,7 +8084,8 @@
System.Boolean
-
+
+
To be added.
@@ -8160,11 +8192,11 @@
Return if the padding has been set through relative values
- or through
+ or through
To be added.
Return if the padding has been set through relative values
- or through
+ or through
[Android Documentation]
@@ -8250,7 +8282,8 @@
System.Boolean
-
+
+
To be added.
@@ -8278,7 +8311,8 @@
System.Boolean
-
+
+
To be added.
@@ -8393,7 +8427,7 @@
for this view's window. Returns null if the view is not currently attached
to the window. Normally you will not need to use this directly, but
just use the standard high-level event callbacks like
- .
+ .
@@ -8481,7 +8515,7 @@
Indicates what type of layer is currently associated with this view. By default
a view does not have a layer, and the layer type is .
- Refer to the documentation of
+ Refer to the documentation of
for more information on the different types of layers.
@@ -9013,7 +9047,8 @@
parent
Vertical space requirements as imposed by the
parent
-
+
+
@@ -9022,8 +9057,8 @@
The actual measurement work of a view is performed in
- , called by this method. Therefore, only
- can and must be overridden by subclasses.
+ , called by this method. Therefore, only
+ can and must be overridden by subclasses.
@@ -9085,11 +9120,11 @@
Return the full height measurement information for this view as computed
- by the most recent call to .
+ by the most recent call to .
To be added.
Return the full height measurement information for this view as computed
- by the most recent call to . This result is a bit mask
+ by the most recent call to . This result is a bit mask
as defined by and .
This should be used during measurement and layout calculations only. Use
to see how wide a view is after layout.
@@ -9122,12 +9157,12 @@
Bit shift of to get to the height bits
for functions that combine both width and height into a single int,
such as and the childState argument of
- .
+ .
Bit shift of to get to the height bits
for functions that combine both width and height into a single int,
such as and the childState argument of
- .
+ .
@@ -9321,11 +9356,11 @@
Return the full width measurement information for this view as computed
- by the most recent call to .
+ by the most recent call to .
To be added.
Return the full width measurement information for this view as computed
- by the most recent call to . This result is a bit mask
+ by the most recent call to . This result is a bit mask
as defined by and .
This should be used during measurement and layout calculations only. Use
to see how wide a view is after layout.
@@ -9919,7 +9954,7 @@
has a Surface and will start drawing. Note that this function is
guaranteed to be called before ,
however it may be called any time before the first onDraw -- including
- before or after .
+ before or after .
[Android Documentation]
@@ -9956,7 +9991,7 @@
This method is responsible for removing any pending high-level input events that were
posted to the event queue to run later. Custom view classes that post their own deferred
- high-level events via , or
+ high-level events via , or
should override this method, call
super.onCancelPendingInputEvents() and remove those callbacks as appropriate.
@@ -10267,11 +10302,11 @@
The method returns an action type constant defined
in DragEvent, indicating the type of drag event represented by this object.
Handles drag events sent by the system following a call to
- .
+ .
To be added.
Handles drag events sent by the system following a call to
- .
+ .
When the system calls this method, it passes a
@@ -10341,7 +10376,8 @@
the canvas on which to draw the scrollbars
-
+
+
Request the drawing of the horizontal and the vertical scrollbar. The
@@ -10837,12 +10873,12 @@
.
The KeyEvent object that defines the button action.
- Default implementation of : perform press of the view
+ Default implementation of : perform press of the view
when or
is released, if the view is enabled and clickable.
To be added.
- Default implementation of : perform press of the view
+ Default implementation of : perform press of the view
when or
is released, if the view is enabled and clickable.
@@ -10881,11 +10917,11 @@
The value in event.getKeyCode().
Description of the key event.
- Default implementation of : always returns false (doesn't handle
+ Default implementation of : always returns false (doesn't handle
the event).
To be added.
- Default implementation of : always returns false (doesn't handle
+ Default implementation of : always returns false (doesn't handle
the event).
Key presses in software keyboards will generally NOT trigger this listener,
@@ -10927,11 +10963,11 @@
The number of times the action was made.
The KeyEvent object that defines the button action.
- Default implementation of : always returns false (doesn't handle
+ Default implementation of : always returns false (doesn't handle
the event).
To be added.
- Default implementation of : always returns false (doesn't handle
+ Default implementation of : always returns false (doesn't handle
the event).
Key presses in software keyboards will generally NOT trigger this listener,
@@ -11026,7 +11062,7 @@
Called on the focused view when a key shortcut event is not handled.
Override this method to implement local key shortcuts for the View.
Key shortcuts can also be implemented by setting the
- property of menu items.
+ property of menu items.
[Android Documentation]
@@ -11060,12 +11096,12 @@
.
The KeyEvent object that defines the button action.
- Default implementation of : perform clicking of the view
+ Default implementation of : perform clicking of the view
when or
is released.
To be added.
- Default implementation of : perform clicking of the view
+ Default implementation of : perform clicking of the view
when or
is released.
@@ -11154,27 +11190,28 @@
vertical space requirements as imposed by the parent.
The requirements are encoded with
.
-
+
+
Measure the view and its content to determine the measured width and the
- measured height. This method is invoked by and
+ measured height. This method is invoked by and
should be overridden by subclasses to provide accurate and efficient
measurement of their contents.
CONTRACT: When overriding this method, you
- must call to store the
+ must call to store the
measured width and height of this view. Failure to do so will trigger an
IllegalStateException, thrown by
- . Calling the superclass'
- is a valid use.
+ . Calling the superclass'
+ is a valid use.
The base class implementation of measure defaults to the background size,
unless a larger size is allowed by the MeasureSpec. Subclasses should
- override to provide better measurements of
+ override to provide better measurements of
their content.
@@ -11224,10 +11261,10 @@
True if scrollX was clamped to an over-scroll boundary
True if scrollY was clamped to an over-scroll boundary
- Called by to
+ Called by to
respond to the results of an over-scroll operation.
- Called by to
+ Called by to
respond to the results of an over-scroll operation.
@@ -11502,7 +11539,7 @@
This is called in response to an internal scroll in this view (i.e., the
view scrolled its own contents). This is typically as a result of
- or having been
+ or having been
called.
@@ -12056,7 +12093,7 @@
Scroll the view with standard behavior for scrolling beyond the normal
content boundaries. Views that call this method should override
- to respond to the
+ to respond to the
results of an over-scroll operation.
Views can use this method to handle any touch or fling-based scrolling.
@@ -12825,7 +12862,8 @@
The Runnable that will be executed.
-
+
+
To be added.
@@ -12885,7 +12923,8 @@
The Runnable that will be executed.
The delay (in milliseconds) until the Runnable
will be executed.
-
+
+
To be added.
@@ -12942,7 +12981,8 @@
-
+
+
Cause an invalidate to happen on a subsequent cycle through the event loop.
@@ -12986,7 +13026,8 @@
The top coordinate of the rectangle to invalidate.
The right coordinate of the rectangle to invalidate.
The bottom coordinate of the rectangle to invalidate.
-
+
+
Cause an invalidate of the specified area to happen on a subsequent cycle
@@ -13026,7 +13067,8 @@
the duration in milliseconds to delay the
invalidation by
-
+
+
Cause an invalidate to happen on a subsequent cycle through the event
@@ -13073,7 +13115,8 @@
The top coordinate of the rectangle to invalidate.
The right coordinate of the rectangle to invalidate.
The bottom coordinate of the rectangle to invalidate.
-
+
+
Cause an invalidate of the specified area to happen on a subsequent cycle
@@ -13109,7 +13152,8 @@
-
+
+
Cause an invalidate to happen on the next animation time step, typically the
@@ -13152,7 +13196,8 @@
The top coordinate of the rectangle to invalidate.
The right coordinate of the rectangle to invalidate.
The bottom coordinate of the rectangle to invalidate.
-
+
+
Cause an invalidate of the specified area to happen on the next animation
@@ -13190,7 +13235,8 @@
The Runnable that will be executed.
-
+
+
Causes the Runnable to execute on the next animation time step.
@@ -13229,7 +13275,8 @@
The Runnable that will be executed.
The delay (in milliseconds) until the Runnable
will be executed.
-
+
+
Causes the Runnable to execute on the next animation time step,
@@ -13864,7 +13911,8 @@
The Runnable to remove from the message handling queue
-
+
+
To be added.
@@ -14061,7 +14109,7 @@
See also , which is what you call to say that you
have focus, and you want your parent to look for the next one.
- This is equivalent to calling with arguments
+ This is equivalent to calling with arguments
and null.
@@ -14112,7 +14160,7 @@
See also , which is what you call to say that you
have focus, and you want your parent to look for the next one.
- This is equivalent to calling with
+ This is equivalent to calling with
null set for the previously focused rectangle.
@@ -14411,11 +14459,11 @@
To be added.
To be added.
- Version of
+ Version of
returning only the bits of the result.
To be added.
- Version of
+ Version of
returning only the bits of the result.
@@ -14645,7 +14693,8 @@
Android.Views.View
-
+
+
To be added.
@@ -15486,7 +15535,8 @@
Android.Views.ScrollbarStyles
-
+
+
To be added.
@@ -15542,7 +15592,7 @@
Move the scrolled position of your view.
Move the scrolled position of your view. This will cause a call to
- and the view will be
+ and the view will be
invalidated.
@@ -15579,7 +15629,7 @@
Set the scrolled position of your view.
Set the scrolled position of your view. This will cause a call to
- and the view will be
+ and the view will be
invalidated.
@@ -15627,7 +15677,7 @@
[Android Documentation]
Set the horizontal scrolled position of your view. This will cause a call to
- and the view will be
+ and the view will be
invalidated.
@@ -15669,7 +15719,7 @@
[Android Documentation]
Set the vertical scrolled position of your view. This will cause a call to
- and the view will be
+ and the view will be
invalidated.
@@ -15812,7 +15862,7 @@
to
populate the text content of the event source including its descendants,
and last calls
-
+
on its parent to request sending of the event to interested parties.
@@ -15968,7 +16018,8 @@
To be added.
-
+
+
@@ -16199,7 +16250,7 @@
Updates the object used with the current layer (used only if the current
layer type is not set to ). Changed properties of the Paint
- provided to will be used the next time
+ provided to will be used the next time
the View is redrawn, but must be called to
ensure that the view gets redrawn immediately.
@@ -16351,10 +16402,11 @@
bit mask as defined by and
.
-
+
+
- This method must be called by to store the
+ This method must be called by to store the
measured width and measured height. Failing to do so will trigger an
exception at measurement time.
@@ -16461,7 +16513,7 @@
Set an to take over the policy for applying
window insets to this view. The listener's
-
+
method will be called instead of the view's
method.
@@ -16569,7 +16621,7 @@
Register a drag event listener callback object for this View. The parameter is
an implementation of . To send a drag event to a
View, the system calls the
- method.
+ method.
[Android Documentation]
@@ -17214,7 +17266,8 @@
System.Boolean
-
+
+
To be added.
@@ -17352,7 +17405,7 @@
Starts a drag and drop operation. When your application calls this method, it passes a
object to the system. The
- system calls this object's
+ system calls this object's
to get metrics for the drag shadow, and then calls the object's
to draw the drag shadow itself.
@@ -17360,7 +17413,7 @@
Once the system has the drag shadow, it begins the drag and drop operation by sending
drag events to all the View objects in your application that are currently visible. It does
this either by calling the View object's drag listener (an implementation of
- or by calling the
+ or by calling the
View object's method.
Both are passed a object that has a
value of
@@ -17424,14 +17477,14 @@
If it returns false the caller may ignore the rest of this contract until the next scroll.
Calling startNestedScroll while a nested scroll is already in progress will return true.
At each incremental step of the scroll the caller should invoke
-
+
once it has calculated the requested scrolling delta. If it returns true the nested scrolling
parent at least partially consumed the scroll and the caller should adjust the amount it
scrolls by.
After applying the remainder of the scroll delta the caller should invoke
- , passing
+ , passing
both the delta consumed and the delta unconsumed. A nested scrolling parent may treat
- these values differently. See .
+ these values differently. See .
@@ -17542,7 +17595,7 @@
().
- When being used in , the caller should still
+ When being used in , the caller should still
ensure the returned height is within the requirements of the parent.
@@ -17578,7 +17631,7 @@
().
- When being used in , the caller should still
+ When being used in , the caller should still
ensure the returned width is within the requirements of the parent.
@@ -19486,7 +19539,8 @@
System.Boolean
-
+
+
To be added.
@@ -19563,7 +19617,8 @@
System.Boolean
-
+
+
To be added.
@@ -19609,7 +19664,8 @@
Android.Views.ScrollbarPosition
-
+
+
To be added.
@@ -19899,7 +19955,8 @@
System.Int32
-
+
+
To be added.
@@ -20167,4 +20224,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/ViewGroup.xml b/docs/Mono.Android/en/Android.Views/ViewGroup.xml
index 9a6ec30455..a051e5aed6 100644
--- a/docs/Mono.Android/en/Android.Views/ViewGroup.xml
+++ b/docs/Mono.Android/en/Android.Views/ViewGroup.xml
@@ -1,4 +1,4 @@
-
+
@@ -697,7 +697,8 @@ public class CustomLayout extends ViewGroup {
To be added.
-
+
+
@@ -728,7 +729,8 @@ public class CustomLayout extends ViewGroup {
To be added.
To be added.
-
+
+
@@ -782,7 +784,8 @@ public class CustomLayout extends ViewGroup {
To be added.
To be added.
To be added.
-
+
+
@@ -817,7 +820,8 @@ public class CustomLayout extends ViewGroup {
To be added.
To be added.
To be added.
-
+
+
@@ -883,7 +887,8 @@ public class CustomLayout extends ViewGroup {
the child view to add
-
+
+
Adds a child view. If no layout parameters are already set on the child, the
@@ -1491,7 +1496,8 @@ public class CustomLayout extends ViewGroup {
To be added.
-
+
+
To be added.
@@ -1624,7 +1630,7 @@ public class CustomLayout extends ViewGroup {
Indicates whether the ViewGroup is drawing its children in the order defined by
- .
+ .
To be added.
@@ -1633,14 +1639,14 @@ public class CustomLayout extends ViewGroup {
[Android Documentation]
Indicates whether the ViewGroup is drawing its children in the order defined by
- .
+ .
Set method documentation
[Android Documentation]
Tells the ViewGroup whether to draw its children in the order defined by the method
- .
+ .
Note that reordering, done by ,
will override custom child ordering done via this method.
@@ -1994,7 +2000,7 @@ public class CustomLayout extends ViewGroup {
Gets the descendant focusability of this view group. The descendant
focusability defines the relationship between this view group and its
descendants when looking for a view to take focus in
- .
+ .
Set method documentation
@@ -2002,7 +2008,7 @@ public class CustomLayout extends ViewGroup {
Set the descendant focusability of this view group. This defines the relationship
between this view group and its descendants when looking for a view to
- take focus in .
+ take focus in .
@@ -2028,8 +2034,8 @@ public class CustomLayout extends ViewGroup {
Detaches all views from the parent. Detaching a view should be followed
either by a call to
-
- or a call to . Detachment should only be
+
+ or a call to . Detachment should only be
temporary; reattachment or removal should happen within the same drawing cycle as
detachment. When a view is detached, its parent is null and cannot be retrieved by a
call to .
@@ -2071,8 +2077,8 @@ public class CustomLayout extends ViewGroup {
Detaches a view from its parent. Detaching a view should be followed
either by a call to
-
- or a call to . Detachment should only be
+
+ or a call to . Detachment should only be
temporary; reattachment or removal should happen within the same drawing cycle as
detachment. When a view is detached, its parent is null and cannot be retrieved by a
call to .
@@ -2114,8 +2120,8 @@ public class CustomLayout extends ViewGroup {
Detaches a view from its parent. Detaching a view should be followed
either by a call to
-
- or a call to . Detachment should only be
+
+ or a call to . Detachment should only be
temporary; reattachment or removal should happen within the same drawing cycle as
detachment. When a view is detached, its parent is null and cannot be retrieved by a
call to .
@@ -2159,8 +2165,8 @@ public class CustomLayout extends ViewGroup {
Detaches a range of views from their parents. Detaching a view should be followed
either by a call to
-
- or a call to . Detachment should only be
+
+ or a call to . Detachment should only be
temporary; reattachment or removal should happen within the same drawing cycle as
detachment. When a view is detached, its parent is null and cannot be retrieved by a
call to .
@@ -3862,7 +3868,7 @@ public class CustomLayout extends ViewGroup {
the
along a scrollable axis.
If a nested scrolling parent is consuming motion as part of a
- , it may be appropriate for
+ , it may be appropriate for
it to also consume the pre-fling to complete that same motion. By returning
true from this method, the parent indicates that the child should not
fling its own internal content as well.
@@ -3912,7 +3918,7 @@ public class CustomLayout extends ViewGroup {
fully into view before the list itself begins scrolling.
onNestedPreScroll is called when a nested scrolling child invokes
- . The implementation should
+ . The implementation should
report how any pixels of the scroll reported by dx, dy were consumed in the
consumed array. Index 0 corresponds to dx and index 1 corresponds to dy.
This parameter will never be null. Initial values for consumed[0] and consumed[1]
@@ -3962,7 +3968,7 @@ public class CustomLayout extends ViewGroup {
This method will be called when the ViewParent's current nested scrolling child view
dispatches a nested scroll event. To receive calls to this method the ViewParent must have
previously returned true for a call to
- .
+ .
Both the consumed and unconsumed portions of the scroll distance are reported to the
ViewParent. An implementation may choose to use the consumed portion to match or chase scroll
position of multiple child elements, for example. The unconsumed portion may be used to
@@ -4014,7 +4020,7 @@ public class CustomLayout extends ViewGroup {
This method will be called after
- returns true. It offers
+ returns true. It offers
an opportunity for the view and its superclasses to perform initial configuration
for the nested scroll. Implementations of this method should always call their superclass's
implementation of this method if one is present.
@@ -4054,7 +4060,7 @@ public class CustomLayout extends ViewGroup {
To be added.
Look for a descendant to call on.
- Called by
+ Called by
when it wants to request focus within its children. Override this to
customize how your requests focus within its children.
@@ -4434,7 +4440,8 @@ public class CustomLayout extends ViewGroup {
To be added.
-
+
+
@@ -5115,16 +5122,16 @@ public class CustomLayout extends ViewGroup {
True to enable static transformations on children, false otherwise.
When this property is set to true, this ViewGroup supports static transformations on
children; this causes
- to be
+ to be
invoked when a child is drawn.
When this property is set to true, this ViewGroup supports static transformations on
children; this causes
- to be
+ to be
invoked when a child is drawn.
Any subclass overriding
- should
+ should
set this property to true.
@@ -5202,7 +5209,7 @@ public class CustomLayout extends ViewGroup {
In most cases, a subclass does not need to override this. However, if
the subclass is added directly to the window manager (for example,
- )
+ )
then it should override this and show the context menu.
@@ -5245,7 +5252,7 @@ public class CustomLayout extends ViewGroup {
In most cases, a subclass does not need to override this. However, if the
subclass is added directly to the window manager (for example,
- )
+ )
then it should override this and start the action mode.
@@ -5469,7 +5476,8 @@ public class CustomLayout extends ViewGroup {
To be added.
To be added.
-
+
+
@@ -5482,4 +5490,4 @@ public class CustomLayout extends ViewGroup {
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml b/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml
index 4fb9896c24..0697aa339e 100644
--- a/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml
+++ b/docs/Mono.Android/en/Android.Views/ViewPropertyAnimator.xml
@@ -1,4 +1,4 @@
-
+
@@ -1154,12 +1154,12 @@
The View associated with this ViewPropertyAnimator will have its
- set to
+ set to
for the duration of the next animation.
To be added.
The View associated with this ViewPropertyAnimator will have its
- set to
+ set to
for the duration of the next animation.
As stated in the documentation for ,
the actual type of layer used internally depends on the runtime situation of the
@@ -1172,7 +1172,7 @@
layer type of the View will be restored when the animation ends to what it was when this
method was called, and this setting on ViewPropertyAnimator is only valid for the next
animation. Note that calling this method and then independently setting the layer type of
- the View (by a direct call to ) will
+ the View (by a direct call to ) will
result in some inconsistency, including having the layer type restored to its pre-withLayer()
value when the animation ends.
@@ -1438,4 +1438,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/Window+ICallback.xml b/docs/Mono.Android/en/Android.Views/Window+ICallback.xml
index acff520234..bab1624f72 100644
--- a/docs/Mono.Android/en/Android.Views/Window+ICallback.xml
+++ b/docs/Mono.Android/en/Android.Views/Window+ICallback.xml
@@ -365,13 +365,13 @@
This hook is called whenever the content view of the screen changes
(due to a call to
- or
- ).
+ or
+ ).
This hook is called whenever the content view of the screen changes
(due to a call to
- or
- ).
+ or
+ ).
diff --git a/docs/Mono.Android/en/Android.Views/Window.xml b/docs/Mono.Android/en/Android.Views/Window.xml
index 1f2a47dd38..b1797d15e1 100644
--- a/docs/Mono.Android/en/Android.Views/Window.xml
+++ b/docs/Mono.Android/en/Android.Views/Window.xml
@@ -1,4 +1,4 @@
-
+
@@ -53,7 +53,8 @@
To be added.
-
+
+
@@ -110,11 +111,11 @@
Layout parameters for the view.
Variation on
-
+
to add an additional content view to the screen.
Variation on
-
+
to add an additional content view to the screen. Added after any existing
ones in the screen -- existing views are NOT removed.
@@ -153,10 +154,10 @@
The flag bits to be set.
Convenience function to set the flag bits as specified in flags, as
- per .
+ per .
Convenience function to set the flag bits as specified in flags, as
- per .
+ per .
[Android Documentation]
@@ -371,10 +372,10 @@
The flag bits to be cleared.
Convenience function to clear the flag bits as specified in flags, as
- per .
+ per .
Convenience function to clear the flag bits as specified in flags, as
- per .
+ per .
[Android Documentation]
@@ -403,7 +404,8 @@
-
+
+
@@ -435,7 +437,8 @@
To be added.
-
+
+
@@ -611,7 +614,7 @@
Note that calling this function for the first time "locks in"
various window characteristics as described in
- .
+ .
@@ -866,7 +869,8 @@
System.Boolean
-
+
+
To be added.
@@ -1037,7 +1041,8 @@
To be added.
-
+
+
@@ -1065,7 +1070,8 @@
System.Boolean
-
+
+
To be added.
@@ -1232,7 +1238,8 @@
-
+
+
@@ -1333,7 +1340,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -1362,7 +1370,8 @@
-
+
+
@@ -1429,7 +1438,8 @@
To be added.
To be added.
-
+
+
@@ -1502,7 +1512,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -1545,7 +1556,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1596,7 +1608,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -1978,7 +1991,8 @@
To be added.
-
+
+
@@ -2060,7 +2074,8 @@
-
+
+
To be added.
@@ -2168,7 +2183,8 @@
To be added.
To be added.
-
+
+
@@ -2202,7 +2218,8 @@
To be added.
To be added.
-
+
+
@@ -2235,11 +2252,11 @@
The desired content to display.
Convenience for
-
+
set the screen content to an explicit view.
Convenience for
-
+
set the screen content to an explicit view. This view is placed
directly into the screen's view hierarchy. It can itself be a complex
view hierarhcy.
@@ -2274,11 +2291,11 @@
Resource ID to be inflated.
Convenience for
-
+
to set the screen content from a layout resource.
Convenience for
-
+
to set the screen content from a layout resource. The resource will be
inflated, adding all top-level views to the screen.
@@ -2323,7 +2340,7 @@
Note that calling this function "locks in" various characteristics
of the window that can not, from this point forward, be changed: the
features that have been requested with ,
- and certain window flags as described in .
+ and certain window flags as described in .
If is set, the window's
TransitionManager will be used to animate content from the current
content View to view.
@@ -2684,7 +2701,7 @@
Note that some flags must be set before the window decoration is
created (by the first call to
- or
+ or
:
and
. These
@@ -2986,7 +3003,8 @@
To be added.
-
+
+
@@ -3037,7 +3055,8 @@
To be added.
-
+
+
@@ -3560,7 +3579,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -3926,7 +3946,8 @@
To be added.
To be added.
-
+
+
@@ -4051,7 +4072,8 @@
Android.Media.Stream
-
+
+
To be added.
@@ -4138,4 +4160,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml b/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml
index 865e90e582..1bf2cd4a33 100644
--- a/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml
+++ b/docs/Mono.Android/en/Android.Views/WindowManagerFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -334,7 +334,7 @@
decorations around the border (such as the status bar). The
window must correctly position its contents to take the screen
decoration into account. This flag is normally set for you
- by Window as described in .
+ by Window as described in .
@@ -356,7 +356,7 @@
such as the status bar. By also including this flag, the window
manager will report the inset rectangle needed to ensure your
content is not covered by screen decorations. This flag is normally
- set for you by Window as described in .
+ set for you by Window as described in .
@@ -662,4 +662,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml
index dd0d18234f..ab8aedcc8d 100644
--- a/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml
+++ b/docs/Mono.Android/en/Android.Views/WindowManagerInvalidDisplayException.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,10 +15,10 @@
- Exception that is thrown when calling to a secondary display that cannot
+ Exception that is thrown when calling to a secondary display that cannot
be found.
- Exception that is thrown when calling to a secondary display that cannot
+ Exception that is thrown when calling to a secondary display that cannot
be found. See for more information on secondary displays.
@@ -44,7 +44,8 @@
-
+
+
@@ -73,7 +74,8 @@
To be added.
-
+
+
@@ -143,4 +145,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml
index a5072a48a2..321a90904a 100644
--- a/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml
+++ b/docs/Mono.Android/en/Android.Views/WindowManagerLayoutParams.xml
@@ -1,4 +1,4 @@
-
+
@@ -50,7 +50,8 @@
-
+
+
@@ -79,7 +80,8 @@
To be added.
-
+
+
@@ -114,7 +116,8 @@
To be added.
-
+
+
@@ -157,7 +160,8 @@
To be added.
To be added.
-
+
+
@@ -229,7 +233,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -284,7 +289,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -343,7 +349,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -406,7 +413,8 @@
128
-
+
+
@@ -438,7 +446,8 @@
16
-
+
+
@@ -606,7 +615,8 @@
To be added.
-
+
+
To be added.
@@ -635,7 +645,8 @@
Android.OS.IParcelableCreator
-
+
+
To be added.
@@ -766,7 +777,8 @@
32
-
+
+
@@ -921,7 +933,8 @@
4
-
+
+
@@ -984,7 +997,8 @@
8
-
+
+
@@ -1016,13 +1030,13 @@
To be added.
Placement of window within the screen as per . Both
- and
- are used during window layout, with this value
+ and
+ are used during window layout, with this value
given as the desired gravity. For example you can specify
and
here
to control the behavior of
- .
+ .
[Android Documentation]
@@ -1055,7 +1069,7 @@
The horizontal margin, as a percentage of the container's width,
between the container and the widget. See
- for how this is used. This
+ for how this is used. This
field is added with to supply the xAdj parameter.
@@ -1211,7 +1225,8 @@
1
-
+
+
@@ -1286,7 +1301,8 @@
Android.Views.MemoryType
-
+
+
To be added.
@@ -1319,7 +1335,8 @@
256
-
+
+
@@ -1451,7 +1468,8 @@
4096
-
+
+
@@ -1624,7 +1642,8 @@
2048
-
+
+
@@ -1691,7 +1710,8 @@
1024
-
+
+
@@ -1765,7 +1785,8 @@
512
-
+
+
@@ -1878,7 +1899,8 @@
64
-
+
+
@@ -1909,7 +1931,8 @@
Java.Lang.ICharSequence
-
+
+
To be added.
@@ -2029,7 +2052,8 @@
2
-
+
+
@@ -2084,7 +2108,7 @@
The vertical margin, as a percentage of the container's height,
between the container and the widget. See
- for how this is used. This
+ for how this is used. This
field is added with to supply the yAdj parameter.
@@ -2263,4 +2287,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/ClientCertRequest.xml b/docs/Mono.Android/en/Android.Webkit/ClientCertRequest.xml
index c79aa37062..3ef0ca35a4 100644
--- a/docs/Mono.Android/en/Android.Webkit/ClientCertRequest.xml
+++ b/docs/Mono.Android/en/Android.Webkit/ClientCertRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,10 +16,10 @@
ClientCertRequest: The user receives an instance of this class as
- a parameter of .
+ a parameter of .
ClientCertRequest: The user receives an instance of this class as
- a parameter of .
+ a parameter of .
The request includes the parameters to choose the client certificate,
such as the host name and the port number requesting the cert, the acceptable
key types and the principals.
@@ -28,7 +28,7 @@
with the client certificate request. All methods should be called on
UI thread.
- WebView caches the and responses in memory
+ WebView caches the and responses in memory
and uses them to handle future client certificate requests for the same
host/port pair. The user can clear the cached data using
.
@@ -56,7 +56,8 @@
-
+
+
@@ -339,4 +340,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/CookieManager.xml b/docs/Mono.Android/en/Android.Webkit/CookieManager.xml
index 41f364665f..78be28432b 100644
--- a/docs/Mono.Android/en/Android.Webkit/CookieManager.xml
+++ b/docs/Mono.Android/en/Android.Webkit/CookieManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -446,7 +446,7 @@
When this is true
- and
+ and
can be used to control the policy for those specific types of cookie.
@@ -647,4 +647,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml b/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml
index 5a41b24133..fb4a20e6c8 100644
--- a/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml
+++ b/docs/Mono.Android/en/Android.Webkit/CookieSyncManager.xml
@@ -1,4 +1,4 @@
-
+
@@ -70,7 +70,7 @@
The sync interval is 5 minutes, so you will want to force syncs
- manually anyway, for instance in . Note that even sync() happens
+ manually anyway, for instance in . Note that even sync() happens
asynchronously, so don't do it just as your activity is shutting
down.
@@ -162,7 +162,8 @@
System.String
-
+
+
@@ -189,7 +190,8 @@
Android.Webkit.WebViewDatabase
-
+
+
To be added.
@@ -217,7 +219,8 @@
Android.OS.Handler
-
+
+
To be added.
@@ -411,7 +414,8 @@
-
+
+
@@ -460,4 +464,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions.xml b/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions.xml
index 389f742cb3..84ac6dcc3a 100644
--- a/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions.xml
+++ b/docs/Mono.Android/en/Android.Webkit/GeolocationPermissions.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
When an origin attempts to use the Geolocation API, but no permission state
is currently set for that origin,
-
+
is called. This allows the permission state to be set for that origin.
The methods of this class can be used to modify and interrogate the stored
@@ -298,4 +298,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml b/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml
index 46a359772b..2eb66c1fd8 100644
--- a/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml
+++ b/docs/Mono.Android/en/Android.Webkit/HttpAuthHandler.xml
@@ -1,4 +1,4 @@
-
+
@@ -19,8 +19,8 @@
Represents a request for HTTP authentication. Instances of this class are
created by the WebView and passed to
- . The host application must
- call either or to set the WebView's
+ . The host application must
+ call either or to set the WebView's
response to the request.
@@ -110,7 +110,7 @@
Instructs the WebView to proceed with the authentication with the given
credentials. Credentials for use with this method can be retrieved from
- the WebView's store using .
+ the WebView's store using .
@@ -175,12 +175,12 @@
Gets whether the credentials stored for the current host (i.e. the host
- for which was called)
+ for which was called)
are suitable for use.
To be added.
Gets whether the credentials stored for the current host (i.e. the host
- for which was called)
+ for which was called)
are suitable for use. Credentials are not suitable if they have
previously been rejected by the server for the current request.
@@ -194,4 +194,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/IJavascriptInterface.xml b/docs/Mono.Android/en/Android.Webkit/IJavascriptInterface.xml
index 44e289beda..0b67831480 100644
--- a/docs/Mono.Android/en/Android.Webkit/IJavascriptInterface.xml
+++ b/docs/Mono.Android/en/Android.Webkit/IJavascriptInterface.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
Annotation that allows exposing methods to JavaScript. Starting from API level
and above, only methods explicitly
marked with this annotation are available to the Javascript code. See
- for more information about it.
+ for more information about it.
@@ -36,4 +36,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/IWebResourceRequest.xml b/docs/Mono.Android/en/Android.Webkit/IWebResourceRequest.xml
index e1e7ebafd3..73af985468 100644
--- a/docs/Mono.Android/en/Android.Webkit/IWebResourceRequest.xml
+++ b/docs/Mono.Android/en/Android.Webkit/IWebResourceRequest.xml
@@ -19,9 +19,9 @@
- Encompasses parameters to the method.
+ Encompasses parameters to the method.
- Encompasses parameters to the method.
+ Encompasses parameters to the method.
diff --git a/docs/Mono.Android/en/Android.Webkit/JavascriptInterface.xml b/docs/Mono.Android/en/Android.Webkit/JavascriptInterface.xml
index e89878b7df..5a120e9c03 100644
--- a/docs/Mono.Android/en/Android.Webkit/JavascriptInterface.xml
+++ b/docs/Mono.Android/en/Android.Webkit/JavascriptInterface.xml
@@ -1,4 +1,4 @@
-
+
@@ -30,7 +30,7 @@
Annotation that allows exposing methods to JavaScript. Starting from API level
and above, only methods explicitly
marked with this annotation are available to the Javascript code. See
- for more information about it.
+ for more information about it.
@@ -122,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/JsPromptResult.xml b/docs/Mono.Android/en/Android.Webkit/JsPromptResult.xml
index e8b64bbace..a6785e514e 100644
--- a/docs/Mono.Android/en/Android.Webkit/JsPromptResult.xml
+++ b/docs/Mono.Android/en/Android.Webkit/JsPromptResult.xml
@@ -1,4 +1,4 @@
-
+
@@ -18,7 +18,7 @@
Public class for handling JavaScript prompt requests.
Public class for handling JavaScript prompt requests. The WebChromeClient will receive a
- call with a
+ call with a
JsPromptResult instance as a parameter. This parameter is used to return the result of this user
dialog prompt back to the WebView instance. The client can call cancel() to cancel the dialog or
confirm() with the user's input to confirm the dialog.
@@ -123,4 +123,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/SslErrorHandler.xml b/docs/Mono.Android/en/Android.Webkit/SslErrorHandler.xml
index 60f9433500..d70607abec 100644
--- a/docs/Mono.Android/en/Android.Webkit/SslErrorHandler.xml
+++ b/docs/Mono.Android/en/Android.Webkit/SslErrorHandler.xml
@@ -1,4 +1,4 @@
-
+
@@ -19,7 +19,7 @@
Represents a request for handling an SSL error. Instances of this class are
created by the WebView and passed to
- . The host application must call
+ . The host application must call
either or to set the WebView's response
to the request.
@@ -152,4 +152,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml b/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml
index 91a135d9cc..06c2d13049 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebChromeClient.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -370,12 +371,12 @@
Notify the host application that a request for Geolocation permissions,
made with a previous call to
-
+
has been canceled.
Notify the host application that a request for Geolocation permissions,
made with a previous call to
-
+
has been canceled. Any related UI should therefore be hidden.
@@ -452,7 +453,7 @@
Notify the host application that the current page has exited full
screen mode. The host application must hide the custom View, ie. the
- View passed to when the content entered fullscreen.
+ View passed to when the content entered fullscreen.
Also see "Full screen support" documentation on .
@@ -1170,4 +1171,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/WebResourceResponse.xml b/docs/Mono.Android/en/Android.Webkit/WebResourceResponse.xml
index a3713dd83c..b927140aa8 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebResourceResponse.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebResourceResponse.xml
@@ -1,4 +1,4 @@
-
+
@@ -18,7 +18,7 @@
Encapsulates a resource response.
Encapsulates a resource response. Applications can return an instance of this
- class from to provide a custom
+ class from to provide a custom
response when the WebView requests a particular resource.
@@ -395,4 +395,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml
index bd2dd3d6bc..53529d3a32 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebSettings.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebSettings.xml
@@ -1,4 +1,4 @@
-
+
@@ -2039,7 +2039,7 @@
see ,
;
- an application must provide an implementation of the
- callback
+ callback
to receive notifications that a page is requesting access to location
via the JavaScript Geolocation API.
@@ -2111,10 +2111,10 @@
whether the WebView needs to set a node
Tells the WebView whether it needs to set a node to have focus when
- is called.
+ is called.
Tells the WebView whether it needs to set a node to have focus when
- is called. The
+ is called. The
default value is true.
@@ -2225,7 +2225,7 @@
Sets whether the WebView whether supports multiple windows.
Sets whether the WebView whether supports multiple windows. If set to
- true, must be implemented by the
+ true, must be implemented by the
host application. The default is false.
@@ -2658,4 +2658,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml b/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml
index ddbdc23ec1..ebe4a8e858 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebStorage+IQuotaUpdater.xml
@@ -28,8 +28,8 @@
Encapsulates a callback function which is used to provide a new quota
for a JavaScript storage API.
See
- and
- .
+ and
+ .
diff --git a/docs/Mono.Android/en/Android.Webkit/WebView.xml b/docs/Mono.Android/en/Android.Webkit/WebView.xml
index ed706d5a15..be2e2d4f91 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebView.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebView.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,8 @@
-
+
+
A View that displays web pages. This class is the basis upon which you
@@ -78,9 +79,9 @@
- Creating and setting a subclass.
It will be called when things happen that impact the
rendering of the content, eg, errors or form submissions. You
- can also intercept URL loading here (via ).
- Modifying the , such as
+ can also intercept URL loading here (via ).
- Modifying the , such as
enabling JavaScript with .
- Injecting Java objects into the WebView using the
- method. This
+ method. This
method allows you to inject Java objects into a page's JavaScript
context, so that they can be accessed by JavaScript in the page.
// Let's display the progress in the activity title bar, like the
@@ -168,7 +169,7 @@
In order to support full screen — for video or other HTML content — you need to set a
and implement both
-
+
and . If the implementation of either of these two methods is
missing then the web contents will not be allowed to enter full screen. Optionally you can implement
to customize the View displayed whilst a video
@@ -1049,7 +1050,8 @@
-
+
+
To be added.
@@ -1567,7 +1569,8 @@
To be added.
To be added.
-
+
+
@@ -1686,7 +1689,7 @@
Retrieves HTTP authentication credentials for a given host and realm.
This method is intended to be used with
- .
+ .
[Android Documentation]
@@ -1891,7 +1894,7 @@
Note that JavaScript's same origin policy means that script running in a
page loaded using this method will be unable to access content loaded
using any scheme other than 'data', including 'http(s)'. To avoid this
- restriction, use with an appropriate base URL.
+ restriction, use with an appropriate base URL.
The encoding parameter specifies whether the data is base64 or URL
@@ -1965,7 +1968,7 @@
If the base URL uses the data scheme, this method is equivalent to
- calling and the
+ calling and the
historyUrl is ignored, and the data will be treated as part of a data: URL.
If the base URL uses any other scheme, then the data will be loaded into
the WebView as a plain string (i.e. not part of a data URL) and any URL-encoded
@@ -2600,7 +2603,7 @@
Removes a previously injected Java object from this WebView. Note that
the removal will not be reflected in JavaScript until the page is next
- (re)loaded. See .
+ (re)loaded. See .
[Android Documentation]
@@ -3212,7 +3215,7 @@
Stores HTTP authentication credentials for a given host and realm. This
method is intended to be used with
- .
+ .
[Android Documentation]
@@ -3294,7 +3297,8 @@
To be added.
-
+
+
@@ -3861,4 +3865,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml b/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml
index 7b5afbbde1..9f402ad819 100644
--- a/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml
+++ b/docs/Mono.Android/en/Android.Webkit/WebViewClient.xml
@@ -1,4 +1,4 @@
-
+
@@ -43,7 +43,8 @@
-
+
+
@@ -218,7 +219,7 @@
Notify the host application that a page has finished loading. This method
is called only for main frame. When onPageFinished() is called, the
rendering picture may not be updated yet. To get the notification for the
- new Picture, use .
+ new Picture, use .
[Android Documentation]
@@ -311,11 +312,11 @@
For most use cases, the application program should implement the
interface and pass it to
- to start an
+ to start an
activity for the user to choose the proper alias. The keychain activity will
provide the alias through the callback method in the implemented interface. Next
the application should create an async task to call
- to receive the key.
+ to receive the key.
An example implementation of client certificates can be seen at
@@ -622,7 +623,7 @@
must create a copy of the event.
It is the responsibility of overriders of this method to call
-
+
when appropriate if they wish to continue receiving events through it.
@@ -878,4 +879,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml b/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml
index 22c76ee06a..83f7c6a6de 100644
--- a/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml
+++ b/docs/Mono.Android/en/Android.Widget/AbsListView+IMultiChoiceModeListener.xml
@@ -23,7 +23,7 @@
A MultiChoiceModeListener receives events for .
It acts as the for the selection mode and also receives
- events when the user
+ events when the user
selects and deselects list items.
diff --git a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml
index 66bfa38d0d..41b088cb61 100644
--- a/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml
+++ b/docs/Mono.Android/en/Android.Widget/AdapterView+AdapterContextMenuInfo.xml
@@ -23,11 +23,11 @@
Extra menu information provided to the
-
+
callback when a context menu is brought up for this AdapterView.
Extra menu information provided to the
-
+
callback when a context menu is brought up for this AdapterView.
diff --git a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml
index 1110eb9ae1..2635159403 100644
--- a/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/ArrayAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
To use something other than TextViews for the array display, for instance, ImageViews,
or to have some of data besides toString() results fill the views,
- override to return the type of view you want.
+ override to return the type of view you want.
@@ -461,7 +461,8 @@
Android.Widget.Filter
-
+
+
To be added.
@@ -608,7 +609,7 @@
Get a View that displays the data at the specified position in the data set. You can either
create a View manually or inflate it from an XML layout file. When the View is inflated, the
parent View (GridView, ListView...) will apply default layout parameters unless you use
-
+
to specify a root view and to prevent attachment to the root.
@@ -690,7 +691,8 @@
the layout resource defining the drop down views
-
+
+
Sets the layout resource to create the drop down views.
@@ -725,11 +727,11 @@
if true, modifications to the list will
automatically call
Control whether methods that change the list (,
- , , ) automatically call
+ , , ) automatically call
.
Control whether methods that change the list (,
- , , ) automatically call
+ , , ) automatically call
. If set to false, caller must
manually call notifyDataSetChanged() to have the changes
reflected in the attached view.
@@ -806,4 +808,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ArrayAdapter`1.xml b/docs/Mono.Android/en/Android.Widget/ArrayAdapter`1.xml
index 4b181c4f0b..6f7d7799f3 100644
--- a/docs/Mono.Android/en/Android.Widget/ArrayAdapter`1.xml
+++ b/docs/Mono.Android/en/Android.Widget/ArrayAdapter`1.xml
@@ -1,4 +1,4 @@
-
+
@@ -36,7 +36,7 @@
To use something other than TextViews for the array display, for instance, ImageViews,
or to have some of data besides toString() results fill the views,
- override to return the type of view you want.
+ override to return the type of view you want.
@@ -433,4 +433,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml
index eb1d450592..f8404fac29 100644
--- a/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/BaseExpandableListAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
Adapters inheriting this class should verify that the base implementations of
- and
+ and
are correct in generating unique IDs from the group/children IDs.
@@ -80,7 +80,8 @@
-
+
+
@@ -130,7 +131,8 @@
-
+
+
To be added.
@@ -167,9 +169,9 @@
This method will only be called when the adapter is set on the .
Returns the number of types of child Views that will be created by
-
+
. Each type represents a set of views that can be converted in
-
+
, for any group. If the adapter always returns the same type of View for
all child items, this method should return 1.
@@ -284,12 +286,12 @@
the position of the group that the child resides in
the position of the child with respect to other children in the group
Get the type of child View that will be created by
-
+
for the specified child item.
To be added.
Get the type of child View that will be created by
-
+
for the specified child item.
@@ -506,12 +508,12 @@
the position of the group for which the type should be returned.
Get the type of group View that will be created by
-
+
. for the specified group item.
To be added.
Get the type of group View that will be created by
-
+
. for the specified group item.
@@ -598,9 +600,9 @@
This method will only be called when the adapter is set on the .
Returns the number of types of group Views that will be created by
-
+
. Each type represents a set of views that can be converted in
-
+
. If the adapter always returns the same type of View for all group items, this method should
return 1.
@@ -677,7 +679,8 @@
System.Boolean
-
+
+
To be added.
@@ -707,7 +710,8 @@
-
+
+
@@ -737,7 +741,8 @@
-
+
+
@@ -836,7 +841,8 @@
To be added.
-
+
+
@@ -904,7 +910,8 @@
To be added.
-
+
+
@@ -917,4 +924,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml b/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml
index 628c0e0836..435b85b87c 100644
--- a/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/CursorAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -158,7 +158,7 @@
Constructor that allows control over auto-requery.
Constructor that allows control over auto-requery. It is recommended
- you not use this, but instead .
+ you not use this, but instead .
When using this constructor,
will always be set.
@@ -282,7 +282,8 @@
the cursor to convert to a CharSequence
-
+
+
To be added.
@@ -373,7 +374,8 @@
Android.Widget.Filter
-
+
+
To be added.
@@ -540,7 +542,7 @@
Get a View that displays the data at the specified position in the data set. You can either
create a View manually or inflate it from an XML layout file. When the View is inflated, the
parent View (GridView, ListView...) will apply default layout parameters unless you use
-
+
to specify a root view and to prevent attachment to the root.
@@ -578,7 +580,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -840,4 +843,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/CursorTreeAdapter.xml b/docs/Mono.Android/en/Android.Widget/CursorTreeAdapter.xml
index 45bb719f06..3dfc30b06b 100644
--- a/docs/Mono.Android/en/Android.Widget/CursorTreeAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/CursorTreeAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -227,7 +227,8 @@
To be added.
-
+
+
@@ -260,7 +261,8 @@
To be added.
-
+
+
To be added.
@@ -290,7 +292,8 @@
Android.Database.ICursor
-
+
+
To be added.
@@ -320,7 +323,8 @@
Android.Widget.Filter
-
+
+
To be added.
@@ -356,7 +360,8 @@
Android.Widget.IFilterQueryProvider
-
+
+
To be added.
@@ -401,7 +406,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -436,7 +442,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -469,7 +476,8 @@
To be added.
-
+
+
To be added.
@@ -512,11 +520,11 @@
If you want to asynchronously query a provider to prevent blocking the
UI, it is possible to return null and at a later time call
- .
+ .
It is your responsibility to manage this Cursor through the Activity
- lifecycle. It is a good idea to use which
+ lifecycle. It is a good idea to use which
will handle this for you. In some situations, the adapter will deactivate
the Cursor on its own, but this will not always be the case, so please
ensure the Cursor is properly managed.
@@ -557,7 +565,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -590,7 +599,8 @@
To be added.
-
+
+
To be added.
@@ -623,7 +633,8 @@
To be added.
-
+
+
To be added.
@@ -662,7 +673,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -691,7 +703,8 @@
System.Int32
-
+
+
To be added.
@@ -720,7 +733,8 @@
System.Boolean
-
+
+
To be added.
@@ -755,7 +769,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -904,7 +919,8 @@
To be added.
-
+
+
To be added.
@@ -1048,4 +1064,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml b/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
index 639b9a2220..f3d054adcc 100644
--- a/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
+++ b/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
@@ -1,4 +1,4 @@
-
+
@@ -238,11 +238,11 @@
Return the maximum height that the edge effect will be drawn at given the original
- .
+ .
To be added.
Return the maximum height that the edge effect will be drawn at given the original
- .
+ .
[Android Documentation]
@@ -321,7 +321,7 @@
and draw the results accordingly.
- Views using EdgeEffect should favor when the displacement
+ Views using EdgeEffect should favor when the displacement
of the pull point is known.
@@ -478,4 +478,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/EditText.xml b/docs/Mono.Android/en/Android.Widget/EditText.xml
index 09a24b0a21..78e302211c 100644
--- a/docs/Mono.Android/en/Android.Widget/EditText.xml
+++ b/docs/Mono.Android/en/Android.Widget/EditText.xml
@@ -1,4 +1,4 @@
-
+
@@ -59,7 +59,8 @@
To be added.
-
+
+
@@ -90,7 +91,8 @@
To be added.
To be added.
-
+
+
@@ -144,7 +146,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -179,7 +182,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -210,9 +214,9 @@
To be added.
- Convenience for .
+ Convenience for .
- Convenience for .
+ Convenience for .
@@ -273,9 +277,9 @@
To be added.
- Convenience for .
+ Convenience for .
- Convenience for .
+ Convenience for .
@@ -308,9 +312,9 @@
To be added.
To be added.
- Convenience for .
+ Convenience for .
- Convenience for .
+ Convenience for .
@@ -358,4 +362,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml
index 6be096beb2..69496e150b 100644
--- a/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml
+++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView+ExpandableListContextMenuInfo.xml
@@ -24,12 +24,12 @@
Extra menu information specific to an provided
to the
-
+
callback when a context menu is brought up for this AdapterView.
Extra menu information specific to an provided
to the
-
+
callback when a context menu is brought up for this AdapterView.
diff --git a/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml b/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml
index c0f2770f21..3d64b6fd8c 100644
--- a/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml
+++ b/docs/Mono.Android/en/Android.Widget/ExpandableListView.xml
@@ -1,4 +1,4 @@
-
+
@@ -81,7 +81,8 @@
To be added.
-
+
+
@@ -112,7 +113,8 @@
To be added.
To be added.
-
+
+
@@ -166,7 +168,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -201,7 +204,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -452,7 +456,7 @@
The group and/or child positions to be converted in
packed position representation. Use
- or
+ or
.
Converts a group and/or child position to a flat list position.
To be added.
@@ -498,7 +502,7 @@
type (use ).
To get the group that this child belongs to, use
. See
- .
+ .
[Android Documentation]
@@ -577,7 +581,7 @@
To be added.
Returns the packed position representation of a group's position. See
- .
+ .
[Android Documentation]
@@ -612,7 +616,7 @@
To be added.
Gets the group position from a packed position. See
- .
+ .
[Android Documentation]
@@ -651,7 +655,7 @@
To be added.
Gets the type of a packed position. See
- .
+ .
[Android Documentation]
@@ -1156,7 +1160,8 @@
To be added.
-
+
+
@@ -1188,7 +1193,8 @@
To be added.
-
+
+
@@ -1220,7 +1226,8 @@
To be added.
-
+
+
@@ -1252,7 +1259,8 @@
To be added.
-
+
+
@@ -1374,4 +1382,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/Filter.xml b/docs/Mono.Android/en/Android.Widget/Filter.xml
index fb24c562ea..d646f22441 100644
--- a/docs/Mono.Android/en/Android.Widget/Filter.xml
+++ b/docs/Mono.Android/en/Android.Widget/Filter.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,14 +15,15 @@
-
+
+
A filter constrains data with a filtering pattern.
Filters are usually created by
classes.
Filtering operations performed by calling or
- are
+ are
performed asynchronously. When these methods are called, a filtering request
is posted in a request queue and processed later. Any call to one of these
methods will cancel any previous non-executed filtering request.
@@ -61,7 +62,8 @@
-
+
+
Creates a new asynchronous filter.
@@ -135,7 +137,8 @@
the value to convert to a CharSequence
-
+
+
To be added.
@@ -172,7 +175,8 @@
the constraint used to filter the data
-
+
+
Starts an asynchronous filtering operation. Calling this method
@@ -229,7 +233,8 @@
the constraint used to filter the data
a listener notified upon completion of the operation
-
+
+
Starts an asynchronous filtering operation. Calling this method
@@ -289,7 +294,8 @@
the constraint used to filter the data
-
+
+
To be added.
@@ -298,7 +304,7 @@
filtering operation. Results computed by the filtering operation
must be returned as a that
will then be published in the UI thread through
- .
+ .
Contract: When the constraint is null, the original
data must be restored.
@@ -355,7 +361,8 @@
the constraint used to filter the data
the results of the filtering operation
-
+
+
Invoked in the UI thread to publish the filtering results in the
@@ -430,4 +437,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml b/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml
index 6494ab0dee..3997e98ce5 100644
--- a/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml
+++ b/docs/Mono.Android/en/Android.Widget/GridLayout+Spec.xml
@@ -34,7 +34,7 @@
Use the following static methods to create specs:
-
+
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml b/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml
index 3d70c5065f..986c4b4b0c 100644
--- a/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/HeaderViewListAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -167,7 +167,8 @@
Android.Widget.Filter
-
+
+
To be added.
@@ -200,7 +201,8 @@
System.Int32
-
+
+
To be added.
@@ -350,7 +352,7 @@
Get a View that displays the data at the specified position in the data set. You can either
create a View manually or inflate it from an XML layout file. When the View is inflated, the
parent View (GridView, ListView...) will apply default layout parameters unless you use
-
+
to specify a root view and to prevent attachment to the root.
@@ -408,7 +410,8 @@
System.Int32
-
+
+
To be added.
@@ -437,7 +440,8 @@
System.Boolean
-
+
+
To be added.
@@ -540,7 +544,8 @@
To be added.
-
+
+
To be added.
@@ -573,7 +578,8 @@
To be added.
-
+
+
To be added.
@@ -673,7 +679,8 @@
System.Int32
-
+
+
To be added.
@@ -726,4 +733,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml b/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml
index 6f64feaf6d..1a5f735fc1 100644
--- a/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml
+++ b/docs/Mono.Android/en/Android.Widget/HorizontalScrollView.xml
@@ -1,4 +1,4 @@
-
+
@@ -61,7 +61,8 @@
To be added.
-
+
+
@@ -92,7 +93,8 @@
To be added.
To be added.
-
+
+
@@ -146,7 +148,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -181,7 +184,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -410,7 +414,8 @@
the scroll direction:
to go the left of the view or
to go the right
-
+
+
To be added.
@@ -444,7 +449,8 @@
System.Int32
-
+
+
To be added.
@@ -485,7 +491,8 @@
the scroll direction:
to go one page left or
to go one page right
-
+
+
To be added.
@@ -526,9 +533,9 @@
the number of pixels to scroll by on the X axis
the number of pixels to scroll by on the Y axis
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
[Android Documentation]
@@ -557,7 +564,8 @@
System.Boolean
-
+
+
To be added.
@@ -600,9 +608,9 @@
the position where to scroll on the X axis
the position where to scroll on the Y axis
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
[Android Documentation]
@@ -649,4 +657,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/IAdapter.xml b/docs/Mono.Android/en/Android.Widget/IAdapter.xml
index 7ef3c965a4..c0d6a5ed9e 100644
--- a/docs/Mono.Android/en/Android.Widget/IAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/IAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -228,7 +228,7 @@
Get a View that displays the data at the specified position in the data set. You can either
create a View manually or inflate it from an XML layout file. When the View is inflated, the
parent View (GridView, ListView...) will apply default layout parameters unless you use
-
+
to specify a root view and to prevent attachment to the root.
@@ -286,7 +286,8 @@
System.Boolean
-
+
+
To be added.
@@ -383,7 +384,8 @@
System.Int32
-
+
+
To be added.
@@ -407,4 +409,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml b/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml
index ad85055acb..285bdc80bf 100644
--- a/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/IExpandableListAdapter.xml
@@ -53,7 +53,8 @@
-
+
+
To be added.
@@ -131,7 +132,7 @@
Gets the ID for the given child within the given group. This ID must be
unique across all children within the group. The combined ID (see
- ) must be unique across ALL items
+ ) must be unique across ALL items
(groups and all children).
@@ -209,7 +210,7 @@
the correct data, this method can create a new view. It is not
guaranteed that the convertView will have been previously
created by
- .
+ .
the parent that this view will eventually be attached to
Gets a View that displays the data for the given child within the given
group.
@@ -406,14 +407,14 @@
the correct data, this method can create a new view. It is not
guaranteed that the convertView will have been previously
created by
- .
+ .
the parent that this view will eventually be attached to
Gets a View that displays the given group.
To be added.
Gets a View that displays the given group. This View is only for the
group--the Views for the group's children will be fetched using
- .
+ .
[Android Documentation]
@@ -534,7 +535,8 @@
System.Boolean
-
+
+
To be added.
@@ -633,7 +635,8 @@
To be added.
-
+
+
@@ -665,7 +668,8 @@
To be added.
-
+
+
diff --git a/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml b/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml
index 5eaf8dadfc..3b45da6a7c 100644
--- a/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml
+++ b/docs/Mono.Android/en/Android.Widget/IHeterogeneousExpandableList.xml
@@ -29,9 +29,9 @@
Lists that contain different types of group and/or child item views, should use an adapter that
implements this interface. This way, the recycled views that will be provided to
-
+
and
-
+
will be of the appropriate group or child type, resulting in a more efficient reuse of the
previously created views.
@@ -73,9 +73,9 @@
This method will only be called when the adapter is set on the .
Returns the number of types of child Views that will be created by
-
+
. Each type represents a set of views that can be converted in
-
+
, for any group. If the adapter always returns the same type of View for
all child items, this method should return 1.
@@ -113,12 +113,12 @@
the position of the group that the child resides in
the position of the child with respect to other children in the group
Get the type of child View that will be created by
-
+
for the specified child item.
To be added.
Get the type of child View that will be created by
-
+
for the specified child item.
@@ -152,12 +152,12 @@
the position of the group for which the type should be returned.
Get the type of group View that will be created by
-
+
. for the specified group item.
To be added.
Get the type of group View that will be created by
-
+
. for the specified group item.
@@ -194,9 +194,9 @@
This method will only be called when the adapter is set on the .
Returns the number of types of group Views that will be created by
-
+
. Each type represents a set of views that can be converted in
-
+
. If the adapter always returns the same type of View for all group items, this method should
return 1.
diff --git a/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml b/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml
index bcd568def3..728f8c6511 100644
--- a/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml
+++ b/docs/Mono.Android/en/Android.Widget/ListPopupWindow.xml
@@ -1,4 +1,4 @@
-
+
@@ -282,7 +282,8 @@
Android.Graphics.Drawables.Drawable
-
+
+
To be added.
@@ -439,7 +440,8 @@
System.Int32
-
+
+
To be added.
@@ -478,7 +480,8 @@
System.Int32
-
+
+
To be added.
@@ -562,7 +565,8 @@
System.Boolean
-
+
+
To be added.
@@ -591,7 +595,8 @@
System.Boolean
-
+
+
To be added.
@@ -650,7 +655,8 @@
Android.Widget.ListView
-
+
+
To be added.
@@ -827,7 +833,7 @@
Filter pre-IME key events.
To be added.
- Filter pre-IME key events. By forwarding
+ Filter pre-IME key events. By forwarding
events to this function, views using ListPopupWindow can have it dismiss the popup
when the back key is pressed.
@@ -1035,7 +1041,8 @@
System.Int32
-
+
+
To be added.
@@ -1076,7 +1083,8 @@
Java.Lang.Object
-
+
+
To be added.
@@ -1105,7 +1113,8 @@
System.Int64
-
+
+
To be added.
@@ -1135,7 +1144,8 @@
System.Int32
-
+
+
To be added.
@@ -1165,7 +1175,8 @@
Android.Views.View
-
+
+
To be added.
@@ -1648,7 +1659,8 @@
System.Int32
-
+
+
To be added.
@@ -1687,7 +1699,8 @@
System.Int32
-
+
+
To be added.
@@ -1740,4 +1753,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/OverScroller.xml b/docs/Mono.Android/en/Android.Widget/OverScroller.xml
index 4b04594114..e9187f0f10 100644
--- a/docs/Mono.Android/en/Android.Widget/OverScroller.xml
+++ b/docs/Mono.Android/en/Android.Widget/OverScroller.xml
@@ -1,4 +1,4 @@
-
+
@@ -427,7 +427,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -589,10 +590,10 @@
Returns whether the current Scroller is currently returning to a valid position.
Valid bounds were provided by the
- method.
+ method.
One should check this value before calling
- as the interpolation currently in progress
+ as the interpolation currently in progress
to restore a valid position will then be stopped. The caller has to take into account
the fact that the started scroll will start from an overscrolled position.
@@ -953,4 +954,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/PopupWindow.xml b/docs/Mono.Android/en/Android.Widget/PopupWindow.xml
index 75c56023f0..4df132db17 100644
--- a/docs/Mono.Android/en/Android.Widget/PopupWindow.xml
+++ b/docs/Mono.Android/en/Android.Widget/PopupWindow.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
A popup window that can be used to display an arbitrary view. The popup
@@ -44,7 +45,8 @@
-
+
+
Create a new empty, non focusable popup window of dimension (0,0).
@@ -76,7 +78,8 @@
To be added.
-
+
+
Create a new empty, non focusable popup window of dimension (0,0).
@@ -107,7 +110,8 @@
To be added.
-
+
+
Create a new non focusable popup window which can display the
@@ -142,7 +146,8 @@
To be added.
To be added.
-
+
+
Create a new empty, non focusable popup window of dimension (0,0).
@@ -175,7 +180,8 @@
To be added.
To be added.
-
+
+
Create a new empty, non focusable popup window. The dimension of the
@@ -233,7 +239,8 @@
To be added.
To be added.
To be added.
-
+
+
Create a new empty, non focusable popup window of dimension (0,0).
@@ -268,7 +275,8 @@
To be added.
To be added.
To be added.
-
+
+
Create a new non focusable popup window which can display the
@@ -308,7 +316,8 @@
To be added.
To be added.
To be added.
-
+
+
Create a new, empty, non focusable popup window of dimension (0,0).
@@ -345,7 +354,8 @@
To be added.
To be added.
To be added.
-
+
+
Create a new popup window which can display the contentView.
@@ -380,7 +390,8 @@
System.Int32
-
+
+
To be added.
@@ -456,7 +467,8 @@
System.Boolean
-
+
+
To be added.
@@ -507,7 +519,8 @@
Android.Views.View
-
+
+
To be added.
@@ -601,7 +614,8 @@
System.Single
-
+
+
To be added.
@@ -642,7 +656,8 @@
System.Boolean
-
+
+
To be added.
@@ -871,7 +886,7 @@
The value returned
by this method is meaningful only after
- or was invoked.
+ or was invoked.
[Android Documentation]
@@ -897,7 +912,8 @@
System.Boolean
-
+
+
To be added.
@@ -930,7 +946,8 @@
System.Boolean
-
+
+
To be added.
@@ -1133,7 +1150,8 @@
,
, or 0 to use the absolute
height.
-
+
+
Change the width and height measure specs that are given to the
@@ -1331,7 +1349,8 @@
the popup's x location offset
the popup's y location offset
-
+
+
@@ -1411,7 +1430,8 @@
System.Boolean
-
+
+
To be added.
@@ -1498,7 +1518,8 @@
System.Boolean
-
+
+
To be added.
@@ -1849,4 +1870,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml b/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml
index 7d976419a5..f1f9d10cef 100644
--- a/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml
+++ b/docs/Mono.Android/en/Android.Widget/RelativeLayout+LayoutParams.xml
@@ -227,7 +227,7 @@
method should only be used for constraints that don't refer to another sibling
(e.g., CENTER_IN_PARENT) or take a boolean value (
for true or 0 for false). To specify a verb that takes a subject, use
- instead.
+ instead.
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Widget/RelativeLayout.xml b/docs/Mono.Android/en/Android.Widget/RelativeLayout.xml
index 6187293b69..961f53f7ef 100644
--- a/docs/Mono.Android/en/Android.Widget/RelativeLayout.xml
+++ b/docs/Mono.Android/en/Android.Widget/RelativeLayout.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
Note: In platform version 17 and lower, RelativeLayout was affected by
a measurement bug that could cause child views to be measured with incorrect
values. (See
-
+
for more details.) This was triggered when a RelativeLayout container was placed in
a scrolling container, such as a ScrollView or HorizontalScrollView. If a custom view
not equipped to properly measure with the MeasureSpec mode
@@ -74,7 +74,8 @@
To be added.
-
+
+
@@ -105,7 +106,8 @@
To be added.
To be added.
-
+
+
@@ -159,7 +161,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -194,7 +197,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -357,7 +361,8 @@
To be added.
-
+
+
@@ -430,7 +435,8 @@
To be added.
-
+
+
@@ -479,4 +485,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml
index 5699e41091..a8d6322b70 100644
--- a/docs/Mono.Android/en/Android.Widget/RemoteViews.xml
+++ b/docs/Mono.Android/en/Android.Widget/RemoteViews.xml
@@ -1,4 +1,4 @@
-
+
@@ -425,7 +425,8 @@
System.String
-
+
+
To be added.
@@ -460,7 +461,7 @@
To be added.
The view to apply the actions to. This should be the result of
- the call.
+ the call.
Applies all of the actions to the provided view.
@@ -1285,7 +1286,7 @@
When using collections (eg. , etc.) in widgets, it is very
costly to set PendingIntents on the individual items, and is hence not permitted. Instead
- a single PendingIntent template can be set on the collection, see , and the individual on-click
+ a single PendingIntent template can be set on the collection, see , and the individual on-click
action of a given item can be distinguished by setting a fillInIntent on that item. The
fillInIntent is then combined with the PendingIntent template in order to determine the final
intent which will be executed when the item is clicked. This works as follows: any fields
@@ -1294,7 +1295,7 @@
of the PendingIntent template will then be filled in with the associated fields that are
- set in fillInIntent. See for more details.
+ set in fillInIntent. See for more details.
[Android Documentation]
@@ -1379,7 +1380,7 @@
costly to set PendingIntents on the individual items, and is hence not permitted. Instead
this method should be used to set a single PendingIntent template on the collection, and
individual items can differentiate their on-click behavior using
- .
+ .
[Android Documentation]
@@ -1460,9 +1461,9 @@
The id of the view to change
Scroll by this adapter position offset
- Equivalent to calling .
+ Equivalent to calling .
- Equivalent to calling .
+ Equivalent to calling .
[Android Documentation]
@@ -1573,9 +1574,9 @@
The id of the view to change
Scroll to this adapter position
- Equivalent to calling .
+ Equivalent to calling .
- Equivalent to calling .
+ Equivalent to calling .
[Android Documentation]
@@ -1725,10 +1726,10 @@
The id of a drawable to place below the text, or 0
Equivalent to calling
- .
+ .
Equivalent to calling
- .
+ .
[Android Documentation]
@@ -1768,9 +1769,9 @@
The id of a drawable to place after the text, or 0
The id of a drawable to place below the text, or 0
- Equivalent to calling .
+ Equivalent to calling .
- Equivalent to calling .
+ Equivalent to calling .
[Android Documentation]
@@ -1861,9 +1862,9 @@
The units of size (e.g. COMPLEX_UNIT_SP)
The size of the text
- Equivalent to calling
+ Equivalent to calling
- Equivalent to calling
+ Equivalent to calling
[Android Documentation]
@@ -1939,9 +1940,9 @@
the right padding in pixels
the bottom padding in pixels
- Equivalent to calling .
+ Equivalent to calling .
- Equivalent to calling .
+ Equivalent to calling .
[Android Documentation]
@@ -2129,4 +2130,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml b/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml
index 5dff41964e..ab0e761f01 100644
--- a/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml
+++ b/docs/Mono.Android/en/Android.Widget/RemoteViewsService.xml
@@ -1,4 +1,4 @@
-
+
@@ -44,7 +44,8 @@
-
+
+
@@ -97,7 +98,7 @@
The Intent that was used to bind to this service,
- as given to . Note that any extras that were included with
+ as given to . Note that any extras that were included with
the Intent at that point will not be seen here.
Return the communication channel to the service.
To be added.
@@ -197,4 +198,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml b/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml
index 9abb6e6069..d91179a83d 100644
--- a/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/ResourceCursorAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -148,12 +148,12 @@
To be added.
To be added.
Constructor with default behavior as per
- ; it is recommended
- you not use this, but instead .
+ ; it is recommended
+ you not use this, but instead .
Constructor with default behavior as per
- ; it is recommended
- you not use this, but instead .
+ ; it is recommended
+ you not use this, but instead .
When using this constructor,
will always be set.
@@ -225,7 +225,8 @@
the layout resources used to create drop down views
-
+
+
Sets the layout resource of the drop down views.
@@ -259,7 +260,8 @@
the layout resources used to create item views
-
+
+
Sets the layout resource of the item views.
@@ -309,4 +311,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ScrollView.xml b/docs/Mono.Android/en/Android.Widget/ScrollView.xml
index d47d3fb9ab..71422d33bc 100644
--- a/docs/Mono.Android/en/Android.Widget/ScrollView.xml
+++ b/docs/Mono.Android/en/Android.Widget/ScrollView.xml
@@ -1,4 +1,4 @@
-
+
@@ -66,7 +66,8 @@
To be added.
-
+
+
@@ -97,7 +98,8 @@
To be added.
To be added.
-
+
+
@@ -151,7 +153,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -186,7 +189,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -413,7 +417,8 @@
the scroll direction:
to go the top of the view or
to go the bottom
-
+
+
To be added.
@@ -447,7 +452,8 @@
System.Int32
-
+
+
To be added.
@@ -488,7 +494,8 @@
the scroll direction:
to go one page up or
to go one page down
-
+
+
To be added.
@@ -529,9 +536,9 @@
the number of pixels to scroll by on the X axis
the number of pixels to scroll by on the Y axis
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
[Android Documentation]
@@ -560,7 +567,8 @@
System.Boolean
-
+
+
To be added.
@@ -603,9 +611,9 @@
the position where to scroll on the X axis
the position where to scroll on the Y axis
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
- Like , but scroll smoothly instead of immediately.
+ Like , but scroll smoothly instead of immediately.
[Android Documentation]
@@ -652,4 +660,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml
index 3aa09aa5c0..528c233976 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleAdapter+IViewBinder.xml
@@ -27,7 +27,7 @@
You should use this class to bind values to views that are not
directly supported by SimpleAdapter or to change the way binding
- occurs for views supported by SimpleAdapter.See Also
+ occurs for views supported by SimpleAdapter.See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml b/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml
index bb5e320166..59e2c37322 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,14 +32,14 @@
Binding data to views occurs in two phases. First, if a
is available,
-
+
is invoked. If the returned value is true, binding has occurred.
If the returned value is false, the following views are then tried in order:
- A view that implements Checkable (e.g. CheckBox). The expected bind value is a boolean.
-
- TextView. The expected bind value is a string and
+
- TextView. The expected bind value is a string and
is invoked.
- ImageView. The expected bind value is a resource id or a string and
- or is invoked.
+ or is invoked.
If no appropriate binding can be found, an is thrown.
@@ -147,7 +147,8 @@
Android.Widget.Filter
-
+
+
To be added.
@@ -267,7 +268,7 @@
Get a View that displays the data at the specified position in the data set. You can either
create a View manually or inflate it from an XML layout file. When the View is inflated, the
parent View (GridView, ListView...) will apply default layout parameters unless you use
-
+
to specify a root view and to prevent attachment to the root.
@@ -298,7 +299,8 @@
the layout resource defining the drop down views
-
+
+
Sets the layout resource to create the drop down views.
@@ -341,7 +343,7 @@
there is no existing ViewBinder or if the existing ViewBinder cannot
handle binding to an ImageView.
- This method is called instead of
+ This method is called instead of
if the supplied data is an int or Integer.
@@ -387,7 +389,7 @@
value cannot be used as an image resource, the value is used as an
image Uri.
- This method is called instead of
+ This method is called instead of
if the supplied data is not an int or Integer.
@@ -515,4 +517,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml
index bcb3c65c01..6d6d717e7f 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter+IViewBinder.xml
@@ -28,7 +28,7 @@
You should use this class to bind values from the Cursor to views
that are not directly supported by SimpleCursorAdapter or to
change the way binding occurs for views supported by
- SimpleCursorAdapter.See Also
+ SimpleCursorAdapter.See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter.xml
index 5cac6cd399..63c736ce3a 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,12 +25,12 @@
Binding occurs in two phases. First, if a
is available,
-
+
is invoked. If the returned value is true, binding has occured. If the
returned value is false and the view to bind is a TextView,
- is invoked. If the returned value
+ is invoked. If the returned value
is false and the view to bind is an ImageView,
- is invoked. If no appropriate
+ is invoked. If no appropriate
binding can be found, an is thrown.
If this adapter is used with filtering, for instance in an
@@ -189,12 +189,12 @@
Binding occurs in two phases. First, if a
is available,
-
+
is invoked. If the returned value is true, binding has occured. If the
returned value is false and the view to bind is a TextView,
- is invoked. If the returned value is
+ is invoked. If the returned value is
false and the view to bind is an ImageView,
- is invoked. If no appropriate
+ is invoked. If no appropriate
binding can be found, an is thrown.
@@ -519,4 +519,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml
index 4571ed9c28..3cb5244cff 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter+IViewBinder.xml
@@ -28,7 +28,7 @@
You should use this class to bind values from the Cursor to views
that are not directly supported by SimpleCursorTreeAdapter or to
change the way binding occurs for views supported by
- SimpleCursorTreeAdapter.See Also
+ SimpleCursorTreeAdapter.See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter.xml b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter.xml
index c4715ec642..4a09129c9a 100644
--- a/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter.xml
+++ b/docs/Mono.Android/en/Android.Widget/SimpleCursorTreeAdapter.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,12 +25,12 @@
Binding occurs in two phases. First, if a
is available,
-
+
is invoked. If the returned value is true, binding has occurred. If the
returned value is false and the view to bind is a TextView,
- is invoked. If the returned value
+ is invoked. If the returned value
is false and the view to bind is an ImageView,
- is invoked. If no appropriate
+ is invoked. If no appropriate
binding can be found, an is thrown.
@@ -434,4 +434,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/Switch.xml b/docs/Mono.Android/en/Android.Widget/Switch.xml
index b64fdced5b..a178b095af 100644
--- a/docs/Mono.Android/en/Android.Widget/Switch.xml
+++ b/docs/Mono.Android/en/Android.Widget/Switch.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,9 +24,9 @@
property controls the text displayed in the label for the switch, whereas the
and text
controls the text on the thumb. Similarly, the
- and the related
+ and the related
setTypeface() methods control the typeface and style of label text, whereas the
- and
+ and
the related setSwitchTypeface() methods control that of the thumb.
@@ -223,27 +223,28 @@
vertical space requirements as imposed by the parent.
The requirements are encoded with
.
-
+
+
Measure the view and its content to determine the measured width and the
- measured height. This method is invoked by and
+ measured height. This method is invoked by and
should be overridden by subclasses to provide accurate and efficient
measurement of their contents.
CONTRACT: When overriding this method, you
- must call to store the
+ must call to store the
measured width and height of this view. Failure to do so will trigger an
IllegalStateException, thrown by
- . Calling the superclass'
- is a valid use.
+ . Calling the superclass'
+ is a valid use.
The base class implementation of measure defaults to the background size,
unless a larger size is allowed by the MeasureSpec. Subclasses should
- override to provide better measurements of
+ override to provide better measurements of
their content.
@@ -322,7 +323,7 @@
Sets the typeface in which the text should be displayed on the switch.
Note that not all Typeface families actually have bold and italic
variants, so you may need to use
- to get the appearance
+ to get the appearance
that you actually want.
@@ -465,7 +466,8 @@
System.Boolean
-
+
+
To be added.
@@ -863,4 +865,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/TableLayout.xml b/docs/Mono.Android/en/Android.Widget/TableLayout.xml
index ab727cf32b..f31a01a335 100644
--- a/docs/Mono.Android/en/Android.Widget/TableLayout.xml
+++ b/docs/Mono.Android/en/Android.Widget/TableLayout.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
A layout that arranges its children into rows and columns.
@@ -29,8 +30,8 @@
The width of a column is defined by the row with the widest cell in that
column. However, a TableLayout can specify certain columns as shrinkable or
stretchable by calling
-
- or . If
+
+ or . If
marked as shrinkable, the column width can be shrunk to fit the table into
its parent object. If marked as stretchable, it can expand in width to fit
any extra space. The total width of the table is defined by its parent
@@ -38,7 +39,7 @@
and stretchable. In such a situation, the column will change its size to
always use up the available space, but never more. Finally, you can hide a
column by calling
- .
+ .
The children of a TableLayout cannot specify the layout_width
attribute. Width is always MATCH_PARENT. However, the
layout_height attribute can be defined by a child; default value
@@ -79,7 +80,8 @@
To be added.
-
+
+
Creates a new TableLayout for the given context.
@@ -111,7 +113,8 @@
To be added.
To be added.
-
+
+
Creates a new TableLayout for the given context and with the
@@ -166,7 +169,8 @@
the index of the column
-
+
+
To be added.
@@ -200,7 +204,8 @@
the index of the column
-
+
+
To be added.
@@ -234,7 +239,8 @@
the index of the column
-
+
+
To be added.
@@ -270,7 +276,8 @@
the index of the column
true if the column must be collapsed, false otherwise
-
+
+
Collapses or restores a given column. When collapsed, a column
@@ -310,7 +317,8 @@
the index of the column
true if the column must be shrinkable,
false otherwise. Default is false.
-
+
+
Makes the given column shrinkable or not. When a row is too wide, the
@@ -348,7 +356,8 @@
the index of the column
true if the column must be stretchable,
false otherwise. Default is false.
-
+
+
Makes the given column stretchable or not. When stretchable, a column
@@ -382,7 +391,8 @@
System.Boolean
-
+
+
To be added.
@@ -424,7 +434,8 @@
System.Boolean
-
+
+
To be added.
@@ -484,4 +495,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/TextClock.xml b/docs/Mono.Android/en/Android.Widget/TextClock.xml
index bcb32843c2..9ece5e91ea 100644
--- a/docs/Mono.Android/en/Android.Widget/TextClock.xml
+++ b/docs/Mono.Android/en/Android.Widget/TextClock.xml
@@ -1,4 +1,4 @@
-
+
@@ -244,7 +244,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -390,7 +391,7 @@
Note: if styling is not needed, it is highly recommended
you supply a format string generated by
- . This method
+ . This method
takes care of generating a format string adapted to the desired locale.
@@ -466,7 +467,7 @@
Note: if styling is not needed, it is highly recommended
you supply a format string generated by
- . This method
+ . This method
takes care of generating a format string adapted to the desired locale.
@@ -602,4 +603,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/TextView.xml b/docs/Mono.Android/en/Android.Widget/TextView.xml
index 775d7b1a0e..f7ccc07b65 100644
--- a/docs/Mono.Android/en/Android.Widget/TextView.xml
+++ b/docs/Mono.Android/en/Android.Widget/TextView.xml
@@ -1,4 +1,4 @@
-
+
@@ -71,7 +71,8 @@
To be added.
-
+
+
@@ -102,7 +103,8 @@
To be added.
To be added.
-
+
+
@@ -156,7 +158,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -191,7 +194,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -230,7 +234,7 @@
In 1.0, the method was erroneously
- not called after calls. Now, doing
+ not called after calls. Now, doing
if there are any text changed listeners forces the buffer type to
Editable if it would not otherwise be and does call this method.
@@ -448,7 +452,8 @@
-
+
+
@@ -774,7 +779,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -804,7 +810,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -858,18 +865,18 @@
Paste, Replace and Share actions, depending on what this View supports.
A custom implementation can add new entries in the default menu in its
-
+
method. The default actions can also be removed from the menu using
and passing ,
, , ,
or ids as parameters.
Returning false from
-
+
will prevent the action mode from being started.
Action click events should be handled by the custom implementation of
- .
+ .
Note that text selection mode is not started when a TextView receives focus and the
flag has been set. The content is highlighted in
@@ -1130,7 +1137,8 @@
-
+
+
@@ -1331,7 +1339,8 @@
System.String
-
+
+
To be added.
@@ -1843,7 +1852,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -1931,7 +1941,8 @@
Android.Content.Res.ColorStateList
-
+
+
To be added.
@@ -1964,10 +1975,10 @@
System.Int32
- Get the IME action ID previous set with .
+ Get the IME action ID previous set with .
To be added.
- Get the IME action ID previous set with .
+ Get the IME action ID previous set with .
[Android Documentation]
@@ -2011,10 +2022,10 @@
Java.Lang.ICharSequence
- Get the IME action label previous set with .
+ Get the IME action label previous set with .
To be added.
- Get the IME action label previous set with .
+ Get the IME action label previous set with .
[Android Documentation]
@@ -2168,7 +2179,8 @@
System.Boolean
-
+
+
To be added.
@@ -2313,7 +2325,8 @@
Android.Text.Method.IKeyListener
-
+
+
To be added.
@@ -2362,7 +2375,8 @@
Android.Text.Layout
-
+
+
To be added.
@@ -2426,7 +2440,8 @@
System.Single
-
+
+
To be added.
@@ -2498,7 +2513,8 @@
System.Int32
-
+
+
To be added.
@@ -2594,7 +2610,7 @@
Returns whether the movement method will automatically be set to
if has been
- set to nonzero and links are detected in .
+ set to nonzero and links are detected in .
To be added.
@@ -2604,7 +2620,7 @@
Returns whether the movement method will automatically be set to
if has been
- set to nonzero and links are detected in .
+ set to nonzero and links are detected in .
The default is true.
@@ -2613,7 +2629,7 @@
Sets whether the movement method will automatically be set to
if has been
- set to nonzero and links are detected in .
+ set to nonzero and links are detected in .
The default is true.
@@ -2635,7 +2651,8 @@
Android.Content.Res.ColorStateList
-
+
+
To be added.
@@ -2697,7 +2714,8 @@
System.Int32
-
+
+
To be added.
@@ -2728,7 +2746,8 @@
System.Int32
-
+
+
To be added.
@@ -2758,7 +2777,8 @@
System.Int32
-
+
+
To be added.
@@ -2788,7 +2808,8 @@
System.Int32
-
+
+
To be added.
@@ -2819,7 +2840,8 @@
System.Int32
-
+
+
To be added.
@@ -2850,7 +2872,8 @@
System.Int32
-
+
+
To be added.
@@ -2880,7 +2903,8 @@
System.Int32
-
+
+
To be added.
@@ -2910,7 +2934,8 @@
System.Int32
-
+
+
To be added.
@@ -2978,7 +3003,8 @@
Android.Text.Method.IMovementMethod
-
+
+
To be added.
@@ -3257,12 +3283,12 @@
Any additional data for the command. This may be null.
Called by the framework in response to a private command from the
current method, provided by it calling
- .
+ .
To be added.
Called by the framework in response to a private command from the
current method, provided by it calling
- .
+ .
[Android Documentation]
@@ -3510,7 +3536,8 @@
Android.Text.TextPaint
-
+
+
To be added.
@@ -3542,7 +3569,8 @@
Android.Graphics.PaintFlags
-
+
+
To be added.
@@ -3866,7 +3894,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -3912,7 +3940,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -3957,7 +3985,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -4002,7 +4030,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -4048,7 +4076,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -4093,7 +4121,7 @@
Calling this method will overwrite any Drawables previously set using
- or related methods.
+ or related methods.
[Android Documentation]
@@ -4324,10 +4352,10 @@
To be added.
Apply to this text view the given extracted text, as previously
- returned by .
+ returned by .
Apply to this text view the given extracted text, as previously
- returned by .
+ returned by .
@@ -5360,7 +5388,8 @@
To be added.
-
+
+
@@ -5576,7 +5605,8 @@
To be added.
-
+
+
@@ -5648,7 +5678,8 @@
To be added.
To be added.
-
+
+
@@ -5961,10 +5992,10 @@
To be added.
To be added.
- Like ,
+ Like ,
except that the cursor position (if any) is retained in the new text.
- Like ,
+ Like ,
except that the cursor position (if any) is retained in the new text.
@@ -6137,7 +6168,8 @@
Android.Graphics.Color
-
+
+
To be added.
@@ -6167,7 +6199,8 @@
System.Single
-
+
+
To be added.
@@ -6197,7 +6230,8 @@
System.Single
-
+
+
To be added.
@@ -6454,7 +6488,8 @@
System.Single
-
+
+
To be added.
@@ -6493,7 +6528,8 @@
System.Single
-
+
+
To be added.
@@ -6766,7 +6802,8 @@
Android.Text.Method.ITransformationMethod
-
+
+
To be added.
@@ -6806,7 +6843,8 @@
Android.Graphics.Typeface
-
+
+
To be added.
@@ -6824,7 +6862,7 @@
Sets the typeface and style in which the text should be displayed.
Note that not all Typeface families actually have bold and italic
variants, so you may need to use
- to get the appearance
+ to get the appearance
that you actually want.
@@ -6833,4 +6871,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/VideoView.xml b/docs/Mono.Android/en/Android.Widget/VideoView.xml
index 6ece071451..26a82fee9f 100644
--- a/docs/Mono.Android/en/Android.Widget/VideoView.xml
+++ b/docs/Mono.Android/en/Android.Widget/VideoView.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
Note: VideoView does not retain its full state when going into the
background. In particular, it does not restore the current play state,
play position, selected tracks, or any subtitle tracks added via
- . Applications should
+ . Applications should
save and restore these on their own in
and
.
@@ -67,7 +67,8 @@
To be added.
-
+
+
@@ -98,7 +99,8 @@
To be added.
To be added.
-
+
+
@@ -152,7 +154,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -187,7 +190,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -293,7 +297,8 @@
System.Int32
-
+
+
To be added.
@@ -323,7 +328,8 @@
-
+
+
To be added.
@@ -353,7 +359,8 @@
-
+
+
To be added.
@@ -383,7 +390,8 @@
-
+
+
To be added.
@@ -427,7 +435,8 @@
System.Int32
-
+
+
To be added.
@@ -456,7 +465,8 @@
System.Int32
-
+
+
To be added.
@@ -515,7 +525,8 @@
System.Boolean
-
+
+
To be added.
@@ -545,7 +556,8 @@
-
+
+
@@ -594,7 +606,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -624,7 +637,8 @@
-
+
+
@@ -656,7 +670,8 @@
To be added.
-
+
+
@@ -688,7 +703,8 @@
To be added.
-
+
+
@@ -951,7 +967,8 @@
-
+
+
@@ -980,7 +997,8 @@
-
+
+
@@ -1009,7 +1027,8 @@
-
+
+
@@ -1058,4 +1077,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ViewSwitcher.xml b/docs/Mono.Android/en/Android.Widget/ViewSwitcher.xml
index 733f4eac6c..8897b6b6c7 100644
--- a/docs/Mono.Android/en/Android.Widget/ViewSwitcher.xml
+++ b/docs/Mono.Android/en/Android.Widget/ViewSwitcher.xml
@@ -1,4 +1,4 @@
-
+
@@ -208,7 +208,7 @@
Sets the factory used to create the two views between which the
ViewSwitcher will flip. Instead of using a factory, you can call
-
+
twice.
@@ -256,4 +256,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android.Widget/ZoomButtonsController.xml b/docs/Mono.Android/en/Android.Widget/ZoomButtonsController.xml
index 23f65f9fd4..478aaa7371 100644
--- a/docs/Mono.Android/en/Android.Widget/ZoomButtonsController.xml
+++ b/docs/Mono.Android/en/Android.Widget/ZoomButtonsController.xml
@@ -1,4 +1,4 @@
-
+
@@ -39,7 +39,7 @@
If you are using this with a custom View, please call
from
- and from
+ and from
when visibility != View.VISIBLE.
@@ -503,4 +503,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Android/Resource+Attribute.xml b/docs/Mono.Android/en/Android/Resource+Attribute.xml
index 4e40608fb9..918a020520 100644
--- a/docs/Mono.Android/en/Android/Resource+Attribute.xml
+++ b/docs/Mono.Android/en/Android/Resource+Attribute.xml
@@ -1,4 +1,4 @@
-
+
@@ -13693,16 +13693,16 @@ containing a value of this type.
16842779
- If true, the or corresponding Intent flags can
+ If true, the or corresponding Intent flags can
be used to allow others to access specific URIs in the content
provider, even if they do not have an explicit read or write
permission.
- If true, the or corresponding Intent flags can
+ If true, the or corresponding Intent flags can
be used to allow others to access specific URIs in the content
provider, even if they do not have an explicit read or write
permission. If you are supporting this feature, you must be
- sure to call when URIs are deleted from your
+ sure to call when URIs are deleted from your
provider.
Must be a boolean value, either "true" or "false".
@@ -14586,10 +14586,10 @@ containing a value of this type.
16842792
Specify a URI authority host that is handled, as per
- .
+ .
Specify a URI authority host that is handled, as per
- .
+ .
Note: host name matching in the Android framework is
@@ -18215,12 +18215,12 @@ containing a value of this type.
Specifies the type of layer backing this view.
Specifies the type of layer backing this view. The default value is none.
- Refer to
+ Refer to
for more information.
| Constant | Value | Description |
|---|
| none | 0 | Don't use a layer. | | software | 1 | Use a software layer. Refer to
- for
+ for
more information. | | hardware | 2 | Use a hardware layer. Refer to
- for
+ for
more information. |
Must be one of the following constant values.
@@ -25225,10 +25225,10 @@ or to a theme attribute in the form "?[package16842793
Specify a URI authority port that is handled, as per
- .
+ .
Specify a URI authority port that is handled, as per
- . If a host is supplied
+ . If a host is supplied
but not a port, any port is matched.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
@@ -39711,7 +39711,7 @@ containing a value of this type.
Provides initial visibility state of the drawable; the default
value is false. See
- .
+ .
Must be a boolean value, either "true" or "false".
@@ -42426,4 +42426,4 @@ or to a theme attribute in the form "?[package
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Dalvik.SystemInterop/PathClassLoader.xml b/docs/Mono.Android/en/Dalvik.SystemInterop/PathClassLoader.xml
index c7f6e793fc..88b767176e 100644
--- a/docs/Mono.Android/en/Dalvik.SystemInterop/PathClassLoader.xml
+++ b/docs/Mono.Android/en/Dalvik.SystemInterop/PathClassLoader.xml
@@ -1,4 +1,4 @@
-
+
@@ -78,7 +78,7 @@
Creates a PathClassLoader that operates on a given list of files
and directories. This method is equivalent to calling
- with a
+ with a
null value for the second argument (see description there).
@@ -195,4 +195,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/File.xml b/docs/Mono.Android/en/Java.IO/File.xml
index 31cf5f1858..831aa8a054 100644
--- a/docs/Mono.Android/en/Java.IO/File.xml
+++ b/docs/Mono.Android/en/Java.IO/File.xml
@@ -1,4 +1,4 @@
-
+
@@ -535,7 +535,7 @@
This method is not generally useful. For creating temporary files,
- use instead. For reading/writing files, use ,
+ use instead. For reading/writing files, use ,
, or , all of which can create files.
@@ -582,7 +582,7 @@
Creates an empty temporary file using the given prefix and suffix as part
of the file name. If suffix is null, .tmp is used. This
method is a convenience method that calls
- with the third argument
+ with the third argument
being null.
@@ -2186,4 +2186,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/IObjectInputValidation.xml b/docs/Mono.Android/en/Java.IO/IObjectInputValidation.xml
index 1748b21c0e..99f3a2eb7e 100644
--- a/docs/Mono.Android/en/Java.IO/IObjectInputValidation.xml
+++ b/docs/Mono.Android/en/Java.IO/IObjectInputValidation.xml
@@ -23,7 +23,7 @@
A callback interface for post-deserialization checks on objects. Allows, for
example, the validation of a whole graph of objects after all of them have
- been loaded.See Also
+ been loaded.See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Java.IO/InputStream.xml b/docs/Mono.Android/en/Java.IO/InputStream.xml
index 33d80c0474..86442a64f9 100644
--- a/docs/Mono.Android/en/Java.IO/InputStream.xml
+++ b/docs/Mono.Android/en/Java.IO/InputStream.xml
@@ -1,4 +1,4 @@
-
+
@@ -50,7 +50,7 @@
stream.
- All input stream subclasses should override both and . The
+ All input stream subclasses should override both and . The
three argument overload is necessary for bulk access to the data. This is
much more efficient than byte-by-byte access.
@@ -623,4 +623,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/InvalidObjectException.xml b/docs/Mono.Android/en/Java.IO/InvalidObjectException.xml
index fd59e03c77..814336ce8d 100644
--- a/docs/Mono.Android/en/Java.IO/InvalidObjectException.xml
+++ b/docs/Mono.Android/en/Java.IO/InvalidObjectException.xml
@@ -1,4 +1,4 @@
-
+
@@ -17,7 +17,7 @@
Signals that, during deserialization, the validation of an object has failed.
- Signals that, during deserialization, the validation of an object has failed.See Also
+ Signals that, during deserialization, the validation of an object has failed.See Also
[Android Documentation]
@@ -116,4 +116,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/NotActiveException.xml b/docs/Mono.Android/en/Java.IO/NotActiveException.xml
index bf20d5f82a..2b2dd7f5ed 100644
--- a/docs/Mono.Android/en/Java.IO/NotActiveException.xml
+++ b/docs/Mono.Android/en/Java.IO/NotActiveException.xml
@@ -1,4 +1,4 @@
-
+
@@ -23,7 +23,7 @@
writeObject(). Any attempt to call them from another context will cause a
NotActiveException to be thrown. The list of methods that are
protected this way is:
-
+
[Android Documentation]
@@ -151,4 +151,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/OutputStream.xml b/docs/Mono.Android/en/Java.IO/OutputStream.xml
index 2719bb6b88..d6d6cc04c0 100644
--- a/docs/Mono.Android/en/Java.IO/OutputStream.xml
+++ b/docs/Mono.Android/en/Java.IO/OutputStream.xml
@@ -1,4 +1,4 @@
-
+
@@ -47,7 +47,7 @@
stream.
- All output stream subclasses should override both and . The
+ All output stream subclasses should override both and . The
three argument overload is necessary for bulk access to the data. This is
much more efficient than byte-by-byte access.
@@ -397,4 +397,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/Reader.xml b/docs/Mono.Android/en/Java.IO/Reader.xml
index 055546afcd..4293297de5 100644
--- a/docs/Mono.Android/en/Java.IO/Reader.xml
+++ b/docs/Mono.Android/en/Java.IO/Reader.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
This abstract class does not provide a fully working implementation, so it
- needs to be subclassed, and at least the and
+ needs to be subclassed, and at least the and
methods needs to be overridden. Overriding some of the
non-abstract methods is also often advised, since it might result in higher
efficiency.
@@ -677,4 +677,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.IO/Writer.xml b/docs/Mono.Android/en/Java.IO/Writer.xml
index 0e8b263fcc..ec73964b96 100644
--- a/docs/Mono.Android/en/Java.IO/Writer.xml
+++ b/docs/Mono.Android/en/Java.IO/Writer.xml
@@ -1,4 +1,4 @@
-
+
@@ -37,7 +37,7 @@
This abstract class does not provide a fully working implementation, so it
- needs to be subclassed, and at least the ,
+ needs to be subclassed, and at least the ,
and methods needs to be overridden.
Overriding some of the non-abstract methods is also often advised, since it
might result in higher efficiency.
@@ -787,4 +787,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/InvocationTargetException.xml b/docs/Mono.Android/en/Java.Lang.Reflect/InvocationTargetException.xml
index 2efd9ba9b3..d65349cba0 100644
--- a/docs/Mono.Android/en/Java.Lang.Reflect/InvocationTargetException.xml
+++ b/docs/Mono.Android/en/Java.Lang.Reflect/InvocationTargetException.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
-
-
+
@@ -228,4 +228,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang.Reflect/UndeclaredThrowableException.xml b/docs/Mono.Android/en/Java.Lang.Reflect/UndeclaredThrowableException.xml
index 057f8d75d4..4deb0eec12 100644
--- a/docs/Mono.Android/en/Java.Lang.Reflect/UndeclaredThrowableException.xml
+++ b/docs/Mono.Android/en/Java.Lang.Reflect/UndeclaredThrowableException.xml
@@ -1,4 +1,4 @@
-
+
@@ -19,7 +19,7 @@
an InvocationHandler.
This class provides a wrapper for an undeclared, checked exception thrown by
- an InvocationHandler.See Also
+ an InvocationHandler.See Also
[Android Documentation]
@@ -182,4 +182,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/Character.xml b/docs/Mono.Android/en/Java.Lang/Character.xml
index 6f05915d23..187e458729 100644
--- a/docs/Mono.Android/en/Java.Lang/Character.xml
+++ b/docs/Mono.Android/en/Java.Lang/Character.xml
@@ -1,4 +1,4 @@
-
+
@@ -5163,7 +5163,7 @@
Converts a surrogate pair into a Unicode code point. This method assumes
that the pair are valid surrogates. If the pair are not valid
surrogates, then the result is indeterminate. The
- method should be used prior to this
+ method should be used prior to this
method to validate the pair.
@@ -5551,4 +5551,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/ClassLoader.xml b/docs/Mono.Android/en/Java.Lang/ClassLoader.xml
index 342c8c8f7b..84a3e78d0d 100644
--- a/docs/Mono.Android/en/Java.Lang/ClassLoader.xml
+++ b/docs/Mono.Android/en/Java.Lang/ClassLoader.xml
@@ -1,4 +1,4 @@
-
+
@@ -979,7 +979,7 @@
Note: In the Android reference implementation, the
- second parameter of is ignored
+ second parameter of is ignored
anyway.
@@ -1372,4 +1372,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/JavaSystem.xml b/docs/Mono.Android/en/Java.Lang/JavaSystem.xml
index 6f4a40f822..42120e689b 100644
--- a/docs/Mono.Android/en/Java.Lang/JavaSystem.xml
+++ b/docs/Mono.Android/en/Java.Lang/JavaSystem.xml
@@ -1,4 +1,4 @@
-
+
@@ -447,7 +447,7 @@
|
| java.io.tmpdir |
- See |
+ See |
/sdcard
|
@@ -1344,4 +1344,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/String.xml b/docs/Mono.Android/en/Java.Lang/String.xml
index 9a8310809d..58b630684f 100644
--- a/docs/Mono.Android/en/Java.Lang/String.xml
+++ b/docs/Mono.Android/en/Java.Lang/String.xml
@@ -1,4 +1,4 @@
-
+
@@ -1944,7 +1944,7 @@
true only if the regular expression matches the entire input string. A common mistake is
to assume that this method behaves like ; if you want to match anywhere
within the input string, you need to add .* to the beginning and end of your
- regular expression. See .
+ regular expression. See .
If the same regular expression is to be used for multiple operations, it may be more
@@ -2307,7 +2307,7 @@
Splits this string using the supplied regularExpression.
Equivalent to split(regularExpression, 0).
- See for an explanation of limit.
+ See for an explanation of limit.
See for regular expression syntax.
@@ -2351,7 +2351,7 @@
To be added.
Splits this string using the supplied regularExpression.
- See for an explanation of limit.
+ See for an explanation of limit.
See for regular expression syntax.
@@ -2492,10 +2492,10 @@
the end offset of the sub-sequence. It is exclusive, that is,
the index of the first character after those that are included
in the sub-sequence
- Equivalent to but needed to implement CharSequence.
+ Equivalent to but needed to implement CharSequence.
To be added.
- Equivalent to but needed to implement CharSequence.
+ Equivalent to but needed to implement CharSequence.
[Android Documentation]
@@ -3186,4 +3186,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/StringBuffer.xml b/docs/Mono.Android/en/Java.Lang/StringBuffer.xml
index afe9b10dcd..6965ee4d02 100644
--- a/docs/Mono.Android/en/Java.Lang/StringBuffer.xml
+++ b/docs/Mono.Android/en/Java.Lang/StringBuffer.xml
@@ -1,4 +1,4 @@
-
+
@@ -74,7 +74,7 @@
-
-
+
@@ -2190,4 +2190,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Lang/StringBuilder.xml b/docs/Mono.Android/en/Java.Lang/StringBuilder.xml
index e0aa602327..8d0be418ba 100644
--- a/docs/Mono.Android/en/Java.Lang/StringBuilder.xml
+++ b/docs/Mono.Android/en/Java.Lang/StringBuilder.xml
@@ -1,4 +1,4 @@
-
+
@@ -74,7 +74,7 @@
-
-
+
@@ -676,7 +676,7 @@
To be added.
Appends the string representation of the specified subset of the char[]. The char[] value is converted to a String according to
- the rule defined by .
+ the rule defined by .
[Android Documentation]
@@ -1601,7 +1601,7 @@
Inserts the string representation of the specified subsequence of the
CharSequence at the specified offset. The CharSequence is converted to a String as defined by
- . If the CharSequence
+ . If the CharSequence
is null, then the string "null" is used to determine the
subsequence.
@@ -1650,7 +1650,7 @@
Inserts the string representation of the specified subsequence of the
char[] at the specified offset. The char[] value
is converted to a String according to the rule defined by
- .
+ .
[Android Documentation]
@@ -2234,4 +2234,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Net/DatagramSocket.xml b/docs/Mono.Android/en/Java.Net/DatagramSocket.xml
index ee33d4263e..2fe4e289af 100644
--- a/docs/Mono.Android/en/Java.Net/DatagramSocket.xml
+++ b/docs/Mono.Android/en/Java.Net/DatagramSocket.xml
@@ -1,4 +1,4 @@
-
+
@@ -643,7 +643,7 @@
Returns true if this datagram socket is connected to a remote address.
To be added.
- Returns true if this datagram socket is connected to a remote address. See .
+ Returns true if this datagram socket is connected to a remote address. See .
@@ -1214,4 +1214,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Net/ResponseCache.xml b/docs/Mono.Android/en/Java.Net/ResponseCache.xml
index defbefac4c..81551c8cdb 100644
--- a/docs/Mono.Android/en/Java.Net/ResponseCache.xml
+++ b/docs/Mono.Android/en/Java.Net/ResponseCache.xml
@@ -1,4 +1,4 @@
-
+
@@ -23,7 +23,7 @@
If returns true, URLConnection will use the
default response cache, if one has been set.
- Although URLConnection will always call , the specific
+ Although URLConnection will always call , the specific
ResponseCache implementation gets to decide what will actually be cached,
and for how long.
@@ -50,7 +50,8 @@
-
+
+
@@ -230,4 +231,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Net/SocketOptions.xml b/docs/Mono.Android/en/Java.Net/SocketOptions.xml
index b4c190a46e..e4e36ce1ad 100644
--- a/docs/Mono.Android/en/Java.Net/SocketOptions.xml
+++ b/docs/Mono.Android/en/Java.Net/SocketOptions.xml
@@ -335,7 +335,7 @@
sent.
- The option can be set to disabled using with a value of
+ The option can be set to disabled using with a value of
Boolean.FALSE.
diff --git a/docs/Mono.Android/en/Java.Nio.Charset/CharsetDecoder.xml b/docs/Mono.Android/en/Java.Nio.Charset/CharsetDecoder.xml
index 9a982f94c0..18594c39dd 100644
--- a/docs/Mono.Android/en/Java.Nio.Charset/CharsetDecoder.xml
+++ b/docs/Mono.Android/en/Java.Nio.Charset/CharsetDecoder.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,15 +27,15 @@
. A decoder instance should be used in
the following sequence, which is referred to as a decoding operation:
- invoking the method to reset the decoder if the
- decoder has been used;
- invoking the
+ decoder has been used;
- invoking the
method until the additional input is not needed, the endOfInput
parameter must be set to false, the input buffer must be filled and the
- output buffer must be flushed between invocations;
- invoking the
+ output buffer must be flushed between invocations;
- invoking the
method for the last time, and then the endOfInput parameter
must be set to true;
- invoking the method to flush the
output.
- The method will
+ The method will
convert as many bytes as possible, and the process won't stop until the input
bytes have run out, the output buffer has been filled or some error has
happened. A instance will be returned to
@@ -66,7 +66,7 @@
This is an abstract class and encapsulates many common operations of the
decoding process for all charsets. Decoders for a specific charset should
extend this class and need only to implement the
- method for the basic
+ method for the basic
decoding. If a subclass maintains an internal state, it should override the
method and the
method in addition.
@@ -334,7 +334,7 @@
This method invokes the
- method to
+ method to
implement the basic decode logic for a specific charset.
@@ -345,7 +345,7 @@
if decoding has started or no more input is needed in this
decoding progress.
- if the
+ if the
method threw an BufferUnderflowException or
BufferOverflowException.
@@ -377,7 +377,7 @@
To be added.
Decodes bytes into characters. This method is called by the
- method.
+ method.
This method will implement the essential decoding operation, and it won't
@@ -386,10 +386,10 @@
CoderResult object indicating the result of current
decoding operation. The rules to construct the CoderResult
are the same as for
- . When an
+ . When an
exception is encountered in the decoding operation, most implementations
of this method will return a relevant result object to the
- method, and some
+ method, and some
performance optimized implementation may handle the exception and
implement the error action itself.
@@ -1087,4 +1087,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Nio.Charset/CharsetEncoder.xml b/docs/Mono.Android/en/Java.Nio.Charset/CharsetEncoder.xml
index 3c3e0c699c..a2f287ef40 100644
--- a/docs/Mono.Android/en/Java.Nio.Charset/CharsetEncoder.xml
+++ b/docs/Mono.Android/en/Java.Nio.Charset/CharsetEncoder.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,18 +25,18 @@
Use to encode an entire CharBuffer to a
- new ByteBuffer, or for more
+ new ByteBuffer, or for more
control. When using the latter method, the entire operation proceeds as follows:
- - Invoke to reset the encoder if this instance has been used before.
- Invoke with the endOfInput
+
- Invoke to reset the encoder if this instance has been used before.
- Invoke with the endOfInput
parameter set to false until additional input is not needed (as signaled by the return value).
The input buffer must be filled and the output buffer must be flushed between invocations.
- The method will
+ The method will
convert as many characters as possible, and the process won't stop until the
input buffer has been exhausted, the output buffer has been filled, or an
error has occurred. A instance will be
returned to indicate the current state. The caller should fill the input buffer, flush
the output buffer, or recovering from an error and try again, accordingly.
-
- Invoke for the last time with
+
- Invoke for the last time with
endOfInput set to true.
- Invoke to flush remaining output.
There are two classes of encoding error: malformed input
@@ -60,7 +60,7 @@
This class is abstract and encapsulates many common operations of the
encoding process for all charsets. Encoders for a specific charset should
extend this class and need only to implement the
- method for basic
+ method for basic
encoding. If a subclass maintains internal state, it should also override the
and methods.
@@ -463,7 +463,7 @@
This method invokes the
- method to
+ method to
implement the basic encode logic for a specific charset.
@@ -474,7 +474,7 @@
if the encoding operation has already started or no more
input is needed in this encoding process.
- If the
+ If the
method threw an BufferUnderflowException or
BufferUnderflowException.
@@ -506,7 +506,7 @@
To be added.
Encodes characters into bytes. This method is called by
- .
+ .
This method will implement the essential encoding operation, and it won't
@@ -515,10 +515,10 @@
return a CoderResult object indicating the result of the
current encoding operation. The rule to construct the
CoderResult is the same as for
- . When an
+ . When an
exception is encountered in the encoding operation, most implementations
of this method will return a relevant result object to the
- method, and
+ method, and
subclasses may handle the exception and
implement the error action themselves.
@@ -1140,4 +1140,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Nio/MappedByteBuffer.xml b/docs/Mono.Android/en/Java.Nio/MappedByteBuffer.xml
index 3a0e7cf648..61e0ca71c7 100644
--- a/docs/Mono.Android/en/Java.Nio/MappedByteBuffer.xml
+++ b/docs/Mono.Android/en/Java.Nio/MappedByteBuffer.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
MappedByteBuffer can be created by calling
- .
+ .
Once created, the mapping between the byte buffer and the file region remains
valid until the byte buffer is garbage collected.
@@ -231,4 +231,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml
index e4fd3ff287..454a6ab7cb 100644
--- a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml
+++ b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathChecker.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
The checks are added to a certification path validation using the
or
of the PKIXParameters and PKIXBuilderParameters class respectively. The
- method will be called for each
+ method will be called for each
certificate processed by a CertPathBuilder of CertPathValidator.
@@ -290,4 +290,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathValidatorResult.xml b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathValidatorResult.xml
index 244c345c35..5c871cc40e 100644
--- a/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathValidatorResult.xml
+++ b/docs/Mono.Android/en/Java.Security.Cert/PKIXCertPathValidatorResult.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
The implementation of the result of the PKIX certification path validation.
- The implementation of the result of the PKIX certification path validation.See Also
+ The implementation of the result of the PKIX certification path validation.See Also
[Android Documentation]
@@ -246,4 +246,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security.Cert/X509CertSelector.xml b/docs/Mono.Android/en/Java.Security.Cert/X509CertSelector.xml
index cff7282d5d..5e182b62ec 100644
--- a/docs/Mono.Android/en/Java.Security.Cert/X509CertSelector.xml
+++ b/docs/Mono.Android/en/Java.Security.Cert/X509CertSelector.xml
@@ -1,4 +1,4 @@
-
+
@@ -756,7 +756,7 @@
Returns the flag for the matching behavior for subject alternative names.
The flag indicates whether a certificate must contain all or at least one
- of the subject alternative names specified by or .
+ of the subject alternative names specified by or .
@@ -766,7 +766,7 @@
Sets the flag for the matching behavior for subject alternative names.
The flag indicates whether a certificate must contain all or at least one
- of the subject alternative names specified by or .
+ of the subject alternative names specified by or .
@@ -1543,4 +1543,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security/MessageDigest.xml b/docs/Mono.Android/en/Java.Security/MessageDigest.xml
index 930a66e5fa..f28fb9dbaf 100644
--- a/docs/Mono.Android/en/Java.Security/MessageDigest.xml
+++ b/docs/Mono.Android/en/Java.Security/MessageDigest.xml
@@ -1,4 +1,4 @@
-
+
@@ -35,7 +35,7 @@
byte[] digest = digester.digest();
That is, after creating or resetting a MessageDigest you should
- call for each block of input data, and then call
+ call for each block of input data, and then call
to get the final digest. Note that calling digest resets the MessageDigest.
Advanced users who want partial digests should clone their MessageDigest before
calling digest.
@@ -664,4 +664,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security/Provider.xml b/docs/Mono.Android/en/Java.Security/Provider.xml
index 2a3e7870fe..e0418d90ce 100644
--- a/docs/Mono.Android/en/Java.Security/Provider.xml
+++ b/docs/Mono.Android/en/Java.Security/Provider.xml
@@ -1,4 +1,4 @@
-
+
@@ -122,7 +122,7 @@
If two services match the requested type and algorithm, the one added
with the is returned (as opposed to the one
- added via .
+ added via .
[Android Documentation]
@@ -389,4 +389,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Security/SignatureSpi.xml b/docs/Mono.Android/en/Java.Security/SignatureSpi.xml
index ff44b2fb93..0f598161e4 100644
--- a/docs/Mono.Android/en/Java.Security/SignatureSpi.xml
+++ b/docs/Mono.Android/en/Java.Security/SignatureSpi.xml
@@ -1,4 +1,4 @@
-
+
@@ -57,7 +57,8 @@
-
+
+
@@ -530,7 +531,7 @@
since SignatureException is not specified for this
method it throws a RuntimeException if underlying
- throws SignatureException.
+ throws SignatureException.
@@ -739,4 +740,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Sql/DriverPropertyInfo.xml b/docs/Mono.Android/en/Java.Sql/DriverPropertyInfo.xml
index 668a1d224c..fa02dab998 100644
--- a/docs/Mono.Android/en/Java.Sql/DriverPropertyInfo.xml
+++ b/docs/Mono.Android/en/Java.Sql/DriverPropertyInfo.xml
@@ -1,4 +1,4 @@
-
+
@@ -19,7 +19,7 @@
A class holding information about driver properties of a database connection.
This class is returned by the
- method and
+ method and
allows for the advanced connection handling.
@@ -278,4 +278,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml b/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml
index 84c53165b8..926fbb1aff 100644
--- a/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml
+++ b/docs/Mono.Android/en/Java.Sql/ICallableStatement.xml
@@ -1415,7 +1415,7 @@
The object type returned is the JDBC type that was registered for
- the parameter by an earlier call to .
+ the parameter by an earlier call to .
If a parameter was registered as a java.sql.Types.OTHER
then it may hold abstract types that are particular to the
connected database.
@@ -2315,7 +2315,7 @@
index 1
the JDBC type as defined by java.sql.Types. The JDBC
types NUMERIC and DECIMAL should be defined
- using .
+ using .
Defines the type of a specified OUT parameter.
Defines the type of a specified OUT parameter. All OUT
diff --git a/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml b/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml
index 4a10fe9064..07cea83d6c 100644
--- a/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml
+++ b/docs/Mono.Android/en/Java.Sql/IDatabaseMetaData.xml
@@ -65,11 +65,11 @@
- Returns whether all procedures returned by can be
+ Returns whether all procedures returned by can be
called by the current user.
To be added.
- Returns whether all procedures returned by can be
+ Returns whether all procedures returned by can be
called by the current user.
diff --git a/docs/Mono.Android/en/Java.Sql/IRef.xml b/docs/Mono.Android/en/Java.Sql/IRef.xml
index ed7ba33898..ae6c05ab86 100644
--- a/docs/Mono.Android/en/Java.Sql/IRef.xml
+++ b/docs/Mono.Android/en/Java.Sql/IRef.xml
@@ -35,7 +35,7 @@
A Ref object is stored into the database using the
- method.
+ method.
@@ -128,10 +128,16 @@
- Get method documentation [Android Documentation]
Gets the SQL structured type instance referenced by this Ref.
+ Get method documentation
+ [Android Documentation]
+
+ Gets the SQL structured type instance referenced by this Ref.
- Set method documentation [Android Documentation]
Sets the value of the structured type that this Ref references to
+ Set method documentation
+ [Android Documentation]
+
+ Sets the value of the structured type that this Ref references to
a supplied object.
diff --git a/docs/Mono.Android/en/Java.Sql/ISQLData.xml b/docs/Mono.Android/en/Java.Sql/ISQLData.xml
index 2251fc0c22..c8d680f46f 100644
--- a/docs/Mono.Android/en/Java.Sql/ISQLData.xml
+++ b/docs/Mono.Android/en/Java.Sql/ISQLData.xml
@@ -34,7 +34,7 @@
object which is an instance of the class defined by the SQLData
mapping. The application can use this object just like any other Java object
and can store changes back into the database using the
- method which performs the reverse mapping
+ method which performs the reverse mapping
into the SQL UDT.
diff --git a/docs/Mono.Android/en/Java.Text/ChoiceFormat.xml b/docs/Mono.Android/en/Java.Text/ChoiceFormat.xml
index 5bb8108a6d..65cd1e3eaa 100644
--- a/docs/Mono.Android/en/Java.Text/ChoiceFormat.xml
+++ b/docs/Mono.Android/en/Java.Text/ChoiceFormat.xml
@@ -1,4 +1,4 @@
-
+
@@ -117,7 +117,7 @@
Constructs a new ChoiceFormat with the specified double values
and associated strings. When calling
- with a double
+ with a double
value d, then the element i in formats is
selected where i fulfills limits[i] <= d .
@@ -387,12 +387,12 @@
true to get the next larger value, false to
get the previous smaller value.
Equivalent to if increment == true, and
- with direction == Double.NEGATIVE_INFINITY
+ with direction == Double.NEGATIVE_INFINITY
otherwise.
To be added.
Equivalent to if increment == true, and
- with direction == Double.NEGATIVE_INFINITY
+ with direction == Double.NEGATIVE_INFINITY
otherwise.
@@ -479,11 +479,11 @@
a double value.
- Equivalent to with
+ Equivalent to with
direction == Double.NEGATIVE_INFINITY.
To be added.
- Equivalent to with
+ Equivalent to with
direction == Double.NEGATIVE_INFINITY.
@@ -523,7 +523,7 @@
Sets the double values and associated strings of this ChoiceFormat.
Sets the double values and associated strings of this ChoiceFormat. When
- calling with
+ calling with
a double value d, then the element i in formats
is selected where i fulfills
limits[i] <= d .
@@ -609,4 +609,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Text/DecimalFormat.xml b/docs/Mono.Android/en/Java.Text/DecimalFormat.xml
index 995650c02e..6fd3d1a6f9 100644
--- a/docs/Mono.Android/en/Java.Text/DecimalFormat.xml
+++ b/docs/Mono.Android/en/Java.Text/DecimalFormat.xml
@@ -1,4 +1,4 @@
-
+
@@ -170,7 +170,7 @@
Parsing
DecimalFormat parses all Unicode characters that represent decimal
- digits, as defined by . In addition,
+ digits, as defined by . In addition,
DecimalFormat also recognizes as digits the ten consecutive
characters starting with the localized zero digit defined in the
object. During formatting, the
@@ -180,7 +180,7 @@
During parsing, grouping separators are ignored.
- If fails to parse a string, it returns
+ If fails to parse a string, it returns
null and leaves the parse position unchanged.
Formatting
@@ -1214,4 +1214,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Text/SimpleDateFormat.xml b/docs/Mono.Android/en/Java.Text/SimpleDateFormat.xml
index af351fcb6f..0e1360e532 100644
--- a/docs/Mono.Android/en/Java.Text/SimpleDateFormat.xml
+++ b/docs/Mono.Android/en/Java.Text/SimpleDateFormat.xml
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,7 @@
callers should use , ,
or to get a ready-made instance suitable for the user's
locale. In cases where the system does not provide a suitable pattern, see
- which lets you specify
+ which lets you specify
the elements you'd like in a pattern and get back a pattern suitable for any given locale.
@@ -956,4 +956,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer.xml
index 12bb7f4642..44eb78e859 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedLongSynchronizer.xml
@@ -1,4 +1,4 @@
-
+
@@ -1090,7 +1090,7 @@
queued, possibly repeatedly blocking and unblocking, invoking
until success or the thread is interrupted
or the timeout elapses. This method can be used to implement
- method .
+ method .
[Android Documentation]
@@ -1301,4 +1301,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer.xml
index 8d3bccaaa5..3fc9cc255e 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/AbstractQueuedSynchronizer.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,7 +33,7 @@
or released. Given these, the other methods in this class carry
out all queuing and blocking mechanics. Subclasses can maintain
other state fields, but only the atomically updated int
- value manipulated using methods , and is tracked with respect
+ value manipulated using methods , and is tracked with respect
to synchronization.
@@ -90,7 +90,7 @@
Usage
To use this class as the basis of a synchronizer, redefine the
following methods, as applicable, by inspecting and/or modifying
- the synchronization state using , and/or :
+ the synchronization state using , and/or :
@@ -1313,7 +1313,7 @@
queued, possibly repeatedly blocking and unblocking, invoking
until success or the thread is interrupted
or the timeout elapses. This method can be used to implement
- method .
+ method .
[Android Documentation]
@@ -1524,4 +1524,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ILock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ILock.xml
index dbdb4f2e50..db78b91011 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ILock.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ILock.xml
@@ -88,7 +88,7 @@
over the use of synchronized methods and statements by
providing a non-blocking attempt to acquire a lock (), an attempt to acquire the lock that can be
interrupted (, and an attempt to acquire
- the lock that can timeout ().
+ the lock that can timeout ().
A Lock class can also provide behavior and semantics
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantLock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantLock.xml
index 3c5a536d60..c99b877ace 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantLock.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantLock.xml
@@ -1,4 +1,4 @@
-
+
@@ -918,7 +918,7 @@
This "barging" behavior can be useful in certain
circumstances, even though it breaks fairness. If you want to honor
the fairness setting for this lock, then use
-
+
which is almost equivalent (it also detects interruption).
@@ -1074,4 +1074,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml
index e5d20bdc8b..279fb2314d 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantReadLock.xml
@@ -298,7 +298,7 @@
waiting for the read lock. This "barging" behavior
can be useful in certain circumstances, even though it
breaks fairness. If you want to honor the fairness setting
- for this lock, then use which is almost equivalent
+ for this lock, then use which is almost equivalent
(it also detects interruption).
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml
index dd413a84be..0490986e81 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent.Locks/ReentrantReadWriteLock+ReentrantWriteLock.xml
@@ -412,7 +412,7 @@
currently waiting for the write lock. This "barging"
behavior can be useful in certain circumstances, even
though it breaks fairness. If you want to honor the
- fairness setting for this lock, then use
+ fairness setting for this lock, then use
which is almost equivalent (it also detects interruption).
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml b/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml
index d6fb61f506..e334148352 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/CopyOnWriteArrayList.xml
@@ -1,4 +1,4 @@
-
+
@@ -52,7 +52,7 @@
This class offers extended API beyond the interface. It
- includes additional overloads for indexed search ( and ) and methods for conditional adds ( and
+ includes additional overloads for indexed search ( and ) and methods for conditional adds ( and
).
@@ -1031,4 +1031,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool.xml
index 51ac7c36ee..6a8a1c95e9 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/ForkJoinPool.xml
@@ -1,4 +1,4 @@
-
+
@@ -320,7 +320,7 @@
Blocks until all tasks have completed execution after a
shutdown request, or the timeout occurs, or the current thread
is interrupted, whichever happens first. Because the commonPool() never terminates until program shutdown, when
- applied to the common pool, this method is equivalent to but always returns false.
+ applied to the common pool, this method is equivalent to but always returns false.
[Android Documentation]
@@ -406,7 +406,8 @@
To be added.
-
+
+
@@ -1093,4 +1094,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml
index 4a84089baf..be08b19a2a 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingDeque.xml
@@ -87,7 +87,7 @@
-
+
|
@@ -112,7 +112,7 @@
-
+
|
@@ -178,7 +178,7 @@
-
+
|
@@ -203,7 +203,7 @@
-
+
|
@@ -299,12 +299,12 @@
|
-
+
|
-
+
|
@@ -352,12 +352,12 @@
|
-
+
|
-
+
|
@@ -867,7 +867,7 @@
This method is equivalent to
- .
+ .
[Android Documentation]
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingQueue.xml b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingQueue.xml
index 30e84ea31f..b053193582 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingQueue.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/IBlockingQueue.xml
@@ -81,7 +81,7 @@
-
+
|
@@ -106,7 +106,7 @@
-
+
|
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/IExecutorService.xml b/docs/Mono.Android/en/Java.Util.Concurrent/IExecutorService.xml
index f99f134cf1..f8156d1230 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/IExecutorService.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/IExecutorService.xml
@@ -356,7 +356,7 @@
This method does not wait for previously submitted tasks to
- complete execution. Use
+ complete execution. Use
to do that.
@@ -396,7 +396,7 @@
This method does not wait for actively executing tasks to
- terminate. Use to
+ terminate. Use to
do that.
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ITransferQueue.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ITransferQueue.xml
index 6591bb79c0..72d0d18c1e 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/ITransferQueue.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/ITransferQueue.xml
@@ -30,7 +30,7 @@
at other times enqueue elements (via method put) without
waiting for receipt.
and
- versions of
+ versions of
tryTransfer are also available.
A TransferQueue may also be queried, via , whether there are any threads waiting for
items, which is a converse analogy to a peek operation.
@@ -68,12 +68,12 @@
Returns true if there is at least one consumer waiting
to receive an element via or
- timed .
+ timed .
To be added.
Returns true if there is at least one consumer waiting
to receive an element via or
- timed .
+ timed .
The return value represents a momentary state of affairs.
@@ -179,12 +179,12 @@
Returns an estimate of the number of consumers waiting to
receive elements via or timed
- .
+ .
To be added.
Returns an estimate of the number of consumers waiting to
receive elements via or timed
- . The return value is an
+ . The return value is an
approximation of a momentary state of affairs, that may be
inaccurate if consumers have completed or given up waiting.
The value may be useful for monitoring and heuristics, but
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/LinkedBlockingDeque.xml b/docs/Mono.Android/en/Java.Util.Concurrent/LinkedBlockingDeque.xml
index c1cf0bc1c6..873827597d 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/LinkedBlockingDeque.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/LinkedBlockingDeque.xml
@@ -1,4 +1,4 @@
-
+
@@ -736,7 +736,7 @@
This method is equivalent to
- .
+ .
[Android Documentation]
@@ -1381,4 +1381,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/LinkedTransferQueue.xml b/docs/Mono.Android/en/Java.Util.Concurrent/LinkedTransferQueue.xml
index e6adec71e7..e2aacef5eb 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/LinkedTransferQueue.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/LinkedTransferQueue.xml
@@ -1,4 +1,4 @@
-
+
@@ -203,12 +203,12 @@
Returns true if there is at least one consumer waiting
to receive an element via or
- timed .
+ timed .
To be added.
Returns true if there is at least one consumer waiting
to receive an element via or
- timed .
+ timed .
The return value represents a momentary state of affairs.
@@ -666,12 +666,12 @@
Returns an estimate of the number of consumers waiting to
receive elements via or timed
- .
+ .
To be added.
Returns an estimate of the number of consumers waiting to
receive elements via or timed
- . The return value is an
+ . The return value is an
approximation of a momentary state of affairs, that may be
inaccurate if consumers have completed or given up waiting.
The value may be useful for monitoring and heuristics, but
@@ -687,4 +687,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml
index 4d8fc74477..fb2d666366 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/Phaser.xml
@@ -1,4 +1,4 @@
-
+
@@ -61,7 +61,7 @@
arrives, an optional action is performed and the phase
advances. These actions are performed by the party
triggering a phase advance, and are arranged by overriding
- method , which also controls
+ method , which also controls
termination. Overriding this method is similar to, but more
flexible than, providing a barrier action to a CyclicBarrier.
@@ -114,7 +114,7 @@
In a tree of tiered phasers, registration and deregistration of
child phasers with their parent are managed automatically.
Whenever the number of registered parties of a child phaser becomes
- non-zero (as established in the
+ non-zero (as established in the
constructor, , or ), the
child phaser is registered with its parent. Whenever the number of
registered parties becomes zero as the result of an invocation of
@@ -236,9 +236,9 @@
To be added.
- Equivalent to .
+ Equivalent to .
- Equivalent to .
+ Equivalent to .
[Android Documentation]
@@ -645,7 +645,7 @@
To be added.
Adds the given number of new unarrived parties to this phaser.
- If an ongoing invocation of is in progress,
+ If an ongoing invocation of is in progress,
this method may await its completion before returning. If this
phaser has a parent, and the given number of parties is greater
than zero, and this phaser previously had no registered
@@ -874,7 +874,7 @@
To be added.
Adds a new unarrived party to this phaser. If an ongoing
- invocation of is in progress, this method
+ invocation of is in progress, this method
may await its completion before returning. If this phaser has
a parent, and this phaser previously had no registered parties,
this child phaser is also registered with its parent. If
@@ -1017,4 +1017,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ScheduledThreadPoolExecutor.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ScheduledThreadPoolExecutor.xml
index 21cae2ba54..f58c4e84f5 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/ScheduledThreadPoolExecutor.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/ScheduledThreadPoolExecutor.xml
@@ -1,4 +1,4 @@
-
+
@@ -48,8 +48,8 @@
Successive executions of a periodic task scheduled via
- or
- do not overlap. While different
+ or
+ do not overlap. While different
executions may be performed by different threads, the effects of
prior executions
those of subsequent ones.
@@ -690,4 +690,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/Semaphore.xml b/docs/Mono.Android/en/Java.Util.Concurrent/Semaphore.xml
index d813215dd5..c69d2df2b8 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/Semaphore.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/Semaphore.xml
@@ -1,4 +1,4 @@
-
+
@@ -834,7 +834,7 @@
This "barging" behavior can be useful in certain
circumstances, even though it breaks fairness. If you want to honor
the fairness setting, then use
-
+
which is almost equivalent (it also detects interruption).
@@ -889,7 +889,7 @@
not other threads are currently waiting. This
"barging" behavior can be useful in certain
circumstances, even though it breaks fairness. If you want to
- honor the fairness setting, then use
+ honor the fairness setting, then use
which is almost equivalent (it also detects interruption).
@@ -1057,4 +1057,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor.xml b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor.xml
index c891bb7003..57d295cfda 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/ThreadPoolExecutor.xml
@@ -1,4 +1,4 @@
-
+
@@ -75,7 +75,7 @@
This provides a means of reducing resource consumption when the
pool is not being actively used. If the pool becomes more active
later, new threads will be constructed. This parameter can also be
- changed dynamically using method . Using a value of Long.MAX_VALUE effectively disables idle threads from ever
+ changed dynamically using method . Using a value of Long.MAX_VALUE effectively disables idle threads from ever
terminating prior to shut down. By default, the keep-alive policy
applies only when there are more than corePoolSize threads. But
method can be used to
@@ -127,7 +127,7 @@
rejected when the Executor has been shut down, and also when
the Executor uses finite bounds for both maximum threads and work queue
capacity, and is saturated. In either case, the execute method
- invokes the
+ invokes the
method of its . Four predefined handler
policies are provided:
@@ -145,8 +145,8 @@
It is possible to define and use other kinds of classes. Doing so requires some care
especially when policies are designed to work only under particular
capacity or queuing policies. Hook methodsThis class provides protected overridable
- and
- methods that are called
+ and
+ methods that are called
before and after execution of each task. These can be used to
manipulate the execution environment; for example, reinitializing
ThreadLocals, gathering statistics, or adding log entries.
@@ -581,7 +581,8 @@
To be added.
To be added.
-
+
+
To be added.
@@ -820,7 +821,8 @@
System.Boolean
-
+
+
To be added.
@@ -849,7 +851,8 @@
System.Boolean
-
+
+
To be added.
@@ -1316,7 +1319,7 @@
This method does not wait for previously submitted tasks to
- complete execution. Use
+ complete execution. Use
to do that.
@@ -1357,7 +1360,7 @@
This method does not wait for actively executing tasks to
- terminate. Use to
+ terminate. Use to
do that.
@@ -1524,4 +1527,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Concurrent/TimeUnit.xml b/docs/Mono.Android/en/Java.Util.Concurrent/TimeUnit.xml
index 4e6906aa72..0ebff7d3ac 100644
--- a/docs/Mono.Android/en/Java.Util.Concurrent/TimeUnit.xml
+++ b/docs/Mono.Android/en/Java.Util.Concurrent/TimeUnit.xml
@@ -1,4 +1,4 @@
-
+
@@ -352,10 +352,10 @@
the minimum time to sleep. If less than
or equal to zero, do not sleep at all.
- Performs a using
+ Performs a using
this time unit.
- Performs a using
+ Performs a using
this time unit.
This is a convenience method that converts time arguments into the
form required by the Thread.sleep method.
@@ -429,10 +429,10 @@
the thread to wait for
the maximum time to wait. If less than
or equal to zero, do not wait at all.
- Performs a timed
+ Performs a timed
using this time unit.
- Performs a timed
+ Performs a timed
using this time unit.
This is a convenience method that converts time arguments into the
form required by the Thread.join method.
@@ -470,10 +470,10 @@
the object to wait on
the maximum time to wait. If less than
or equal to zero, do not wait at all.
- Performs a timed
+ Performs a timed
using this time unit.
- Performs a timed
+ Performs a timed
using this time unit.
This is a convenience method that converts timeout arguments
into the form required by the Object.wait method.
@@ -522,11 +522,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -557,11 +557,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -592,11 +592,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -627,11 +627,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -662,11 +662,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -697,11 +697,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -732,11 +732,11 @@
the duration
Equivalent to
- .
+ .
To be added.
Equivalent to
- .
+ .
[Android Documentation]
@@ -766,7 +766,8 @@
To be added.
-
+
+
To be added.
@@ -796,7 +797,8 @@
-
+
+
To be added.
@@ -810,4 +812,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml b/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml
index 5c93fe85cc..606711b727 100644
--- a/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml
+++ b/docs/Mono.Android/en/Java.Util.Regex/Matcher.xml
@@ -1,4 +1,4 @@
-
+
@@ -105,7 +105,7 @@
Appends the (unmatched) remainder of the input to the given
. The method can be used in conjunction with
- and to
+ and to
walk through the input and replace all matches of the Pattern
with something else.
@@ -1189,4 +1189,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Regex/Pattern.xml b/docs/Mono.Android/en/Java.Util.Regex/Pattern.xml
index 60531e9d38..9471c83007 100644
--- a/docs/Mono.Android/en/Java.Util.Regex/Pattern.xml
+++ b/docs/Mono.Android/en/Java.Util.Regex/Pattern.xml
@@ -1,4 +1,4 @@
-
+
@@ -25,7 +25,7 @@
Patterns are compiled regular expressions.
Patterns are compiled regular expressions. In many cases, convenience methods such as
- , and
+ , and
will be preferable, but if you need to do a lot of work
with the same regular expression, it may be more efficient to compile it once and reuse it.
The Pattern class and its companion, , also offer more functionality
@@ -1115,4 +1115,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Regex/PatternSyntaxException.xml b/docs/Mono.Android/en/Java.Util.Regex/PatternSyntaxException.xml
index 1b646830e6..8c496e408f 100644
--- a/docs/Mono.Android/en/Java.Util.Regex/PatternSyntaxException.xml
+++ b/docs/Mono.Android/en/Java.Util.Regex/PatternSyntaxException.xml
@@ -1,4 +1,4 @@
-
+
@@ -35,7 +35,7 @@
-
-
+
@@ -233,4 +233,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util.Zip/Deflater.xml b/docs/Mono.Android/en/Java.Util.Zip/Deflater.xml
index 5641cde670..e27a6a30fc 100644
--- a/docs/Mono.Android/en/Java.Util.Zip/Deflater.xml
+++ b/docs/Mono.Android/en/Java.Util.Zip/Deflater.xml
@@ -1,4 +1,4 @@
-
+
@@ -82,7 +82,7 @@
Constructs a new Deflater instance using the
default .
The compression strategy can be specified with . A
- header is added to the output by default; use if you need to omit the header.
+ header is added to the output by default; use if you need to omit the header.
@@ -117,7 +117,7 @@
given .
The compression strategy can be specified with .
A header is added to the output by default; use
- if you need to omit the header.
+ if you need to omit the header.
@@ -965,7 +965,7 @@
Sets the dictionary to be used for compression by this Deflater.
This method can only be called if this Deflater supports the writing
of ZLIB headers. This is the default, but can be overridden
- using .
+ using .
@@ -1005,7 +1005,7 @@
Sets the dictionary to be used for compression by this Deflater.
This method can only be called if this Deflater supports the writing
of ZLIB headers. This is the default, but can be overridden
- using .
+ using .
@@ -1292,4 +1292,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/AbstractMap.xml b/docs/Mono.Android/en/Java.Util/AbstractMap.xml
index b195427dc7..844bd04c84 100644
--- a/docs/Mono.Android/en/Java.Util/AbstractMap.xml
+++ b/docs/Mono.Android/en/Java.Util/AbstractMap.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
A base class for Map implementations.
- Subclasses that permit new mappings to be added must override .
+ Subclasses that permit new mappings to be added must override .
The default implementations of many methods are inefficient for large
@@ -57,7 +57,8 @@
-
+
+
@@ -551,4 +552,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/Calendar.xml b/docs/Mono.Android/en/Java.Util/Calendar.xml
index 1d6737fd5b..94ec8e24a2 100644
--- a/docs/Mono.Android/en/Java.Util/Calendar.xml
+++ b/docs/Mono.Android/en/Java.Util/Calendar.xml
@@ -1,4 +1,4 @@
-
+
@@ -507,11 +507,11 @@
Requests both SHORT and LONG styles in the map returned by
- .
+ .
To be added.
Requests both SHORT and LONG styles in the map returned by
- .
+ .
[Android Documentation]
@@ -2406,11 +2406,11 @@
Requests long names (such as "January") from
- or .
+ or .
To be added.
Requests long names (such as "January") from
- or .
+ or .
[Android Documentation]
@@ -3174,11 +3174,11 @@
Requests short names (such as "Jan") from
- or .
+ or .
To be added.
Requests short names (such as "Jan") from
- or .
+ or .
[Android Documentation]
@@ -3703,4 +3703,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/CalendarStyle.xml b/docs/Mono.Android/en/Java.Util/CalendarStyle.xml
index 5ed47bc683..78836de9cc 100644
--- a/docs/Mono.Android/en/Java.Util/CalendarStyle.xml
+++ b/docs/Mono.Android/en/Java.Util/CalendarStyle.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
Requests both SHORT and LONG styles in the map returned by
- .
+ .
@@ -44,7 +44,7 @@
Requests long names (such as "January") from
- or .
+ or .
@@ -61,9 +61,9 @@
Requests short names (such as "Jan") from
- or .
+ or .
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/FormattableFlags.xml b/docs/Mono.Android/en/Java.Util/FormattableFlags.xml
index 0d705fa5a6..06d1674df8 100644
--- a/docs/Mono.Android/en/Java.Util/FormattableFlags.xml
+++ b/docs/Mono.Android/en/Java.Util/FormattableFlags.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,11 +16,11 @@
FormattableFlags are used as a parameter to
- and change the output
+ and change the output
format in Formattables.
FormattableFlags are used as a parameter to
- and change the output
+ and change the output
format in Formattables. The validation and interpretation of the
flags must be done by the implementations.
@@ -214,4 +214,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/Formatter.xml b/docs/Mono.Android/en/Java.Util/Formatter.xml
index 4e02928bde..7748cd7e3e 100644
--- a/docs/Mono.Android/en/Java.Util/Formatter.xml
+++ b/docs/Mono.Android/en/Java.Util/Formatter.xml
@@ -1,4 +1,4 @@
-
+
@@ -32,7 +32,7 @@
It's relatively rare to use a Formatter directly. A variety of classes offer convenience
methods for accessing formatter functionality.
- Of these, is generally the most useful.
+ Of these, is generally the most useful.
and both offer
format and printf methods.
@@ -1130,4 +1130,4 @@ format("%6.0E", 123.456f);
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/INavigableMap.xml b/docs/Mono.Android/en/Java.Util/INavigableMap.xml
index f4f03a3049..0fe0491902 100644
--- a/docs/Mono.Android/en/Java.Util/INavigableMap.xml
+++ b/docs/Mono.Android/en/Java.Util/INavigableMap.xml
@@ -60,7 +60,7 @@
Methods
- ,
+ ,
, and
are specified to return SortedMap to allow existing
diff --git a/docs/Mono.Android/en/Java.Util/INavigableSet.xml b/docs/Mono.Android/en/Java.Util/INavigableSet.xml
index cf24466b59..2a30658140 100644
--- a/docs/Mono.Android/en/Java.Util/INavigableSet.xml
+++ b/docs/Mono.Android/en/Java.Util/INavigableSet.xml
@@ -48,7 +48,7 @@
Methods
- ,
+ ,
, and
are specified to return SortedSet to allow existing
diff --git a/docs/Mono.Android/en/Java.Util/Locale.xml b/docs/Mono.Android/en/Java.Util/Locale.xml
index 263b427866..ad738923a1 100644
--- a/docs/Mono.Android/en/Java.Util/Locale.xml
+++ b/docs/Mono.Android/en/Java.Util/Locale.xml
@@ -1,4 +1,4 @@
-
+
@@ -1170,7 +1170,7 @@
Returns the type for the specified unicode locale extension key.
- For more information about types and keywords, see
+ For more information about types and keywords, see
and
@@ -1511,7 +1511,7 @@
BCP-47 extension identifier (or "singleton") for the private
use extension.
- See and .
+ See and .
[Android Documentation]
@@ -1877,7 +1877,7 @@
BCP-47 extension identifier (or "singleton") for the unicode locale extension.
- See and .
+ See and .
[Android Documentation]
@@ -1907,7 +1907,7 @@
Returns the set of unicode locale extension keywords this locale contains.
- For more information about types and keywords, see
+ For more information about types and keywords, see
and
@@ -1980,4 +1980,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/Objects.xml b/docs/Mono.Android/en/Java.Util/Objects.xml
index a885abb539..139c94fcc5 100644
--- a/docs/Mono.Android/en/Java.Util/Objects.xml
+++ b/docs/Mono.Android/en/Java.Util/Objects.xml
@@ -1,4 +1,4 @@
-
+
@@ -78,14 +78,14 @@
To be added.
To be added.
Returns true if both arguments are null,
- the result of if both arguments are primitive arrays,
- the result of if both arguments are arrays of reference types,
+ the result of if both arguments are primitive arrays,
+ the result of if both arguments are arrays of reference types,
and the result of otherwise.
To be added.
Returns true if both arguments are null,
- the result of if both arguments are primitive arrays,
- the result of if both arguments are arrays of reference types,
+ the result of if both arguments are primitive arrays,
+ the result of if both arguments are arrays of reference types,
and the result of otherwise.
@@ -352,4 +352,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/Scanner.xml b/docs/Mono.Android/en/Java.Util/Scanner.xml
index bdd87966ef..b4c994670f 100644
--- a/docs/Mono.Android/en/Java.Util/Scanner.xml
+++ b/docs/Mono.Android/en/Java.Util/Scanner.xml
@@ -1,4 +1,4 @@
-
+
@@ -1441,7 +1441,7 @@
being read. If the next token can be translated into a BigDecimal
the following is done: All Locale-specific prefixes, group separators,
and Locale-specific suffixes are removed. Then non-ASCII digits are
- mapped into ASCII digits via , and a
+ mapped into ASCII digits via , and a
negative sign (-) is added if the Locale-specific negative prefix or
suffix was present. Finally the resulting string is passed to
BigDecimal(String) .
@@ -1524,9 +1524,9 @@
into a BigInteger the following is done: All Locale-specific
prefixes, group separators, and Locale-specific suffixes are removed.
Then non-ASCII digits are mapped into ASCII digits via
- , and a negative sign (-) is added if the
+ , and a negative sign (-) is added if the
Locale-specific negative prefix or suffix was present. Finally the
- resulting String is passed to }
+ resulting String is passed to }
with the specified radix.
@@ -1642,9 +1642,9 @@
byte the following is done: All Locale-specific prefixes, group
separators, and Locale-specific suffixes are removed. Then non-ASCII
digits are mapped into ASCII digits via
- , and a negative sign (-) is added if the
+ , and a negative sign (-) is added if the
Locale-specific negative prefix or suffix was present. Finally the
- resulting String is passed to } with
+ resulting String is passed to } with
the specified radix.
@@ -1684,7 +1684,7 @@
read. If the next token can be translated into a double the
following is done: All Locale-specific prefixes, group separators, and
Locale-specific suffixes are removed. Then non-ASCII digits are mapped
- into ASCII digits via , and a negative
+ into ASCII digits via , and a negative
sign (-) is added if the Locale-specific negative prefix or suffix was
present. Finally the resulting String is passed to
}. If the token matches the localized
@@ -1728,7 +1728,7 @@
read. If the next token can be translated into a float the
following is done: All Locale-specific prefixes, group separators, and
Locale-specific suffixes are removed. Then non-ASCII digits are mapped
- into ASCII digits via , and a negative
+ into ASCII digits via , and a negative
sign (-) is added if the Locale-specific negative prefix or suffix was
present. Finally the resulting String is passed to
}.If the token matches the localized NaN
@@ -1813,9 +1813,9 @@
int the following is done: All Locale-specific prefixes, group
separators, and Locale-specific suffixes are removed. Then non-ASCII
digits are mapped into ASCII digits via
- , and a negative sign (-) is added if the
+ , and a negative sign (-) is added if the
Locale-specific negative prefix or suffix was present. Finally the
- resulting String is passed to with
+ resulting String is passed to with
the specified radix.
@@ -1934,9 +1934,9 @@
long the following is done: All Locale-specific prefixes, group
separators, and Locale-specific suffixes are removed. Then non-ASCII
digits are mapped into ASCII digits via
- , and a negative sign (-) is added if the
+ , and a negative sign (-) is added if the
Locale-specific negative prefix or suffix was present. Finally the
- resulting String is passed to } with
+ resulting String is passed to } with
the specified radix.
@@ -2017,9 +2017,9 @@
short the following is done: All Locale-specific prefixes, group
separators, and Locale-specific suffixes are removed. Then non-ASCII
digits are mapped into ASCII digits via
- , and a negative sign (-) is added if the
+ , and a negative sign (-) is added if the
Locale-specific negative prefix or suffix was present. Finally the
- resulting String is passed to }
+ resulting String is passed to }
with the specified radix.
@@ -2378,4 +2378,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/TimeZone.xml b/docs/Mono.Android/en/Java.Util/TimeZone.xml
index 32864604fa..8da8697064 100644
--- a/docs/Mono.Android/en/Java.Util/TimeZone.xml
+++ b/docs/Mono.Android/en/Java.Util/TimeZone.xml
@@ -1,4 +1,4 @@
-
+
@@ -52,7 +52,7 @@
The method will always return true, and
must be used to determine whether or not daylight time applies to a given Date.
The method will return a raw offset of (in this case) -8 hours from UTC,
- which isn't usually very useful. More usefully, the methods return the
+ which isn't usually very useful. More usefully, the methods return the
actual offset from UTC for a given point in time; this is the raw offset plus (if the
point in time is ) the applicable
(usually, but not necessarily, 1 hour).
@@ -112,7 +112,8 @@
-
+
+
@@ -302,7 +303,7 @@
It's highly unlikely that you should ever call this method. You
- probably want instead, which tells you the offset
+ probably want instead, which tells you the offset
for a specific point in time, and takes daylight savings into account for you.
@@ -988,4 +989,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Java.Util/TreeMap.xml b/docs/Mono.Android/en/Java.Util/TreeMap.xml
index a7aece045b..18b91225e5 100644
--- a/docs/Mono.Android/en/Java.Util/TreeMap.xml
+++ b/docs/Mono.Android/en/Java.Util/TreeMap.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
A map whose entries are sorted by their keys.
A map whose entries are sorted by their keys. All optional operations such as
- and are supported.
+ and are supported.
This map sorts keys using either a user-supplied comparator or the key's
@@ -970,4 +970,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml b/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml
index b2ac538c59..45ed89ecb9 100644
--- a/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml
+++ b/docs/Mono.Android/en/Javax.Crypto/SecretKeyFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -24,7 +24,7 @@
- convert objects to and from objects
- translate objects from one provider implementation to
another
Which key specifications are supported by the and
- is provider dependent.
+ is provider dependent.
@@ -420,4 +420,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Net.Ssl/SSLSessionBindingEvent.xml b/docs/Mono.Android/en/Javax.Net.Ssl/SSLSessionBindingEvent.xml
index d6200637ce..11ec3db465 100644
--- a/docs/Mono.Android/en/Javax.Net.Ssl/SSLSessionBindingEvent.xml
+++ b/docs/Mono.Android/en/Javax.Net.Ssl/SSLSessionBindingEvent.xml
@@ -1,4 +1,4 @@
-
+
@@ -16,11 +16,11 @@
The event sent to an SSLSessionBindingListener when the listener
- object is bound () or unbound
+ object is bound () or unbound
() to an SSLSession.
The event sent to an SSLSessionBindingListener when the listener
- object is bound () or unbound
+ object is bound () or unbound
() to an SSLSession.
@@ -183,4 +183,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml
index ca25558aa2..5e9141ba6c 100644
--- a/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Datatype/DatatypeFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
Factory that creates new javax.xml.datatypeObjects that map XML to/from Java Objects.
@@ -77,7 +78,8 @@
-
+
+
Protected constructor to prevent instantiation outside of package.
@@ -128,7 +130,8 @@
System.String
-
+
+
To be added.
@@ -159,7 +162,8 @@
System.String
-
+
+
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
@@ -208,7 +212,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -235,7 +240,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -367,7 +373,8 @@
of this Duration
of this Duration
of this Duration
-
+
+
To be added.
@@ -423,7 +430,8 @@
of this Duration
of this Duration
of this Duration
-
+
+
To be added.
@@ -467,7 +475,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -485,7 +494,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -540,7 +550,8 @@
Lexical representation of a duration.
-
+
+
To be added.
@@ -596,7 +607,8 @@
Hour of Duration.
Minute of Duration.
Second of Duration.
-
+
+
To be added.
@@ -652,7 +664,8 @@
Hour of Duration.
Minute of Duration.
Second of Duration.
-
+
+
To be added.
@@ -700,7 +713,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -718,7 +732,8 @@
ISO 8601:2000(E) Section 5.5.3.2 Alternative format
-
-
+
+
-
@@ -773,7 +788,8 @@
Lexical representation of a duration.
-
+
+
To be added.
@@ -825,7 +841,8 @@
of the duration is zero, this parameter will be ignored.
Year of Duration.
Month of Duration.
-
+
+
To be added.
@@ -874,7 +891,8 @@
of the duration is zero, this parameter will be ignored.
Year of Duration.
Month of Duration.
-
+
+
To be added.
@@ -910,7 +928,8 @@
-
+
+
To be added.
@@ -984,7 +1003,8 @@
-
+
+
To be added.
@@ -1020,7 +1040,8 @@
java.util.GregorianCalendar used to create XMLGregorianCalendar
-
+
+
To be added.
@@ -1077,7 +1098,7 @@
|
-
+
|
@@ -1211,7 +1232,8 @@
of XMLGregorianCalendar to be created.
of XMLGregorianCalendar to be created.
of XMLGregorianCalendar to be created.
-
+
+
To be added.
@@ -1269,7 +1291,8 @@
of XMLGregorianCalendar to be created.
of XMLGregorianCalendar to be created.
of XMLGregorianCalendar to be created.
-
+
+
To be added.
@@ -1320,7 +1343,8 @@
of XMLGregorianCalendar to be created.
of XMLGregorianCalendar to be created.
offset in minutes. indicates optional field is not set.
-
+
+
To be added.
@@ -1370,7 +1394,8 @@
number of minutes
number of seconds
offset in minutes. indicates optional field is not set.
-
+
+
To be added.
@@ -1418,7 +1443,8 @@
number of seconds
value of null indicates that this optional field is not set.
offset in minutes. indicates optional field is not set.
-
+
+
To be added.
@@ -1468,7 +1494,8 @@
number of seconds
number of milliseconds
offset in minutes. indicates optional field is not set.
-
+
+
To be added.
@@ -1526,4 +1553,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/Duration.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/Duration.xml
index 3e262dc134..e2e19015c6 100644
--- a/docs/Mono.Android/en/Javax.Xml.Datatype/Duration.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Datatype/Duration.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
Immutable representation of a time span as defined in
@@ -95,7 +96,8 @@
-
+
+
@@ -149,7 +151,8 @@
Duration to add to this Duration
-
+
+
To be added.
@@ -225,7 +228,7 @@
- Calls in the
+ Calls in the
order of YEARS, MONTHS, DAYS, HOURS, MINUTES, SECONDS, and MILLISECONDS
if those fields are present. Because the class
uses int to hold values, there are cases where this method
@@ -244,7 +247,7 @@
234 is added to MILLISECONDS, and the rest will be unused.
- Note that because is using
+ Note that because is using
int, Duration with values beyond the
range of int in its fields
will cause overflow/underflow to the given .
@@ -541,7 +544,8 @@
used to disambiguate this variance. Specifically, this method
returns the difference between startInstant and
startInstant+duration
-
+
+
To be added.
@@ -595,7 +599,8 @@
used to disambiguate this variance. Specifically, this method
returns the difference between startInstant and
startInstant+duration.
-
+
+
To be added.
@@ -679,7 +684,8 @@
Duration to test this Duration against.
-
+
+
To be added.
@@ -766,7 +772,8 @@
Duration to test this Duration against.
-
+
+
To be added.
@@ -1044,7 +1051,7 @@
-
the years, months and days fields will be added to the object
- by using the method
+ by using the method
-
the difference between the two Calendars in computed in milliseconds and converted to days,
@@ -1066,7 +1073,7 @@
-
the years, months and days fields will be added to the object
- by using the method
+ by using the method
-
the difference between the two Calendars in computed in milliseconds and converted to days,
@@ -1449,7 +1456,8 @@
System.Int32
-
+
+
To be added.
@@ -1470,4 +1478,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml b/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml
index b0309e5e8c..b3e91a2b15 100644
--- a/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Datatype/XMLGregorianCalendar.xml
@@ -1,4 +1,4 @@
-
+
@@ -267,7 +267,7 @@
The following operations are defined for this class:
- accessors/mutators for independent date/time fields
- conversion between this class and W3C XML Schema 1.0 lexical representation,
,
- conversion between this class and ,
- ,
+ ,
- partial order relation comparator method,
- defined relative to .
- addition operation with
instance as defined in .
@@ -313,7 +313,8 @@
-
+
+
@@ -366,7 +367,8 @@
Duration to add to this XMLGregorianCalendar.
-
+
+
Add duration to this instance.
@@ -403,7 +405,8 @@
-
+
+
Unset all fields to undefined.
@@ -435,7 +438,8 @@
-
+
+
To be added.
@@ -469,7 +473,8 @@
Instance of XMLGregorianCalendar to compare
-
+
+
To be added.
@@ -510,7 +515,8 @@
System.Int32
-
+
+
To be added.
@@ -577,7 +583,8 @@
Java.Math.BigInteger
-
+
+
To be added.
@@ -613,7 +620,8 @@
Java.Math.BigInteger
-
+
+
To be added.
@@ -651,7 +659,8 @@
Java.Math.BigDecimal
-
+
+
To be added.
@@ -723,7 +732,8 @@
default zoneoffset if this zoneoffset is
.
-
+
+
To be added.
@@ -857,7 +867,8 @@
System.Int32
-
+
+
To be added.
@@ -996,7 +1007,8 @@
System.Int32
-
+
+
To be added.
@@ -1063,7 +1075,8 @@
-
+
+
To be added.
@@ -1096,7 +1109,8 @@
-
+
+
Reset this XMLGregorianCalendar to its original values.
@@ -1104,13 +1118,13 @@
XMLGregorianCalendar is reset to the same values as when it was created with
,
,
- ,
- ,
+ ,
+ ,
,
- ,
- ,
- or
- .
+ ,
+ ,
+ or
+ .
reset() is designed to allow the reuse of existing XMLGregorianCalendars
@@ -1143,7 +1157,8 @@
System.Int32
-
+
+
To be added.
@@ -1222,7 +1237,8 @@
.
value constraints are summarized in
.
-
+
+
Set time as one unit.
@@ -1270,7 +1286,8 @@
.
value of null indicates this optional
field is not set.
-
+
+
Set time as one unit, including the optional infinite precision
@@ -1318,7 +1335,8 @@
.
value of indicates this
optional field is not set.
-
+
+
Set time as one unit, including optional milliseconds.
@@ -1355,7 +1373,8 @@
value constraints summarized in .
-
+
+
Set low and high order component of XSD dateTime year field.
@@ -1734,7 +1753,7 @@
for java.util.TimeZone.getDefault() on how the default
is determined. To explicitly specify the TimeZone
instance, see
- .
+ .
To ensure consistency in conversion implementations, the new
GregorianCalendar should be instantiated in following
manner.
@@ -1784,7 +1803,8 @@
If defaultsis null or a field
within the specified defaults is undefined,
just use java.util.GregorianCalendar defaults.
-
+
+
To be added.
@@ -1840,7 +1860,8 @@
-
+
+
To be added.
@@ -2166,7 +2187,8 @@
System.Int32
-
+
+
To be added.
@@ -2200,4 +2222,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml b/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml
index c7cb67b538..d751c30350 100644
--- a/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Namespace/QName.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,8 @@
-
+
+
@@ -44,13 +45,16 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -79,7 +83,8 @@
To be added.
-
+
+
@@ -94,8 +99,8 @@
In an XML context, all Element and Attribute names exist
in the context of a Namespace. Making this explicit during the
construction of a QName helps prevent hard to
- diagnosis XML validity errors. The constructors and
-
+ diagnosis XML validity errors. The constructors and
+
are preferred.
The local part is not validated as a
@@ -152,7 +157,8 @@
To be added.
To be added.
-
+
+
@@ -204,7 +210,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -257,7 +264,8 @@
the Object to test for
equality with this QName
-
+
+
To be added.
@@ -298,7 +306,8 @@
-
+
+
To be added.
@@ -333,7 +342,8 @@
System.String
-
+
+
To be added.
@@ -363,7 +373,8 @@
System.String
-
+
+
To be added.
@@ -393,7 +404,8 @@
System.String
-
+
+
To be added.
@@ -470,7 +482,8 @@
String representation
of the QName
-
+
+
To be added.
@@ -487,7 +500,7 @@
The commonly accepted way of representing a QName
as a String was
by James Clark. Although this is not a standard
- specification, it is in common use, e.g. .
+ specification, it is in common use, e.g. .
This implementation parses a String formatted
as: "{" + Namespace URI + "}" + local part. If the Namespace
URI .equals(XMLConstants.NULL_NS_URI), only the
@@ -514,4 +527,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Transform.Dom/DOMResult.xml b/docs/Mono.Android/en/Javax.Xml.Transform.Dom/DOMResult.xml
index 7220e1c3f7..66a2cbc984 100644
--- a/docs/Mono.Android/en/Javax.Xml.Transform.Dom/DOMResult.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Transform.Dom/DOMResult.xml
@@ -1,4 +1,4 @@
-
+
@@ -22,7 +22,8 @@
-
+
+
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
@@ -51,7 +52,8 @@
-
+
+
Zero-argument default constructor.
@@ -86,7 +88,8 @@
To be added.
-
+
+
Use a DOM node to create a new output target.
@@ -127,7 +130,8 @@
To be added.
To be added.
-
+
+
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before.
@@ -177,7 +181,8 @@
To be added.
To be added.
-
+
+
Use a DOM node to create a new output target with the specified System ID.
@@ -240,7 +245,8 @@
To be added.
To be added.
To be added.
-
+
+
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and
@@ -257,7 +263,7 @@
If node is null and nextSibling is not null,
then an IllegalArgumentException is thrown.
If nextSibling is null,
- then the behavior is the same as calling ,
+ then the behavior is the same as calling ,
i.e. append the result nodes as the last child of the specified node and use the specified System ID.
@@ -286,7 +292,8 @@
System.String
-
+
+
If
@@ -320,7 +327,8 @@
Org.W3c.Dom.INode
-
+
+
To be added.
@@ -332,8 +340,8 @@
Get the child node before which the result nodes will be inserted.
If no node was set via
- ,
- or
+ ,
+ or
,
then null will be returned.
@@ -388,7 +396,8 @@
Org.W3c.Dom.INode
-
+
+
To be added.
@@ -401,9 +410,9 @@
Get the node that will contain the result DOM tree.
If no node was set via
,
- ,
- ,
- or
+ ,
+ ,
+ or
,
then the node will be set by the transformation, and may be obtained from this method once the transformation is complete.
Calling this method before the transformation will return null.
@@ -477,7 +486,8 @@
System.String
-
+
+
To be added.
@@ -489,8 +499,8 @@
Get the System Identifier.
If no System ID was set via
- ,
- or
+ ,
+ or
,
then null will be returned.
@@ -542,4 +552,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Transform/OutputKeys.xml b/docs/Mono.Android/en/Javax.Xml.Transform/OutputKeys.xml
index fd5064e928..1f79100628 100644
--- a/docs/Mono.Android/en/Javax.Xml.Transform/OutputKeys.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Transform/OutputKeys.xml
@@ -1,4 +1,4 @@
-
+
@@ -312,7 +312,7 @@
values may be used, such as "xhtml", but, if accepted, the handling
of such values is implementation defined. If any of the method values
are not accepted and are not namespace qualified,
- then
+ then
or will
throw a .
@@ -470,4 +470,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Transform/Transformer.xml b/docs/Mono.Android/en/Javax.Xml.Transform/Transformer.xml
index 283c7f8217..8df69e03da 100644
--- a/docs/Mono.Android/en/Javax.Xml.Transform/Transformer.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Transform/Transformer.xml
@@ -1,4 +1,4 @@
-
+
@@ -297,7 +297,8 @@
Java.Util.Properties
-
+
+
To be added.
@@ -316,11 +317,11 @@
Properties list, while the XSLT default properties that were not
specifically set should be the default Properties list. Thus,
getOutputProperties().getProperty(String key) will obtain any
- property in that was set by ,
+ property in that was set by ,
, in the stylesheet, or the default
properties, while
getOutputProperties().get(String key) will only retrieve properties
- that were explicitly set by ,
+ that were explicitly set by ,
, or in the stylesheet.
Note that mutation of the Properties object returned will not
effect the properties that the transformer contains.
@@ -378,7 +379,8 @@
-
+
+
Reset this Transformer to its original configuration.
@@ -566,7 +568,8 @@
The XML input to transform.
The Result of transforming the
xmlSource.
-
+
+
Transform the XML Source to a Result.
@@ -674,4 +677,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Validation/Validator.xml b/docs/Mono.Android/en/Javax.Xml.Validation/Validator.xml
index 4035dd8b54..01bcfb39bd 100644
--- a/docs/Mono.Android/en/Javax.Xml.Validation/Validator.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Validation/Validator.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
A processor that checks an XML document against .
@@ -29,7 +30,7 @@
- Note that while the and
+ Note that while the and
methods take a instance, the Source
instance must be a SAXSource, DOMSource, StAXSource or StreamSource.
@@ -305,7 +306,8 @@
-
+
+
Reset this Validator to its original configuration.
@@ -705,4 +707,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Validation/ValidatorHandler.xml b/docs/Mono.Android/en/Javax.Xml.Validation/ValidatorHandler.xml
index c8a7fdd5b8..e72b2db3b0 100644
--- a/docs/Mono.Android/en/Javax.Xml.Validation/ValidatorHandler.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Validation/ValidatorHandler.xml
@@ -1,4 +1,4 @@
-
+
@@ -56,7 +56,7 @@
Strings for all three parameters.
- Applications must ensure that 's
- and
+ and
are invoked
properly. Similarly, the user-specified
will receive startPrefixMapping/endPrefixMapping events.
@@ -65,7 +65,7 @@
additional startPrefixMapping/endPrefixMapping events.
- for the
- method
+ method
may or may not include xmlns* attributes.
@@ -86,7 +86,7 @@
sure that the user's will see
the corresponding xmlns* attribute in
the object of the
-
+
callback. Otherwise, xmlns* attributes must not be
added to that's passed to the
user-specified .
@@ -94,7 +94,7 @@
(Note that regardless of this switch, namespace bindings are
always notified to applications through
- and
+ and
methods of the
specified by the user.)
@@ -255,8 +255,8 @@
by a parser, the following requirement has to be met.
- When
- ,
- ,
+ ,
+ ,
, or
are invoked on a ,
@@ -985,4 +985,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Javax.Xml.Xpath/IXPath.xml b/docs/Mono.Android/en/Javax.Xml.Xpath/IXPath.xml
index 9afa6cc2b2..f1b41d483c 100644
--- a/docs/Mono.Android/en/Javax.Xml.Xpath/IXPath.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Xpath/IXPath.xml
@@ -136,7 +136,8 @@
-
-
+
+
@@ -169,7 +170,8 @@
The XPath expression.
-
+
+
To be added.
@@ -213,12 +215,13 @@
The XPath expression.
The starting context (node or node list, for example).
-
+
+
To be added.
Evaluate an XPath expression in the specified context and return the result as a String.
- This method calls with a returnType of
+ This method calls with a returnType of
.
See for context item evaluation,
variable, function and QName resolution and return type conversion.
@@ -260,13 +263,14 @@
The XPath expression.
The InputSource of the document to evaluate over.
-
+
+
To be added.
Evaluate an XPath expression in the context of the specified InputSource
and return the result as a String.
- This method calls with a
+ This method calls with a
returnType of .
See for context item evaluation,
variable, function and QName resolution and return type conversion.
@@ -308,7 +312,8 @@
The XPath expression.
The starting context (node or node list, for example).
The desired return type.
-
+
+
To be added.
@@ -364,14 +369,15 @@
The XPath expression.
The input source of the document to evaluate over.
The desired return type.
-
+
+
To be added.
Evaluate an XPath expression in the context of the specified InputSource
and return the result as the specified type.
This method builds a data model for the and calls
- on the resulting document object.
+ on the resulting document object.
See for context item evaluation,
variable, function and QName resolution and return type conversion.
If returnType is not one of the types defined in ,
@@ -411,19 +417,26 @@
Javax.Xml.Namespace.INamespaceContext
-
+
+
To be added.
- Get method documentation [Android Documentation]
+ Get method documentation
+ [Android Documentation]
+
+
Return the current namespace context.
null is returned in no namespace context is in effect.
- Set method documentation [Android Documentation]
+ Set method documentation
+ [Android Documentation]
+
+
Establish a namespace context.
A NullPointerException is thrown if nsContext is null.
@@ -460,7 +473,8 @@
-
+
+
Reset this XPath to its original configuration.
@@ -501,19 +515,26 @@
Javax.Xml.Xpath.IXPathFunctionResolver
-
+
+
To be added.
- Get method documentation [Android Documentation]
+ Get method documentation
+ [Android Documentation]
+
+
Return the current function resolver.
null is returned in no function resolver is in effect.
- Set method documentation [Android Documentation]
+ Set method documentation
+ [Android Documentation]
+
+
Establish a function resolver.
A NullPointerException is thrown if resolver is null.
@@ -552,19 +573,26 @@
Javax.Xml.Xpath.IXPathVariableResolver
-
+
+
To be added.
- Get method documentation [Android Documentation]
+ Get method documentation
+ [Android Documentation]
+
+
Return the current variable resolver.
null is returned in no variable resolver is in effect.
- Set method documentation [Android Documentation]
+ Set method documentation
+ [Android Documentation]
+
+
Establish a variable resolver.
A NullPointerException is thrown if resolver is null.
diff --git a/docs/Mono.Android/en/Javax.Xml.Xpath/IXPathExpression.xml b/docs/Mono.Android/en/Javax.Xml.Xpath/IXPathExpression.xml
index 1717392687..2cefcef6ee 100644
--- a/docs/Mono.Android/en/Javax.Xml.Xpath/IXPathExpression.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Xpath/IXPathExpression.xml
@@ -130,7 +130,8 @@
-
-
+
+
@@ -163,12 +164,13 @@
The starting context (node or node list, for example).
-
+
+
To be added.
Evaluate the compiled XPath expression in the specified context and return the result as a String.
- This method calls with a returnType of
+ This method calls with a returnType of
.
See for context item evaluation,
variable, function and QName resolution and return type conversion.
@@ -206,13 +208,14 @@
The InputSource of the document to evaluate over.
-
+
+
To be added.
Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as a
String.
- This method calls with a returnType of
+ This method calls with a returnType of
.
See for context item evaluation,
variable, function and QName resolution and return type conversion.
@@ -251,7 +254,8 @@
The starting context (node or node list, for example).
The desired return type.
-
+
+
To be added.
@@ -299,14 +303,15 @@
The InputSource of the document to evaluate over.
The desired return type.
-
+
+
To be added.
Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as the
specified type.
This method builds a data model for the and calls
- on the resulting document object.
+ on the resulting document object.
See for context item evaluation,
variable, function and QName resolution and return type conversion.
If returnType is not one of the types defined in ,
diff --git a/docs/Mono.Android/en/Javax.Xml.Xpath/XPathFactory.xml b/docs/Mono.Android/en/Javax.Xml.Xpath/XPathFactory.xml
index 479fd0e00c..1424463610 100644
--- a/docs/Mono.Android/en/Javax.Xml.Xpath/XPathFactory.xml
+++ b/docs/Mono.Android/en/Javax.Xml.Xpath/XPathFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -15,7 +15,8 @@
-
+
+
An XPathFactory instance can be used to create
@@ -44,11 +45,12 @@
-
+
+
Protected constructor as ,
- or
+ or
should be used to create a new instance of an XPathFactory.
@@ -96,7 +98,8 @@
System.String
-
+
+
Default Object Model URI.
@@ -125,7 +128,8 @@
System.String
-
+
+
The default property name according to the JAXP spec.
@@ -158,7 +162,8 @@
Feature name.
-
+
+
To be added.
@@ -203,7 +208,8 @@
Specifies the object model which the returned XPathFactory will understand.
-
+
+
To be added.
@@ -415,7 +421,8 @@
To be added.
To be added.
To be added.
-
+
+
To be added.
@@ -449,7 +456,8 @@
-
+
+
To be added.
@@ -486,7 +494,8 @@
Feature name.
Is feature state true or false.
-
+
+
Set a feature for this XPathFactory and XPaths created by this factory.
@@ -536,7 +545,8 @@
XPath function resolver.
-
+
+
Establish a default function resolver.
@@ -574,7 +584,8 @@
Variable resolver.
-
+
+
Establish a default variable resolver.
@@ -629,4 +640,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Authentication/AuthSchemeRegistry.xml b/docs/Mono.Android/en/Org.Apache.Http.Authentication/AuthSchemeRegistry.xml
index d2905bc542..2025a77bfd 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Authentication/AuthSchemeRegistry.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Authentication/AuthSchemeRegistry.xml
@@ -1,4 +1,4 @@
-
+
@@ -120,7 +120,7 @@
Registers a with the given identifier. If a factory with the
given name already exists it will be overridden. This name is the same one used to
- retrieve the from .
+ retrieve the from .
@@ -262,4 +262,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Client.Utils/URIUtils.xml b/docs/Mono.Android/en/Org.Apache.Http.Client.Utils/URIUtils.xml
index af8935820a..077c00ed52 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Client.Utils/URIUtils.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Client.Utils/URIUtils.xml
@@ -1,4 +1,4 @@
-
+
@@ -86,7 +86,7 @@
Constructs a using all the parameters. This should be
used instead of
-
+
or any of the other URI multi-argument URI constructors.
See
@@ -208,7 +208,7 @@
To be added.
A convenience method for
- that always keeps the
+ that always keeps the
fragment.
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/ISocketFactory.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/ISocketFactory.xml
index 4fde18eef4..d68fcc64a3 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/ISocketFactory.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/ISocketFactory.xml
@@ -111,7 +111,7 @@
Creates a new, unconnected socket.
The socket should subsequently be passed to
- .
+ .
[Android Documentation]
@@ -147,7 +147,7 @@
To be added.
Checks whether a socket provides a secure connection.
- The socket must be
+ The socket must be
by this factory.
The factory will not perform I/O operations
in this method.
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml
index f3367c91c6..8cedb57d55 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn.Schemes/PlainSocketFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -162,7 +162,7 @@
Creates a new, unconnected socket.
The socket should subsequently be passed to
- .
+ .
[Android Documentation]
@@ -275,4 +275,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml
index cc8971cb8b..2dd2d0b90f 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn.Ssl/SSLSocketFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -104,7 +104,8 @@
To be added.
-
+
+
@@ -139,7 +140,8 @@
To be added.
To be added.
-
+
+
@@ -197,7 +199,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -240,7 +243,8 @@
To be added.
To be added.
To be added.
-
+
+
@@ -272,7 +276,8 @@
Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier
-
+
+
To be added.
@@ -301,7 +306,8 @@
Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier
-
+
+
To be added.
@@ -415,7 +421,7 @@
Creates a new, unconnected socket.
The socket should subsequently be passed to
- .
+ .
[Android Documentation]
@@ -533,7 +539,8 @@
Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier
-
+
+
To be added.
@@ -639,7 +646,8 @@
System.String
-
+
+
@@ -667,7 +675,8 @@
System.String
-
+
+
@@ -695,7 +704,8 @@
Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier
-
+
+
To be added.
@@ -760,7 +770,8 @@
System.String
-
+
+
@@ -773,4 +784,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn/IClientConnectionRequest.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn/IClientConnectionRequest.xml
index 9ffcfb5610..9c67bcce81 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn/IClientConnectionRequest.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn/IClientConnectionRequest.xml
@@ -1,4 +1,4 @@
-
+
@@ -49,10 +49,10 @@
- Aborts the call to ,
+ Aborts the call to ,
causing it to throw an .
- Aborts the call to ,
+ Aborts the call to ,
causing it to throw an .
@@ -112,4 +112,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn/IManagedClientConnection.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn/IManagedClientConnection.xml
index 4e66699061..c46c99dccc 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn/IManagedClientConnection.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn/IManagedClientConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -122,13 +122,13 @@
the context for layering on top of this connection
the parameters for layering on top of this connection
- Layers a new protocol on top of a
+ Layers a new protocol on top of a
connection.
- Layers a new protocol on top of a
+ Layers a new protocol on top of a
connection. This is typically used to create a TLS/SSL connection
through a proxy.
- The route is the one previously passed to .
+ The route is the one previously passed to .
It is not guaranteed that the layered connection is
.
@@ -394,7 +394,7 @@
This is not the proxy through which
the tunnel was established, but the new end point
of the tunnel. The tunnel does not yet
- reach to the target, use
+ reach to the target, use
to indicate an end-to-end tunnel.
true if the connection should be
@@ -407,7 +407,7 @@
a request has to pass through multiple proxies before reaching the
target. In that case, all proxies but the last need to be tunnelled
when establishing the connection. Tunnelling of the last proxy to the
- target is optional and would be indicated via .
+ target is optional and would be indicated via .
[Android Documentation]
@@ -446,8 +446,8 @@
Indicates that a tunnel to the target has been established.
Indicates that a tunnel to the target has been established.
- The route is the one previously passed to .
- Subsequently, can be called
+ The route is the one previously passed to .
+ Subsequently, can be called
to layer the TLS/SSL protocol on top of the tunnelled connection.
Note: In HttpClient 3, a call to the corresponding method
would automatically trigger the layering of the TLS/SSL protocol.
@@ -504,4 +504,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn/IOperatedClientConnection.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn/IOperatedClientConnection.xml
index 105098a7b5..a1d633dcfe 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn/IOperatedClientConnection.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn/IOperatedClientConnection.xml
@@ -1,4 +1,4 @@
-
+
@@ -59,7 +59,7 @@
Indicates whether this connection is secure.
The return value is well-defined only while the connection is open.
It may change even while the connection is open,
- because of an .
+ because of an .
[Android Documentation]
@@ -142,7 +142,7 @@
By calling this method, you can provide the connection with
the unconnected socket that will be connected before
- is called. This allows
+ is called. This allows
the connection to close that socket if
is called before it is open. Closing the unconnected socket
@@ -151,7 +151,7 @@
or it returns successfully and then opens this connection
which was just shut down.
- You also must call in order to complete
+ You also must call in order to complete
the process
@@ -185,7 +185,7 @@
Obtains the socket for this connection.
The return value is well-defined only while the connection is open.
It may change even while the connection is open,
- because of an .
+ because of an .
[Android Documentation]
@@ -221,7 +221,7 @@
The return value is well-defined only while the connection is open.
It may change even while the connection is open,
- because of an .
+ because of an .
[Android Documentation]
@@ -285,4 +285,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Conn/MultihomePlainSocketFactory.xml b/docs/Mono.Android/en/Org.Apache.Http.Conn/MultihomePlainSocketFactory.xml
index 57859b6f6a..b44aa7e14d 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Conn/MultihomePlainSocketFactory.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Conn/MultihomePlainSocketFactory.xml
@@ -1,4 +1,4 @@
-
+
@@ -27,7 +27,7 @@
Socket factory that implements a simple multi-home fail-over on connect failure,
provided the same hostname resolves to multiple es. Please note
- the
+ the
method cannot be reliably interrupted by closing the socket returned by the
method.
@@ -111,7 +111,7 @@
Creates a new, unconnected socket.
The socket should subsequently be passed to
- .
+ .
[Android Documentation]
@@ -224,4 +224,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml
index d5f0d97f6c..d392f6d3c0 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHeaderValueFormatter.xml
@@ -1,4 +1,4 @@
-
+
@@ -148,7 +148,7 @@
Actually formats the value of a name-value pair.
This does not include a leading = character.
- Called from .
+ Called from .
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHttpResponse.xml b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHttpResponse.xml
index d1f65a0394..21036ca605 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHttpResponse.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicHttpResponse.xml
@@ -1,4 +1,4 @@
-
+
@@ -479,7 +479,7 @@
Obtains the status line of this response.
The status line can be set using one of the
- methods,
+ methods,
or it can be initialized in a constructor.
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineFormatter.xml b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineFormatter.xml
index 56a24ae6e8..a2d2750be2 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineFormatter.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineFormatter.xml
@@ -1,4 +1,4 @@
-
+
@@ -189,7 +189,7 @@
Actually formats a header.
Actually formats a header.
- Called from .
+ Called from .
[Android Documentation]
@@ -225,7 +225,7 @@
Actually formats a request line.
Actually formats a request line.
- Called from .
+ Called from .
[Android Documentation]
@@ -261,7 +261,7 @@
Actually formats a status line.
Actually formats a status line.
- Called from .
+ Called from .
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineParser.xml b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineParser.xml
index 63a0ed5a0a..1a31ed9e02 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineParser.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Message/BasicLineParser.xml
@@ -1,4 +1,4 @@
-
+
@@ -151,7 +151,7 @@
To be added.
Creates a protocol version.
- Called from .
+ Called from .
[Android Documentation]
@@ -189,7 +189,7 @@
To be added.
Instantiates a new request line.
- Called from .
+ Called from .
[Android Documentation]
@@ -227,7 +227,7 @@
To be added.
Instantiates a new status line.
- Called from .
+ Called from .
[Android Documentation]
@@ -301,7 +301,7 @@
Checks whether there likely is a protocol version in a line.
This method implements a heuristic to check for a
likely protocol version specification. It does not
- guarantee that would not
+ guarantee that would not
detect a parse error.
This can be used to detect garbage lines before a request
or status line.
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Message/ILineParser.xml b/docs/Mono.Android/en/Org.Apache.Http.Message/ILineParser.xml
index 2dc6d70927..a902a60a7c 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Message/ILineParser.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Message/ILineParser.xml
@@ -1,4 +1,4 @@
-
+
@@ -67,7 +67,7 @@
Checks whether there likely is a protocol version in a line.
This method implements a heuristic to check for a
likely protocol version specification. It does not
- guarantee that would not
+ guarantee that would not
detect a parse error.
This can be used to detect garbage lines before a request
or status line.
@@ -236,4 +236,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Apache.Http.Protocol/HttpRequestExecutor.xml b/docs/Mono.Android/en/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
index e6cad977e4..40eea2c584 100644
--- a/docs/Mono.Android/en/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http.Protocol/HttpRequestExecutor.xml
@@ -1,4 +1,4 @@
-
+
@@ -183,7 +183,7 @@
the request to send, already
-
+
the connection over which to send the request,
already established
the context for sending the request
diff --git a/docs/Mono.Android/en/Org.Apache.Http/IHttpResponse.xml b/docs/Mono.Android/en/Org.Apache.Http/IHttpResponse.xml
index 4be62eee07..9fd791db57 100644
--- a/docs/Mono.Android/en/Org.Apache.Http/IHttpResponse.xml
+++ b/docs/Mono.Android/en/Org.Apache.Http/IHttpResponse.xml
@@ -1,4 +1,4 @@
-
+
@@ -298,7 +298,7 @@
Obtains the status line of this response.
The status line can be set using one of the
- methods,
+ methods,
or it can be initialized in a constructor.
@@ -311,4 +311,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/Attributes2Impl.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/Attributes2Impl.xml
index cd6e4139d3..8c83123c81 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/Attributes2Impl.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/Attributes2Impl.xml
@@ -1,4 +1,4 @@
-
+
@@ -33,11 +33,11 @@
This is not part of core-only SAX2 distributions.
The specified flag for each attribute will always
be true, unless it has been set to false in the copy constructor
- or using .
+ or using .
Similarly, the declared flag for each attribute will
always be false, except for defaulted attributes (specified
is false), non-CDATA attributes, or when it is set to true using
- .
+ .
If you change an attribute's type by hand, you may need to modify
its declared flag to match.
@@ -106,7 +106,7 @@
This constructor is especially useful inside a
- event.
+ event.
[Android Documentation]
@@ -480,4 +480,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/DefaultHandler2.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/DefaultHandler2.xml
index 409ebe42a6..587f27cbcc 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/DefaultHandler2.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/DefaultHandler2.xml
@@ -1,4 +1,4 @@
-
+
@@ -35,7 +35,7 @@
This class extends the SAX2 base handler class to support the
SAX2 , , and
extensions. Except for overriding the
- original SAX1
+ original SAX1
method the added handler methods just return. Subclassers may
override everything on a method-by-method basis.
@@ -525,7 +525,7 @@
Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
Note that because the older
- ,
+ ,
method is overridden to call this one, this method may sometimes
be invoked with null name and baseURI, and
with the systemId already absolutized.
@@ -566,7 +566,7 @@
The contents of the CDATA section will be reported through
- the regular event; this event is intended only to report
+ the regular event; this event is intended only to report
the boundary.
@@ -629,7 +629,7 @@
Note that the start/endDTD events will appear within
the start/endDocument events from ContentHandler and
before the first
-
+
event.
@@ -739,4 +739,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IAttributes2.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IAttributes2.xml
index b19a0268d5..b055d46c8e 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IAttributes2.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IAttributes2.xml
@@ -25,7 +25,7 @@
SAX2 extension to augment the per-attribute information
provided though .
If an implementation supports this extension, the attributes
- provided in will implement this interface,
+ provided in will implement this interface,
and the http://xml.org/sax/features/use-attributes2
feature flag will have the value true.
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IDeclHandler.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IDeclHandler.xml
index 72e4edf3ef..8c0757f339 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IDeclHandler.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IDeclHandler.xml
@@ -36,10 +36,10 @@
notations) are already reported through the interface.
If you are using the declaration handler together with a lexical
handler, all of the events will occur between the
- and the
+ and the
events.
To set the DeclHandler for an XML reader, use the
- method
+ method
with the property name
http://xml.org/sax/properties/declaration-handler
and an object implementing this interface (or null) as the value.
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IEntityResolver2.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IEntityResolver2.xml
index d8c04a14cb..dcdbbbaf89 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/IEntityResolver2.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/IEntityResolver2.xml
@@ -27,9 +27,9 @@
method
is used to provide implementations of this interface to parsers.
When a parser uses the methods in this interface, the
-
+
method (in this interface) is used instead of the older (SAX 1.0)
- method.
+ method.
This module, both source code and documentation, is in the
Public Domain, and comes with NO WARRANTY.
@@ -114,7 +114,7 @@
available for validation, entity processing, and attribute processing
(normalization, defaulting, and reporting types including ID).
This augmentation is reported
- through the method as if
+ through the method as if
the document text had originally included the external subset;
this callback is made before any internal subset data or errors
are reported.
@@ -137,7 +137,7 @@
Note that the InputSource gets no further resolution.
Implementations of this method may wish to invoke
- to gain benefits such as use
+ to gain benefits such as use
of local caches of DTD entities. Also, this method will never be
used by a (non-validating) processor that is not including external
parameter entities.
@@ -223,7 +223,7 @@
to determine the input source to use for any external entity
being included because of a reference in the XML text.
That excludes the document entity, and any external entity returned
- by .
+ by .
When a (non-validating) processor is configured not to include
a class of entities (parameter or general) through use of feature
flags, this method is not invoked for such entities.
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Ext/ILexicalHandler.xml b/docs/Mono.Android/en/Org.Xml.Sax.Ext/ILexicalHandler.xml
index fabb3f4227..e751cc5726 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Ext/ILexicalHandler.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Ext/ILexicalHandler.xml
@@ -38,7 +38,7 @@
must appear between the content handler's startDocument and
endDocument events.
To set the LexicalHandler for an XML reader, use the
- method
+ method
with the property name
http://xml.org/sax/properties/lexical-handler
and an object implementing this interface (or null) as the value.
@@ -223,7 +223,7 @@
The contents of the CDATA section will be reported through
- the regular event; this event is intended only to report
+ the regular event; this event is intended only to report
the boundary.
@@ -287,7 +287,7 @@
Note that the start/endDTD events will appear within
the start/endDocument events from ContentHandler and
before the first
-
+
event.
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributeListImpl.xml b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributeListImpl.xml
index 910629d6fc..2721064436 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributeListImpl.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributeListImpl.xml
@@ -1,4 +1,4 @@
-
+
@@ -53,7 +53,7 @@
class to provide an implementation of AttributeList; it is
supplied only as an optional convenience. In particular,
parser writers are encouraged to invent more efficient
- implementations.See Also
+ implementations.See Also
[Android Documentation]
@@ -546,4 +546,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributesImpl.xml b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributesImpl.xml
index d81b1805cc..d8c480eb3d 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributesImpl.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/AttributesImpl.xml
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,7 @@
See
for further information.
- to take a persistent snapshot of an Attributes object
- in a event; or
- to construct or modify an Attributes object in a SAX2 driver or filter.
+ in a event; or- to construct or modify an Attributes object in a SAX2 driver or filter.
This class provides a default implementation of the SAX2
interface, with the
addition of manipulators so that the list can be modified or
@@ -100,7 +100,7 @@
This constructor is especially useful inside a
- event.
+ event.
[Android Documentation]
@@ -991,4 +991,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/NamespaceSupport.xml b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/NamespaceSupport.xml
index 9e0c6d8e1c..a13bb7105a 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax.Helpers/NamespaceSupport.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax.Helpers/NamespaceSupport.xml
@@ -1,4 +1,4 @@
-
+
@@ -185,7 +185,7 @@
before they are referenced. For example, a SAX driver (parser)
would scan an element's attributes
in two passes: first for namespace declarations,
- then a second pass using to
+ then a second pass using to
interpret prefixes against (potentially redefined) prefixes.
@@ -389,7 +389,7 @@
Controls whether namespace declaration attributes are placed
into the namespace
- by . This may only be
+ by . This may only be
changed before any contexts have been pushed.
@@ -559,11 +559,11 @@
A flag indicating whether this is an
attribute name (true) or an element name (false).
Process a raw XML qualified name, after all declarations in the
- current context have been handled by .
+ current context have been handled by .
To be added.
Process a raw XML qualified name, after all declarations in the
- current context have been handled by .
+ current context have been handled by .
- parts[0]
- The Namespace URI, or an empty string if none is
in use.
- parts[1]
- The local name (without prefix).
- parts[2]
- The original raw name.
@@ -761,4 +761,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.Xml.Sax/IAttributeList.xml b/docs/Mono.Android/en/Org.Xml.Sax/IAttributeList.xml
index 2cb9f22280..e5f2c4a82d 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax/IAttributeList.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax/IAttributeList.xml
@@ -32,7 +32,7 @@
attributes. Unlike the new
interface, it does not support Namespace-related information.
When an attribute list is supplied as part of a
-
+
event, the list will return valid results only during the
scope of the event; once the event handler returns control
to the parser, the attribute list is invalid. To save a
@@ -57,7 +57,7 @@
}
As an alternative, the application can request the value or
- type of specific attributes:See Also
+ type of specific attributes:See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.Xml.Sax/IAttributes.xml b/docs/Mono.Android/en/Org.Xml.Sax/IAttributes.xml
index afaac2c8a6..c79e502e4d 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax/IAttributes.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax/IAttributes.xml
@@ -57,7 +57,7 @@
contain Namespace support. In addition to Namespace support, it
adds the getIndex methods (below).
The order of attributes in the list is unspecified, and will
- vary from implementation to implementation.See Also
+ vary from implementation to implementation.See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.Xml.Sax/IContentHandler.xml b/docs/Mono.Android/en/Org.Xml.Sax/IContentHandler.xml
index 7e9f5009b5..914498537e 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax/IContentHandler.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax/IContentHandler.xml
@@ -113,7 +113,7 @@
from this method. It's also generally relevant whenever Java code
manipulates internationalized text; the issue isn't unique to XML.
Note that some parsers will report whitespace in element
- content using the
+ content using the
method rather than this one (validating parsers must
do so).
@@ -212,7 +212,7 @@
The SAX parser will invoke this method at the end of every
element in the XML document; there will be a corresponding
- event for every endElement
+ event for every endElement
event (even when the element is empty).
For information on the names, see startElement.
@@ -253,9 +253,9 @@
End the scope of a prefix-URI mapping.
- See for
+ See for
details. These events will always occur immediately after the
- corresponding event, but the order of
+ corresponding event, but the order of
events is not otherwise
guaranteed.
@@ -359,7 +359,7 @@
A SAX parser must never report an XML declaration (XML 1.0,
section 2.8) or a text declaration (XML 1.0, section 4.3.1)
using this method.
- Like , processing instruction
+ Like , processing instruction
data may have characters that need more than one char
value.
@@ -563,7 +563,7 @@
is false (the default).
The Parser will invoke this method at the beginning of every
element in the XML document; there will be a corresponding
- event for every startElement event
+ event for every startElement event
(even when the element is empty). All of the element's content will be
reported, in order, before the corresponding endElement
event.
@@ -581,7 +581,7 @@
http://xml.org/sax/features/namespace-prefixes
property is true (it is false by default, and support for a
true value is optional).
- Like , attribute values may have
+ Like , attribute values may have
characters that need more than one char value.
@@ -640,10 +640,10 @@
Note that start/endPrefixMapping events are not
guaranteed to be properly nested relative to each other:
all startPrefixMapping events will occur immediately before the
- corresponding event,
+ corresponding event,
and all
events will occur immediately after the corresponding
- event,
+ event,
but their order is not otherwise
guaranteed.
There should never be start/endPrefixMapping events for the
diff --git a/docs/Mono.Android/en/Org.Xml.Sax/IDTDHandler.xml b/docs/Mono.Android/en/Org.Xml.Sax/IDTDHandler.xml
index 6dc7e8ce1c..966f3274f2 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax/IDTDHandler.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax/IDTDHandler.xml
@@ -148,7 +148,7 @@
Note that the notation name corresponds to a notation
- reported by the event.
+ reported by the event.
It is up to the application to record the entity for later
reference, if necessary;
unparsed entities may appear as attribute values.
diff --git a/docs/Mono.Android/en/Org.Xml.Sax/InputSource.xml b/docs/Mono.Android/en/Org.Xml.Sax/InputSource.xml
index 1c1d931e3c..0d05bd7f42 100644
--- a/docs/Mono.Android/en/Org.Xml.Sax/InputSource.xml
+++ b/docs/Mono.Android/en/Org.Xml.Sax/InputSource.xml
@@ -1,4 +1,4 @@
-
+
@@ -50,7 +50,7 @@
necessary). However, standard processing of both byte and
character streams is to close them on as part of end-of-parse cleanup,
so applications should not attempt to re-use such streams after they
- have been handed to a parser. See Also
+ have been handed to a parser. See Also
[Android Documentation]
@@ -532,4 +532,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml b/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml
index 9a60175729..bcdd7876f2 100644
--- a/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml
+++ b/docs/Mono.Android/en/Org.XmlPull.V1/IXmlPullParser.xml
@@ -127,7 +127,7 @@
End document
For more details on API usage, please refer to the
- quick Introduction available at See Also
+ quick Introduction available at See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParser.xml b/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParser.xml
index cb3682478f..eea5ff09b6 100644
--- a/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParser.xml
+++ b/docs/Mono.Android/en/Org.XmlPull.V1/XmlPullParser.xml
@@ -123,7 +123,7 @@
End document
For more details on API usage, please refer to the
- quick Introduction available at See Also
+ quick Introduction available at See Also
[Android Documentation]
diff --git a/docs/Mono.Android/en/Org.Xmlpull.V1.Sax2/Driver.xml b/docs/Mono.Android/en/Org.Xmlpull.V1.Sax2/Driver.xml
index d410adf923..3a41bd1d02 100644
--- a/docs/Mono.Android/en/Org.Xmlpull.V1.Sax2/Driver.xml
+++ b/docs/Mono.Android/en/Org.Xmlpull.V1.Sax2/Driver.xml
@@ -1,4 +1,4 @@
-
+
@@ -56,7 +56,8 @@
-
+
+
@@ -86,7 +87,8 @@
To be added.
-
+
+
@@ -136,7 +138,8 @@
System.String
-
+
+
@@ -164,7 +167,8 @@
System.String
-
+
+
@@ -285,7 +289,8 @@
System.String
-
+
+
@@ -1011,7 +1016,8 @@
System.String
-
+
+
@@ -1086,7 +1092,8 @@
System.String
-
+
+
@@ -1114,7 +1121,8 @@
System.String
-
+
+
@@ -1287,7 +1295,8 @@
To be added.
-
+
+
@@ -1337,7 +1346,8 @@
System.Xml.XmlReader
-
+
+
To be added.
@@ -1504,11 +1514,11 @@
To be added.
To be added.
To be added.
- Calls
+ Calls
on the ContentHandler with this driver object as the
implementation.
- Calls
+ Calls
on the ContentHandler with this driver object as the
implementation. In default implementation
object is valid only during this method call and may not
@@ -1614,7 +1624,8 @@
System.String
-
+
+
@@ -1627,4 +1638,4 @@
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/ns-Android.Database.xml b/docs/Mono.Android/en/ns-Android.Database.xml
index 552b638c06..5de57583e1 100644
--- a/docs/Mono.Android/en/ns-Android.Database.xml
+++ b/docs/Mono.Android/en/ns-Android.Database.xml
@@ -6,7 +6,7 @@ If you need to manage data in a private database, use the
If you need to manage data in a private database, use the classes. These classes are used to manage the object returned from a content provider query. Databases
-are usually created and opened with
+are usually created and opened with
To make requests through
content providers, you can use the class.
All databases are stored on the device in /data/data/<package_name>/databases
diff --git a/docs/Mono.Android/en/ns-Android.Drm.xml b/docs/Mono.Android/en/ns-Android.Drm.xml
index cf271d4303..2d1de2327a 100644
--- a/docs/Mono.Android/en/ns-Android.Drm.xml
+++ b/docs/Mono.Android/en/ns-Android.Drm.xml
@@ -37,9 +37,9 @@ of API calls, the general call sequence for an application is as follows:
You can do this by first using the method to acquire the license information, and then using the method to process the
license information. You can also use the method.
- You can use the
+ You can use the
method to do this.
- You can use the method
+ You can use the method
to do this.
After you make an association between the rights-protected content and its license,
the DRM manager automatically handles rights management for that content. Specifically, the
diff --git a/docs/Mono.Android/en/ns-Android.Hardware.Camera2.xml b/docs/Mono.Android/en/ns-Android.Hardware.Camera2.xml
index 4b85911764..373d08fe77 100644
--- a/docs/Mono.Android/en/ns-Android.Hardware.Camera2.xml
+++ b/docs/Mono.Android/en/ns-Android.Hardware.Camera2.xml
@@ -1,4 +1,4 @@
-
+
The android.hardware.camera2 package provides an interface to
individual camera devices connected to an Android device.
@@ -48,8 +48,8 @@ should be used as targets for this capture. The CameraDevice has a
given use case, which is optimized for the Android device the
application is running on.
Once the request has been set up, it can be handed to the active
-capture session either for a one-shot or for
-an endlessly use. Both methods also have a variant that accepts a list
+capture session either for a one-shot or for
+an endlessly use. Both methods also have a variant that accepts a list
of requests to use as a burst capture / repeating burst. Repeating
requests have a lower priority than captures, so a request submitted
through capture() while there's a repeating request
@@ -65,4 +65,4 @@ asynchronously relative to the output CaptureResult, sometimes
substantially later.
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/ns-Android.Media.Effect.xml b/docs/Mono.Android/en/ns-Android.Media.Effect.xml
index 5a573fcc3c..a82a6191f2 100644
--- a/docs/Mono.Android/en/ns-Android.Media.Effect.xml
+++ b/docs/Mono.Android/en/ns-Android.Media.Effect.xml
@@ -26,13 +26,13 @@ of .
effect name from @link android.media.effect.EffectFactory}, such as or .
- You can adjust an effect’s parameters by calling and passing a parameter name and parameter value. Each type of effect accepts
+ You can adjust an effect’s parameters by calling and passing a parameter name and parameter value. Each type of effect accepts
different parameters, which are documented with the effect name. For example, has one parameter for the scale of the
distortion.
- To apply an effect on a texture, call on the
+ To apply an effect on a texture, call on the
and pass in the input texture, its width and height, and the output
texture. The input texture must be bound to a texture
-image (usually done by calling the
+image (usually done by calling the
function). You may provide multiple mipmap levels. If the output texture has not been bound to a
texture image, it will be automatically bound by the effect as a and with one mipmap level (0), which will have the same
size as the input.
diff --git a/docs/Mono.Android/en/ns-Android.Net.Sip.xml b/docs/Mono.Android/en/ns-Android.Net.Sip.xml
index 82ff67f349..3feb59e870 100644
--- a/docs/Mono.Android/en/ns-Android.Net.Sip.xml
+++ b/docs/Mono.Android/en/ns-Android.Net.Sip.xml
@@ -11,10 +11,10 @@ developer guide.
To get started, you need to get an instance of the by
calling .
- With the , you can initiate SIP audio calls with and . Both methods require
+ With the , you can initiate SIP audio calls with and . Both methods require
a that receives callbacks when the state of the
call changes, such as when the call is ringing, established, or ended.
- Both also requires two
+ Both also requires two
objects, representing the local device and the peer
device. You can create a using the subclass.
Once you have a , you can perform SIP audio call actions with
diff --git a/docs/Mono.Android/en/ns-Android.Net.Wifi.P2p.xml b/docs/Mono.Android/en/ns-Android.Net.Wifi.P2p.xml
index db62649bf2..34e8676736 100644
--- a/docs/Mono.Android/en/ns-Android.Net.Wifi.P2p.xml
+++ b/docs/Mono.Android/en/ns-Android.Net.Wifi.P2p.xml
@@ -1,4 +1,4 @@
-
+
Provides classes to create peer-to-peer (P2P) connections with Wi-Fi Direct.
@@ -8,13 +8,13 @@ device supports Wi-Fi Direct, then communicate over a speedy connection across d
than a Bluetooth connection. The primary class you need to work with is , which you can acquire by calling . The includes APIs that allow you to:
-
- Initialize your application for P2P connections by calling
+ Initialize your application for P2P connections by calling
-
- Discover nearby devices by calling
+ Discover nearby devices by calling
-
- Start a P2P connection by calling
+ Start a P2P connection by calling
-
And more
@@ -47,4 +47,4 @@ element in the manifest file:
-
\ No newline at end of file
+
diff --git a/docs/Mono.Android/en/ns-Android.Text.Style.xml b/docs/Mono.Android/en/ns-Android.Text.Style.xml
index 515817c77b..d32612d103 100644
--- a/docs/Mono.Android/en/ns-Android.Text.Style.xml
+++ b/docs/Mono.Android/en/ns-Android.Text.Style.xml
@@ -3,7 +3,7 @@
Provides classes used to view or change the style of a span of text in a View object.
Provides classes used to view or change the style of a span of text in a View object.
-The classes with a subclass Standard are passed in to or to add a new styled span to a string in a View object.
+The classes with a subclass Standard are passed in to or to add a new styled span to a string in a View object.