Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
2a3cc464767732f146641a169992eabf3fc10dcf
2a3cc46
Make ActivityStackSupervisor instrumentable for unit tests.
by Bryce Lee
· 7 years ago
0fbd9d1
Merge "Support insets on secondary displays"
by TreeHugger Robot
· 7 years ago
44bb533
Merge "Move Ims related settings from global setting to subscription db."
by Xiangyu/Malcolm Chen
· 7 years ago
f8d498c
Merge "incidentd: Updating Settings Provider proto dump."
by TreeHugger Robot
· 7 years ago
1177b82
Merge "Listen for launcher package added to connect to it faster"
by TreeHugger Robot
· 7 years ago
2a64dbc
Merge "Additional System APIs for restricted profiles"
by Fyodor Kupolov
· 7 years ago
8971229af
Merge "Create secondary dex profiles relative to the provided dex path"
by Calin Juravle
· 7 years ago
24cc5a8
Merge "Unit tests for ValueMetricProducer StatsPullerManager is refactored so that we can mock it. It may need more refactor pass to make is safer for longer runs."
by TreeHugger Robot
· 7 years ago
828ff7e
Support insets on secondary displays
by Wale Ogunwale
· 7 years ago
542bdb1
Merge "Fix for incorrect model version info"
by TreeHugger Robot
· 7 years ago
d4fd70a
Merge "MediaPlayer: simplify buffering control."
by Wei Jia
· 7 years ago
08ffbaf
Merge "Apps targeting P need phone pemrisison to get device serial - framework"
by TreeHugger Robot
· 7 years ago
b0886f3
incidentd: Updating Settings Provider proto dump.
by Kweku Adams
· 7 years ago
4ca908e6
Merge "Adding metric vals dnd settings"
by TreeHugger Robot
· 7 years ago
514971a
Merge "AAPT2 - Convert command to copy all the files."
by Pierre Lecesne
· 7 years ago
8d6eb1fd
Merge "Add AgnssRil initialization"
by Jaekyun Seok
· 7 years ago
a420ae6
Merge changes I0d090d52,I77296f91
by TreeHugger Robot
· 7 years ago
b7b9501
Apps targeting P need phone pemrisison to get device serial - framework
by Svet Ganov
· 7 years ago
29cd580
Merge "Deprecate framework Fragments and Loaders"
by TreeHugger Robot
· 7 years ago
625442d
Adding metric vals dnd settings
by Beverly
· 7 years ago
37a678c
Merge "Add instrumentation data to host proto lib"
by Mike Ma
· 7 years ago
f559685
Merge "Fix leak of FILE* in dumping"
by TreeHugger Robot
· 7 years ago
cfec35e
Merge "Adds definitions for soft AP metrics in wifi.proto"
by Mehdi Alizadeh
· 7 years ago
f9038ad
Add AgnssRil initialization
by Jaekyun Seok
· 7 years ago
059004e
Merge "Revert "Support insets on secondary displays""
by TreeHugger Robot
· 7 years ago
6736c89
Unit tests for ValueMetricProducer
by Chenjie Yu
· 7 years ago
d55bef7
AAPT2 - Convert command to copy all the files.
by Pierre Lecesne
· 7 years ago
2dd2cbc
Merge "Sync PRIV_APP_OOB_ENABLED setting to pm.dexopt.priv-apps-oob"
by TreeHugger Robot
· 7 years ago
53ef795
Merge "Add api lint to upload checks"
by TreeHugger Robot
· 7 years ago
7246736
Merge "Get rid of manually created IKeystoreService."
by Dmitry Dementyev
· 7 years ago
da3a295
Add instrumentation data to host proto lib
by Mike Ma
· 7 years ago
630fc40
Merge "Don't show "always use" when app can't be default"
by TreeHugger Robot
· 7 years ago
3f89bd6
Merge "Change conditional keep rule syntax"
by TreeHugger Robot
· 7 years ago
2a59c52ca
Adds definitions for soft AP metrics in wifi.proto
by Mehdi Alizadeh
· 7 years ago
47f5c3a
Fix leak of FILE* in dumping
by John Reck
· 7 years ago
1c4ab70
Revert "Store FontCollection in MinikinPaint"
by Seigo Nonaka
· 7 years ago
0a1feb8
Deprecate framework Fragments and Loaders
by Ian Lake
· 7 years ago
53b2a73
Add api lint to upload checks
by Jason Monk
· 7 years ago
4241192
Anchor the volume dialog to hardware keys.
by Julia Reynolds
· 7 years ago
1263311
Sync PRIV_APP_OOB_ENABLED setting to pm.dexopt.priv-apps-oob
by Victor Hsieh
· 7 years ago
7bb06e0
Revert "Support insets on secondary displays"
by Wale Ogunwale
· 7 years ago
d9e96e2
Switch default stream from RING to MUSIC.
by Julia Reynolds
· 7 years ago
e750c6c
Fix for incorrect model version info
by Jan Althaus
· 7 years ago
ae5eb83
Update smart select metrics for new system event fields
by Jan Althaus
· 7 years ago
3bba351
Merge "Introduce CrossProfileApps API"
by TreeHugger Robot
· 7 years ago
49ca725
MediaPlayer: simplify buffering control.
by Wei Jia
· 8 years ago
e33bc3b
add CpuTimePerUidPuller and CpuTimePerUidFreqPuller
by Chenjie Yu
· 7 years ago
7f8def9
pull cpu time per freq also adjust lock for ValueMetricProducer.cpp
by Chenjie Yu
· 7 years ago
2888533
Merge "Implement Cpu Info Section"
by TreeHugger Robot
· 7 years ago
4ae65c7
Merge "Inform WindowManager when Activity is reordered to front."
by TreeHugger Robot
· 7 years ago
ef0cda6
Merge "Use -Werror in frameworks/base/core/tests/webkit/apk_with_native_libs"
by Chih-hung Hsieh
· 7 years ago
e2f7f79
Implement Cpu Info Section
by Yi Jin
· 7 years ago
67e1f2e
Merge "Create magnifier bench scene"
by TreeHugger Robot
· 7 years ago
f8df155
Merge "Revert "Eliminate native/JNI/callback USB Descriptor parsing mechanism""
by TreeHugger Robot
· 7 years ago
87244f1
Merge "make statsd less chatty."
by TreeHugger Robot
· 7 years ago
d58d7b3
Inform WindowManager when Activity is reordered to front.
by Bryce Lee
· 7 years ago
01528f4
Merge "1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing 2. Resolve segfault when serializing proto into vector of uint8_t 3. Add a local byte size variable for EventMetric data as we cannot call size() of ProtoOutputStream before we finish writing. 4. Replace hardcoded conversion of second to nano second with NS_PER_SEC"
by TreeHugger Robot
· 7 years ago
30c0a02
Listen for launcher package added to connect to it faster
by Matthew Ng
· 7 years ago
88a1719
Merge "Updating MediaStore to support localized audio titles"
by TreeHugger Robot
· 7 years ago
a7c958b
Merge "Allow activities on secondary displays to dismiss keyguard"
by Patrick Plunkett
· 7 years ago
ed024d2
Create magnifier bench scene
by John Reck
· 7 years ago
e31b256
Use -Werror in frameworks/base/core/tests/webkit/apk_with_native_libs
by Chih-Hung Hsieh
· 7 years ago
4e6364ac
make statsd less chatty.
by Yao Chen
· 7 years ago
8c07286
Merge "Fixed a NP when clearing notifications"
by TreeHugger Robot
· 7 years ago
efcd768
Merge "Fixes the connection listener wrong thread crash for overview proxy"
by TreeHugger Robot
· 7 years ago
8127123
Merge "Move connectSocket into IBluetoothSocketManager (3/3)"
by Jakub Pawlowski
· 7 years ago
e465e60
Merge "Change pm.dexopt.priv-apps to .priv-apps-oob"
by TreeHugger Robot
· 7 years ago
36f77bc
Merge "Fix NPE for devices without StatusBar implementation."
by TreeHugger Robot
· 7 years ago
9a753af
Merge "Consider only the top most stacks for visibility test"
by TreeHugger Robot
· 7 years ago
1dd3f35
Merge "DND behavior system sounds cannot bypass DND"
by TreeHugger Robot
· 7 years ago
a591149
Merge "Update Telecom APIs to include multi-hfp" am: 025718e8f6 am: 3dd41b7b29
by Hall Liu
· 7 years ago
288536b
Merge "Refactor Convert command to use a ISerializer interface."
by Pierre Lecesne
· 7 years ago
518a82c9
Merge "Update Telecom APIs to include multi-hfp" am: 025718e8f6 am: 3dd41b7b29
by Hall Liu
· 7 years ago
3dd41b7
Merge "Update Telecom APIs to include multi-hfp" am: 025718e8f6
by Hall Liu
· 7 years ago
025718e
Merge "Update Telecom APIs to include multi-hfp"
by Hall Liu
· 7 years ago
c061b43
Merge "Fix bug in View system recording where Skia dropped the colorFilter."
by Derek Sollenberger
· 7 years ago
fac8783
Fixes the connection listener wrong thread crash for overview proxy
by Matthew Ng
· 7 years ago
09ef94e
Change conditional keep rule syntax
by Adam Koski
· 7 years ago
72f8b52
Fix NPE for devices without StatusBar implementation.
by Calvin On
· 7 years ago
885738f
Merge "Remove unnecessary parameter WriteStringToFile"
by TreeHugger Robot
· 7 years ago
b0378b0
1. Add FIELD_COUNT_REPEATED bit masks to repeated fields that were previously missing
by yro
· 7 years ago
e2d9a23
DND behavior system sounds cannot bypass DND
by Beverly
· 7 years ago
334a5a4
Move connectSocket into IBluetoothSocketManager (3/3)
by Jakub Pawlowski
· 7 years ago
917bdb1
Merge "Check for null-terminator in ResStringPool::string8At"
by Adam Lesinski
· 7 years ago
cf0583e
Change pm.dexopt.priv-apps to .priv-apps-oob
by Victor Hsieh
· 7 years ago
b01aaa0
Merge "Initialize pointer members in VulkanManager to null"
by Greg Daniel
· 7 years ago
51f29ce
Merge "Make SimpleCondition satisfactorily complicated."
by TreeHugger Robot
· 7 years ago
3f6d0dc
Merge "Fixes rotating tablet changing original dock side in landscape"
by TreeHugger Robot
· 7 years ago
5d81500
Merge "Fix more coretests in light of no-initial-focus"
by Evan Rosky
· 7 years ago
4772301
Merge "Revert "Enable new initial-focus behavior for P""
by Evan Rosky
· 7 years ago
b34cad0
Revert "Enable new initial-focus behavior for P"
by Evan Rosky
· 7 years ago
1816a32
Merge "AAPT2: Differentiate between Android and Java package names" into oc-mr1-dev am: 07d8249c4b
by Adam Lesinski
· 7 years ago
f3deb94
Consider only the top most stacks for visibility test
by Winson Chung
· 7 years ago
a9e3b8c
Merge "Allow hwuimacro to choose a renderer"
by John Reck
· 7 years ago
7592592
Merge "Docs: Fixed a typo by changing "retu rn" to "return"" into oc-dev am: ec741b83a3 am: 719e8b5412 am: 430ed07596
by Jon Dormody
· 7 years ago
cc8aa11
Merge "AAPT2: Differentiate between Android and Java package names" into oc-mr1-dev
by Adam Lesinski
· 7 years ago
24f9ac4
Merge "Docs: Fixed a typo by changing "retu rn" to "return"" into oc-dev am: ec741b83a3 am: 719e8b5412
by Jon Dormody
· 7 years ago
07d8249
Merge "AAPT2: Differentiate between Android and Java package names" into oc-mr1-dev
by Adam Lesinski
· 7 years ago
254102d
Remove unnecessary parameter WriteStringToFile
by Wei Wang
· 7 years ago
0dd496b
Merge "Merge "docs: Added SQLite versions used on API levels 26 and 27." into oc-mr1-dev am: 9e628b60ba" into oc-mr1-dev-plus-aosp
by Kevin Hufnagle
· 7 years ago
Next »