• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
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. 时间 作者
05753be donut-x86 2010-03-17 16:16:23 Wallace Wang

Fix the Camera bug on using USB disk

Change /sdcard/tmp.jpg to /data/tmp.jpg

25aa7b2 2010-03-15 17:06:58 Chih-Wei Huang

update-api to reflect Ethernet changes

b614e6b 2010-02-27 19:57:58 Yi Sun

add a global flag to prevent the EventHub to push events to upper layer

By doing this, the keyevents will not be pushed to Android when
Surfaceflinger give up the screen (Alt-F1 is used).

The idea is based on the original code from
Filippo Pagin <filippo.pagin@gmail.com>.

de6a7c9 2010-02-27 17:47:45 Swan_Wang

modify the frame size of picture which original size is fixed to be 352*288

b9bba0f 2010-02-27 17:47:44 Swan_Wang

enable camera preview

29cf527 2010-02-27 17:47:44 Wallace.Wang

make the record colorful and show the preview when recording

4d939e3 2010-02-27 17:47:44 Kelly.Zhou

fix audio recording

d5a403f 2010-02-27 17:47:44 Jeremy Chang

bring up video recording function from 0xlab.org

2f44574 2010-02-27 17:46:27 Chih-Wei Huang

merge from donut

1c3050f 2010-02-27 17:46:14 Chih-Wei Huang

merge from donut-plus-aosp

6466cf6 2010-01-20 19:43:22 Chih-Wei Huang

fix mouse surface region size

The issue is found by 0xdroid project.

b740817 2009-12-10 10:28:37 Chia-I Wu

EGKLMSSurface: mDisplaySurface might be used uninitialized.

456e940 2009-12-09 17:10:22 Jack Palevich

Change util_texSubImage2D to call glCompressedTexImage2D correctly.

Previously we had been setting the imageSize parameter to 0, which was
incorrect. According to the OpenGL ES spec for glCompressedTexImage2D
this parameter should be the size in bytes of the compressed data.

a79ed39 2009-12-04 09:54:42 Christopher Tate

DO NOT MERGE - backport Eclair binder thread pool scheduling policy

36904b2 2009-12-04 04:04:56 Android (Google) Code Review

Merge change Ic85648cd into donut

* changes:
Backport for the sparse array access fix.

b697ab4 2009-12-02 14:54:34 Bryan Hundven

/system/etc is read-only. Look for pointercal in
/data/system/tslib/pointercal. Look for similar patches in external/tslib.
Your product should still install pointercal to /system/etc/pointercal,
but your init.${hardware}.rc should copy it to
/data/system/tslib/pointercal if /system/etc/pointercal exists.

62b644e 2009-12-02 14:45:28 Bryan Hundven

Patch InputDevice.java to read calibration settings from pointercal. Patch
from git.koolu.org by Sean McNeals (applied in koolu freerunner by Brian
Code)

cfd78ff 2009-12-01 15:27:03 Chih-Chung Chang

Fix 2101425: Camera crashes spontaneously in preview.

The problem is we missed an "obj" parameter while calling
postEventFromNative (which put it in a field of a Message object),
so a garbage value on stack is used.

When the GC tries to follow that "obj" field, expecting to find
another object, it crashes.

Cherry-pick from Eclair.

d03c836 2009-11-26 18:36:43 Chia-I Wu

surfaceflinger: Disable HW buffer alignment.

It seems to confuse loadTexture somehow when the layer really has weird
size like 1366x768. This should be a temporary workaround.

c1850d9 2009-11-26 18:34:55 Chia-I Wu

EGLKMSSurface: Align framebuffer pitch and size.

Align pitch to 64 bytes and fb size to page size. It fixes the skewed
screen on devices with weird resolutions like 1366x768.

8625c1e 2009-11-24 02:19:40 Jean-Baptiste Queru

merge from donut

ff99a27 android-x86-1.6 2009-11-18 04:48:06 Yi Sun

add new wallpaper

7bb0222 2009-11-17 11:28:20 Yi Sun

when the size of partition is bigger than 2G, the disk_free function will not work correctly.
Fixed it by correct the variable type

4e49897 2009-11-17 04:12:31 Yi Sun

change to have battery sys fs path auto detected

e409311 2009-11-15 02:26:37 Swan_Wang

add surport for the key between SHIFT_LEFT and KEY_Z in some keyboards

85a0e67 2009-11-15 02:23:04 Kelly.Blue

Enable keyboard layout selection

0188950 2009-11-14 09:36:18 Xavier Ducrohet

Properly implement Paint.breakText for layoutlib. (do not merge)

BUG 2260400

This is integrated from Eclair.

c85648c 2009-11-12 04:24:52 Costin Manolache

Backport for the sparse array access fix.

84d5483 2009-11-12 04:13:12 Yi Sun

fixed a race condition for wifi hotkey operation

99685b3 2009-11-11 18:16:55 Swan_Wang

Add a tip dialog for the Home/Menu/Back touch features.