summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #3373438: Update GBMR versionsDianne Hackborn2011-01-202-1/+17
* Merge "DO NOT MERGE: Prefill the cache before trying to instantiate the media...Dave Sparks2011-01-192-3/+31
|\
| * DO NOT MERGE: Prefill the cache before trying to instantiate the media extrac...Andreas Huber2011-01-192-3/+31
* | Merge "fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs...Mathias Agopian2011-01-192-4/+4
|\ \
| * | fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r...Mathias Agopian2011-01-192-4/+4
| |/
* | Merge "Never drag scroll views with no children. (DO NOT MERGE)" into gingerb...Jeff Brown2011-01-192-7/+11
|\ \ | |/ |/|
| * Never drag scroll views with no children. (DO NOT MERGE)Jeff Brown2011-01-192-7/+11
* | Merge "Use EGL_NATIVE_VISUAL_ID to select EGLConfig" into gingerbreadMathias Agopian2011-01-191-19/+4
|\ \
| * | Use EGL_NATIVE_VISUAL_ID to select EGLConfigMathias Agopian2011-01-161-19/+4
* | | Merge "DO NOT MERGE: Apparently our native TCP sockets do not return an error...Andreas Huber2011-01-191-4/+81
|\ \ \
| * | | DO NOT MERGE: Apparently our native TCP sockets do not return an error from b...Andreas Huber2011-01-181-4/+81
* | | | Merge "Change signature of MifareClassic.authenticate*() to throw IOException...Nick Pelly2011-01-182-10/+41
|\ \ \ \
| * | | | Change signature of MifareClassic.authenticate*() to throw IOException.Nick Pelly2011-01-182-10/+41
* | | | | Merge "Support for TagLostException (API)." into gingerbreadNick Pelly2011-01-186-6/+160
|\ \ \ \ \ | |/ / / /
| * | | | Support for TagLostException (API).Martijn Coenen2011-01-186-6/+160
* | | | | Merge "Watchdog can get deadlocked on activity manager" into gingerbreadBrad Fitzpatrick2011-01-181-3/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Watchdog can get deadlocked on activity managerBrad Fitzpatrick2011-01-181-3/+16
* | | | | Merge "Fix javadoc which broke build." into gingerbreadNick Pelly2011-01-181-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix javadoc which broke build.Nick Pelly2011-01-181-1/+1
| |/ / /
* | | | Merge "Fix omission in NOTICE file." into gingerbreadEric Laurent2011-01-181-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Fix omission in NOTICE file.Eric Laurent2011-01-181-0/+11
* | | | Merge "hange the default IsoDep timeout to 300ms (docs update)." into gingerb...Nick Pelly2011-01-181-1/+1
|\ \ \ \
| * | | | hange the default IsoDep timeout to 300ms (docs update).Martijn Coenen2011-01-181-1/+1
* | | | | Merge "fix [3355413] Gyro calls onAccuracyChanged and reports accuracy as UNR...Mathias Agopian2011-01-181-3/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix [3355413] Gyro calls onAccuracyChanged and reports accuracy as UNRELIABLEMathias Agopian2011-01-161-3/+26
| | |_|/ | |/| |
* | | | Merge "Set the default state of NOTIFICATIONS_USE_RING_VOLUME to true." into ...Amith Yamasani2011-01-182-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Set the default state of NOTIFICATIONS_USE_RING_VOLUME to true.Amith Yamasani2011-01-182-0/+8
* | | | Merge "Do not add unsolicited events to queue" into gingerbreadIrfan Sheriff2011-01-181-5/+7
|\ \ \ \
| * | | | Do not add unsolicited events to queueIrfan Sheriff2011-01-161-5/+7
| |/ / /
* | | | Merge "Filter virtual keys after touches. (DO NOT MERGE)" into gingerbreadJeff Brown2011-01-186-4/+120
|\ \ \ \ | |_|_|/ |/| | |
| * | | Filter virtual keys after touches. (DO NOT MERGE)Jeff Brown2011-01-116-4/+120
* | | | Check NDEF before calling makeReadOnly().Martijn Coenen2011-01-181-12/+17
* | | | Implement IsoDep timeout handling (API).Martijn Coenen2011-01-183-0/+46
* | | | Merge "Fix the ISurfaceComposer onTransact switch." into gingerbreadMathias Agopian2011-01-181-2/+2
|\ \ \ \
| * | | | Fix the ISurfaceComposer onTransact switch.Jamie Gennis2011-01-161-2/+2
| | |_|/ | |/| |
* | | | Merge "Javadoc updates for NFC." into gingerbreadJeff Hamilton2011-01-1815-395/+356
|\ \ \ \
| * | | | Javadoc updates for NFC.Jeff Hamilton2011-01-1815-395/+356
* | | | | Merge "New APIs for NDEF Push Protocol." into gingerbreadJeff Hamilton2011-01-183-11/+95
|\ \ \ \ \ | |/ / / /
| * | | | New APIs for NDEF Push Protocol.Jeff Hamilton2011-01-173-11/+95
| | |_|/ | |/| |
* | | | Remove API that snuck into MockPackageManagerKenny Root2011-01-174-49/+0
* | | | Revert "Add the {get,set}PackageObbPaths calls to API"Kenny Root2011-01-177-383/+0
| |/ / |/| |
* | | Merge "Flush Binder commands in ndk looper." into gingerbreadJeff Brown2011-01-161-1/+5
|\ \ \
| * | | Flush Binder commands in ndk looper.Jeff Brown2011-01-101-1/+5
* | | | Merge "Fix 3106227: use WeakReferences for receivers in DigitalClock class" i...Jim Miller2011-01-166-53/+87
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix 3106227: use WeakReferences for receivers in DigitalClock classJim Miller2011-01-146-53/+87
* | | | Merge "Make sure service handles are live before passing to other objects." i...Nick Pelly2011-01-141-0/+2
|\ \ \ \
| * | | | Make sure service handles are live before passing to other objects.Nick Pelly2011-01-131-0/+2
* | | | | Merge "Squash commits of the following patches, cherry-picked from other bran...James Dong2011-01-1418-341/+675
|\ \ \ \ \
| * | | | | Squash commits of the following patches, cherry-picked from other branch - do...James Dong2011-01-1218-341/+675
* | | | | | Merge "Do Not Merge: Expose insecure rfcomm Bluetooth API." into gingerbreadJaikumar Ganesh2011-01-143-2/+139
|\ \ \ \ \ \