summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Notify all VMs when proxy changes.Robert Greenwalt2010-11-191-1/+18
* Disable CloseGuard early. (it defaults to spammy otherwise)Brad Fitzpatrick2010-11-151-0/+6
* Move ApplicationPackageManager out of ContextImpl.javaBrad Fitzpatrick2010-11-101-2/+2
* Tell each VM to flush their DNS cache.Robert Greenwalt2010-11-041-0/+6
* StrictMode: annotate violations with the Broadcast Intent's action, if any.Brad Fitzpatrick2010-10-291-0/+14
* Make network usage on the main thread fatal (Honeycomb+)Brad Fitzpatrick2010-10-291-0/+11
* Add facility for broadcasts receives to do work asynchronously.Dianne Hackborn2010-10-271-55/+26
* am 96abb48d: am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost ...Dianne Hackborn2010-10-271-0/+3
|\
| * Fix issue #3138926: App's preferences can be lost after onPause()Dianne Hackborn2010-10-271-0/+3
* | Fix issue #3130426: Finsky crash in switching from window carouselDianne Hackborn2010-10-261-0/+5
* | Fix instance count to be longBrian Carlstrom2010-10-051-1/+1
* | Adding android.os.Debug.countInstancesOfClassBrian Carlstrom2010-10-051-4/+3
* | resolved conflicts for merge of 6a3eddb4 to masterDianne Hackborn2010-09-301-1/+1
|\ \ | |/
| * Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-301-1/+1
| * Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-261-2/+26
* | Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-271-2/+26
* | resolved conflicts for merge of 8952a448 to masterDianne Hackborn2010-09-231-2/+11
|\ \ | |/
| * Fix issue #3022508: Crash during media scanDianne Hackborn2010-09-231-2/+11
| * DO NOT MERGE - use appropriate names on SQL numbers in 'adb bugreport'Vasu Nori2010-09-211-5/+6
* | Work on fragments in layouts.Dianne Hackborn2010-09-211-7/+47
* | bring database code in master for 'adb bugreport' in sync with gingerVasu Nori2010-09-211-8/+12
* | am f26ac1f8: am 96d6c345: Merge "Unify some duplicate StrictMode-enabling cod...Brad Fitzpatrick2010-09-151-9/+2
|\ \ | |/
| * Unify some duplicate StrictMode-enabling code.Brad Fitzpatrick2010-09-141-9/+2
* | am 37fc8cc7: am b724d251: Merge "Enable strictmode logging in system_server &...Brad Fitzpatrick2010-09-101-0/+2
|\ \ | |/
| * Enable strictmode logging in system_server & add a lock.Brad Fitzpatrick2010-09-101-0/+2
* | Bring back instances counts to dumpsys meminfo.Romain Guy2010-09-031-2/+3
* | Prevent the system process from using the HardwareRenderer.Romain Guy2010-09-031-0/+2
* | resolved conflicts for merge of 41e99538 to masterBrian Carlstrom2010-09-011-4/+0
|\ \ | |/
| * New Java-based SamplingProfilerBrian Carlstrom2010-09-011-4/+0
* | am 83285781: am 7046bd92: Merge "Allow native shared libraries in ASEC contai...Kenny Root2010-08-271-0/+1
|\ \ | |/
| * Allow native shared libraries in ASEC containersKenny Root2010-08-271-0/+1
* | resolved conflicts for merge of 28130bae to masterBrad Fitzpatrick2010-08-271-2/+15
|\ \ | |/
| * SharedPreferences$Editor.startCommit()Brad Fitzpatrick2010-08-271-2/+15
* | am 6cf1a8bf: am b1bbe99a: Merge "Some StrictMode API changes." into gingerbreadBrad Fitzpatrick2010-08-241-1/+1
|\ \ | |/
| * Some StrictMode API changes.Brad Fitzpatrick2010-08-241-1/+1
* | am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false"...Dianne Hackborn2010-08-211-4/+0
|\ \ | |/
| * Fix issue #2845673: android:exported="false" is not obeyedDianne Hackborn2010-08-181-4/+0
* | am f96c2719: am 0c36c96f: Merge "StrictMode: batch drop box writes for system...Brad Fitzpatrick2010-07-151-1/+3
|\ \ | |/
| * StrictMode: batch drop box writes for system appsBrad Fitzpatrick2010-07-151-1/+3
* | resolved conflicts for merge of e03952c0 to masterJim Miller2010-07-141-7/+19
|\ \ | |/
| * Fix 2797185: Re-enable thumbnail generation in frameworkJim Miller2010-07-131-7/+19
* | Implement native dump for "am dumpheap -n".Andy McFadden2010-07-131-2/+1
* | Allow "am" to initiate heap dumps.Andy McFadden2010-07-121-0/+37
* | am 705a2df9: am c8525edc: Merge "Remove memory monitoring from the system wat...Christopher Tate2010-06-301-8/+0
|\ \ | |/
| * Remove memory monitoring from the system watchdogChristopher Tate2010-06-301-8/+0
* | am ea8eafad: am 2529a453: Merge "Make bad notifications crash their applicati...Dianne Hackborn2010-06-241-0/+14
|\ \ | |/
| * Make bad notifications crash their application.Dianne Hackborn2010-06-241-0/+14
* | resolved conflicts for merge of 2eb12a47 to masterDianne Hackborn2010-06-241-1294/+241
|\ \ | |/
| * Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-1294/+241
* | wire up sampling profiler to dropboxSen Hu2010-06-141-2/+22