Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on collecting assist data. | Dianne Hackborn | 2015-03-12 | 31 | -178/+814 |
* | Merge "Camera: add @hide API for setting camera rotation" | Yin-Chia Yeh | 2015-03-12 | 3 | -2/+150 |
|\ | |||||
| * | Camera: add @hide API for setting camera rotation | Yin-Chia Yeh | 2015-03-10 | 3 | -2/+150 |
* | | am 276d1bc9: am a98c21a6: Make circular mask thickness configurable | Prashant Malani | 2015-03-12 | 4 | -4/+13 |
|\ \ | |||||
| * \ | am a98c21a6: Make circular mask thickness configurable | Prashant Malani | 2015-03-11 | 4 | -4/+13 |
| |\ \ | |||||
| | * | | Make circular mask thickness configurable | Prashant Malani | 2015-03-11 | 4 | -4/+13 |
* | | | | am e011eb4f: am dff0fdb4: Merge "Add translatable=false to dozeComponent" int... | Justin Koh | 2015-03-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | am dff0fdb4: Merge "Add translatable=false to dozeComponent" into lmp-mr1-mod... | Justin Koh | 2015-03-11 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge "Add translatable=false to dozeComponent" into lmp-mr1-modular-dev | Justin Koh | 2015-03-10 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Add translatable=false to dozeComponent | Justin Koh | 2015-03-10 | 1 | -1/+1 |
* | | | | | Merge "drm: add EVENT_SESSION_RECLAIMED for resource manager." | Ronghua Wu | 2015-03-12 | 4 | -0/+14 |
|\ \ \ \ \ | |||||
| * | | | | | drm: add EVENT_SESSION_RECLAIMED for resource manager. | Ronghua Wu | 2015-03-04 | 4 | -0/+14 |
* | | | | | | Merge "Allow polling for WindowInsets." | Filip Gruszczynski | 2015-03-12 | 4 | -6/+44 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow polling for WindowInsets. | Filip Gruszczynski | 2015-03-11 | 4 | -6/+44 |
* | | | | | | | Merge "AudioService: Write base stream volume changes to the event log." | John Spurlock | 2015-03-12 | 8 | -91/+123 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | AudioService: Write base stream volume changes to the event log. | John Spurlock | 2015-03-12 | 8 | -91/+123 |
* | | | | | | | | Merge "Make QS use SettingsLib's BT code" | Jason Monk | 2015-03-12 | 12 | -726/+223 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Make QS use SettingsLib's BT code | Jason Monk | 2015-03-02 | 12 | -726/+223 |
* | | | | | | | | Merge "Make Bitmap_createFromParcel check the color count." | Leon Scroggins III | 2015-03-12 | 1 | -7/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Make Bitmap_createFromParcel check the color count. | Leon Scroggins III | 2015-03-11 | 1 | -7/+15 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Move the "Replace" popup option to the Text Selection ActionMode. | Clara Bayarri | 2015-03-12 | 6 | -4/+24 |
* | | | | | | | | Merge "Add rename support to FingerprintManager" | Jim Miller | 2015-03-12 | 3 | -2/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add rename support to FingerprintManager | Jim Miller | 2015-03-11 | 3 | -2/+30 |
* | | | | | | | | | Fix 64-bit MessageQueue JNI build | Greg Hackmann | 2015-03-11 | 1 | -1/+1 |
* | | | | | | | | | Merge "Don't run full backups on stopped packages" | Christopher Tate | 2015-03-11 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Don't run full backups on stopped packages | Christopher Tate | 2015-03-11 | 1 | -0/+8 |
| |/ / / / / / / / | |||||
* | | | | | | | | | am 20553036: am 68694780: Merge "[ActivityManager] Fix index OOB when resetti... | Craig Mautner | 2015-03-11 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | am 68694780: Merge "[ActivityManager] Fix index OOB when resetting removed task" | Craig Mautner | 2015-03-11 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge "[ActivityManager] Fix index OOB when resetting removed task" | Craig Mautner | 2015-03-11 | 1 | -3/+5 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | [ActivityManager] Fix index OOB when resetting removed task | riddle_hsu | 2015-03-11 | 1 | -3/+5 |
* | | | | | | | | | | | Update ParcelFileDescriptor to use non-blocking I/O. | Jeff Brown | 2015-03-11 | 1 | -39/+31 |
* | | | | | | | | | | | Add support for non-blocking I/O with Looper. | Jeff Brown | 2015-03-11 | 6 | -22/+352 |
* | | | | | | | | | | | Expose some useful methods on Looper and clean up docs. | Jeff Brown | 2015-03-11 | 3 | -25/+43 |
* | | | | | | | | | | | Move sync barrier methods into MessageQueue. | Jeff Brown | 2015-03-11 | 3 | -47/+42 |
* | | | | | | | | | | | Rename Looper::isIdling() to isPolling() to resolve confusion. | Jeff Brown | 2015-03-11 | 7 | -65/+94 |
* | | | | | | | | | | | Merge "Fix XML parsing crash in SettingsProvider" | Raph Levien | 2015-03-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix XML parsing crash in SettingsProvider | Raph Levien | 2015-03-11 | 1 | -1/+1 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge "Fix dialog overlay theme background color, add theme attr" | Alan Viverette | 2015-03-11 | 7 | -10/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix dialog overlay theme background color, add theme attr | Alan Viverette | 2015-03-11 | 7 | -10/+16 |
* | | | | | | | | | | | | Merge "Various fixes for popup monkey testing" | Alan Viverette | 2015-03-11 | 2 | -102/+165 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Various fixes for popup monkey testing | Alan Viverette | 2015-03-11 | 2 | -102/+165 |
* | | | | | | | | | | | | | Merge "Fix artifacts in clip reveal animations" | Chet Haase | 2015-03-11 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix artifacts in clip reveal animations | Chet Haase | 2015-03-10 | 2 | -1/+5 |
* | | | | | | | | | | | | | Merge branch 'master' of https://googleplex-android.googlesource.com/_direct/... | Shawn Willden | 2015-03-11 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Add a check for invalid spans being set by SpellChecker." | Roozbeh Pournader | 2015-03-11 | 1 | -5/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Add a check for invalid spans being set by SpellChecker. | Roozbeh Pournader | 2015-03-11 | 1 | -5/+1 |
* | | | | | | | | | | | | | | | am 3b9cfe30: am a6ed1b95: am 6e116429: Merge "Generate gnu hash for arm only" | Dimitry Ivanov | 2015-03-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | am a6ed1b95: am 6e116429: Merge "Generate gnu hash for arm only" | Dimitry Ivanov | 2015-03-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | am 6e116429: Merge "Generate gnu hash for arm only" | Dimitry Ivanov | 2015-03-10 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Generate gnu hash for arm only" | Dimitry Ivanov | 2015-03-10 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ |