• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

frameworks/base


RSS
Révision l'heure Auteur
666e504 froyo-x86 android-x86-2.2-r2 2011-06-26 15:15:25 Chih-Wei Huang

Merge remote-tracking branch 'korg/froyo' into froyo-x86

b40d69b 2011-06-10 23:44:01 Josh Stone

libutils: Fix an improper const-cast in RefBase

Under Fedora 15 Beta, gcc 4.6.0 warns:

frameworks/base/libs/utils/RefBase.cpp: In member function
‘void android::RefBase::weakref_type::trackMe(bool, bool)’:
frameworks/base/libs/utils/RefBase.cpp:483:67: error: passing
‘const android::RefBase::weakref_impl’ as ‘this’ argument of
‘void android::RefBase::weakref_impl::trackMe(bool, bool)’
discards qualifiers [-fpermissive]

trackMe is not a const function, so don't use const in the static_cast
to a weakref_impl pointer.

Change-Id: I3c9ba73eb127985f5f54197ffecf2939c50f632c

fffa6ad 2011-06-09 09:12:42 Xavier Ducrohet

CherryPick 06942bc4 from hc-mr1. do not merge.

Layoutlib - use the new getParser callback when possible.

Change-Id: Ibfc056e5d1f414686a17f30571b173ecdc0936fd

720d095 2011-06-09 09:08:28 Xavier Ducrohet

CherryPick 988eeeb5 from hc-mr1. do not merge.

Support for custom declare-styleable attr with enum/flag in layoutlib.

Change-Id: I9414e7c5d4e6bc27cb27e008d33c75e98c23549e

ef4dc6a 2011-06-04 10:38:37 Xavier Ducrohet

Cherrypick d1ed33c4 from hc-mr1.

Fix zombie threads in the Layoutlib.

Some widgets can create (indirectly) HandlerThread which are started
but never stopped.

This patch use the delegate methods to override the thread run method
to record which threads are started to be able to call quit() on them
after a render.

Note that we should really fix layoutlib_create to be able to call
the default implementation from a delegate to remove code duplication.

Change-Id: I242f00ffd9d6d3f8f2b0871bf9876d4df6a854d0

e5f8ace 2011-06-04 07:54:54 Xavier Ducrohet

Cherrypick 5b61ea6b from hc-mr1.

Fix drawCircle in layoutlib.

Change-Id: Ib5c4a462291c7a3c342b6abf8e21f9d6c8d66ce7

2ba282f 2011-06-03 08:40:56 Xavier Ducrohet

LayoutLib: adapt the GB Layoutlib to Froyo.

Change-Id: Ifb76a57b3401451154d92de76240fbdb3f380ec8

c91fa92 2011-06-03 07:31:51 Xavier Ducrohet

LayoutLib: import of the GB layoutlib.

Change-Id: I8372668d48b071d91ed55402693ac853a97995ef

cca86cb 2011-05-19 02:25:30 Chia-I Wu

surfaceflinger: notify gralloc about console events

868cee7 2011-04-13 05:08:12 Kenny Root

Remove stale temporary ASEC containers

When a temporary container is created, its existence should be
ephemeral. However, if there is an error that causes system_server to be
killed during the process of creating a finalized ASEC, delete the stale
containers on the next start-up of system_server.

Change-Id: I429dfe1e4b592595865235e83b6055aa8c3126ae

c5fd903 2011-04-13 05:08:05 Kenny Root

Fix getTempContainerId()

getTempContainerId() would always return "smdl2tmp1" unless you had
MAX_CONTAINERS number of SD card SDKs, because of an array sort that put
all the zeros at the beginning.

Switch from trying to find a hole in the series of numbers to just
getting a number that's one larger than the previous. This reduces the
algorithmic complexity and the memory requirements.

Bug: 2832580
Change-Id: I3ef5ea0f9d13079dfb64e5fe6c5309a076f91fe7

4a9247a 2011-04-08 12:35:16 Chih-Wei Huang

libRS: enable OpenGL ES2 if hardware acceleration is enabled

We can't determine the GL version by checkVersion2_0() at runtime
since mGL.mMajorVersion is not initialized before calling initEGL().

9ae084a 2011-04-06 19:10:20 Chih-Wei Huang

Merge remote-tracking branch 'korg/froyo' into froyo-x86

09f107a 2011-03-01 13:40:47 Vairavan Srinivasan

frameworks/base: Fix to release references to previous live wallpaper

The service connection to the previous live wallpaper is unbound when
a new wallpaper is effective. Although the service connection is
unbound it is not disconnected and its reference to wallpaper's
service and engine is still effective. This adds up to the total
JNI references and causes dalvik (hosting system_server) to abort.
Fix is to release the references in clearWallpaperComponentLocked.

Change-Id: Idd2bab83a56d2e6c6dd7ab9be08d5e14887aa384

22fd00f 2011-02-25 18:28:55 Chih-Wei Huang

Ethernet: initialize state depends on interfaces

If no interface found, disable Ethernet on initialization.

a8f51d2 2011-02-11 11:33:25 Suman Saraf

camera: fix an uninitialized variable

5933ae5 2011-02-11 11:31:22 Chih-Wei Huang

camera: define CAM_SIZE

2442d49 2011-02-08 17:39:15 Chih-Wei Huang

drop keyevents when Surfaceflinger give up the screen

It fixes the 100% CPU usage problem switching to Alt-F1 console.

9a9325a 2011-01-31 18:18:11 Patrick Ferguson

res: set default disable softkeyboard to be true

20d3dc3 2011-01-28 19:18:07 Chih-Wei Huang

change the default screen timeout to 10 minutes

33d9dc6 android-x86-2.2 2011-01-13 16:13:46 Chih-Wei Huang

res: add Chinese translations for power off dialog

a4a3777 2010-12-17 15:37:39 kwok

Define keys (in database) for power off dialog/confirmation settings

a45d693 2010-12-02 05:48:39 Scott Main

docs: dashboard update

Change-Id: Ia96a015dea41e32d1d2c892dddfd9a4fed5d49d0

dfb6c37 2010-11-26 15:36:07 kwok.wong@live.nl

Added setting to disable screen lock

db23050 2010-11-25 15:55:48 Chih-Wei Huang

camera: fix two crashing issues

The patch sets KEY_SUPPORTED_PREVIEW_SIZES for V4L2Camera to avoid
crashing in preview mode.

Besides, adds a helper class MemoryStream to compress captured picture
to JPEG in memory, instead of using a temporary file.
Android doesn't provide a reliable way to create a temporary file.

3577f51 2010-11-25 04:24:33 Scott Main

docs: clarify <include> layout properties
bug: 3227820

Change-Id: Id5130cd805ee2ea545a795019fb375ffd841727f

438890f 2010-11-22 18:14:00 Jef Oliver

Add Wysie's colors and canadiancow's battery percentage.

Also modified canadiancow's battery percentage to never show 100 since it wraps wierd on the dream.

2a452f7 2010-11-22 16:07:16 Stephane Lajeunesse

BatteryService: update battery status periodically

6704748 2010-11-19 19:03:28 Owen Kwon

enable mplayer as the default player if BUILD_WITH_MPLAYER is true

2cbe92e 2010-11-18 11:14:58 Scott Main

docs: add better visibility to app install location doc

Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070