| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently when ListPreferences are used in a PreferenceActivity, the summary
values are set to the same as the current index in mEntryValue. This patch
adds the ability for a string substitution to be used in the summary
which points to the corresponding entry in mEntries to aid in
localization.
For example a preference may be named "color" with the following attributes
in the locale "de" (German):
mEntryValues = { "red", "green", "blue" }
mEntries = { "rot", "grün", "blau" }
mSummary = "Die Farbe ist %1$s."
getSummary() returns "Die Farbe ist grün."
Change-Id: Iea169ac3d1c9d6290d853fc7c67a7c4c8a11bb90
|
|\ \ \ \
| |_|/ /
|/| | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The HTTP specification states the following about the fields:
Multiple message-header fields with the same field-name MAY be present
in a message if and only if the entire field-value for that header field
is defined as a comma-separated list [i.e., #(values)]. It MUST be
possible to combine the multiple header fields into one "field-name:
field-value" pair, without changing the semantics of the message, by
appending each subsequent field-value to the first, each separated by a
comma. The order in which header fields with the same field-name are
received is therefore significant to the interpretation of the combined
field value, and thus a proxy MUST NOT change the order of these field
values when a message is forwarded.
Change-Id: I1a6fe5cc8f541f8e80d559641d270d09eac9d85c
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When an application have more than one activities with intent filter
[Main, Launcher], then the intent with ResolverActivity wasn't created correct.
Change-Id: I2617122e07c35284862d2e0643888966ec0f7221
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Remove the topPanel in the alert dialog if it is empty and
therefore invisible. This gives the dialog content more space, and it
makes dialog positioning on the screen correct.
Change-Id: I8ffd9bd9b2360b0ad4338c32c21ab69c055d66a0
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I42f8f9f9a6a6b271eaeb1a02f6d6567a630936ea
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There was an issue in the Time.toMillis example.
Also removed some whitespaces so the file
applies to the Android coding Styleguide
Change-Id: Ic1383e506b30ff181c6e14a12f675b52e5c8ccbc
|
|\ \ \
| |/ /
|/| |
| | | |
getFilesDir()"
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Improved logging when there's an error creating the
directories in getFilesDir();
Due to mkdirs() only returns false on errors,
it's better to output the directory path so the dev
knows the path that can not be created
See also Issue 8886
http://code.google.com/p/android/issues/detail?id=8886
Change-Id: I44d6adc8508ef9ca57f000b5d7bceeb0cfa3ed13
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Merge commit 'd19c397b04f485e0af5990f3541e703934869290' into froyo-plus-aosp
* commit 'd19c397b04f485e0af5990f3541e703934869290':
Do not log AT command traffic by default.
|
| |
| |
| |
| |
| | |
Bug: 2792732
Change-Id: I0ef25f38f38685291af6680cf653046eb391da5a
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '30cf330fae137587d51aa4c026459db146705ba9' into froyo-plus-aosp
* commit '30cf330fae137587d51aa4c026459db146705ba9':
Import revised translations
|
| |
| |
| |
| | |
Change-Id: I4b91aea9c53332569a7123fdb32141530ede6d3d
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'c4e38577f46a3b7953fffbb01b08eebc401fbc17' into froyo-plus-aosp
* commit 'c4e38577f46a3b7953fffbb01b08eebc401fbc17':
Import revised translations
|
| |
| |
| |
| | |
Change-Id: Ife82312cc21acc144a70718f79afcafbdd7eda7a
|
|\ \
| | |
| | |
| | | |
Change-Id: If7ae0c5629d1b3c540cacfa517425c2e6b5822d1
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Counting the number of days in call log screen when a
call was made/received within a week is not correct.
Issue 3132: Call Log Reporting Wrong
Change-Id: I99c3cb40267b4b5938ccc4225993b7aac7e2d018
Signed-off-by: David Sobreira Marques <dpsmarques@gmail.com>
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Change-Id: I05e4c26c902f3cfe0dd99107f518768b246562f7
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add a constructor to AlertDialog.Builder with a 'theme' parameter so
that e.g. the buttons in a dialog built with AlertDialog.Builder can
be themed.
Change-Id: Ie1b1c9706ad2146c8b64dd91fe249c6855c6ac65
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Change-Id: I8e7ccd470e8b90347686985aa2d8337d0c38900c
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I3664ae8f6172f02bf6e2472320e79e3bf8683cc0
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
Change-Id: I0684cac9eb230d864614aef0634c072f4e3ef6a3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- updates WifiStateTracker to track net.XXX.dnsX properties for name servers
- removes dhcp from WifiNative (use NetworkUtils instead)
Change-Id: Ic69ff253e8784cad34e9291e7970ee38bfa235b9
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '322e7e477d89aca18d65cbd289343e716c45a699' into froyo-plus-aosp
* commit '322e7e477d89aca18d65cbd289343e716c45a699':
docs: fix markup error
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Icea017095f58068c55dd3c1c18cecbdf06afb595
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This file was brought back to life by mistaken when merging from
a branch where it was modified into a branch where it had been
deleted
Change-Id: I406c6ced978abfdd59684f14bc9dd53ee7968aae
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
Change-Id: I405069e9495e43fdcdedc41efce77d43a291272c
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Iff3200294edbc1cac188502219bfe481133a5d8e
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
Change-Id: Ica77cebdbb8880345faeb1ee819f51b0b7ff7a0c
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ice9e74fd8f729d7efad934d2de4c747d73be562e
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
Change-Id: I7a9f23192372fc6973d9f3eb399f895f4765f6b2
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It behaves the same as ArrayList.addAll, since
the Object containing the Objects in the Adapter
is a List. Now you can add multiple Objects
at once, instead of looping over a Collection
and add all items one by one.
Unittests will be submitted to the cts project
Change-Id: I16f3286a8ca4cda7eb9f1a99c2aab1cc45b2550f
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
Change-Id: I5d19eb677dcfc7b73919d659fafb29fb85dc7f47
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Unfortunately, PduParser does not allow application/vnd.wap.multipart.alternative as M-RETRIEVE.CONF but some Mobile carrier send message with this type.
This patch allows that and take the first part of multipart as message body.
It fixes http://code.google.com/p/android/issues/detail?id=8957
Change-Id: Ic93259c91331d1e67100439114b7c4f43a834368
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
Change-Id: I8a950276787e9439420db396d0e32f88bd6e04cc
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When the driver was configured to run with power save mode disabled the
power save mode incorrectly got reverted back to AUTO mode right after
DHCP response. The power save mode value is now saved so that the device
properly reverts back to a previous mode after DHCP response.
Change-Id: I5035aad10146812ecef1be8ea4b22a03e230ccc9
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | | |
Change-Id: Ia668b322a02e220b74c222dbbcc5b4fdc3c59ab0
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I588f70d74bc5c02e1fb60c7a2821d8801f2333e0
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Merge commit 'b00854d4c07ee8c810d1e32984543297bfa80a8e' into froyo-plus-aosp
* commit 'b00854d4c07ee8c810d1e32984543297bfa80a8e':
Import revised translations
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I25faf1ade5252fa29cf43aa13e99fef9fc31b418
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
Change-Id: I4ddfc902e70c85ab8b11698fc08df7247e46d0a9
|
| |\ \ \ \ \ \ |
|