Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
44afb7be73047b462e61eb451c14774d3ff7848a
44afb7b
Fixing a race condition in the TextToSpeech service that could be
by Charles Chen
· 15 years ago
6b31e4d
Merge "Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)""
by Gloria Wang
· 15 years ago
9682728
Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"
by Gloria Wang
· 15 years ago
496388c
Merge "KeyStore: minor improvements."
by Chia-chi Yeh
· 15 years ago
d12feb9
KeyStore: minor improvements.
by Chia-chi Yeh
· 15 years ago
2b726af
Merge "fix [2189862] Race condition in eglIntialize and eglDestroy"
by Mathias Agopian
· 15 years ago
7e64962
Merge "ListView updates. Fixed several overscrolling bugs. Added programmatic scrolling to ListView. Added auto-scrolling to show expanded content for ExpandableListView. Fixed an AbsListView recycler bug where offscreen views would stick around in the view hierarchy."
by Adam Powell
· 15 years ago
4580347
ListView updates. Fixed several overscrolling bugs. Added programmatic
by Adam Powell
· 15 years ago
6004edc
Merge "Fixing a bug with the TextToSpeech speech queue processing. The queue processor should not be called for the next item until synthesis has actually happened for the current item; before it was being incorrectly called regardless of whether or not the synthesizer had processed the current item."
by Charles Chen
· 15 years ago
f5c87b3
Fixing a bug with the TextToSpeech speech queue processing.
by Charles Chen
· 15 years ago
f6a5c09
Groundwork for new lock icon in the status bar.
by Daniel Sandler
· 15 years ago
420bc12
Remove reference to unused static library.
by Jeff Hamilton
· 15 years ago
6099ab7
fix [2189862] Race condition in eglIntialize and eglDestroy
by Mathias Agopian
· 15 years ago
8186ae5
Merge "Do not let negative margins reduce the size of the LinearLayout."
by Romain Guy
· 15 years ago
053b480
Do not let negative margins reduce the size of the LinearLayout.
by Romain Guy
· 15 years ago
75ed814
Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"
by Gloria Wang
· 15 years ago
c5d1c6d
add sync polling
by Fred Quintana
· 15 years ago
0a45a09
am 0af04493: am 31bfdf69: reconcile main tree with open-source eclair
by The Android Open Source Project
· 15 years ago
4023afd
Merge "Add support for direct EGLImageKHR use with pushbuffer API"
by Mathias Agopian
· 15 years ago
cb2d35d
Merge "Proper EGLImageKHR error handling"
by Mathias Agopian
· 15 years ago
b74a84d
Merge "Fix dialogs to occupy more space."
by Romain Guy
· 15 years ago
d60d374
Fix dialogs to occupy more space.
by Romain Guy
· 15 years ago
2cd2374
Merge "Make ACCOUNT_NAME/ACCOUNT_TYPE consistent."
by Ken Shirriff
· 15 years ago
15049e4
Make ACCOUNT_NAME/ACCOUNT_TYPE consistent.
by Ken Shirriff
· 15 years ago
cb14ec1
Merge "Don't hold the backup queue lock across a backup operation"
by Chris Tate
· 15 years ago
1688d31
Merge "Keep automatic screen brightness monotonically increasing until screen is turned off."
by Mike Lockwood
· 15 years ago
97e4494
Add an AlarmManager API to set the system time (with the proper permissions).
by Dan Egnor
· 15 years ago
9446c50
Merge "When the extractor is not able to be created successfully, don't crash"
by James Dong
· 15 years ago
b286541
Keep automatic screen brightness monotonically increasing until screen is turned off.
by Mike Lockwood
· 15 years ago
c61da31
Don't hold the backup queue lock across a backup operation
by Christopher Tate
· 15 years ago
7722abe
Bug 2420366
by Paul Westbrook
· 15 years ago
0af0449
am 31bfdf69: reconcile main tree with open-source eclair
by The Android Open Source Project
· 15 years ago
744d902
Add a new permission and remove createTitleFromFilename.
by Leon Scroggins
· 15 years ago
31bfdf6
reconcile main tree with open-source eclair
by The Android Open Source Project
· 15 years ago
1009e82
Merge "Adding speech recognition service public API"
by Bjorn Bringert
· 15 years ago
3da3cad
Adding speech recognition service public API
by Valentin Kravtsov
· 15 years ago
17fe395
Merge "rename encodeString to encodeToString"
by Doug Zongker
· 15 years ago
f6e003b
Merge "Add ability to parse HTTP-format moratorium times (since pretty much every user wants this)."
by Dan Egnor
· 15 years ago
e4cfcb8
When the extractor is not able to be created successfully, don't crash
by James Dong
· 15 years ago
f575403
Whoops I am an idiot.
by Dianne Hackborn
· 15 years ago
760dcec
Merge "Camcorder profile Java API support - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else"
by James Dong
· 15 years ago
8fca8ab
Whoops, update preloaded classes.
by Dianne Hackborn
· 15 years ago
2f46c06
Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)
by Gloria Wang
· 15 years ago
fcdd394
Add support for direct EGLImageKHR use with pushbuffer API
by Mathias Agopian
· 15 years ago
e2127fb
rename encodeString to encodeToString
by Doug Zongker
· 15 years ago
42d99d2
Proper EGLImageKHR error handling
by Mathias Agopian
· 15 years ago
50929f0
Merge "Rename ApplicationContext to ContextImpl."
by Dianne Hackborn
· 15 years ago
c04236c
Merge "a new java implementation of base64 for android-common"
by Doug Zongker
· 15 years ago
2155637
Rename ApplicationContext to ContextImpl.
by Dianne Hackborn
· 15 years ago
5c1779b
Merge "Add single-package restore from an app's most-recent data"
by Chris Tate
· 15 years ago
8472581
Add single-package restore from an app's most-recent data
by Christopher Tate
· 15 years ago
64226a4
Merge "Add support in StatusBarManager for disabling ticker text."
by Daniel Sandler
· 15 years ago
91e1d0c
Add support in StatusBarManager for disabling ticker text.
by Daniel Sandler
· 15 years ago
6123eaf
a new java implementation of base64 for android-common
by Doug Zongker
· 15 years ago
214ea34
Merge "Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/native"
by Dima Zavin
· 15 years ago
3227631
Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/native
by Dima Zavin
· 15 years ago
ac72cb9
Merge "fix [2313526] sensor enable race condition"
by Mathias Agopian
· 15 years ago
b3dc5eb
fix [2313526] sensor enable race condition
by Mathias Agopian
· 15 years ago
cf6b299
Merge "Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out)"
by Michael Chan
· 15 years ago
c4aac70
Merge "Some tests for install and replace package."
by Suchi Amalapurapu
· 15 years ago
a969dc4
Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out)
by Michael Chan
· 15 years ago
5c19aec
API review: TrafficStats: rename Pkts to Packets
by Ken Shirriff
· 15 years ago
46c5312
Rename GestureUtilities to GestureUtils.
by Romain Guy
· 15 years ago
8f3ff09
Merge "resolved conflicts for merge of dd24f599 to master"
by Kenny Root
· 15 years ago
2cce626
resolved conflicts for merge of dd24f599 to master
by Kenny Root
· 15 years ago
e7038ac
Camcorder profile Java API support
by James Dong
· 15 years ago
7b4030d
Merge "Framework part of issue #2391576: Add method to start the Jit and call it"
by Dianne Hackborn
· 15 years ago
fb06c59
Merge "Remove source selector from SearchDialog"
by Bjorn Bringert
· 15 years ago
2a9094d
Framework part of issue #2391576: Add method to start the Jit and call it
by Dianne Hackborn
· 15 years ago
1ec608d
Sharper mdpi transfers of usb_android{,_connected}.png.
by Daniel Sandler
· 15 years ago
da5c1bd
Remove source selector from SearchDialog
by Bjorn Bringert
· 15 years ago
76bc4a6
Merge "Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds."
by Andreas Huber
· 15 years ago
acfbc80
Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds.
by Andreas Huber
· 15 years ago
09922d8
Merge "Stop scaring the kids when USB is connected."
by Daniel Sandler
· 15 years ago
fb37dc8
Stop scaring the kids when USB is connected.
by Daniel Sandler
· 15 years ago
caa2a69
Merge "When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction."
by Ben Murdoch
· 15 years ago
5c33c62
Merge "Enable StreamLoader to be loaded in a separate thread."
by Grace Kloba
· 15 years ago
dd24f59
am aead64de: Fix issue: 2413494: [Passion-c] Add TTY support.
by Eric Laurent
· 15 years ago
d0e18ff
First pass at USB Tethering.
by Robert Greenwalt
· 15 years ago
ac75f56
Enable StreamLoader to be loaded in a separate thread.
by Grace Kloba
· 15 years ago
fc4a69e
When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction.
by Ben Murdoch
· 15 years ago
3141e0a
Add new ConsoleMessage class that adds more information (such as the Message Log Level from WebCore) and a new overload of onConsoleMessage that takes this as a parameter.
by Ben Murdoch
· 15 years ago
5d9661b
Add getAttributeDouble() and focal length tag.
by Wu-cheng Li
· 15 years ago
aead64d
Fix issue: 2413494: [Passion-c] Add TTY support.
by Eric Laurent
· 15 years ago
fcebc0c
am b5c01b96: am 8a6c0607: Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair
by Katie McCormick
· 15 years ago
f1dd37a
Merge "Fix 1667521 - system process crash after bad notification"
by Joe Onorato
· 15 years ago
68065e0
Fix 1667521 - system process crash after bad notification
by Joe Onorato
· 15 years ago
b5c01b9
am 8a6c0607: Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair
by Katie McCormick
· 15 years ago
2991425
Add ability to parse HTTP-format moratorium times
by Dan Egnor
· 15 years ago
fa6bc84
Merge "Implement system data migration support."
by Dianne Hackborn
· 15 years ago
afbaaa1
Some tests for install and replace package.
by Suchi Amalapurapu
· 15 years ago
b039fd4
Merge "Fixed an overscrolling bug in AbsListView with a root in OverScroller."
by Adam Powell
· 15 years ago
8a6c060
Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair
by Katie McCormick
· 15 years ago
5258919
Merge "Defer creating the video renderer until we see the first video frame."
by Andreas Huber
· 15 years ago
eb6b1fa
Fixed an overscrolling bug in AbsListView with a root in OverScroller.
by Adam Powell
· 15 years ago
d9ebf24
Merge "Merge commit '2f7b69aa' into manualmerge"
by Scott Main
· 15 years ago
75e1598
Merge "Fix Czech lock screen date format."
by Eric Fischer
· 15 years ago
db72f1b
SDK doc change: Fixed typo--fingure->finger Bug: 1993220
by Katie McCormick
· 15 years ago
952e395
Merge commit '2f7b69aa' into manualmerge
by Scott Main
· 15 years ago
2f7b69a
am 98a9fc0a: Merge "docs: revise the Style and Themes document to improve the clarity of the concepts and expand the available information" into eclair
by Scott Main
· 15 years ago
Next »