summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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-303-3/+30
|\ \ \ | | |/ | |/|
| * | Add stencil buffer to the EGL configRomain Guy2012-01-303-3/+30
* | | Move away from deprecated NetworkInfo extra.Jeff Sharkey2012-01-302-5/+7
|/ /
* | 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-2722-182/+1090
|\ \ \
| * | | Implement a cancelation mechanism for queries.Jeff Brown2012-01-2722-182/+1090
* | | | Merge "Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE"Fabrice Di Meglio2012-01-276-206/+174
|\ \ \ \ | |_|/ / |/| | |
| * | | Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHEFabrice Di Meglio2012-01-276-206/+174
* | | | 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
* | | | | | Import translations. DO NOT MERGEEric Fischer2012-01-2749-925/+1347
* | | | | | Merge "Mark locale-neutral configuration strings translatable="false""Eric Fischer2012-01-271-15/+15
|\ \ \ \ \ \
| * | | | | | Mark locale-neutral configuration strings translatable="false"Eric Fischer2012-01-271-15/+15
* | | | | | | 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 "Use audio_source_t consistently"Glenn Kasten2012-01-271-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use audio_source_t consistentlyGlenn Kasten2012-01-261-2/+2
* | | | | | | 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
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Remove @deprecate in View's fadingEdgeGilles Debunne2012-01-261-3/+3
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge "Fixing failing focus tests"Svetoslav Ganov2012-01-254-21/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing failing focus testsSvetoslav Ganov2012-01-254-21/+42
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \