Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
c406a3bd34677bdb85319abda57e0830eeb2354f
c406a3b
am ebf6478f: Merge "Fix issue 4673378: switching from VoIP to GSM call"
by Eric Laurent
· 13 years ago
f255445
am ce002753: Merge "Add default videos for background replacement."
by Justin Ho
· 13 years ago
2f060bf
am 8b83a729: Fix a bug in InputMethodSubtype constructor
by Ken Wakasa
· 13 years ago
42ec1f0
am 94d86dae: Merge "Fix another problem with refreshing the screen when switching to/from overlay"
by Mathias Agopian
· 13 years ago
8fcb4df
am 28706e3f: Merge "Improve SF dumpsys output wrt HWC"
by Mathias Agopian
· 13 years ago
06cd5ec
am 4f4ed38a: Merge "Fix 5185505: Add support for weak biometric sensors to lockscreen."
by Jim Miller
· 13 years ago
ebe5d63
am fa720d30: Merge "Fix 5278371: OOM in MediaItemThumbnailTest"
by Chih-Chung Chang
· 13 years ago
e1de253
am 6b77231b: Merge "Fix an issue is SF that caused drawing artifacts when hwc changed mode"
by Mathias Agopian
· 13 years ago
33761ed
am 6c0d41a4: Merge "Fix FrameLayout padding when foreground drawable is set"
by Michael Jurka
· 13 years ago
c1b9ac8
am 6f90f2a1: Merge "Updated Recent Apps visuals"
by Michael Jurka
· 13 years ago
0eec069
am 3705b22c: Merge "Adding null check to prevent monkey crash. (5263199)"
by Michael Jurka
· 13 years ago
f7c05c0
am 2295cc77: Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field"
by Fabrice Di Meglio
· 13 years ago
b90015e
am 9c7b547e: Merge "Fix bug 5279075 - Handle action bar config changes when action mode is active"
by Adam Powell
· 13 years ago
571a514
am 40e8b411: Merge "NetworkManagementService: adjust the qtaguid idx to new kernel"
by JP Abgrall
· 13 years ago
7c34e75
am e2ca0876: Merge "Throw an exception if a both nav and system bars are configured"
by Chet Haase
· 13 years ago
89e2299
am 16e1678d: Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device g
by Fred Quintana
· 13 years ago
9278913
am 0669577b: Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field"
by Fabrice Di Meglio
· 13 years ago
e61417a
am 1a4cbba9: Merge "Fixed digital audio output detection"
by Eric Laurent
· 13 years ago
b49d2ed
am 5d61d8dd: Merge "Apply timeout for powerdown event and reset state machine when bluez crashes"
by Matthew Xie
· 13 years ago
8cde171
am 11e2e5de: Merge "AudioTrack: extend callback thread sleep time"
by Eric Laurent
· 13 years ago
b3e26eb
am 4ef6d2ea: Merge "Pass roaming info to ConnectivityService."
by Robert Greenwalt
· 13 years ago
2df91e2
am a4248f69: Merge "Don\'t sleep when inline video start"
by Teng-Hui Zhu
· 13 years ago
1ba08da
am f5ad309a: Merge "Add support for 3 new blend modes when blending with framebuffer: Add Multiply Screen"
by Romain Guy
· 13 years ago
5a8c298
am 5303254c: Merge "Always set geometry in queuebuffer"
by Pannag Sanketi
· 13 years ago
6a587df
am 53df60b8: Merge "Touch explorer does not cancel long press correctly causing system crash."
by Svetoslav Ganov
· 13 years ago
332ea4db
am b0d89922: Merge "Always disable() through SBMS; watch date."
by Jeff Sharkey
· 13 years ago
8f9c217
am d4d2ba80: Merge "Fix crash while connecting channel."
by Jaikumar Ganesh
· 13 years ago
3bed2b1
am cedd4608: Merge "Make Bluetooth Health APIs public."
by Jaikumar Ganesh
· 13 years ago
0e75168
am 8312b20d: Merge "Save/restore display lists\' canvas properly"
by Romain Guy
· 13 years ago
ebf6478
Merge "Fix issue 4673378: switching from VoIP to GSM call"
by Eric Laurent
· 13 years ago
ce00275
Merge "Add default videos for background replacement."
by Justin Ho
· 13 years ago
8b83a72
Fix a bug in InputMethodSubtype constructor
by Ken Wakasa
· 13 years ago
94d86da
Merge "Fix another problem with refreshing the screen when switching to/from overlay"
by Mathias Agopian
· 13 years ago
28706e3
Merge "Improve SF dumpsys output wrt HWC"
by Mathias Agopian
· 13 years ago
0a5abdb
Fix another problem with refreshing the screen when switching to/from overlay
by Mathias Agopian
· 13 years ago
4f4ed38
Merge "Fix 5185505: Add support for weak biometric sensors to lockscreen."
by Jim Miller
· 13 years ago
6edf263
Fix 5185505: Add support for weak biometric sensors to lockscreen.
by Jim Miller
· 13 years ago
5bd1b27
Improve SF dumpsys output wrt HWC
by Mathias Agopian
· 13 years ago
fa720d3
Merge "Fix 5278371: OOM in MediaItemThumbnailTest"
by Chih-Chung Chang
· 13 years ago
a18886c
Fix 5278371: OOM in MediaItemThumbnailTest
by Chih-Chung Chang
· 13 years ago
6b77231
Merge "Fix an issue is SF that caused drawing artifacts when hwc changed mode"
by Mathias Agopian
· 13 years ago
4bacc9d
Fix an issue is SF that caused drawing artifacts when hwc changed mode
by Mathias Agopian
· 13 years ago
6c0d41a
Merge "Fix FrameLayout padding when foreground drawable is set"
by Michael Jurka
· 13 years ago
02473da
Fix FrameLayout padding when foreground drawable is set
by Michael Jurka
· 13 years ago
6f90f2a
Merge "Updated Recent Apps visuals"
by Michael Jurka
· 13 years ago
02038e3
Updated Recent Apps visuals
by Peter Ng
· 13 years ago
9f103de
Fix issue 4673378: switching from VoIP to GSM call
by Eric Laurent
· 13 years ago
3705b22
Merge "Adding null check to prevent monkey crash. (5263199)"
by Michael Jurka
· 13 years ago
45d378b
Adding null check to prevent monkey crash. (5263199)
by Winson Chung
· 13 years ago
2295cc7
Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field"
by Fabrice Di Meglio
· 13 years ago
9c7b547
Merge "Fix bug 5279075 - Handle action bar config changes when action mode is active"
by Adam Powell
· 13 years ago
e423146
Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field
by Fabrice Di Meglio
· 13 years ago
425689e
Fix bug 5279075 - Handle action bar config changes when action mode is active
by Adam Powell
· 13 years ago
40e8b41
Merge "NetworkManagementService: adjust the qtaguid idx to new kernel"
by JP Abgrall
· 13 years ago
e2ca087
Merge "Throw an exception if a both nav and system bars are configured"
by Chet Haase
· 13 years ago
16e1678
Merge "Make the SyncManager have wakelocks per account, not per account type, otherwise the parallel sync behavior of gmail can cause the first account to finish to release the wakelock that is used for the other account, which will result in the device going to sleep before the sync is complete."
by Fred Quintana
· 13 years ago
0669577
Merge "Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field"
by Fabrice Di Meglio
· 13 years ago
1a4cbba
Merge "Fixed digital audio output detection"
by Eric Laurent
· 13 years ago
33438be
Fix bug #2246815 Error popups on EditText should span the width of the screen instead of the width of the EditText field
by Fabrice Di Meglio
· 13 years ago
5d61d8d
Merge "Apply timeout for powerdown event and reset state machine when bluez crashes"
by Matthew Xie
· 13 years ago
944301e
Fixed digital audio output detection
by Eric Laurent
· 13 years ago
bc0009d
Throw an exception if a both nav and system bars are configured
by Chet Haase
· 13 years ago
6acf39b
NetworkManagementService: adjust the qtaguid idx to new kernel
by JP Abgrall
· 13 years ago
11e2e5d
Merge "AudioTrack: extend callback thread sleep time"
by Eric Laurent
· 13 years ago
4ef6d2e
Merge "Pass roaming info to ConnectivityService."
by Robert Greenwalt
· 13 years ago
fdb2dca
Make the SyncManager have wakelocks per account, not per account type,
by Fred Quintana
· 13 years ago
a4248f6
Merge "Don't sleep when inline video start"
by Teng-Hui Zhu
· 13 years ago
f5ad309
Merge "Add support for 3 new blend modes when blending with framebuffer: Add Multiply Screen"
by Romain Guy
· 13 years ago
5303254
Merge "Always set geometry in queuebuffer"
by Pannag Sanketi
· 13 years ago
2ffefd4
Add support for 3 new blend modes when blending with framebuffer:
by Romain Guy
· 13 years ago
53df60b
Merge "Touch explorer does not cancel long press correctly causing system crash."
by Svetoslav Ganov
· 13 years ago
b0d8992
Merge "Always disable() through SBMS; watch date."
by Jeff Sharkey
· 13 years ago
d4d2ba8
Merge "Fix crash while connecting channel."
by Jaikumar Ganesh
· 13 years ago
cedd460
Merge "Make Bluetooth Health APIs public."
by Jaikumar Ganesh
· 13 years ago
f1d360a
AudioTrack: extend callback thread sleep time
by Eric Laurent
· 13 years ago
8ee53da
Fix crash while connecting channel.
by Jaikumar Ganesh
· 13 years ago
eb9d346
Make Bluetooth Health APIs public.
by Jaikumar Ganesh
· 13 years ago
8312b20
Merge "Save/restore display lists' canvas properly"
by Romain Guy
· 13 years ago
e080af3
Save/restore display lists' canvas properly
by Romain Guy
· 13 years ago
694c0b8
Apply timeout for powerdown event and reset state machine when bluez crashes
by Matthew Xie
· 13 years ago
406970b
Touch explorer does not cancel long press correctly causing system crash.
by Svetoslav Ganov
· 13 years ago
690ad54
Don't sleep when inline video start
by Teng-Hui Zhu
· 13 years ago
e46fcef
Always set geometry in queuebuffer
by Pannag Sanketi
· 13 years ago
6a2588d
am 81a5ec5b: Merge "RTP: support payloads with larger packetization interval."
by Chia-chi Yeh
· 13 years ago
81a5ec5
Merge "RTP: support payloads with larger packetization interval."
by Chia-chi Yeh
· 13 years ago
99b3147
am c9c541ad: Merge "idle test app for bandwidth usage."
by Tsu Chiang Chuang
· 13 years ago
c9c541a
Merge "idle test app for bandwidth usage."
by Tsu Chiang Chuang
· 13 years ago
e1e24f6
am dceee864: Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images"
by Adam Powell
· 13 years ago
238fb93
am 3cb55598: Merge "Fix issue #5139085: Some Recents items can\'t be killed"
by Dianne Hackborn
· 13 years ago
dceee86
Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images"
by Adam Powell
· 13 years ago
3cb5559
Merge "Fix issue #5139085: Some Recents items can't be killed"
by Dianne Hackborn
· 13 years ago
3ae29d4
idle test app for bandwidth usage.
by Tsu Chiang Chuang
· 13 years ago
dd15cbf
am 9fefa3c7: Merge "Add raw entities URI for profiles."
by Dave Santoro
· 13 years ago
21f0de5
am a8f09b09: Merge "Add data_set for Settings table as well."
by Dave Santoro
· 13 years ago
9fefa3c
Merge "Add raw entities URI for profiles."
by Dave Santoro
· 13 years ago
a8f09b0
Merge "Add data_set for Settings table as well."
by Dave Santoro
· 13 years ago
eeb1dca
Fix issue #5139085: Some Recents items can't be killed
by Dianne Hackborn
· 13 years ago
b7fc29c
am 3adb1809: Merge "Changing the timeout for detecting syncs that are taking too long to bind BUG: 5222661"
by Subir Jhanb
· 13 years ago
3adb180
Merge "Changing the timeout for detecting syncs that are taking too long to bind BUG: 5222661"
by Subir Jhanb
· 13 years ago
35718d3
Add default videos for background replacement.
by Eino-Ville Talvala
· 13 years ago
Next »