0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'cupcake' More... over 16 years ago
auto import from //branches/cupcake/...@126645 More... over 16 years ago
auto import from //branches/cupcake/...@126645 More... over 16 years ago
Optional provisioning More... over 16 years ago
telephony: Return NOT_SUPPORTED for RIL_REQUEST_GET_NEIGHBORING_CELL_IDS. More... over 16 years ago
auto import from //branches/cupcake/...@125939 More... over 16 years ago
auto import from //branches/cupcake/...@125939 More... over 16 years ago
proposed fix for issue #1703: http://code.google.com/p/android/issues/detail?id=1703 More... over 16 years ago
Merge commit 'remotes/korg/cupcake' More... over 16 years ago
Merge commit 'remotes/korg/cupcake' More... over 16 years ago
fix issue #1587 More... over 16 years ago
Code drop from //branches/cupcake/...@124589 More... over 16 years ago
Code drop from //branches/cupcake/...@124589 More... over 16 years ago
Merge More... over 16 years ago
Refresh fonts with updated license strings in the 'name' table Use compressed kerning format Add cyrillic characters More... over 16 years ago
fix (more) style issues from change #5124 More... over 16 years ago
In removeGpsStatusListener, remove the listener for real. More... over 16 years ago
Enforce permission for using addGpsStatusListener. Even though it's currently hidden and inaccessible from the SDK, it's still possible for an Android app to use, so it needs to check perms. More... over 16 years ago
Fix android application platform will crash problem. More... over 16 years ago
Add bluetooth include path. More... over 16 years ago
Avoid using the 'sample' syntax to refer to Phone Application, in the core. This adds a build dependency on the PhoneApp, and the core build fails on configurations that do not have Phone Application. More... over 16 years ago
Change ROUTE_ALL from 15 (4-bit mask) to -1 (32-bit mask) to allow for more routes in the future. More... over 16 years ago
Change ROUTE_ALL from 15 (4-bit mask) to -1 (32-bit mask) to allow for more routes in the future. More... over 16 years ago
Fix the lock screen bypass issue reported in http://forum.xda-developers.com/showthread.php?t=436767. More... almost 17 years ago
Fix for bug 1185. The constructor IntentFilter(String action, String dataType) ignores the action parameter. This change ensures that it is correctly added to the set of actions. More... almost 17 years ago
Fix issue 1164: Incorrect organization type label in contacts More... almost 17 years ago
BUG FIX - http://code.google.com/p/android/issues/detail?id=955 More... almost 17 years ago
Fix typo. It's "picasa", not "picassa". More... almost 17 years ago
Fix a FileObserver jni bug. The path string in FileObserver jni will not be automatically released in the while loop. Then it will cause too many local refs in the ref table. When received too many file changed notifications/events, the process will be killed for "Failed adding to JNI local ref table". Test code: ============================================================= import android.app.Activity; import android.os.Bundle; import android.os.FileObserver; import android.util.Log; More... almost 17 years ago
Change values of ACTION_POWER constants to better match established practice. More... almost 17 years ago