summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Corrected whitespace trespasses.Josh Guilfoyle2011-02-0410-14/+12
* Fix a dumb error allowing isThemeable=true for themes.Josh Guilfoyle2011-01-311-1/+3
* Add isThemeable to ResourcesKey.Josh Guilfoyle2011-01-281-4/+7
* Disable Zygote preloaded drawables.Josh Guilfoyle2011-01-261-1/+3
* Properly refresh cached drawables on theme change.Josh Guilfoyle2011-01-202-1/+15
* Asset redirections are now managed by a system service.Josh Guilfoyle2011-01-205-53/+283
* Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-201-1/+0
* Fix the problem that color drawable cache key conflicts another drawable one.Masanori Ogino2011-01-141-38/+69
* Theme image attributes now expected to be drawables.Josh Guilfoyle2011-01-062-231/+45
* Fix a fundamental issue causing CarHome to reset the applied theme.Josh Guilfoyle2011-01-063-63/+41
* Don't set isThemeable for the system context.Josh Guilfoyle2011-01-062-5/+8
* Fix issues with theme APKs that do not specify a styleId.Josh Guilfoyle2010-12-272-4/+4
* Merge commit 'android-2.3.1_r1' into themes-exp-2.3.1_r1Josh Guilfoyle2010-12-23361-9385/+34840
|\
| * Add more checks for bad values to protect from corrupt files.Dianne Hackborn2010-12-071-6/+22
| * Grant ACCESS_ALL_DOWNLOADS to DefaultContainerServiceKenny Root2010-12-071-1/+8
| * Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into ...Dianne Hackborn2010-11-101-0/+9
| |\
| | * Fix issue #3177284: Account for wake lock power usage on CrespoDianne Hackborn2010-11-081-0/+9
| * | Merge "Make sure the controller will get repositioned after size changing." i...Owen Lin2010-11-091-2/+5
| |\ \
| | * | Make sure the controller will get repositioned after size changing.Owen Lin2010-11-091-2/+5
| * | | Merge "Improve gyro and accelerometer java doc" into gingerbreadMathias Agopian2010-11-091-1/+55
| |\ \ \
| | * | | Improve gyro and accelerometer java docMathias Agopian2010-11-091-1/+55
| | |/ /
| * | | Add @Deprecated to match @deprecated where it's missing.Jesse Wilson2010-11-096-0/+9
| |/ /
| * | Merge "DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear over ex...Adam Powell2010-11-081-29/+98
| |\ \
| | * | DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear overAdam Powell2010-11-081-29/+98
| * | | Fix bug 3163052 - always use 32-bit drawing caches when destinationAdam Powell2010-11-082-7/+8
| * | | Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar...Mathias Agopian2010-11-081-0/+1
| |\ \ \
| | * | | possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop s...Mathias Agopian2010-11-041-0/+1
| * | | | Camera.open() should only return back-facing camera.Wu-cheng Li2010-11-091-11/+13
| | |/ / | |/| |
| * | | Revert "android.hardware.Camera.open only returns back-facing camera."Wu-cheng Li2010-11-091-13/+11
| * | | android.hardware.Camera.open only returns back-facing camera.Wu-cheng Li2010-11-081-11/+13
| |/ /
| * | Merge "[3163098] Fix bug in angleChange funtion which caused the returned ang...Mathias Agopian2010-11-031-18/+18
| |\ \
| | * | [3163098] Fix bug in angleChange funtion which caused the returned angle chan...Kevin Powell2010-11-031-18/+18
| * | | Remove the My Tag feature.Jeff Hamilton2010-11-032-44/+0
| | |/ | |/|
| * | Return a zero length byte from toByteArray instead of null.Jason parks2010-11-021-3/+5
| |/
| * Remove timeout support.Nick Pelly2010-11-024-60/+0
| * Merge "Update insertion handler for WebTextView." into gingerbreadLeon Scroggins2010-11-013-0/+16
| |\
| | * Update insertion handler for WebTextView.Leon Scroggins2010-11-013-0/+16
| * | Fix issue #3152415: Various confusions in docs about ApplicationDianne Hackborn2010-11-011-6/+12
| |/
| * Merge "Report the new size to wallpapers when the requested size changed." in...Joe Onorato2010-10-281-0/+3
| |\
| | * Report the new size to wallpapers when the requested size changed.Joe Onorato2010-10-281-0/+3
| * | Merge "Hide some NFC API's." into gingerbreadNick Pelly2010-10-289-41/+32
| |\ \ | | |/ | |/|
| | * Hide some NFC API's.Nick Pelly2010-10-289-41/+32
| * | DO NOT MERGE. Fix asset file descriptor for pipe based fds.Jeff Hamilton2010-10-281-1/+5
| * | Merge "DO NOT MERGE Fix auto connection with headsets which don't send incomi...Jaikumar Ganesh2010-10-271-4/+85
| |\ \ | | |/ | |/|
| | * DO NOT MERGE Fix auto connection with headsets which don't send incomingJaikumar Ganesh2010-10-271-4/+85
| * | Fix issue #3138926: App's preferences can be lost after onPause()Dianne Hackborn2010-10-272-1/+3
| |/
| * Merge "Set capabilities sooner." into gingerbreadAndy McFadden2010-10-272-26/+3
| |\
| | * Set capabilities sooner.Andy McFadden2010-10-272-26/+3
| * | Make best effort attempt to recover NFC service when it dies.Nick Pelly2010-10-273-36/+81
| |/
| * Add a way to get a string for an error code.Jeff Hamilton2010-10-261-0/+28