summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Adding matching @deprecated."Ian Rogers2013-04-231-0/+1
|\
| * Adding matching @deprecated.Ian Rogers2013-04-191-0/+1
* | Merge "KeyEvent: update comment"Michael Wright2013-04-211-2/+2
|\ \ | |/ |/|
| * KeyEvent: update commentChirayu Desai2013-04-151-2/+2
* | Merge "Fixed the problem ime invisible status despite being the icon that app...Satoshi Kataoka2013-04-181-1/+1
|\ \
| * | Fixed the problem ime invisible status despite being the icon that appears in...jungheang.lee2013-02-281-1/+1
* | | keystore: Add flag for blobs to be unencryptedKenny Root2013-04-151-6/+10
| |/ |/|
* | Adjust the HttpResponseCache for OkHttp.jwilson2013-04-031-7/+8
* | Remove keystore entries when package removedKenny Root2013-04-021-0/+21
* | Merge "Clarify the documentation of SparseArray.indexOfValue."Elliott Hughes2013-03-291-8/+10
|\ \
| * | Clarify the documentation of SparseArray.indexOfValue.Elliott Hughes2013-03-261-8/+10
* | | KeyStore: add API to query storage typeKenny Root2013-03-291-0/+20
* | | Merge "Correct executable bit for source files [Take 2]"Elliott Hughes2013-03-2811-0/+0
|\ \ \
| * | | Correct executable bit for source files [Take 2]Chirayu Desai2013-03-2711-0/+0
* | | | Two REMOVE_PROVIDER messages caused by race condition.Guobin Zhang2013-03-271-0/+7
| |/ / |/| |
* | | Remove dead DateUtils code that was never in an API level.Elliott Hughes2013-03-262-116/+17
* | | Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo.Elliott Hughes2013-03-261-85/+43
* | | Merge "BackupManagerService files need new security labeling."Geremy Condra2013-03-261-0/+5
|\ \ \
| * | | BackupManagerService files need new security labeling.rpcraig2012-12-041-0/+5
* | | | Add seinfo parsing to PackageManagerService.Robert Craig2013-03-251-0/+15
* | | | KeyStore: change migrate to duplicateKenny Root2013-03-211-6/+10
* | | | Update SELinux JNI to use helpersKenny Root2013-03-201-352/+331
* | | | KeyStore: add "migrate" commandKenny Root2013-03-201-0/+22
* | | | KeyStore: add API to uid versionsKenny Root2013-03-201-0/+4
* | | | Remove dead code from DateUtils.Elliott Hughes2013-03-191-82/+0
* | | | Fix times in debugging output to use H rather than k.Elliott Hughes2013-03-181-1/+1
* | | | Clean up (some of) our many clocks to use H instead of k.Elliott Hughes2013-03-184-67/+76
* | | | Deliberately break DateFormat.format's formatting of 'k' for compatibility.Elliott Hughes2013-03-181-7/+20
| |/ / |/| |
* | | Merge "update APN version for MVNO"Robert Greenwalt2013-03-161-1/+1
|\ \ \
| * | | update APN version for MVNOSungmin Choi2013-02-061-1/+1
* | | | Merge "Fix NPE when pasting non-text from Clipboard"John Reck2013-03-121-1/+1
|\ \ \ \
| * | | | Fix NPE when pasting non-text from ClipboardNils Holmström2013-03-121-1/+1
* | | | | Merge "Switch TLS Channel ID API from ECPrivateKey to PrivateKey."Kenny Root2013-03-121-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch TLS Channel ID API from ECPrivateKey to PrivateKey.Alex Klyubin2013-03-121-4/+4
* | | | | Fix DateFormat k and h, and implement K and H for the first time.Elliott Hughes2013-03-111-7/+19
* | | | | use Calendar in DateUtils format methodSungmin Choi2013-03-111-10/+28
|/ / / /
* | | | Improve DateFormat.format.Elliott Hughes2013-03-082-247/+114
* | | | Improve the Resource.getQuantityString/getQuantityText documentation.Elliott Hughes2013-03-081-18/+25
* | | | Use getRelativeDayString in getRelativeTimeSpanString.Elliott Hughes2013-03-071-40/+10
* | | | Explain why the frameworks/base DateUtilsTest isn't merged with CTS' DateUtil...Elliott Hughes2013-03-071-3/+6
* | | | Merge "FIX Null Pointer Exception on dialog cancel"Victoria Lease2013-03-051-0/+2
|\ \ \ \
| * | | | FIX Null Pointer Exception on dialog cancelAmit Kumar2013-02-241-0/+2
* | | | | Merge "Audio continue to played even if paused manually"Victoria Lease2013-03-051-11/+18
|\ \ \ \ \
| * | | | | Audio continue to played even if paused manuallyRoger Chen2013-03-051-11/+18
* | | | | | jni: remove obsolete flag from makefileBruce Beare2013-03-051-4/+0
|/ / / / /
* | | | | Tracking libcore change to use longs instead of ints to store pointers in Ope...Brian Carlstrom2013-03-012-2/+2
* | | | | ZygoteInit: use correct header files.Nick Kralevich2013-02-281-5/+1
* | | | | Track stack memory in MemoryInfo.Ian Rogers2013-02-272-24/+39
* | | | | Merge "Deprecate and document memory allocation counting."Ian Rogers2013-02-271-112/+173
|\ \ \ \ \
| * | | | | Deprecate and document memory allocation counting.Ian Rogers2013-02-261-112/+173