| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Fixes bug b/1800584
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ContentResolver.update(). No code changes.
Original author: jham
Merged from: //branches/cupcake/...
Automated import of CL 147253
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
WifiService: Cleanup parsing of wifi scan results.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also add support for possitive RSSI values, fixing b/1786306
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
android
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147239
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147230
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
a signed APK from ADT
Original author: smain
Merged from: //branches/cupcake/...
Automated import of CL 147224
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147214
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Remove dangling media recorder client reference when setCamera() is used.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
location: Add some null pointer checks.
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
flags that
were already listed in attrs.xml into SearchManager.java. Add
a (brief - no time for more) description about how to add search
by voice to apps.
JAVADOC ONLY - should be safe change for cupcake sdk.
Original author: stadler
Merged from: //branches/cupcake/...
Automated import of CL 147168
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
InstrumentationTestCase and its descendants should be the
package manager package name (not the java package name, and
not the test package) of the package holding the Activity
under test.
Added similar notations to the ApiDemos call sites.
JAVADOC ONLY - should be safe change for cupcake sdk.
Original author: stadler
Merged from: //branches/cupcake/...
Automated import of CL 147167
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
location: Location Manager wakelock cleanup, phase 1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move cell and wifi lock from LocationManagerService to NetworkLocationProvider
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Ensure ongoing progress updates after using the scroll ball to adjust position.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We use a single outstanding message of type SHOW_PROGRESS to refresh the progress
bar's current position as well as textual display of time and duration. This message
could get lost if the scroll ball was used to adjust the current playback position as
we entered state "mDragging" which would cause the subsequent SHOW_PROGRESS message
to be a no-op and would also cause it to not be re-enqueued.
The change refactors the seekbar logic a little and makes sure that while dragging
there isn't a pending SHOW_PROGRESS message in the queue and once dragging is over,
exactly one SHOW_PROGRESS message is reenqueued.
related to bug 1721227
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
only)
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147083
|
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ID associated with the current (most recent) SDK.
Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
Original author: ddougherty
Merged from: //branches/cupcake/...
Automated import of CL 147054
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Original author: jmtrivi
Merged from: //branches/cupcake/...
Automated import of CL 147035
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: jmtrivi
Merged from: //branches/cupcake/...
Automated import of CL 146938
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=1786365
Automated import of CL 146934
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
BUG=1755458
Automated import of CL 146853
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Get Sketch compiling.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add an Android.mk.
Android compiles with Java5, which doesn't let you put @Override on
interface methods.
|
|/ /
| |
| |
| |
| |
| |
| | |
Move LocationCollector support out of GpsLocationProvider.
Don't disable GPS when screen is off.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add sketch gesture demo application.
|
| | |
| | |
| | |
| | | |
Initial checkin, there's no Android.mk yet.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
location: Generalize support for location provider usage tracking.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This replaces two different mechanisms that were used for GPS and Netork
location provider tracking.
Move BatteryStats logging of GPS usage from LocationManagerService to
GpsLocationProvider.
Clean up tracking of location listeners in LocationManagerService and remove
some HashMaps that are no longer needed.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
additional text.
Original author: davidsparks
Merged from: //branches/cupcake/...
Automated import of CL 146755
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Original author: jmtrivi
Merged from: //branches/cupcake/...
Automated import of CL 146752
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
BrokenTests and only executes tests
annotated with SideEffect if the host is running in single test mode.
Also adding some cleanup mechanism and some logcat logging about memory consumption
Original author: ursg
Merged from: //branches/cupcake/...
Automated import of CL 146743
|