Dianne Hackborn
2fe57183d3
am 30eec832: Merge "Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed."
...
* commit '30eec832ec30709a8dd8830b9c5d64dcc0778a09':
Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed.
2012-04-18 20:39:30 -07:00
Alexander Lucas
3b29ca8814
am 773740ed: Initial commit of backup API section of cloudsync class.
...
* commit '773740ed79075e6daffaea0c62857348ab54d93e':
Initial commit of backup API section of cloudsync class.
2012-04-18 20:20:51 -07:00
Alexander Lucas
773740ed79
Initial commit of backup API section of cloudsync class.
...
Branch switch from ics-mr0, original post here:
https://android-git.corp.google.com/g/#/c/150873/
Change-Id: I4c53b99bd326c9f8fa485392e87dfba35e662936
2012-04-18 20:13:46 -07:00
Scott Main
07617980af
am 99e83bc4: docs: move the location class into basics/
...
* commit '99e83bc43abab567d16515eaf51bd9cb9eb3b5fb':
docs: move the location class into basics/
2012-04-18 19:55:23 -07:00
Scott Main
99e83bc43a
docs: move the location class into basics/
...
Change-Id: I0a5025ffbce4f25dc6c1b8f819a8c27def437649
2012-04-18 19:43:11 -07:00
Dianne Hackborn
5e54210810
Merge "Remove deprecation on android:enabled attribute."
2012-04-18 18:26:31 -07:00
Dianne Hackborn
90577af796
Merge "use utf8_length() instead of local function, isValidUtf8()"
2012-04-18 18:26:02 -07:00
Dianne Hackborn
559167f31d
Merge "Volume Overlay Bug When swapping streams"
2012-04-18 17:57:45 -07:00
Dianne Hackborn
30eec832ec
Merge "Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed."
2012-04-18 17:57:22 -07:00
Quddus Chong
2f675105ec
am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1
...
* commit '13bb0791a1cec6a678db3bd7ab23060b3bb911ae':
docs: Added missing comma in code snippet. Bug: 6322757
2012-04-18 17:02:40 -07:00
Quddus Chong
13bb0791a1
Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1
2012-04-18 17:00:32 -07:00
Joe Fernandez
79dbe8bf51
am 68822239: docs: Android SDK r19 Release Notes
...
* commit '68822239a50206a474289a380ff78146ff486a3e':
docs: Android SDK r19 Release Notes
2012-04-18 16:27:25 -07:00
Joe Fernandez
68822239a5
docs: Android SDK r19 Release Notes
...
Change-Id: I9db59116259d087f03598f87aac099772a831eff
2012-04-18 10:45:42 -07:00
Steven Harper
fffaf85e22
Volume Overlay Bug When swapping streams
...
Merged in http://review.cyanogenmod.com/#change,14109
Fixing a bug that when an app is dismissed or loaded that changes
the current active audio stream, if the volume overlay is visible during the swap,
if you adjust the volume (with hard keys) after the stream has changed while
the panel is still visible, the wrong panel (view) is still visible on-top of the
one that is being adjusted.
A good way to replicate this is to
Open the Phone APP
Go to the Keypad Screen
Adjust the volume (not the icon on the overlay)
While the volume is visible Hit the HOME hard key
Before the volume dissapears, adjust the volume with hard keys
You will hear and feel the volume adjusting, but the overlay will not update.
Change-Id: Ied50ed83b153234cff82c282e3fd76ed671b420b
2012-04-18 10:15:34 +01:00
p13451
0445bc6e4e
Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed.
...
After terminating landsacpe fullscreen activity,
when user launch transparent activity via portrait home app, transparent activity is shown as landscape mode.
At this time AppWindowToken of previous acitivity has not been deleted, because Activity.onDestory() has not been returned yet.
In this case, getOrientationFromAppTokensLocked() returned ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE.
Ignore hidden application is terminated on the top.
See also http://code.google.com/p/android/issues/detail?id=28927
Change-Id: I51239431120ec6ba8f8ff76871efb2347b9810ca
2012-04-18 15:13:26 +09:00
Chris Craik
4f998a1e48
am fd862e98: Add header for forward compatibility
...
* commit 'fd862e9828d544f593a622f2914d1257366ae802':
Add header for forward compatibility
2012-04-17 12:02:47 -07:00
Chris Craik
fd862e9828
Add header for forward compatibility
...
Change-Id: I6e3da852d50fc14cfb6fb50f7dd867f37daea19d
2012-04-17 10:56:17 -07:00
Fred Chung
fe71253b33
am 3d467946: Merge "Updated "Making your App Location Aware" class to include information on location provider enable check." into ics-mr1
...
* commit '3d467946b2950c6a5e4946c49a33cf4c8d68df20':
Updated "Making your App Location Aware" class to include information on location provider enable check.
2012-04-17 09:48:01 -07:00
Fred Chung
3d467946b2
Merge "Updated "Making your App Location Aware" class to include information on location provider enable check." into ics-mr1
2012-04-17 09:46:11 -07:00
Fred Chung
9340e2122e
Updated "Making your App Location Aware" class to include information on location provider enable check.
...
Change-Id: Ie6e966b4204eed60f518759480cebc945f87d91f
2012-04-16 23:28:45 -07:00
Yuku on yuku4
e0119c9617
Remove deprecation on android:enabled attribute.
...
The android:enabled was never deprecated and replaced by
android:state_enabled as it was mentioned in the documentation.
The attribute android:enabled when applied to a TextView (or its
descendants) still works until now. In fact that's the way to
disable widgets from layout XMLs.
The deprecation made ADT and lint suggest users not to use this
attribute.
Change-Id: I5e7d7060d9e79a04342ebc723d7937b9bc12a018
Signed-off-by: Yuku on yuku4 <yukuku@gmail.com>
2012-04-16 16:15:06 +08:00
Roman Nurik
08135aa17f
am 38e09c3d: docs: Android Training: Creating Backward-Compatible UIs class
...
* commit '38e09c3ddb7da47a23bf4221ab678e058c7e923a':
docs: Android Training: Creating Backward-Compatible UIs class
2012-04-13 17:51:40 -07:00
Roman Nurik
38e09c3ddb
docs: Android Training: Creating Backward-Compatible UIs class
...
Change-Id: I9a3038839c7849ecbb144b218ce5a08bdcd35886
2012-04-13 17:27:21 -07:00
Roman Nurik
f872e0b959
am 19266f7b: docs: Android Training: Implementing Effective Navigation class
...
* commit '19266f7b02c91d21d630c99d593f83cc427cd40b':
docs: Android Training: Implementing Effective Navigation class
2012-04-13 17:23:53 -07:00
Roman Nurik
19266f7b02
docs: Android Training: Implementing Effective Navigation class
...
Change-Id: Ife2f666e78e3fc0b28ad23321fd98926973e037b
2012-04-13 17:15:47 -07:00
Quddus Chong
3fa98cb02c
docs: Added missing comma in code snippet.
...
Bug: 6322757
Change-Id: I32cbd89493287cbb5d76b59647a8ddbd59209132
2012-04-13 11:17:24 -07:00
Homin Lee
1a8b6c29aa
use utf8_length() instead of local function, isValidUtf8()
...
utf8_length() from libutils returns -1 when source not contains
valid sequence for UTF-8. Fixed to use it and removed the local
function isValidUtf8().
Change-Id: If2834ce1d1ae07fd8526ce8bc5df3fd3f44e85c8
Signed-off-by: Homin Lee <suapapa@insignal.co.kr>
2012-04-13 12:31:48 +09:00
Teng-Hui Zhu
bd60a52090
am 3d7f0cb3: Update header for forward compatibility
...
* commit '3d7f0cb3d9724eb4a45611127e0986538e838964':
Update header for forward compatibility
2012-04-12 15:32:44 -07:00
Quddus Chong
02c6cad7c4
am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
...
* commit '6971153d88ebe2e441b75081a273b88424498a45':
docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537
2012-04-12 12:58:27 -07:00
Quddus Chong
6971153d88
Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
2012-04-12 12:56:29 -07:00
Quddus Chong
ee71b1fa2d
docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event).
...
Bug: 6318537
Change-Id: I4fb0f103bfe3ddf485e1bfa76eb39a51adce1aaa
2012-04-12 12:34:53 -07:00
Robert Ly
9a00e8f138
am 070827e6: Merge "docs: fix bug 5158332" into ics-mr1
...
* commit '070827e6031a312d368f33fb1ad8babff92e64e4':
docs: fix bug 5158332
2012-04-12 12:29:33 -07:00
Robert Ly
070827e603
Merge "docs: fix bug 5158332" into ics-mr1
2012-04-12 12:27:20 -07:00
Teng-Hui Zhu
3d7f0cb3d9
Update header for forward compatibility
...
Change-Id: Idf38142dc073dce14741e8da005e7d2eaf9242de
2012-04-12 10:59:57 -07:00
Jeff Sharkey
88d9710483
am d9818244: Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
...
* commit 'd9818244f9bf47b9e2981df7866b1ace01392fa9':
DO NOT MERGE: Make component names visible in javadoc.
2012-04-11 19:21:27 -07:00
Jeff Sharkey
d9818244f9
Merge "DO NOT MERGE: Make component names visible in javadoc." into ics-mr1
2012-04-11 19:18:45 -07:00
Jeff Sharkey
aa0a453a7a
DO NOT MERGE: Make component names visible in javadoc.
...
Change-Id: I3770ea6616b8425c387bcd27d668e3114b14335d
2012-04-11 19:15:42 -07:00
Quddus Chong
a2ac13ee01
am c08787fc: Merge "SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971" into ics-mr1
...
* commit 'c08787fc96473b5738a4c024a13a8c7d24af496b':
SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971
2012-04-11 16:10:23 -07:00
Quddus Chong
c08787fc96
Merge "SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971" into ics-mr1
2012-04-11 16:07:01 -07:00
Quddus Chong
3790001c20
SDK doc change: Fixed typo and added method parentheses in line 206.
...
Bug: 6318971
Change-Id: I57f3c7aff6209269ca0d95d616e551e2100eeb54
2012-04-11 15:47:57 -07:00
Scott Main
068744258b
am 71e8f4c1: Merge "docs: add 101 class about intents, Interacting with Other Apps" into ics-mr1
...
* commit '71e8f4c152a84ff420dcf834bc0acd73644f0cb0':
docs: add 101 class about intents, Interacting with Other Apps
2012-04-11 11:34:29 -07:00
Scott Main
71e8f4c152
Merge "docs: add 101 class about intents, Interacting with Other Apps" into ics-mr1
2012-04-11 11:32:40 -07:00
Robert Ly
21c9ae0458
docs: fix bug 5158332
...
Change-Id: I4ced8e7808727a6789732d10601fe6aa4985d8ba
2012-04-10 16:05:23 -07:00
Robert Ly
c71a1bb9d4
am 23f08c6d: Merge "docs: fixing broken link for bug 6104366" into ics-mr1
...
* commit '23f08c6d64976989f6519b4c65f2006865e8fd76':
docs: fixing broken link for bug 6104366
2012-04-10 14:26:28 -07:00
Robert Ly
9585dcc48a
am 2e9dac4b: Merge "docs: fixing ndk bug 5991108" into ics-mr1
...
* commit '2e9dac4b0584bce238fed60ba2801af3e7a2c003':
docs: fixing ndk bug 5991108
2012-04-10 14:26:26 -07:00
Robert Ly
86b6e26c78
am 876b7b87: Merge "docs: fixing renderscript doc bug 6111834" into ics-mr1
...
* commit '876b7b876e6ebb08979cf1a4861910215c4aae2b':
docs: fixing renderscript doc bug 6111834
2012-04-10 14:26:19 -07:00
Robert Ly
23f08c6d64
Merge "docs: fixing broken link for bug 6104366" into ics-mr1
2012-04-10 14:24:00 -07:00
Robert Ly
2e9dac4b05
Merge "docs: fixing ndk bug 5991108" into ics-mr1
2012-04-10 14:23:50 -07:00
Robert Ly
876b7b876e
Merge "docs: fixing renderscript doc bug 6111834" into ics-mr1
2012-04-10 14:23:37 -07:00
Robert Ly
621ff7d1a5
docs: fixing ndk bug 5991108
...
Change-Id: I70b5505fc424b278ea8977955857c92082a1f828
2012-04-10 13:30:45 -07:00