summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add debug markers to OpenGLRenderer"Romain Guy2012-01-305-5/+23
|\
| * Add debug markers to OpenGLRendererRomain Guy2012-01-305-5/+23
* | Merge "Removed SoftInputShownOnFocus methods in TextView"Gilles Debunne2012-01-301-28/+3
|\ \
| * | Removed SoftInputShownOnFocus methods in TextViewGilles Debunne2012-01-301-28/+3
| |/
* | Merge "Incorrect behavior of View clear focus."Svetoslav Ganov2012-01-303-24/+53
|\ \ | |/ |/|
| * Incorrect behavior of View clear focus.Svetoslav Ganov2012-01-253-24/+53
* | Merge "Always initialize AsyncTask on the main thread."Romain Guy2012-01-302-1/+5
|\ \
| * | Always initialize AsyncTask on the main thread.Romain Guy2012-01-302-1/+5
* | | Merge "Remove onPreDrawListeners earlier in TextView"Gilles Debunne2012-01-301-28/+10
|\ \ \
| * | | Remove onPreDrawListeners earlier in TextViewGilles Debunne2012-01-271-28/+10
* | | | Merge "Add stencil buffer to the EGL config"Romain Guy2012-01-302-3/+20
|\ \ \ \ | | |/ / | |/| |
| * | | Add stencil buffer to the EGL configRomain Guy2012-01-302-3/+20
* | | | Move away from deprecated NetworkInfo extra.Jeff Sharkey2012-01-301-1/+3
|/ / /
* | | Merge "Fix bug in LayoutTransition for INVISIBLE views"Chet Haase2012-01-304-23/+88
|\ \ \
| * | | Fix bug in LayoutTransition for INVISIBLE viewsChet Haase2012-01-304-23/+88
* | | | Merge "Handle adding/removing/renaming nomedia paths"Marco Nelissen2012-01-301-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Handle adding/removing/renaming nomedia pathsMarco Nelissen2012-01-271-0/+8
* | | | Merge "Fix 5906830: Update the clock earlier when lock screen comes back from...Jim Miller2012-01-271-1/+1
|\ \ \ \
| * | | | Fix 5906830: Update the clock earlier when lock screen comes back from suspend.Jim Miller2012-01-271-1/+1
| | |/ / | |/| |
* | | | Merge "Implement a cancelation mechanism for queries."Jeff Brown2012-01-2720-151/+1026
|\ \ \ \ | |/ / / |/| | |
| * | | Implement a cancelation mechanism for queries.Jeff Brown2012-01-2720-151/+1026
* | | | Merge "Fix for IOOB when suggestions have disappeared"Gilles Debunne2012-01-271-6/+10
|\ \ \ \
| * | | | Fix for IOOB when suggestions have disappearedGilles Debunne2012-01-251-6/+10
* | | | | Merge "Handle tap and move cursor before showing suggestions"Gilles Debunne2012-01-271-3/+3
|\ \ \ \ \
| * | | | | Handle tap and move cursor before showing suggestionsGilles Debunne2012-01-251-3/+3
* | | | | | Merge "Revert "Hack to workaround the fact that the EGL context can be""Teng-Hui Zhu2012-01-271-16/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Revert "Hack to workaround the fact that the EGL context can be"Teng-Hui Zhu2012-01-251-16/+0
* | | | | | Merge "Fix doc bug."Nick Pelly2012-01-271-1/+1
|\ \ \ \ \ \
| * | | | | | Fix doc bug.Nick Pelly2012-01-271-1/+1
* | | | | | | Merge "Add NdefMessage.getByteLength(), and more minor fixes:"Nick Pelly2012-01-275-23/+41
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add NdefMessage.getByteLength(), and more minor fixes:Nick Pelly2012-01-265-23/+41
* | | | | | | Merge "Throw NPE if s is null"Alon Albert2012-01-261-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Throw NPE if s is nullAlon Albert2012-01-261-0/+3
* | | | | | | | Merge "Fix old issue with compatibility-scaled apps and Animations"Chet Haase2012-01-261-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix old issue with compatibility-scaled apps and AnimationsChet Haase2012-01-261-2/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Removed intent logging from SearchDialog.java"Geremy Condra2012-01-261-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Removed intent logging from SearchDialog.javaGeremy Condra2012-01-241-1/+0
* | | | | | | | | Merge "Fix 5620754: don't show pattern unlock after SIM unlock if not enabled."Jim Miller2012-01-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix 5620754: don't show pattern unlock after SIM unlock if not enabled.Jim Miller2012-01-251-1/+1
* | | | | | | | | | Merge "Modified algorithm to remove duplicated suggestions"Gilles Debunne2012-01-263-62/+43
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Modified algorithm to remove duplicated suggestionsGilles Debunne2012-01-253-62/+43
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge "Make sure WebView get notified before the EGL context destroyed."Teng-Hui Zhu2012-01-251-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Make sure WebView get notified before the EGL context destroyed.Teng-Hui Zhu2012-01-251-1/+1
* | | | | | | | | Merge "Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc."Dianne Hackborn2012-01-252-8/+25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-252-8/+25
* | | | | | | | | Merge "Unbalanced batch edit begin and end leave TextView unresponsive"Gilles Debunne2012-01-252-26/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Unbalanced batch edit begin and end leave TextView unresponsiveGilles Debunne2012-01-172-26/+72
* | | | | | | | | | Merge "Update Javadoc for InputConnection.deleteSurroundingText()"Fabrice Di Meglio2012-01-251-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update Javadoc for InputConnection.deleteSurroundingText()Fabrice Di Meglio2012-01-251-1/+2
* | | | | | | | | | | Merge "TextView's display list updated on layout"Gilles Debunne2012-01-251-0/+6
|\ \ \ \ \ \ \ \ \ \ \