Commit Graph

64161 Commits

Author SHA1 Message Date
7eda9de1a6 am 2fe57183: am 30eec832: Merge "Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed."
* commit '2fe57183d3cbe83737ae81065639ef00f835629a':
  Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed.
2012-04-18 20:42:47 -07:00
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
690935ed9b am 3b29ca88: am 773740ed: Initial commit of backup API section of cloudsync class.
* commit '3b29ca88140b119c8a6a821d76fb3ef4326cf9a2':
2012-04-18 20:23:21 -07:00
39149aa3c7 am c54c03d6: am 773740ed: Initial commit of backup API section of cloudsync class.
* commit 'c54c03d684441b8b6c5ee840e18119a0f92e1436':
  Initial commit of backup API section of cloudsync class.
2012-04-18 20:22:19 -07:00
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
c54c03d684 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:19:56 -07:00
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
6a92872f6f am 07617980: am 99e83bc4: docs: move the location class into basics/
* commit '07617980afd9c618f796abe23319894284e0fc0b':
2012-04-18 19:58:18 -07:00
5a08b48507 am 7ea4c070: am 99e83bc4: docs: move the location class into basics/
* commit '7ea4c0705c4df60521778b246949c42bc6d8b17b':
  docs: move the location class into basics/
2012-04-18 19:57:22 -07:00
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
7ea4c0705c am 99e83bc4: docs: move the location class into basics/
* commit '99e83bc43abab567d16515eaf51bd9cb9eb3b5fb':
  docs: move the location class into basics/
2012-04-18 19:55:03 -07:00
99e83bc43a docs: move the location class into basics/
Change-Id: I0a5025ffbce4f25dc6c1b8f819a8c27def437649
2012-04-18 19:43:11 -07:00
30eec832ec Merge "Transparent activity orientation problem when previous landsacpe fullscreen activity not yet destroyed." 2012-04-18 17:57:22 -07:00
13bf9fecfe am fd84c2ec: am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1
* commit 'fd84c2ece24c447aa4f538dacf8d6333964d20ca':
2012-04-18 17:07:04 -07:00
4ad909538e am 2f675105: am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1
* commit '2f675105ec35987b85327c97de2aacb169174c47':
  docs: Added missing comma in code snippet. Bug: 6322757
2012-04-18 17:04:31 -07:00
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
fd84c2ece2 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:22 -07:00
13bb0791a1 Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1 2012-04-18 17:00:32 -07:00
57da7acb3c am 79dbe8bf: am 68822239: docs: Android SDK r19 Release Notes
* commit '79dbe8bf51a3bbeef6e71a0ca5365c45150f5339':
2012-04-18 16:30:31 -07:00
a206bcc450 am 52a7eb0b: am 68822239: docs: Android SDK r19 Release Notes
* commit '52a7eb0b9465d2c737eb1f9ea53b357b79c6417b':
  docs: Android SDK r19 Release Notes
2012-04-18 16:28:20 -07:00
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
52a7eb0b94 am 68822239: docs: Android SDK r19 Release Notes
* commit '68822239a50206a474289a380ff78146ff486a3e':
  docs: Android SDK r19 Release Notes
2012-04-18 16:26:18 -07:00
68822239a5 docs: Android SDK r19 Release Notes
Change-Id: I9db59116259d087f03598f87aac099772a831eff
2012-04-18 10:45:42 -07:00
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
a6d62b76ad am 4f998a1e: am fd862e98: Add header for forward compatibility
* commit '4f998a1e4865f11f772bbe18a702f4ad95ab353e':
  Add header for forward compatibility
2012-04-17 12:05:12 -07:00
4f998a1e48 am fd862e98: Add header for forward compatibility
* commit 'fd862e9828d544f593a622f2914d1257366ae802':
  Add header for forward compatibility
2012-04-17 12:02:47 -07:00
fd862e9828 Add header for forward compatibility
Change-Id: I6e3da852d50fc14cfb6fb50f7dd867f37daea19d
2012-04-17 10:56:17 -07:00
535b0f10aa am 57e351f5: am 3d467946: Merge "Updated "Making your App Location Aware" class to include information on location provider enable check." into ics-mr1
* commit '57e351f57cc296ed3ef29bdf071713689fc4516e':
2012-04-17 09:52:44 -07:00
5a1cf3661c am fe71253b: am 3d467946: Merge "Updated "Making your App Location Aware" class to include information on location provider enable check." into ics-mr1
* commit 'fe71253b334e105a9f67dcef6f8790c246725976':
  Updated "Making your App Location Aware" class to include information on location provider enable check.
2012-04-17 09:51:55 -07:00
57e351f57c 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:44 -07:00
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
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
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
6a9835a2cd am 08135aa1: am 38e09c3d: docs: Android Training: Creating Backward-Compatible UIs class
* commit '08135aa17fc5e5e8ecfebf04c10911fb083c3660':
2012-04-13 17:53:47 -07:00
4d7038cb96 am 3fc245a1: am 38e09c3d: docs: Android Training: Creating Backward-Compatible UIs class
* commit '3fc245a181269c5e425698d8ad212015812ebd8d':
  docs: Android Training: Creating Backward-Compatible UIs class
2012-04-13 17:53:17 -07:00
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
3fc245a181 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:16 -07:00
38e09c3ddb docs: Android Training: Creating Backward-Compatible UIs class
Change-Id: I9a3038839c7849ecbb144b218ce5a08bdcd35886
2012-04-13 17:27:21 -07:00
509efe16a1 am 29934896: am 19266f7b: docs: Android Training: Implementing Effective Navigation class
* commit '299348968aae3fa29dca167bfcc847ed5c65927b':
2012-04-13 17:26:39 -07:00
88b5b983ac am f872e0b9: am 19266f7b: docs: Android Training: Implementing Effective Navigation class
* commit 'f872e0b959877d2685bf5bf0e83c4e6865163203':
  docs: Android Training: Implementing Effective Navigation class
2012-04-13 17:26:03 -07:00
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
299348968a am 19266f7b: docs: Android Training: Implementing Effective Navigation class
* commit '19266f7b02c91d21d630c99d593f83cc427cd40b':
  docs: Android Training: Implementing Effective Navigation class
2012-04-13 17:23:40 -07:00
19266f7b02 docs: Android Training: Implementing Effective Navigation class
Change-Id: Ife2f666e78e3fc0b28ad23321fd98926973e037b
2012-04-13 17:15:47 -07:00
3fa98cb02c docs: Added missing comma in code snippet.
Bug: 6322757

Change-Id: I32cbd89493287cbb5d76b59647a8ddbd59209132
2012-04-13 11:17:24 -07:00
89c9a51ed8 am bd60a520: am 3d7f0cb3: Update header for forward compatibility
* commit 'bd60a52090553aef02d07e283c7f07de70837ad8':
  Update header for forward compatibility
2012-04-12 15:35:10 -07:00
bd60a52090 am 3d7f0cb3: Update header for forward compatibility
* commit '3d7f0cb3d9724eb4a45611127e0986538e838964':
  Update header for forward compatibility
2012-04-12 15:32:44 -07:00
5f9d36d5b9 am 02c6cad7: am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
* commit '02c6cad7c49942336ed6a8fe015c0cb4eced0c82':
2012-04-12 13:01:29 -07:00
2a1a1fa626 am 6073985e: am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
* commit '6073985e8a6d3f32f86a24e7a2a6bbf5b6a90b4e':
  docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537
2012-04-12 13:00:18 -07:00
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
6073985e8a 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:20 -07:00