Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea
/
core
afbc9ab
Merge change 2692 into donut
by Android (Google) Code Review
· 16 years ago
34b234d
* Chagned RecognitionService interface to use more complex RecognitionResult instead of String.
by Mitsuru Oshima
· 16 years ago
c3b7e4e
Merge change 2736 into donut
by Android (Google) Code Review
· 16 years ago
f422dc4
Merge change 2566 into donut
by Android (Google) Code Review
· 16 years ago
8d78756
Fix the build.
by Romain Guy
· 16 years ago
0a63716
Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
by Romain Guy
· 16 years ago
867641e
Telephony support for SMS memory reporting to the network.
by jsh
· 16 years ago
7a8c437
Merge change 2737 into donut
by Android (Google) Code Review
· 16 years ago
d1c67d4
Fixes #1878499.
by Romain Guy
· 16 years ago
d1353cc
Merge change 2731 into donut
by Android (Google) Code Review
· 16 years ago
9d981343
Merge change 2732 into donut
by Android (Google) Code Review
· 16 years ago
9ffe1ae
Fix for #1878497.
by Romain Guy
· 16 years ago
c51ef97
Fixes #1873537.
by Romain Guy
· 16 years ago
a3d28bd
Merge change 520 into donut
by Android (Google) Code Review
· 16 years ago
4551565
Enforce permissions for PhoneStateListener events.
by Jaikumar Ganesh
· 16 years ago
e32edc6
Fixes #1884152. This change improves how the opaque property is handled with respect to dividers.
by Romain Guy
· 16 years ago
761e091
Unmap memory in MemoryFile.close().
by Bjorn Bringert
· 16 years ago
9fc2e9c
MemoryFile constructor and native methods throw IOExceptions.
by Bjorn Bringert
· 16 years ago
607384d
Merge change 2678 into donut
by Android (Google) Code Review
· 16 years ago
f40f074
Revert "Revert "Bug fixes and performance improvements""
by Romain Guy
· 16 years ago
f6355e2
Merge change 2399 into donut
by Android (Google) Code Review
· 16 years ago
f3ede86
Converted the angle of OrientedBoundingBox to degrees
by Yang Li
· 16 years ago
dda5391
Motorola additions for CDMA support without CdmaSuppConnTracker
by Wink Saville
· 16 years ago
1e2e44e
Merge change 2365 into donut
by Android (Google) Code Review
· 16 years ago
fc1b15c
Fix wifi multicast API for public use.
by Robert Greenwalt
· 16 years ago
436466d
Revert "Bug fixes and performance improvements"
by Romain Guy
· 16 years ago
b0ded43
Uninstalls the gestures overlay when the letters recognizer cannot be loaded instead of simply dismissing the popup. This is cleaner and reuses the setGestures() method.
by Romain Guy
· 16 years ago
401bbb0
Merge change 2593 into donut
by Android (Google) Code Review
· 16 years ago
58b3590
Bug fixes and performance improvements
by Yang Li
· 16 years ago
145c989
Merge change 2569 into donut
by Android (Google) Code Review
· 16 years ago
c33fe6c
Fix a hang during bootup.
by Amith Yamasani
· 16 years ago
982be3b
Fix javadoc typos. No code changes.
by Jack Veenstra
· 16 years ago
a64f5f6
Merge change 1124 into donut
by Android (Google) Code Review
· 16 years ago
8ae3f61
Fix another crash in Gestures, this one caused by the data file
by Marco Nelissen
· 16 years ago
f0e7e4a
Merge change 2520 into donut
by Android (Google) Code Review
· 16 years ago
ed6e0b9
Merge change 2522 into donut
by Android (Google) Code Review
· 16 years ago
fd0bdcc
This function should be public
by Jacek Surazski
· 16 years ago
c013971
Merge change 2432 into donut
by Android (Google) Code Review
· 16 years ago
298784c
Merge change 2420 into donut
by Android (Google) Code Review
· 16 years ago
91bc6f2
Cause the icon drawables to animate automatically by calling setVisible
by Mike LeBeau
· 16 years ago
2a4daf0
Merge change 2508 into donut
by Android (Google) Code Review
· 16 years ago
06de2ea
Activity Manager changes the scheduling group of processes.
by Dianne Hackborn
· 16 years ago
eba9fe3
Merge change 2492 into donut
by Android (Google) Code Review
· 16 years ago
a85d46a
add Gservices setting for "send message using bareJid timeout".
by Wei Huang
· 16 years ago
d22c64f3
Merge change 2434 into donut
by Android (Google) Code Review
· 16 years ago
9762b53
Merge change 2465 into donut
by Android (Google) Code Review
· 16 years ago
b082cee
Removed Matrix from spatial sampling for GestureUtilities
by Yang Li
· 16 years ago
fea57ed
Fix crash in GestureOverlayView
by Marco Nelissen
· 16 years ago
d185cac
Merge change 2393 into donut
by Android (Google) Code Review
· 16 years ago
de8268d
Merge change 2331 into donut
by Android (Google) Code Review
· 16 years ago
8fc5a63
Merge change 2431 into donut
by Android (Google) Code Review
· 16 years ago
63507ba
Make android_runtime to not include libemoji but use dlopen() instead.
by Daisuke Miyakawa
· 16 years ago
4bc035a
Fix issue 1846343 - part 1
by Eric Laurent
· 16 years ago
c5ad0f4
wifi: Fix problem parsing RSSI when the AP name contains a space.
by Mike Lockwood
· 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
28b0e5d
This just makes it easier to derive from ApplicationErrorReport.
by Jacek Surazski
· 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
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
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
a97f4a1
Remove dimmed background (and accompanying animation) for global
by Mike LeBeau
· 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
53cf55c
Merge change 2349 into donut
by Android (Google) Code Review
· 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
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
e754e12
Change the media key algorithm to also ignore double quotes.
by Marco Nelissen
· 16 years ago
36e862a
Merge change 2318 into donut
by Android (Google) Code Review
· 16 years ago
eb128730
Fixed vertical text position in search suggestion items.
by Bjorn Bringert
· 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
77f57f6
fix build breakage
by Daisuke Miyakawa
· 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
ab18d1f
Fix SQLite limit issue.
by Owen Lin
· 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
6dd1bb7
Merge change 2170 into donut
by Android (Google) Code Review
· 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
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
1480eb2
Add support to SuggestionsAdapter to query the 'working' status
by Mike LeBeau
· 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
Next »