Jean-Baptiste Queru
478de466ce
merge from eclair
2009-11-15 12:06:23 -08:00
Jean-Baptiste Queru
9db3d07b96
eclair snapshot
2009-11-13 13:53:39 -08:00
Christoffer Gurell
1d05c7cae5
Fixes scroll/measure bug in EditText
...
Bug and fix described in:
http://code.google.com/p/android/issues/detail?id=4184
2009-10-12 15:53:39 +02:00
Jean-Baptiste Queru
be8e36e32b
merge from donut
2009-09-03 15:19:21 -07:00
Jean-Baptiste Queru
72b1f379d5
donut snapshot
2009-08-31 09:17:57 -07:00
Jean-Baptiste Queru
0391107e13
merge from donut
2009-08-03 07:45:45 -07:00
Jean-Baptiste Queru
5c1207be90
donut snapshot
2009-07-31 17:38:20 -07:00
Jean-Baptiste Queru
61e4248f8f
merge from donut
2009-07-29 14:57:05 -07:00
Jean-Baptiste Queru
a8675f67e3
donut snapshot
2009-07-29 14:25:07 -07:00
Jean-Baptiste Queru
2af1b3db3d
Merge korg/donut into korg/master
2009-07-25 21:15:25 -07:00
Jean-Baptiste Queru
cf4550c319
donut snapshot
2009-07-21 11:16:54 -07:00
Kenny Root
1b194b14fe
Fix spelling mistakes in Javadoc
2009-06-11 11:00:42 -05:00
Kenny Root
158c19020b
Fix logic inversion in ListView Javadoc
...
The Javadoc for isItemChecked, getCheckedItemPosition, and
getCheckedItemPositions stated the return was valid if conditions
were the inverse of what the method checked for.
This was pointed out in Android issue 2366
2009-06-09 13:47:00 -05:00
Jean-Baptiste Queru
843ef36f7b
donut snapshot
2009-05-20 11:28:04 -07:00
djken
b80676747d
The comment lack of symbol # and parameter data type. This will cause compilation failed.
2009-05-08 07:07:55 -04:00
Cyril Mottier
238ebb6594
Add of Javadoc comments on undocumented methods.
...
Use of a constant defined in SensorManager for computing deceleration.
2009-05-05 18:13:48 +02:00
The Android Open Source Project
5e8c31ac31
Merge commit 'korg/cupcake'
2009-04-14 18:18:03 -07:00
Jeffrey Sharkey
5671777ecb
AI 145568: Hide setStarted() from public API.
...
It should be renamed to something more meaninful before being exposed.
BUG=1779168
Automated import of CL 145568
2009-04-09 16:53:25 -07:00
Dianne Hackborn
48276ab989
AI 145383: API review: clean up a bunch of @hides that have been pending API review.
...
Either expose them, or official hide them with an explanation for why.
BUG=1779439
Automated import of CL 145383
2009-04-09 12:32:19 -07:00
Dianne Hackborn
5eabbd9f27
AI 145382: API review: change new media keycode names to avoid ambiguity.
...
Updates the key maps. During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...! So this is now changed to match.
BUG=1779435
Automated import of CL 145382
2009-04-09 12:31:13 -07:00
Jeffrey Sharkey
e1ae350cb9
AI 143907: Make search widget drop-down wider.
...
BUG=1749373
Automated import of CL 143907
2009-03-31 18:24:45 -07:00
Dianne Hackborn
b378530714
AI 143896: Fix issue #1748954 and #1737952 :
...
#1748954 (New status bar fades into all white background): FrameLayout wasn't updating its foreground drawable when its padding changed, which would happen as the status bar is shown and hidden. To fix this I also ended up fixing a problem in the view debug stuff where we couldn't get a bitmap for a view that is the full screen size because it is too big... actually I just went ahead and added another function to snapshot the view hierarchy which works a lot better for us anyway.
#1737952 (Home screen icons overlap with the notification bar after exiting any camera app): Originally I punted this because it only happened in rare situations, but now that home is always portrait it happens a lot more so it is more important to fix. This involved a few things to clean up hiding/showing the status bar:
- We now determine when to hide and show it during layout, which allows us to do this at the time it is actually needed rather than during animation after we can actually catch it for the initial display of a window. This required tweaking the layout API so the policy can request a second layout pass if needed.
- When doing layout, we are now much more aggressive about skipping the layout of windows. Basically anything that we know will be hidden in the near future is ignored for layout, so that it doesn't glitch as it is transfered out of the screen. The theory being that it is better to leave it as it was originally placed while we are transitioning it out, than to switch it to something slightly more correct.
BUG=1748954,1737952
Automated import of CL 143896
2009-03-31 17:58:46 -07:00
The Android Open Source Project
e1861133d5
Merge commit 'korg/cupcake'
...
Conflicts:
core/java/android/webkit/WebView.java
core/java/android/widget/TwoLineListItem.java
preloaded-classes
2009-03-27 15:38:40 -07:00
Dianne Hackborn
2b4d828e1d
Automated import from //branches/cupcake/...@143009,143009
2009-03-26 16:28:25 -07:00
Romain Guy
3661101005
Automated import from //branches/cupcake/...@142788,142788
2009-03-25 16:28:37 -07:00
Joe Onorato
aaf678a8a5
Automated import from //branches/cupcake/...@142233,142233
2009-03-24 19:20:16 -07:00
The Android Open Source Project
c2ad241504
auto import from //branches/cupcake_rel/...@141571
2009-03-19 23:08:54 -07:00
The Android Open Source Project
105925376f
auto import from //branches/cupcake_rel/...@140373
2009-03-18 17:39:46 -07:00
Jean-Baptiste Queru
2a73de7b21
Merge commit 'remotes/korg/cupcake' into merge
...
Conflicts:
core/java/android/view/animation/TranslateAnimation.java
core/jni/Android.mk
core/res/res/values-en-rGB/strings.xml
libs/audioflinger/AudioFlinger.cpp
libs/surfaceflinger/LayerScreenshot.cpp
packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
2009-03-18 11:33:14 -07:00
The Android Open Source Project
ba87e3e6c9
auto import from //branches/cupcake_rel/...@138607
2009-03-13 13:04:22 -07:00
The Android Open Source Project
c39a6e0c51
auto import from //branches/cupcake/...@137873
2009-03-11 12:11:56 -07:00
Jean-Baptiste Queru
69577ae794
Fix build.
...
Change 9099 was a little bit too aggressive and removed a line it shouldn't have.
2009-03-09 17:56:44 -07:00
Cyril Mottier
17ddd72f5c
AbsSeekBar slightly optimized by removing a redundant snippet of code
2009-03-09 21:03:52 +01:00
The Android Open Source Project
b2a3dd88a5
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:12 -07:00
The Android Open Source Project
4df2423a94
auto import from //depot/cupcake/@136594
2009-03-05 14:34:35 -08:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
076357b856
auto import from //depot/cupcake/@132589
2009-03-03 14:04:24 -08:00
The Android Open Source Project
3dec7d563a
auto import from //depot/cupcake/@137055
2009-03-02 22:54:33 -08:00
The Android Open Source Project
15ab3eae2e
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:31 -08:00
The Android Open Source Project
3001a03543
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:31 -08:00
The Android Open Source Project
da996f390e
auto import from //branches/cupcake/...@131421
2009-02-13 12:57:50 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
94cbba0933
Merge branch 'cupcake'
2009-01-22 00:16:08 -08:00
The Android Open Source Project
f1e484acb5
auto import from //branches/cupcake/...@127436
2009-01-22 00:13:42 -08:00
The Android Open Source Project
7547115694
Merge branch 'cupcake'
2009-01-20 14:05:35 -08:00
The Android Open Source Project
22f7dfd234
auto import from //branches/cupcake/...@127101
2009-01-20 14:03:58 -08:00
android-build SharedAccount
0fda766e53
Merge branch 'cupcake'
2009-01-15 16:16:01 -08:00
The Android Open Source Project
9266c558bf
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:10 -08:00
The Android Open Source Project
e570a0fa86
auto import from //branches/cupcake/...@125939
2009-01-09 18:24:37 -08:00