| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This changes the names of the directories in aapt, to what you see
in the list of DpiTest resources. Also adds a new "long" configuration
for wide screens, which the platform sets appropriate, and introduces
a new kind of resizeability for not large but significantly larger
than normal screens which may have compatibility issues.
|
|\
| |
| |
| |
| | |
* changes:
Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file.
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Fix issue where scaled bitmap sizes could be wrong.
|
| |
| |
| |
| |
| |
| |
| | |
The Bitmap functions to get the scaled width/height couldn't actually
do the right thing because they didn't know the destination they would
be drawing to. Now there are two forms of them, taking an explicit
parameter specifying the destination.
|
|\ \
| |/
| |
| |
| | |
* changes:
Add "nodpi" density, and expose a bunch of density-related APIs.
|
| |
| |
| |
| |
| | |
Also update the DpiTest app to use nodpi images, and try to have a mode
where it turns off compatibility though it's not quite working.
|
|/
|
|
| |
Hopefully this gives enough time for more memory recycling. Because it is observed that several seconds after a suite is run, the memory usage could drop by 1-2M.
|
|\
| |
| |
| |
| | |
* changes:
Temporarily suppress ServiceTest.
|
| |
| |
| |
| |
| | |
ServiceTest appears to be causing the whole android unit_tests suite to fail in the
continuous system. Suppressing to stop the lab failure spam while continuing to investigate.
|
|\ \
| |/
|/|
| |
| | |
* changes:
Allow system colors in <font> tags
|
| |
| |
| |
| | |
Fixes http://b/issue?id=1970693
|
|/
|
|
| |
Fixes http://b/issue?id=1981558
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a new API with the activity manager to find out about movement between
activities. For my sanity, the old IActivityWatcher is now renamed to
IActivityController, and the new activity movement interface is named
IActivityWatcher.
This changes the search manager itself to use the new API to manage its state.
Note that there are still problems when going back to the search dialog after
it was hidden -- the suggestions window no longer appears until you explicitly
dismiss and re-show it.
|
|
|
|
| |
Modified getQueryParameter() to use the encoded query string. Fixes internal issue #1749094.
|
|\
| |
| |
| |
| | |
* changes:
Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015.
|
| |
| |
| |
| | |
Fixes internal issue #1957015.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Add a new SearchDialogWrapper class that makes sure
all access to the SearchDialog is run one a single thread
other than the main ServerThread.
- Don't save/restore seach dialog state in Activity.
This resulted in lots of calls to the SearchManager
throughout the life cycle of all activities, for
the questionable benefit of restoring the search dialog
in a few cases.
- Remove search UI state save/restore, and the isVisible()
method from SearchManagerService. They are no longer used,
and were tricky to implement since they return values from
the search UI thread to the service.
- Handle configuration changes in searchDialogWrapper instead
of calling through from Activity.
Fixes http://b/issue?id=1938101
TODO:
- Activity.performPause() calls stopSearch(). This call may not happen
until the new activity has been started. If the new activity starts a
search immediately, this search could be cancelled by the old activity's
call top stopSearch().
|
|\
| |
| |
| |
| | |
* changes:
Add unit test for NeighboringCellInfo.
|
| |
| |
| |
| |
| |
| | |
Add small unit test for NeighboringCellInfo in AndroidTests. The old telephony unit test directory, CoreTest/android, is marked as deprecated in AndroidTestHowto.
new file: tests/AndroidTests/src/com/android/unit_tests/NeighboringCellInfoTest.java
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fixes #1748951. Calling setListSelection() explicitely should cancel the selection hidden flag.
|
| | |
| | |
| | |
| | | |
selection hidden flag.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
BackupManager wrapper class improvements
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ Now rechecks the cached IBinder each time the wrapper is used, and if it's
still null (i.e. the BackupManager was constructed before the system service
came up) it's refetched. This lets even system code cache a single
BackupManager instance and just keep making calls through it without worrying
about interactions with the life cycle of the backup service.
+ Added a static dataChanged(packageName) method as a convenience for code that
needs to indicate that some other package needs a backup pass. This is useful
even for third party code in the case of multiple packages in a shared-uid
situation.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Turn off kerning when testing TextUtils.ellipsize().
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Otherwise, the different text measurement methods produce slightly
different results and cause the text to show different results for
Spanned vs. non-Spanned source strings.
Bug 1837826
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Use additional functions to collect more memory information data points.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
cdma sms is91 support
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
|
| |/
| |
| |
| |
| |
| | |
PhoneNumberUtils.numberToCalledPartyBCDHelper
addresses http://buganizer/issue?id=1489784
|
|\ \
| |/
|/|
| |
| | |
* changes:
Added a new operation mode where user can launch all tests under a folder from test app ui.
|
| |
| |
| |
| | |
from test app ui.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
make BitwiseInputStream.read return int
|
| | |
| | |
| | |
| | |
| | | |
Keep the maximum access 8 bits to avoid dealing with
endianness issues.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Expand support for different screen sizes.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Applications can now declare that they support small, normal, or
large screens. Resource selection can also be done based on these
sizes. By default, pre-Donut apps are false for small and large,
and Donut or later apps are assumed to support all sizes. In either
case they can use <supports-screens> in their manifest to declare
what they actually support.
|
|/ / /
| | |
| | |
| | |
| | | |
(which nobody had ever tested. I like it when stuff
just works the first time).
|
| | |
| | |
| | |
| | |
| | | |
(It turns out that we do. It didn't used to work, I'm not
sure what changed)
|
| | |
| | |
| | |
| | | |
the backup is done.
|
| |/
|/| |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Add smalltest annotation to HardwareServicePermissionTest.
|
| | |
|