summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove wrong javadoc comment"Narayan Kamath2015-02-241-3/+1
|\
| * Remove wrong javadoc commentRomain Vimont2014-07-081-3/+1
* | Merge "Add Keymaster 0.4 binder API"Chad Brubaker2015-02-2316-0/+990
|\ \
| * | Add Keymaster 0.4 binder APIChad Brubaker2015-02-2316-0/+990
* | | Clean up Javadocs for UEventObserverValter Strods2015-02-231-4/+4
* | | Merge "Fix a couple of issues with system_server forking."Narayan Kamath2015-02-192-9/+13
|\ \ \
| * | | Fix a couple of issues with system_server forking.Narayan Kamath2015-02-132-9/+13
* | | | Merge "Register DDM handlers at the beginning of main method."Piotr Jastrzebski2015-02-162-2/+4
|\ \ \ \
| * | | | Register DDM handlers at the beginning of main method.Piotr Jastrzebski2015-02-132-2/+4
| |/ / /
* | | | Merge "Prevent duplicated registration of OnComputeInternalInsetsListener"Yohei Yukawa2015-02-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent duplicated registration of OnComputeInternalInsetsListenerSeonggoo Kang2014-12-241-0/+1
* | | | Merge "Call startInput on return from sleep mode"Jeff Brown2015-02-131-13/+11
|\ \ \ \
| * | | | Call startInput on return from sleep modeMikael Gullstrand2015-01-261-13/+11
* | | | | Merge "Remove usages of FloatMath"Neil Fuller2015-02-127-37/+25
|\ \ \ \ \
| * | | | | Remove usages of FloatMathNeil Fuller2015-02-127-37/+25
* | | | | | Use ICU for relative time formattingTao Bao2015-02-111-139/+15
* | | | | | Move hidden ApplicationInfo flags into a separate field.Alex Klyubin2015-02-114-42/+70
* | | | | | Store compiled code in Context.getCodeCacheDir()Pirama Arumuga Nainar2015-02-101-3/+9
* | | | | | Merge "Get the instruction set that the libraries of secondary Abi is support...Calin Juravle2015-02-102-2/+14
|\ \ \ \ \ \
| * | | | | | Get the instruction set that the libraries of secondary Abi is supported.jgu212014-12-172-2/+14
* | | | | | | Merge "Avoid static initialization of Layout from TextUtils"Neil Fuller2015-02-093-8/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Avoid static initialization of Layout from TextUtilsNeil Fuller2015-02-063-8/+9
* | | | | | | Fix comment according to review.Christopher Ferris2015-02-041-1/+1
|/ / / / / /
* | | | | | Merge "Also include the domain when parceling StaticIpConfiguration."Lorenzo Colitti2015-01-301-0/+2
|\ \ \ \ \ \
| * | | | | | Also include the domain when parceling StaticIpConfiguration.Lorenzo Colitti2015-01-291-0/+2
* | | | | | | Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()"Lorenzo Colitti2015-01-302-2/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()Paul Jensen2015-01-292-2/+3
* | | | | | | Fix wrap property creation when truncating.Christopher Ferris2015-01-291-1/+6
|/ / / / / /
* | | | | | Support connecting to networks with misconfigured subnet masks.Lorenzo Colitti2015-01-281-4/+11
* | | | | | Merge "Choose the right executable for wrapped applications."Narayan Kamath2015-01-213-3/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Choose the right executable for wrapped applications.Narayan Kamath2015-01-193-3/+17
* | | | | | Merge "Fix for broken docs build."Neil Fuller2015-01-201-9/+10
|\ \ \ \ \ \
| * | | | | | Fix for broken docs build.Neil Fuller2015-01-201-9/+10
* | | | | | | Merge "Changes associated with an OkHttp upgrade"Neil Fuller2015-01-202-50/+60
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Changes associated with an OkHttp upgradeNeil Fuller2015-01-202-50/+60
* | | | | | Remove support for --classpath and make --runtime-init the default.Narayan Kamath2015-01-193-125/+20
* | | | | | Fix handling of wrapped processes [part 1].Narayan Kamath2015-01-191-0/+2
* | | | | | Fix handling of wrapped processes [part 2]Narayan Kamath2015-01-161-12/+24
* | | | | | Fix a property name that's longer than 31 chars.Narayan Kamath2015-01-161-1/+1
* | | | | | Merge "Offer to detect non-SSL/TLS network traffic."Jeff Sharkey2015-01-167-30/+236
|\ \ \ \ \ \
| * | | | | | Offer to detect non-SSL/TLS network traffic.Jeff Sharkey2015-01-157-30/+236
| |/ / / / /
* | | | | | Merge "Generate IKeystoreService using aidl"Chad Brubaker2015-01-144-662/+151
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Generate IKeystoreService using aidlChad Brubaker2015-01-134-662/+151
* | | | | | Merge "Prevent system server dump stuck by pipe buffer full."Craig Mautner2015-01-131-2/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prevent system server dump stuck by pipe buffer full.riddle_hsu2014-07-311-2/+17
* | | | | | Merge "[ActivityManager] Distinguish FG or BG receiver finished"Olawale Ogunwale2015-01-125-11/+17
|\ \ \ \ \ \
| * | | | | | [ActivityManager] Distinguish FG or BG receiver finishedriddle_hsu2015-01-035-11/+17
* | | | | | | Merge "Call VMRuntime.clampGrowthLimit for small heap apps"Mathieu Chartier2015-01-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Call VMRuntime.clampGrowthLimit for small heap appsMathieu Chartier2015-01-081-0/+4
* | | | | | | | Merge "check ntpserver as empty string instead of null"Jeff Sharkey2015-01-081-1/+2
|\ \ \ \ \ \ \ \