Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Expose a variation of the createRenderer API that works on a plain Surface. | Andreas Huber | 2009-08-10 | 1 | -2/+2 | |
* | | added EGLUtils::strerror | Mathias Agopian | 2009-08-07 | 1 | -0/+2 | |
* | | Merge changes 20345,20346,20347 | Android (Google) Code Review | 2009-08-06 | 2 | -1/+53 | |
|\ \ | ||||||
| * | | added two EGL helpers for selecting a config matching a certain pixelformat o... | Mathias Agopian | 2009-08-06 | 1 | -0/+51 | |
| * | | added NATIVE_WINDOW_FORMAT attribute to android_native_window_t | Mathias Agopian | 2009-08-06 | 1 | -1/+2 | |
* | | | EventHub: pass the name of each input device up to Java | Iliyan Malchev | 2009-08-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | Finish implementation of multiple pointer support for MotionEvent. | Dianne Hackborn | 2009-08-04 | 1 | -1/+4 | |
* | | The IOMX interface now instantiates IOMXRenderers to hide the details of hard... | Andreas Huber | 2009-07-31 | 1 | -0/+2 | |
* | | Merge change 9287 | Android (Google) Code Review | 2009-07-30 | 3 | -1/+21 | |
|\ \ | ||||||
| * | | fixed some issues with the software renderer when surfaces are made current. | Mathias Agopian | 2009-07-30 | 3 | -1/+21 | |
* | | | am 25dff70f: Merge change 9039 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -2/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix #2018814: System cannot correctly render assets with "wrap_content" attri... | Dianne Hackborn | 2009-07-29 | 1 | -2/+4 | |
* | | | Adding resizeInput and setAttributes for overlay | Benny Wong | 2009-07-29 | 1 | -0/+6 | |
| |/ |/| | ||||||
* | | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-23 | 1 | -2/+2 | |
* | | Merge change 7529 | Android (Google) Code Review | 2009-07-22 | 1 | -2/+3 | |
|\ \ | ||||||
| * | | Make MemoryDealer's destructor protected instead of public. | Andreas Huber | 2009-07-16 | 1 | -2/+3 | |
* | | | am 9fc20b0e: Merge change 8126 into donut | Android (Google) Code Review | 2009-07-21 | 1 | -27/+57 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | First pass at reworking screen density/size APIs. | Dianne Hackborn | 2009-07-21 | 1 | -27/+57 | |
* | | | Merge change 5892 | Android (Google) Code Review | 2009-07-20 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * | | | Hardware overlay support | Benny Wong | 2009-07-16 | 1 | -0/+4 | |
| | |/ | |/| | ||||||
* | | | am aad0fcc9: Merge change 7783 into donut | Android (Google) Code Review | 2009-07-19 | 1 | -1/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Add "nodpi" density, and expose a bunch of density-related APIs. | Dianne Hackborn | 2009-07-17 | 1 | -1/+2 | |
* | | | EventHub: Add support for excluding devices from being opened by as a keyboard. | Mike Lockwood | 2009-07-16 | 1 | -4/+10 | |
| |/ |/| | ||||||
* | | Merge change 7353 | Android (Google) Code Review | 2009-07-15 | 1 | -1/+4 | |
|\ \ | ||||||
| * | | Implement virtual button support. | Dianne Hackborn | 2009-07-14 | 1 | -1/+4 | |
* | | | add a ctor to Mutex to specify the type, which can be shared. This is used by... | Mathias Agopian | 2009-07-13 | 2 | -0/+19 | |
|/ / | ||||||
* | | implement Mutex and Condition with pthread instead of calling futex directly. | Mathias Agopian | 2009-07-13 | 2 | -64/+86 | |
* | | am 8a715b4b: Merge change 5510 into donut | Android (Google) Code Review | 2009-07-09 | 1 | -5/+111 | |
|\ \ | |/ | ||||||
| * | Merge change 5510 into donut | Android (Google) Code Review | 2009-07-08 | 1 | -5/+111 | |
| |\ | ||||||
| | * | Add useful functions to String8, which enables users to convert between UTF-8... | Daisuke Miyakawa | 2009-07-09 | 1 | -5/+111 | |
* | | | Merge change 6560 | Android (Google) Code Review | 2009-07-08 | 3 | -2/+6 | |
|\ \ \ | ||||||
| * \ \ | resolved conflicts for merge of 04c7d0f8 to master | Dave Sparks | 2009-07-08 | 3 | -2/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 3 | -2/+6 | |
| | |/ | ||||||
* | | | Add a virtual destructor to the TtsEngine class. | Marco Nelissen | 2009-07-08 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge change 6382 | Android (Google) Code Review | 2009-07-07 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | add a virtual destructor to region_rasterizer, to be on the safe side | Mathias Agopian | 2009-07-07 | 1 | -0/+2 | |
* | | | Fix sim build. | Andy McFadden | 2009-07-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-06 | 3 | -3/+19 | |
|\ \ | ||||||
| * \ | am 991eec03: Merge change 6252 into donut | Android (Google) Code Review | 2009-07-06 | 2 | -2/+10 | |
| |\ \ | | |/ | ||||||
| | * | Don't re-parse the framework resources all the time. | Dianne Hackborn | 2009-07-06 | 2 | -2/+10 | |
| * | | am c7396025: Merge change 6084 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -0/+6 | |
| |\ \ | | |/ | ||||||
| | * | Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1... | James Dong | 2009-07-02 | 1 | -0/+6 | |
| * | | am 6e1647a2: Merge change 5829 into donut | Android (Google) Code Review | 2009-07-01 | 1 | -1/+3 | |
| |\ \ | | |/ | ||||||
| | * | Fix issue #1673793: Theme styles don't apply. | Dianne Hackborn | 2009-06-30 | 1 | -1/+3 | |
* | | | get rid of references to MemoryDealer in SurfaceFlinger | Mathias Agopian | 2009-07-02 | 3 | -3/+3 | |
* | | | Merge commit 'goog/master' into merge_master | Mathias Agopian | 2009-07-01 | 4 | -121/+99 | |
|\ \ \ | |/ / | ||||||
| * | | am bd9aa793: Merge change 5593 into donut | Android (Google) Code Review | 2009-06-30 | 1 | -10/+20 | |
| |\ \ | | |/ | ||||||
| | * | Merge change 5593 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -10/+20 | |
| | |\ | ||||||
| | | * | Add in TTS engine interface the methods to query the availability for a langu... | Jean-Michel Trivi | 2009-06-29 | 1 | -10/+20 | |
| * | | | am 17a80081: Merge change 5544 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -7/+3 | |
| |\ \ \ | | |/ / |