summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix permission."Costin Manolache2010-11-291-2/+3
|\
| * Fix permission.Costin Manolache2010-11-231-2/+3
* | Merge "Import revised translations."Eric Fischer2010-11-2941-42/+165
|\ \
| * | Import revised translations.Eric Fischer2010-11-2941-42/+165
* | | New Number picker widgetSvetoslav Ganov2010-11-2918-485/+1545
* | | Merge "fix int vs. pointer mismatch in return statement. Add missing include ...Olivier Bailly2010-11-291-1/+1
|\ \ \
| * | | fix int vs. pointer mismatch in return statement.Olivier Bailly2010-11-181-1/+1
* | | | Merge "if db close() fails due to un-closed sql statements, print useful msg"Vasu Nori2010-11-291-7/+8
|\ \ \ \
| * | | | if db close() fails due to un-closed sql statements, print useful msgVasu Nori2010-11-291-7/+8
* | | | | SelectAllOnFocus switches to highlighted mode, not text selection modeGilles Debunne2010-11-291-2/+0
* | | | | Merge "Don't leak."Dianne Hackborn2010-11-291-23/+61
|\ \ \ \ \
| * | | | | Don't leak.Dianne Hackborn2010-11-291-23/+61
* | | | | | Merge "Set initial view scale to be at least overview scale."Shimeng (Simon) Wang2010-11-292-16/+14
|\ \ \ \ \ \
| * | | | | | Set initial view scale to be at least overview scale.Shimeng (Simon) Wang2010-11-292-16/+14
| |/ / / / /
* | | | | | Merge "fix messages from sqlite layer in c++ code to be useful."Vasu Nori2010-11-291-5/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix messages from sqlite layer in c++ code to be useful.Vasu Nori2010-11-291-5/+9
| | |_|/ / | |/| | |
* | | | | Restore isTextEditable() method meaning.Gilles Debunne2010-11-291-5/+4
* | | | | Merge "Paste popup shows up after a delay on tap. Immediately if there is a r...Gilles Debunne2010-11-291-35/+62
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Paste popup shows up after a delay on tap. Immediately if there is a recent c...Gilles Debunne2010-11-291-35/+62
| |/ / /
* | | | Revert "Merge "print certain rows from downloads.db when bugreports are taken""Vasu Nori2010-11-293-56/+8
|/ / /
* | | scroll the selection when dragging near the edgeCary Clark2010-11-291-9/+49
* | | Implement rotation animations.Dianne Hackborn2010-11-2810-8/+330
* | | tighten up the notifciation layoutsJoe Onorato2010-11-275-7/+15
* | | Merge "Long press on home shouldn't open recents"Joe Onorato2010-11-262-2/+2
|\ \ \
| * | | Long press on home shouldn't open recentsJoe Onorato2010-11-262-2/+2
* | | | No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrows...Steve Block2010-11-261-13/+3
* | | | Removed InputMethodSubtypePickersatok2010-11-252-11/+0
* | | | Merge "Updated list assets for holo"Adam Powell2010-11-2421-0/+0
|\ \ \ \
| * | | | Updated list assets for holoAdam Powell2010-11-2421-0/+0
| |/ / /
* | | | Store the current IME's token in the system bar for changing the current IME ...satok2010-11-252-3/+3
* | | | Merge "Handle hiding timer reset on every move."Gilles Debunne2010-11-241-10/+8
|\ \ \ \
| * | | | Handle hiding timer reset on every move.Gilles Debunne2010-11-241-10/+8
* | | | | Merge "Use apn types instead of host when sending notifications."Wink Saville2010-11-241-2/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use apn types instead of host when sending notifications.Wink Saville2010-11-241-2/+12
| |/ / /
* | | | Lazy creation of selection and insertion handles.Gilles Debunne2010-11-241-17/+28
* | | | Merge "Use newer SearchView icons and improve layout and highlights."Amith Yamasani2010-11-2416-44/+71
|\ \ \ \
| * | | | Use newer SearchView icons and improve layout and highlights.Amith Yamasani2010-11-2416-44/+71
* | | | | Merge "Per designers, update the algorithm for when effect is clipped or stre...Mindy Pereira2010-11-245-122/+145
|\ \ \ \ \
| * | | | | Per designers, update the algorithm for when effect is clipped or stretched.Mindy Pereira2010-11-245-122/+145
* | | | | | Merge "Don't flash StrictMode from the system server."Brad Fitzpatrick2010-11-241-1/+25
|\ \ \ \ \ \
| * | | | | | Don't flash StrictMode from the system server.Brad Fitzpatrick2010-11-241-1/+25
* | | | | | | Merge "Use getDimensionPixel size instead of casting to an int."Mindy Pereira2010-11-241-4/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use getDimensionPixel size instead of casting to an int.Mindy Pereira2010-11-241-4/+10
* | | | | | | Merge "Lazily create the paste popup window."Gilles Debunne2010-11-241-4/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Lazily create the paste popup window.Gilles Debunne2010-11-241-4/+9
* | | | | | | Merge "Fix bug 3149106 - disabled text not dimmed"Adam Powell2010-11-241-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix bug 3149106 - disabled text not dimmedAdam Powell2010-11-241-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Long press in empty space moves cursor and shows Paste affordance.Gilles Debunne2010-11-241-43/+79
| |/ / / / |/| | | |
* | | | | Comments on lazy controllers initialization.Gilles Debunne2010-11-241-42/+38
* | | | | Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick2010-11-243-13/+39