• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

frameworks/base


RSS
Rev. 日時 作者
dcbd4d2 eclair-x86 2010-04-18 21:35:47 Chih-Wei Huang

libRS: initEGL according to GL version

Do not use GL2 for libagl since it doesn't implement EGL_OPENGL_ES2_BIT.

See http://code.google.com/p/0xdroid/issues/detail?id=76

f5feb68 2010-04-15 15:34:54 Kan-Ru Chen

Disable dithering by default for the sake of performance.

This is a workaround for the performance drop on Eclair. Enabling
dithering prevents the fast path in software renderer implementation
thus the performance drops drastically.

Disabling dithering has small impact on the rendering result, but the
performance boosts a lot.

41d3853 2010-04-15 15:34:54 Chih-Wei Huang

add software mouse cursor

This is a rework of mouse cursor for eclair that merges all patches
into one. Also incorporates the button features from 0xdroid:

Menu: Middle button
Back: Right button

I think it's more convenient.

7b8a688 2010-04-15 15:34:54 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>.

7dd6515 2010-04-15 15:34:54 Yi Sun

fixed calendar crash

77f0983 2010-04-15 15:34:54 Yi Sun

fixed build breaks

111e34e 2010-04-15 15:34:54 Swan Wang

make camcorder ok

bf5ba77 2010-04-15 15:34:54 Wallace Wang

make audio recorder ok

e6d228a 2010-04-15 15:34:53 hzs5

make preview size 352*288

ba5fa22 2010-04-15 15:34:53 Yi Sun

change the keyword "phone" to "device"

16e9784 2010-04-15 15:34:53 Wallace Wang

make camera preview ok

ee9f8b4 2010-04-15 15:34:53 Yi Sun

merge ethernet support to eclair

ea6bf24 2010-04-15 15:34:53 Yi Sun

change the original orientation.

b43f787 2010-04-15 15:34:53 Chih-Wei Huang

disable compatibility mode (#issue 31)

af79a82 2010-04-15 15:34:53 Chih-Wei Huang

Android.mk: generate preloaded-classes for policy_mid on-fly

The change fixes preloaded-classes issue for policy_mid, and provides
the ability for a target to specify its own preloaded-classes.

c6a32a6 2010-04-15 15:34:52 Yi Sun

Add battery status support for PC and VMs

d5b232b 2010-04-15 15:34:52 Bryan Hundven

InputDevice: read calibration settings from pointercal

Patch from git.koolu.org by Sean McNeals
(applied in koolu freerunner by Brian Code)

Updated for Eclair by Chih-Wei Huang

03fc772 2010-04-15 15:34:52 Yi Sun

add new wallpaper

79dba35 2010-04-15 15:34:52 Yi Sun

installd: fix disk_free issue

When the available free size of a partition is bigger than 2G,
the disk_free function does not work correctly.
Fixed it by the correct variable type.

8fc1b07 2010-04-15 15:34:52 Swan_Wang

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

729c8eb 2010-04-15 15:34:52 Kelly.Blue

enable keyboard layout selection

dcc5140 2010-04-15 15:34:52 Yi Sun

fixed a race condition for wifi hotkey operation

364f8cd 2010-04-15 15:34:52 Yi Sun

add support for ctrl and cap keys

05d2f10 2010-04-15 15:34:52 Swan_Wang

TouchFeature: Add the touch features to do Home/Menu/Back functions

The changes add the following touch features to the status bar. Touch
the right corner of the status bar to enable or disable the functions.

* Home: Touch the status bar.
* Menu: Touch the status bar from left to right.
* Back: Touch the status bar from right to left.

c036de0 2010-04-15 15:34:51 Yi Sun

add Eee PC hot keys support for mute, sleep and wifi

6647d6e 2010-04-15 15:34:51 Kelly2.Blue

fix the screen layout issue when software keyboard is enabled

17f8b1e 2010-04-15 15:34:51 Kelly2.Blue

add an option to enable/disable software keyboard

d74e003 2010-04-15 15:34:51 Wallace Wang

fix the airplan mode by adding the command simulator

73173b5 2010-04-15 15:34:51 Yi Sun

add reboot item to power button dialog

3d7a409 2010-04-15 15:34:51 Chih-Wei Huang

add navigation hot keys for browser (like firefox & IE)

PageUp / PageDown
Alt-Left/Right - go back/forward a page