Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
a5f158bdde77f8d173d1f1c95d0f92405c519b0f
a5f158b
Merge change 2347 into donut
by Android (Google) Code Review
· 16 years ago
9021583
Merge change 418 into donut
by Android (Google) Code Review
· 16 years ago
511a013
Merge change 2302 into donut
by Android (Google) Code Review
· 16 years ago
9edc4e8
GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.
by Romain Guy
· 16 years ago
e7c36dd
Add new orientation attribute to GestureOverlayView. This can be used to prevent the overlay from interfering with vertically/horizontally scrolling views underneath the overlay.
by Romain Guy
· 16 years ago
ec25df9
Fix drawing bug: opaque invalidations should not be taken into account when the invalidated view is animating. Also add the ability to disable the auto-fade on the GestureOverlayView.
by Romain Guy
· 16 years ago
ff686ce
Change when gestures listeners are fired.
by Romain Guy
· 16 years ago
26a892a
Merge change 2408 into donut
by Android (Google) Code Review
· 16 years ago
c27d9b5
Manual merge from cupcake_dcm. internal CL#148693. Two donottranslate.xml-s are already submitted.
by Daisuke Miyakawa
· 16 years ago
944ea12
Merge change 2407 into donut
by Android (Google) Code Review
· 16 years ago
9399695
Manual merge from cupcake_dcm.
by Daisuke Miyakawa
· 16 years ago
82392e8
Merge change 2402 into donut
by Android (Google) Code Review
· 16 years ago
82f3495
Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
by Romain Guy
· 16 years ago
04561a5
Merge change 2359 into donut
by Android (Google) Code Review
· 16 years ago
d9a874a
Merge change 2397 into donut
by Android (Google) Code Review
· 16 years ago
a02903f
Fixes NPE in ListViews with non-selectable items. This was caused by a weird initialization issue in ListView and AbsListView: a private final field instanciated in the declaration in ListView was used in AbsListView<init> via an overriden method and that field was somehow null at this time. This fix moves the instanciation at a later point.
by Romain Guy
· 16 years ago
270e87f
Sensors: Use a native_handle for the data channel instead of a single file descriptor.
by Mike Lockwood
· 16 years ago
fea1a45
Merge change 2364 into donut
by Android (Google) Code Review
· 16 years ago
b181118
Define TARGET_CPU_ABI for finding native code in .apks
by Dianne Hackborn
· 16 years ago
5b6a5ce
am 3f9de8b6: AI 149211: Doc updates for Android 1.5 SDK, r2. BUG=1790234
by Dirk Dougherty
· 16 years ago
3f9de8b
AI 149211: Doc updates for Android 1.5 SDK, r2. BUG=1790234
by Dirk Dougherty
· 16 years ago
17af14d
Merge change 2289 into donut
by Android (Google) Code Review
· 16 years ago
f4c46b9
Fix for the simultor build breakage.
by Nicolas Catania
· 16 years ago
02e5721
Merge open-source donut back into internal tree
by Jean-Baptiste Queru
· 16 years ago
53cf55c
Merge change 2349 into donut
by Android (Google) Code Review
· 16 years ago
73c551d
am 22629944: AI 149208: Remove statement about WIndows codecs and licensing. BUG=1839672
by Dirk Dougherty
· 16 years ago
22629944
AI 149208: Remove statement about WIndows codecs and licensing. BUG=1839672
by Dirk Dougherty
· 16 years ago
d50a458
Merge change 2351 into donut
by Android (Google) Code Review
· 16 years ago
4e1afc1
Merge change 2361 into donut
by Android (Google) Code Review
· 16 years ago
244fa5c
Initial checkin for App Fuel Gauge infrastructure.
by Amith Yamasani
· 16 years ago
4cf03d3
Reconcile cupcake history into donut
by Jean-Baptiste Queru
· 16 years ago
b688816
Fixes #1872506. Prevents NPE in ListView. When the opaque property changes at runtime, it is possible to end up in a situation in which the divider's Paint instance has not been instanciated. This change simples uses a final Paint that is guaranteed to not be null.
by Romain Guy
· 16 years ago
6aff905
Fix a major bug in Bundle when unparcelling from AIDL.
by Dianne Hackborn
· 16 years ago
b3d49f1
Fix Disconnect path for CDMA.
by Jaikumar Ganesh
· 16 years ago
7198030
This should fix the simulator build.
by Marco Nelissen
· 16 years ago
e754e12
Change the media key algorithm to also ignore double quotes.
by Marco Nelissen
· 16 years ago
2c0c2af
Add AIDL files for the TTS service and the associated callback service (to signal synthesis completion).
by Jean-Michel Trivi
· 16 years ago
9d892a8
Merge change 2336 into donut
by Android (Google) Code Review
· 16 years ago
472be48
dumpstate: Add to AID_SDCARD_RW group to fix saving bugreports to the SD card.
by Mike Lockwood
· 16 years ago
9681a5e
Merge change 2230 into donut
by Android (Google) Code Review
· 16 years ago
36e862a
Merge change 2318 into donut
by Android (Google) Code Review
· 16 years ago
380cd96
Fix the build
by Romain Guy
· 16 years ago
eb128730
Fixed vertical text position in search suggestion items.
by Bjorn Bringert
· 16 years ago
c0292b0
Fix the build
by Romain Guy
· 16 years ago
f41c640
Merge change 2305 into donut
by Android (Google) Code Review
· 16 years ago
d6a463a
Add a new API to ListView: setGestures(int). This allows developers to enable gestures to jump inside the list or filter it. This change also introduces a new XML attribute to control this API. It also adds the ability to theme the GestureOverlayView from the gestures library. Finally, this adds a new VERSION header to the binary format used to store the letters for the recognizer.
by Romain Guy
· 16 years ago
550885d
added SmsMessage ConcatRef parsing validation
by Tammo Spalink
· 16 years ago
84ce47e
Merge change 2299 into donut
by Android (Google) Code Review
· 16 years ago
77f57f6
fix build breakage
by Daisuke Miyakawa
· 16 years ago
69a6c3e
Merge change 2292 into donut
by Android (Google) Code Review
· 16 years ago
627e7b5
split boot animation out of SurfaceFlinger
by Mathias Agopian
· 16 years ago
cfcc0df
Merge change 2285 into donut
by Android (Google) Code Review
· 16 years ago
db567c3
Move the Gestures API to the framework in android.gesture.
by Romain Guy
· 16 years ago
c4d5d02
Add new window manager type for a hacking second-level media surface.
by Dianne Hackborn
· 16 years ago
384bfa2
Merge change 2227 into donut
by Android (Google) Code Review
· 16 years ago
ac6a4b8
Renamed setGestureType in GestureLibrary
by Yang Li
· 16 years ago
ca63bb7
runtime: Add CAP_SYS_NICE to the system server capabilities list so it
by San Mehat
· 16 years ago
895fb8e
Add header declaring the interface for TTS engines to implement.
by Jean-Michel Trivi
· 16 years ago
b6d99b7
Modify how GestureLibrary stores its data. The XML format is now replaced by a more efficient binary format which should speed up saving/loading. The format is very similar to the one used by the letters recognizer. The format is documented in GestureLibrary.java.
by Romain Guy
· 16 years ago
aeed181
Merge change 2219 into donut
by Android (Google) Code Review
· 16 years ago
0dc9a4b
Merge change 2218 into donut
by Android (Google) Code Review
· 16 years ago
e6ea003
Updated LetterRecognizer & related gesture recognition code
by Yang Li
· 16 years ago
73f6076
Fixed SD card access permission issue in manifest
by Guang Zhu
· 16 years ago
d187474
Merge change 2202 into donut
by Android (Google) Code Review
· 16 years ago
7444e14
Fixes external http://code.google.com/p/android/issues/detail?id=2732. ExpandableListView is wrongly assuming that the saved state if of the correct type. A similar bug fix was made in TextView.onRestoreInstanceState() a while ago. This fix simply ensures that the state received is of the right type.
by Romain Guy
· 16 years ago
f84d654
am 4d8adefd: AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder. When we moved the media recorder to the media server process, we lost the permission check that was done at the process boundary in the AudioRecord binder interface because the AudioRecord object is created in the same process. This change adds a permission check in the MediaRecorderClient:setAudioSource() method. BUG=1868334
by Dave Sparks
· 16 years ago
6dd1bb7
Merge change 2170 into donut
by Android (Google) Code Review
· 16 years ago
7283fb1
Merge commit '7b7225c8fdbead25235c74811b30ff4ee690dc58' into manual_merge
by Dave Sparks
· 16 years ago
4d8adef
AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder.
by Dave Sparks
· 16 years ago
7b7225c
AI 149133: Enable the camera permission check.
by Dave Sparks
· 16 years ago
8c690ea
Merge change 2182 into donut
by Android (Google) Code Review
· 16 years ago
fd6e5f0
location: Replace ILocationCollector interface with new ILocationProvider method
by Mike Lockwood
· 16 years ago
db79edc
Merge change 2168 into donut
by Android (Google) Code Review
· 16 years ago
3343af5
Merge change 1863 into donut
by Android (Google) Code Review
· 16 years ago
f9c7d9a
Merge change 2147 into donut
by Android (Google) Code Review
· 16 years ago
1c69075
Trigger the LocationManager whenever the SearchDialog is shown
by Mike LeBeau
· 16 years ago
b1f3b8f
Fix permission hole in camera service. Some debugging code was added
by Dave Sparks
· 16 years ago
c1c8250
Merge change 2163 into donut
by Android (Google) Code Review
· 16 years ago
6690dc5
Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorder
by Dave Sparks
· 16 years ago
bb7b7b3
Merge change 2152 into donut
by Android (Google) Code Review
· 16 years ago
16da795
make sure to fail to software when the h/w renderer cannot be initialized
by Mathias Agopian
· 16 years ago
1480eb2
Add support to SuggestionsAdapter to query the 'working' status
by Mike LeBeau
· 16 years ago
db2b801
Merge change 2138 into donut
by Android (Google) Code Review
· 16 years ago
7269d9a
Tweak the Gestures Overlay demo. This shortens the fade duration to make it more usable and also adds a longer pause before the fade. This change also introduce a new compile-time setting to decide whether or not the overlay should steal the events from the underlying ListView. It is now off by default, per discussion with hackbod. It feel a little bit better but it may vary from user to user so studies will be necessary.
by Romain Guy
· 16 years ago
f479aa0
Add padding to public.xml to avoid breaking from auto-merges.
by Dianne Hackborn
· 16 years ago
b204d4f
Merge change 2136 into donut
by Android (Google) Code Review
· 16 years ago
aa98338
Merge change 1932 into donut
by Android (Google) Code Review
· 16 years ago
009b32d
Merge change 2109 into donut
by Android (Google) Code Review
· 16 years ago
c534727
First pass at cleaning up the gestures code.
by Romain Guy
· 16 years ago
a6cd4e0
Fix NPE at boot.
by Romain Guy
· 16 years ago
fe0daa7
Merge change 2115 into donut
by Android (Google) Code Review
· 16 years ago
9890815
bring the native_handle stuff back from master_gl
by Mathias Agopian
· 16 years ago
5595a93
this might fix the build
by Joe Onorato
· 16 years ago
2d10ba3
Merge change 2111 into donut
by Android (Google) Code Review
· 16 years ago
93bc44d
GPS: Add support for forcing NTP time and XTRA data injection.
by Mike Lockwood
· 16 years ago
d62ad4f
Fix issue #1859814: Add android.os.Build.MANUFACTURER
by Dianne Hackborn
· 16 years ago
4174e26
Merge change 2094 into donut
by Android (Google) Code Review
· 16 years ago
b849056
Add option for gtalk stream compression
by Costin Manolache
· 16 years ago
f209b46
Merge change 2092 into donut
by Android (Google) Code Review
· 16 years ago
31fd229
Make sure smsHeader != null before using it.
by jsh
· 16 years ago
Next »