summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make WindowInsets#hasInsets check for stable insets as well" into mnc-devAdam Powell2015-06-041-1/+1
|\
| * Make WindowInsets#hasInsets check for stable insets as wellAdam Powell2015-06-041-1/+1
* | Merge "Add optional additional entropy to finish" into mnc-devChad Brubaker2015-06-042-3/+9
|\ \
| * | Add optional additional entropy to finishChad Brubaker2015-06-042-3/+9
* | | Merge "AAPT2: Change xml file parsing to DOM based" into mnc-devAdam Lesinski2015-06-0412-830/+1272
|\ \ \
| * | | AAPT2: Change xml file parsing to DOM basedAdam Lesinski2015-06-0412-830/+1272
* | | | Merge "Add DENSITY_360" into mnc-devAdam Powell2015-06-043-0/+10
|\ \ \ \
| * | | | Add DENSITY_360Adam Powell2015-06-043-0/+10
| | |_|/ | |/| |
* | | | Fixed punctuation in comment.Amit Mahajan2015-06-041-1/+1
* | | | Merge "Update getVoiceMessageCount() comments." into mnc-devAmit Mahajan2015-06-041-1/+2
|\ \ \ \
| * | | | Update getVoiceMessageCount() comments.Amit Mahajan2015-06-041-1/+2
* | | | | Merge "Ringtone: keep a reference until playback completion." into mnc-devEric Laurent2015-06-041-2/+38
|\ \ \ \ \
| * | | | | Ringtone: keep a reference until playback completion.Eric Laurent2015-06-041-2/+38
* | | | | | Merge "Fix the empty reason field in connectivity change intent." into mnc-devFeixiong Zhang2015-06-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix the empty reason field in connectivity change intent.Feixiong Zhang2015-06-041-1/+1
* | | | | | | Merge "Fix abi detection for system apks" into mnc-devDmitriy Ivanov2015-06-041-87/+38
|\ \ \ \ \ \ \
| * | | | | | | Fix abi detection for system apksDmitriy Ivanov2015-06-041-87/+38
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Fix Flashlight tile animation" into mnc-devJason Monk2015-06-041-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix Flashlight tile animationJason Monk2015-06-041-1/+5
* | | | | | | Merge "Clean up the enter transition even if there is not entering fragment."...George Mount2015-06-041-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Clean up the enter transition even if there is not entering fragment.George Mount2015-06-041-4/+4
* | | | | | | | Merge "Don't leak windows on removal with dummy animations" into mnc-devAndroid (Google) Code Review2015-06-042-5/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't leak windows on removal with dummy animationsStefan Kuhne2015-06-042-5/+16
* | | | | | | | | Merge "Revert "Synchronize selected item data on-demand after data set invali...Alan Viverette2015-06-042-56/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "Synchronize selected item data on-demand after data set invalidation"Alan Viverette2015-06-042-56/+10
* | | | | | | | | | Merge "Also refresh FloatingToolbar for "icon" menu item changes." into mnc-devAbodunrinwa Toki2015-06-041-7/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Also refresh FloatingToolbar for "icon" menu item changes.Abodunrinwa Toki2015-06-011-7/+11
* | | | | | | | | | | Merge "More API changes." into mnc-devDianne Hackborn2015-06-0420-148/+296
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More API changes.Dianne Hackborn2015-06-0220-148/+296
* | | | | | | | | | | | Merge "Prevent poorly-extended ParcelableSpans from writing to parcels" into ...Alan Viverette2015-06-0427-34/+273
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Prevent poorly-extended ParcelableSpans from writing to parcelsAlan Viverette2015-06-0227-34/+273
* | | | | | | | | | | | | Merge changes Ia219ff78,I3fd52525 into mnc-devYorke Lee2015-06-042-9/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add phone permissions to ShellYorke Lee2015-06-032-2/+7
| * | | | | | | | | | | | | Add adb shell command to register/unregister phone accountsYorke Lee2015-06-031-7/+37
* | | | | | | | | | | | | | Enabled expansion and dragging down when QS is expandedSelim Cinek2015-06-043-9/+11
* | | | | | | | | | | | | | Moved the circle finishing animation to the RenderThreadSelim Cinek2015-06-041-3/+55
* | | | | | | | | | | | | | Fixed layer trashing when opening / closing the shadeSelim Cinek2015-06-042-16/+30
* | | | | | | | | | | | | | Fixed the touch handling when QS was openSelim Cinek2015-06-042-5/+4
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge "Added logging to debug empty keyguard state" into mnc-devSelim Cinek2015-06-044-4/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Added logging to debug empty keyguard stateSelim Cinek2015-06-044-4/+84
* | | | | | | | | | | | | | Merge "Increased the touch target size for the keyboard affordances" into mnc...Selim Cinek2015-06-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Increased the touch target size for the keyboard affordancesSelim Cinek2015-06-011-1/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Revive ConnectivityServiceTest and add some tests." into mnc-devPaul Jensen2015-06-044-77/+379
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revive ConnectivityServiceTest and add some tests.Paul Jensen2015-06-044-77/+379
* | | | | | | | | | | | | | Merge "Actually close sockets when stopping the receive thread." into mnc-devLorenzo Colitti2015-06-041-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Actually close sockets when stopping the receive thread.Lorenzo Colitti2015-06-041-5/+13
* | | | | | | | | | | | | | | Don't compile all splits when installing one.Narayan Kamath2015-06-042-8/+97
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge "Include InputMethodSubtypeSwitchingController in state dump." into mnc...Yohei Yukawa2015-06-042-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Include InputMethodSubtypeSwitchingController in state dump.Yohei Yukawa2015-06-042-0/+35
* | | | | | | | | | | | | | | Merge "Show more logs when switching users and IMMS#DEBUG==true." into mnc-devYohei Yukawa2015-06-041-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /