summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Not show share targets that cannot be launched.Svetoslav2013-10-282-9/+30
* Merge "Complete implementation of the advanced print options." into klp-devSvetoslav2013-10-284-33/+127
|\
| * Complete implementation of the advanced print options.Svetoslav2013-10-284-33/+127
* | Merge "Fix issue #11391003: Allow dumpsys meminfo to be used with native proc...Dianne Hackborn2013-10-281-206/+222
|\ \ | |/ |/|
| * Fix issue #11391003: Allow dumpsys meminfo to be used with native processesDianne Hackborn2013-10-251-206/+222
* | Merge "Un-deprecate setInexactRepeating() and tweak docs" into klp-devChristopher Tate2013-10-261-33/+52
|\ \
| * | Un-deprecate setInexactRepeating() and tweak docsChristopher Tate2013-10-251-33/+52
| |/
* | Extra to always show advanced devices.Jeff Sharkey2013-10-251-0/+3
|/
* Merge "DOCS: document API 19+ Alarm Manager API and behaviors" into klp-devChristopher Tate2013-10-251-25/+97
|\
| * DOCS: document API 19+ Alarm Manager API and behaviorsChristopher Tate2013-10-251-25/+97
* | Merge "Add a method to set a list of uids for a wake lock" into klp-devMarco Nelissen2013-10-251-1/+2
|\ \
| * | Add a method to set a list of uids for a wake lockMarco Nelissen2013-10-251-1/+2
* | | Merge "Update the documentaton of the android.print package." into klp-devSvetoslav Ganov2013-10-2510-90/+362
|\ \ \
| * | | Update the documentaton of the android.print package.Svetoslav Ganov2013-10-2510-90/+362
* | | | Merge "Skip writing PFD status when comm is closed." into klp-devJeff Sharkey2013-10-251-25/+27
|\ \ \ \
| * | | | Skip writing PFD status when comm is closed.Jeff Sharkey2013-10-251-25/+27
* | | | | Merge "Fix issue #11290095: Parcel change causing crashing in KLP..." into kl...Dianne Hackborn2013-10-252-13/+58
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix issue #11290095: Parcel change causing crashing in KLP...Dianne Hackborn2013-10-252-13/+58
| | |_|/ | |/| |
* | | | Hide TransitionManager default transition methodsAdam Powell2013-10-241-4/+8
* | | | Fix bug in Scene's use of setTagAdam Powell2013-10-241-1/+1
|/ / /
* | | Merge "Fix for ClassCastException in SystemSensorManager." into klp-devAravind Akella2013-10-241-7/+27
|\ \ \
| * | | Fix for ClassCastException in SystemSensorManager.Aravind Akella2013-10-231-7/+27
* | | | Cache Scene objects by layout ID on the scene rootAdam Powell2013-10-231-8/+9
* | | | Merge "Add notification docs to DocumentsProvider." into klp-devJeff Sharkey2013-10-231-30/+47
|\ \ \ \ | | |/ / | |/| |
| * | | Add notification docs to DocumentsProvider.Jeff Sharkey2013-10-231-30/+47
| | |/ | |/|
* | | Fix leak with transitions when views get removedChet Haase2013-10-222-47/+100
|/ /
* | Merge "Change pairing api/intent permission from PRIVILEGED to ADMIN" into kl...Matthew Xie2013-10-211-6/+6
|\ \ | |/ |/|
| * Change pairing api/intent permission from PRIVILEGED to ADMINMatthew Xie2013-10-211-6/+6
* | Merge "Don't run the async query if being rendered in EditMode." into klp-devDeepanshu Gupta2013-10-211-5/+7
|\ \
| * | Don't run the async query if being rendered in EditMode.Deepanshu Gupta2013-10-181-5/+7
* | | Merge "add xml attributes to IME javadoc" into klp-devScott Main2013-10-202-2/+26
|\ \ \
| * | | add xml attributes to IME javadocScott Main2013-10-182-2/+26
* | | | Merge "Restore 4 classes that were accidentally deleted" into klp-devJonathan Dixon2013-10-194-0/+709
|\ \ \ \
| * | | | Restore 4 classes that were accidentally deletedJonathan Dixon2013-10-184-0/+709
* | | | | Merge "Hide the print dialog if the printing activity is destroyed." into klp...Svetoslav Ganov2013-10-193-71/+226
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Hide the print dialog if the printing activity is destroyed.Svetoslav Ganov2013-10-183-71/+226
| |/ / /
* | | | fix javadoc linkScott Main2013-10-181-1/+1
| |/ / |/| |
* | | Merge "Log view root, input and looper state in bug reports." into klp-devJeff Brown2013-10-186-64/+139
|\ \ \
| * | | Log view root, input and looper state in bug reports.Jeff Brown2013-10-156-64/+139
* | | | Merge "Make dump messages asynchronous." into klp-devJeff Brown2013-10-181-58/+61
|\ \ \ \
| * | | | Make dump messages asynchronous.Jeff Brown2013-10-151-58/+61
| |/ / /
* | | | Merge "Include external storage devices in DocumentsUI." into klp-devJeff Sharkey2013-10-181-0/+12
|\ \ \ \
| * | | | Include external storage devices in DocumentsUI.Jeff Sharkey2013-10-171-0/+12
* | | | | Merge "Plumb through physical device UUID and label." into klp-devJeff Sharkey2013-10-182-20/+62
|\ \ \ \ \ | |/ / / /
| * | | | Plumb through physical device UUID and label.Jeff Sharkey2013-10-162-20/+62
* | | | | Merge "Fix issue #11256132: Add density bucket for all real numbers between 0...Dianne Hackborn2013-10-181-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix issue #11256132: Add density bucket for all real numbers between 0 and âˆ...Dianne Hackborn2013-10-171-0/+8
| |/ / /
* | | | additional javadoc for NfcAdapter.ReaderCallbackScott Main2013-10-171-2/+8
* | | | Merge "Fix assorted FastScroller regressions" into klp-devAlan Viverette2013-10-171-4/+27
|\ \ \ \
| * | | | Fix assorted FastScroller regressionsAlan Viverette2013-10-151-4/+27
| | |/ / | |/| |