index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for custom tab views in TabHost and TabWidget.
Jack Veenstra
2009-06-10
1
-1
/
+75
*
Add support for gestures in Home.
Romain Guy
2009-06-09
1
-0
/
+24
*
Adding default text-to-speech language in Settings.Secure.
Jean-Michel Trivi
2009-06-09
1
-0
/
+11
*
Fix several issues in the gestures libraries.
Romain Guy
2009-06-09
1
-0
/
+11
*
Fix bug in saving gestures stores. The outputstream was wrapping itself, thus...
Romain Guy
2009-06-09
1
-203
/
+20
*
Add a new attribute to android manifest for defining the GLES version number.
Suchi Amalapurapu
2009-06-05
1
-11
/
+43
*
Adding new Settings.Secure properties for the Text-To-Speech functionality.
Jean-Michel Trivi
2009-06-05
1
-0
/
+44
*
Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings
Mike LeBeau
2009-06-05
1
-0
/
+11
*
Unhide inInputShareable in BitmapFactory.Options.
Wei-Ta Chen
2009-06-04
1
-0
/
+10
*
* Moved supports-density tag under manifest
Mitsuru Oshima
2009-06-03
1
-0
/
+21
*
Add new listener to GestureOverlayView. This listener fires whenever the over...
Romain Guy
2009-06-02
1
-6
/
+77
*
Unhide inPurgeable in BitmapFactory.Options.
Wei-Ta Chen
2009-06-02
1
-0
/
+10
*
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
San Mehat
2009-06-01
1
-2
/
+2
*
Retool the backup process to use a new 'BackupAgent' class
Christopher Tate
2009-05-31
1
-22
/
+22
*
Fix the build.
Romain Guy
2009-05-29
1
-55
/
+431
*
MemoryFile constructor and native methods throw IOExceptions.
Bjorn Bringert
2009-05-29
1
-0
/
+2
*
Fix wifi multicast API for public use.
Robert Greenwalt
2009-05-28
1
-0
/
+66
*
Fix issue 1846343 - part 1
Eric Laurent
2009-05-26
1
-0
/
+44
*
Add new orientation attribute to GestureOverlayView. This can be used to prev...
Romain Guy
2009-05-25
1
-0
/
+46
*
Fix drawing bug: opaque invalidations should not be taken into account when t...
Romain Guy
2009-05-25
1
-11
/
+35
*
Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...
Romain Guy
2009-05-24
1
-260
/
+345
*
Define TARGET_CPU_ABI for finding native code in .apks
Dianne Hackborn
2009-05-22
1
-0
/
+10
*
Fix the build
Romain Guy
2009-05-22
1
-0
/
+80
*
Add a new API to ListView: setGestures(int). This allows developers to enable...
Romain Guy
2009-05-22
1
-87
/
+165
*
Move the Gestures API to the framework in android.gesture.
Romain Guy
2009-05-21
1
-0
/
+1091
*
location: Replace ILocationCollector interface with new ILocationProvider method
Mike Lockwood
2009-05-21
1
-11
/
+0
*
Add padding to public.xml to avoid breaking from auto-merges.
Dianne Hackborn
2009-05-20
1
-2
/
+2862
*
Fix issue #1859814: Add android.os.Build.MANUFACTURER
Dianne Hackborn
2009-05-20
1
-0
/
+10
*
Fix build.
Dianne Hackborn
2009-05-19
1
-0
/
+11
*
Fixes external #2686. Make @android:anim/linear_interpolator public since the...
Romain Guy
2009-05-18
1
-0
/
+11
*
Fix the build. :(
Dianne Hackborn
2009-05-15
1
-21
/
+10
*
Implement compatibility support for WRITE_SDCARD permission.
Dianne Hackborn
2009-05-15
1
-23
/
+55
*
Allow intent resolution to be constrained by package name.
Mihai Preda
2009-05-15
1
-4
/
+34
*
Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...
svetoslavganov
2009-05-14
1
-0
/
+1143
*
Fix the build, again.
Romain Guy
2009-05-14
1
-0
/
+11
*
Get the backup calling through to the file backup helper.
Joe Onorato
2009-05-14
1
-213
/
+0
*
AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs....
Bill Napier
2009-05-13
2
-4
/
+4
*
Make android.content.ComponentName implement java.lang.Comparable.
Joe Onorato
2009-05-12
1
-0
/
+15
*
Implement issue #1783881 (manifest option for adb-install-only apps)
Dianne Hackborn
2009-05-12
2
-861
/
+22
*
PackageManager keeps track of who installed what.
Jacek Surazski
2009-05-12
1
-1
/
+3
*
Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.cr...
Romain Guy
2009-05-12
1
-0
/
+26
*
this should fix the build
Mathias Agopian
2009-05-08
1
-60
/
+60
*
Implement targetSdkVersion and maxSdkVersion, plus version code names.
Dianne Hackborn
2009-05-08
1
-0
/
+125
*
Improve shutdown process to send broadcast for applications.
Dianne Hackborn
2009-05-08
1
-0
/
+22
*
Fix keyboard redraw bug on long-press of CapsLock.
Amith Yamasani
2009-05-08
1
-0
/
+24
*
Fix the build.
Jeff Hamilton
2009-05-07
1
-5
/
+40
*
More backup tests
Joe Onorato
2009-05-07
1
-0
/
+178
*
Add new setTag(int, Object) API to allow applications to specify several tags.
Romain Guy
2009-05-06
1
-0
/
+28
*
Fixed issue 1709450: Requirements for CDMA Tone Generator
Eric Laurent
2009-05-06
1
-0
/
+55
*
fix issue 1713090: After a Bluetooth call, MusicPlayer starts playing on spea...
Eric Laurent
2009-05-06
1
-2
/
+2
[next]