• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


RSS
Rev. Time Author
81fbb1f cupcake-x86 2009-07-21 10:20:44 Yi Sun

swatch to use mountd so that we can auto mount sdcard

10daba9 2009-07-21 10:14:16 Yi Sun

check in mouse wheel support for Kevin Jseng

eb0e70d 2009-07-16 17:21:01 Chih-Wei Huang

fix compiling error

31382cf 2009-07-16 16:11:31 Yi Sun

Porting the v4l2 camera works made by niels.keeman@tass.nl

3a5cbb6 2009-07-16 16:10:08 Chih-Wei Huang

add Eee Top touchscreen support

c21c0b5 2009-07-16 16:10:08 Chih-Wei Huang

frameworks/base patches from Yi Sun
* mouse cursor
* rename preloaded-classes
* new battery status architecture

8ecb36e 2009-07-11 06:13:29 Yusuf T. Mobile

Fixed Android issue #400, where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses.

26f6a82 2009-07-07 19:14:13 Shin-ichiro KAWASAKI

Bug Fixed for libagl.

7ecccee 2009-06-15 01:03:07 Android Code Review

Merge change 10365

* changes:
Fix hyphenation in TextView attr Javadoc

ea931d3 2009-06-15 01:02:24 Android Code Review

Merge change 10364

* changes:
Fix spelling mistakes in Javadoc

2fbf739 2009-06-13 19:47:27 Kenny Root

Fix hyphenation in TextView attr Javadoc

acec372 2009-06-13 01:46:54 Android Code Review

Merge change 10320

* changes:
Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI

7b16fc0 2009-06-13 01:45:48 Android Code Review

Merge change 10312

* changes:
Fix typo in adb commandline help

3fb1261 2009-06-13 01:44:57 Android Code Review

Merge change 10315

* changes:
Fix typo in Javadoc for LocationManager.GPS_PROVIDER

c6f4e0d 2009-06-13 01:43:29 Android Code Review

Merge change 10317

* changes:
Clarify rules for package name in documentation

1b194b1 2009-06-12 01:00:42 Kenny Root

Fix spelling mistakes in Javadoc

75c567a 2009-06-11 09:03:05 Android Code Review

Merge change 10327

* changes:
Logical error. If multiple receivers are dead, only the first one will be added. found in http://code.google.com/p/android/issues/detail?id=2651

e79c007 2009-06-11 05:29:09 Android Code Review

Merge change 10329

* changes:
Removed usage of tabs for indention

3da0876 2009-06-11 05:28:56 Android Code Review

Merge change 10328

* changes:
Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null) example: notification.vibrate = new long[0];

a4a3090 2009-06-11 05:08:37 Simon Schoar

Removed usage of tabs for indention

bdf7824 2009-06-11 04:53:53 Simon Schoar

Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)
example: notification.vibrate = new long[0];

8c0ff13 2009-06-11 04:12:10 Simon Schoar

Logical error. If multiple receivers are dead, only the first one will be added.
found in http://code.google.com/p/android/issues/detail?id=2651

4ea496d 2009-06-10 08:29:38 Simon Schoar

Example for displaying alerts was missing an "@" for theme attribute

8aa393b 2009-06-10 08:10:58 Simon Schoar

Fixed typo, RFC3296 is for LDAP, RFC2396 is for URI

734bc9b 2009-06-10 04:44:39 Android Code Review

Merge change 10313

* changes:
Fix Configuration documentation for new constants

158c190 2009-06-10 03:47:00 Kenny Root

Fix logic inversion in ListView Javadoc

The Javadoc for isItemChecked, getCheckedItemPosition, and
getCheckedItemPositions stated the return was valid if conditions
were the inverse of what the method checked for.

This was pointed out in Android issue 2366

2a7a773 2009-06-10 03:42:54 Kenny Root

Clarify rules for package name in documentation

Nowhere in the documentation does it say that the only valid package names
are ones that match (excuse my abuse of regex to explain this):

^[A-Za-z][A-Za-z0-9_]

This change makes clear the rules followed by the PackageParser

2971cc9 2009-06-10 02:13:06 Kenny Root

Fix typo in Javadoc for LocationManager.GPS_PROVIDER

acc44cc 2009-06-10 01:21:11 Kenny Root

Fix Configuration documentation for new constants

* Added KEYBOARD_NOKEYS link to Javadoc for keyboard.
* Added NAVIGATION_NONAV link to Javadoc for navigation.

b01b577 2009-06-10 01:11:39 Kenny Root

Fix typo in adb commandline help

Android developers are not expected to have PDP-11s.