Kenny Root
0f001d3ee0
Try to avoid possible NPE
...
For some reason .getParent() appears to be returning null for a data
directory. We don't need to use the parent; we can just use the path.
Bug: 7151733
Change-Id: I5e17cc14fe53669882329d67d8a7b4ec35b81104
2012-09-13 08:36:49 -07:00
The Android Open Source Project
568e3ebb5e
am 4b0764ee: (-s ours) Reconcile with jb-mr0-release - do not merge
...
* commit '4b0764eef22e3244d3f45fbda1e093ff11986f5f':
Fix notification gestures.
Single finger notification expansion.
2012-09-12 07:51:44 -07:00
The Android Open Source Project
4b0764eef2
Reconcile with jb-mr0-release - do not merge
...
Change-Id: I41a4b710eb0846eaf276f21b75c8d9bb2f76c977
2012-09-12 07:49:49 -07:00
Jeff Sharkey
8b29d63d08
Merge "Include user identifier in external storage paths." into jb-mr1-dev
2012-09-11 23:36:50 -07:00
Jeff Sharkey
b049e212ab
Include user identifier in external storage paths.
...
When building external storage paths, always include user in path
to enable cross-user paths and aid debugging.
Each Zygote process continues to only have access to the appropriate
user-specific emulated storage through bind mounts. A second set of
mounts continue supporting legacy /sdcard-style paths. For example,
a process running as owner has these mount points:
/storage/emulated_legacy
/storage/emulated_legacy/Android/obb
/storage/emulated/0
/storage/emulated/obb
Since Environment is created before Zygote forks, we need to update
its internal paths after each process launches.
Bug: 7131382
Change-Id: I6f8c6971f2a8edfb415c14cb4ed05ff97e587a21
2012-09-11 23:11:14 -07:00
Daniel Sandler
de3debd9f5
Fix notification gestures.
...
Broken by recent changes to ScaleGestureDetector, which we
were using incorrectly.
Change-Id: Ie5a7981cc14873d34de9041f59b5de442c948a61
2012-09-11 22:20:12 -07:00
Daniel Sandler
40c6ae4d22
Single finger notification expansion.
...
If you liked these changes...
Change Ie4e79aa5
Change I8a6f8606
Change I824937e9
Change I957b6d50
You'll love this one!
Change-Id: I5256366175fa7ebc965b1c5df02f10ba802ed977
2012-09-11 22:19:50 -07:00
Daniel Sandler
8a0e1fefee
am b8026996: (-s ours) am e445c258: Merge "Fix notification gestures." into jb-dev
...
* commit 'b802699618ead6c91c862817744fbde72adb4b38':
Fix notification gestures.
2012-09-11 21:40:07 -07:00
Daniel Sandler
ec4c62bfe5
am 2da1e221: (-s ours) am a5e042f9: Merge "Single finger notification expansion." into jb-dev
...
* commit '2da1e2215fb22b5aa9a18c6c96f0d3a4f8b25574':
Single finger notification expansion.
2012-09-11 21:37:17 -07:00
Daniel Sandler
b802699618
am e445c258: Merge "Fix notification gestures." into jb-dev
...
* commit 'e445c25877bac16ea4438057f37bc668315133cd':
Fix notification gestures.
2012-09-11 21:30:49 -07:00
Daniel Sandler
2da1e2215f
am a5e042f9: Merge "Single finger notification expansion." into jb-dev
...
* commit 'a5e042f9232c26505968d8add60f3f84c6a87dae':
Single finger notification expansion.
2012-09-11 21:29:06 -07:00
Daniel Sandler
e445c25877
Merge "Fix notification gestures." into jb-dev
2012-09-11 21:19:23 -07:00
Daniel Sandler
a5e042f923
Merge "Single finger notification expansion." into jb-dev
2012-09-11 21:17:41 -07:00
Jeff Brown
c7b6ec7a7c
Merge "Improve reporting of wifi connection state." into jb-mr1-dev
2012-09-11 18:47:37 -07:00
Daniel Sandler
c0229e29de
Fix notification gestures.
...
Broken by recent changes to ScaleGestureDetector, which we
were using incorrectly.
Change-Id: Ie5a7981cc14873d34de9041f59b5de442c948a61
2012-09-11 21:46:39 -04:00
Svetoslav Ganov
5e900e3a17
Merge "Adding a scaling threshold in ScreenMagnifier" into jb-mr1-dev
2012-09-11 18:16:14 -07:00
Svetoslav Ganov
3e1476a697
Adding a scaling threshold in ScreenMagnifier
...
Change-Id: I1fdd7c93de571a61d88d7386c5c2a423a6b83fb9
2012-09-11 18:15:17 -07:00
Jean-Baptiste Queru
d057e73e7e
am c095eb04: (-s ours) am 70a5967e: am 5c09d605: Merge "Fix CacheBitmap crash issue when using H/W UI rendering"
...
* commit 'c095eb04fa931c1d838fc4505089502ecc9eba62':
Fix CacheBitmap crash issue when using H/W UI rendering
2012-09-11 18:03:43 -07:00
Jean-Baptiste Queru
c095eb04fa
am 70a5967e: am 5c09d605: Merge "Fix CacheBitmap crash issue when using H/W UI rendering"
...
* commit '70a5967e0bb295f64c99593043f138fdd62365f4':
Fix CacheBitmap crash issue when using H/W UI rendering
2012-09-11 17:59:14 -07:00
Jean-Baptiste Queru
70a5967e0b
am 5c09d605: Merge "Fix CacheBitmap crash issue when using H/W UI rendering"
...
* commit '5c09d605678d64e05579bb668b615764a714f1f7':
Fix CacheBitmap crash issue when using H/W UI rendering
2012-09-11 17:57:19 -07:00
Svetoslav Ganov
b1ee588602
Merge "Refactoring the scale and pan detection in the ScreenMagnifier." into jb-mr1-dev
2012-09-11 17:50:53 -07:00
Svetoslav Ganov
d420e3ac94
Refactoring the scale and pan detection in the ScreenMagnifier.
...
Change-Id: I8560f53f88ef0c9244e2b48d40119574cacb544f
2012-09-11 17:48:28 -07:00
Jean-Baptiste Queru
5c09d60567
Merge "Fix CacheBitmap crash issue when using H/W UI rendering"
2012-09-11 17:48:09 -07:00
Romain Guy
0585744a2d
Merge "Discard framebuffer commands when we redraw the entire buffer" into jb-mr1-dev
2012-09-11 17:32:05 -07:00
Romain Guy
45e4c3df6c
Discard framebuffer commands when we redraw the entire buffer
...
Change-Id: I32e3014832cbd3bdbace8c3d2206eb20a2002d64
2012-09-11 17:30:43 -07:00
Winson Chung
709c542b67
Merge "Fixing crash in emulator due to missing bluetooth." into jb-mr1-dev
2012-09-11 17:10:43 -07:00
Winson Chung
6072b00b62
Fixing crash in emulator due to missing bluetooth.
...
Change-Id: I0f652198cc759fac44f0de1729fcb52f515071a3
2012-09-11 17:10:32 -07:00
Jeff Brown
f8f0eddd07
Improve reporting of wifi connection state.
...
We should only report that the wifi display is connected
after the RTSP connection has been fully established.
Change-Id: Ifc6bc5d5cebd42d551026885b31cbc74b7ece2b1
2012-09-11 17:05:11 -07:00
Benoit Goby
73e0d75c9d
Merge "UsbDebuggingActivity: Strings update after review" into jb-mr1-dev
2012-09-11 16:14:47 -07:00
Amith Yamasani
9c673b0536
Merge "Go back to keyguard if user is switched in lock screen" into jb-mr1-dev
2012-09-11 16:12:16 -07:00
Benoit Goby
45f6aaa558
UsbDebuggingActivity: Strings update after review
...
Bug: 7056209
Change-Id: I447b021973332414e5e57a3b7066bf25dfccb628
2012-09-11 16:10:35 -07:00
Amith Yamasani
d979dd7fbc
Go back to keyguard if user is switched in lock screen
...
This is not the preferred solution, but at least it is not incorrect.
Bug: 7144478
Change-Id: Iec26723b21ff5c64546d57f9d8744a3bf2929862
2012-09-11 15:53:37 -07:00
Svetoslav Ganov
0bb4d078af
Merge "Screen magnifier should handle window rebuilds correctly." into jb-mr1-dev
2012-09-11 15:52:33 -07:00
Svetoslav Ganov
9b4125e435
Screen magnifier should handle window rebuilds correctly.
...
1. The way for computing the magnified region was simplistic and
incorrect. It was ignoring window layering resulting in broken
behavior. For example, if the IME is up, then the everything else
is magnifed and the IME not. Now the keyguard appears and covers
the IME but the magnified region does not expand while it would
since the keyguard completely covers the not magnified IME window.
bug:7138937
Change-Id: I21414635aefab700ce75d40f3e913c1472cba202
2012-09-11 15:50:58 -07:00
Irfan Sheriff
85cf4a1519
Merge "Disable suspend optimizations during DHCP" into jb-mr1-dev
2012-09-11 15:44:06 -07:00
Scott Main
6434d73376
am 91de90da: am 01f9bf3f: small update to the ADT installation steps based on new ADT UI
...
* commit '91de90daad1147e1472691211a74c4ad1c17a612':
small update to the ADT installation steps based on new ADT UI
2012-09-11 15:43:53 -07:00
Irfan Sheriff
ec7d1380d3
Disable suspend optimizations during DHCP
...
We were not handling disabling suspend optimization during DHCP. This can
cause problems with certain routers when screen is off (and suspend optimizations
enabled).
Bug: 7106423
Change-Id: Ib762fff2edec28d7c6990263d4b641566e971213
2012-09-11 15:42:46 -07:00
Scott Main
91de90daad
am 01f9bf3f: small update to the ADT installation steps based on new ADT UI
...
* commit '01f9bf3fefd7e78f8356cfcb18e945f58e6eb38b':
small update to the ADT installation steps based on new ADT UI
2012-09-11 15:41:58 -07:00
Jason Sams
1e26a8b358
Merge "LUT intrinsic and CrossProcess test. 5x5 convolve and test Gauss blur and test" into jb-mr1-dev
2012-09-11 15:39:18 -07:00
Scott Main
01f9bf3fef
small update to the ADT installation steps based on new ADT UI
...
Change-Id: I1c3ddfcb6188dd0bdc87a2b2e8241dfd7fcaa4dc
2012-09-11 15:24:16 -07:00
Christopher Tate
99c0cb3b9d
Merge "Set up default (random) Android IDs for all users" into jb-mr1-dev
2012-09-11 15:20:34 -07:00
Robert Greenwalt
f008ab727e
am 5d33e76c: am 65208857: am 2415841c: Merge "EthernetDataTracker: indicate link up based on flags"
...
* commit '5d33e76cff65245d03f592a3dbcbf2e17a2f1581':
EthernetDataTracker: indicate link up based on flags
2012-09-11 15:09:11 -07:00
Robert Greenwalt
5d33e76cff
am 65208857: am 2415841c: Merge "EthernetDataTracker: indicate link up based on flags"
...
* commit '65208857d35efe39c1dbc1da23f2caf7257232fc':
EthernetDataTracker: indicate link up based on flags
2012-09-11 15:07:01 -07:00
Robert Greenwalt
65208857d3
am 2415841c: Merge "EthernetDataTracker: indicate link up based on flags"
...
* commit '2415841c370d855d7f3a3e6a537e641c69a57097':
EthernetDataTracker: indicate link up based on flags
2012-09-11 15:04:50 -07:00
Robert Greenwalt
2415841c37
Merge "EthernetDataTracker: indicate link up based on flags"
2012-09-11 15:02:24 -07:00
Selim Gurun
79ccb1e8a9
Merge "Deleting the defunct SearchBox interface." into jb-mr1-dev
2012-09-11 15:01:21 -07:00
Christopher Tate
4dc7a68dbe
Set up default (random) Android IDs for all users
...
Also correct some now-misleading terminology in a permission-check
log message, and fix a bug in which a system component trying to
write to a secondary user's settings would wind up writing the
owner's settings instead.
Bug 7132405
Change-Id: I5b8fafc35720390a01652e386ab5b7c0ad751abe
2012-09-11 14:51:33 -07:00
Vishal Mahaveer
b6b72f5411
EthernetDataTracker: indicate link up based on flags
...
Indicate link up state based on flags/interface up, and not on IP address.
This is for ethernet interfaces that already exists.
Change-Id: Ib342d519c483bbb2dfa08cfac2c0c1a288cee7c0
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
2012-09-11 16:41:16 -05:00
JP Abgrall
d428e95eb5
Merge "core: config: Update the description of the autoBrightnessLevels array." into jb-mr1-dev
2012-09-11 13:58:40 -07:00
Jim Miller
752ef4e0f8
Merge "This enables the back button in keyguard" into jb-mr1-dev
2012-09-11 13:58:40 -07:00