Victoria Lease
c36303a66d
Merge "Applying ChannelScrolling to remove calculateDragAngle"
2013-02-19 17:40:09 +00:00
kiwon
72034953bf
Applying ChannelScrolling to remove calculateDragAngle
...
To avoid angle calculation changed the logic to use virtual areas.
When try to drag or pan, check where the current touch point locates
and determine how to drag a page.
Change-Id: Id9bd08a69c4ac93ff385c8088e6c16bed5dc5f88
Signed-off-by: kiwon <kiwon98.lee@samsung.com>
2013-02-18 14:30:58 +09:00
Irfan Sheriff
c6ea41efc9
Merge changes I8c5649c9,I79b43bf7,I83a01690,If5687eac,Ib9fd57c6,I7104250e
...
* changes:
Fix broken test.
Track keys per config and allow cert push from apps
eix enterprise config storage bugs
Fix connectivitymanagertest
Fix build
Refactor enterprise config
2013-02-15 23:42:28 +00:00
Wink Saville
1c2acdc6e8
Fix broken test.
...
Change-Id: I8c5649c9b3d917cf13b94d49da44eaf510643df6
2013-02-15 15:20:37 -08:00
Irfan Sheriff
b815edf3ab
Track keys per config and allow cert push from apps
...
Allow configuring keys for a configuration and update/delete
from wificonfigstore.
Change-Id: I79b43bf7ca58f7efc95f7dcc125fc84d7aa8c795
2013-02-15 15:19:35 -08:00
Irfan Sheriff
b07526fb1c
eix enterprise config storage bugs
...
Reading empty and not updating was resulting in retaining old values
in a config. Also, fix matching phase2 entries.
Additionally, allow configuring subset of enterprise fields. Necessary
since password cannot be read back from supplicant.
Change-Id: I83a01690a0cf7cad1457a674f50f1e3a1a0441b5
2013-02-15 14:58:15 -08:00
Irfan Sheriff
46e0931080
Fix connectivitymanagertest
...
Change-Id: If5687eacec0f502c39b102eb5cf7d9383f0ec056
2013-02-15 14:55:15 -08:00
Irfan Sheriff
2f6778c038
Fix build
...
Change-Id: Ib9fd57c641e3bd2001c7c802f35d97e0cb849b8a
2013-02-15 14:52:33 -08:00
Irfan Sheriff
c72c5625c6
Refactor enterprise config
...
Change-Id: I7104250e80317fce6164385701a7caffbcd14813
2013-02-15 14:51:19 -08:00
Kenny Root
9657ba0edc
Merge "KeyStore: stop using state()"
2013-02-14 20:18:09 +00:00
Kenny Root
b9594ce9eb
KeyStore: stop using state()
...
Change-Id: I721974fd95f8d1ab06a3fd1bbb4c9b4d9d1d7752
2013-02-14 12:06:51 -08:00
Kenny Root
37edbbc62f
Merge "VpnDialogs: filter obscured touches"
2013-02-14 00:49:20 +00:00
Kenny Root
56480ef53f
VpnDialogs: filter obscured touches
...
Change-Id: Ifcc919c36006c88e36363f5160f9334df0cf7e5b
2013-02-13 16:32:48 -08:00
Kenny Root
b0f4b8a7d2
Merge "Track keystore binder changes"
2013-02-13 23:43:57 +00:00
Kenny Root
8ab767786a
Merge "KeyChain: return null instead of throw"
2013-02-13 23:39:05 +00:00
Kenny Root
0150e48200
KeyChain: return null instead of throw
...
The API documentation says it will return null if the key isn't found.
We get null back from the keystore daemon when it can't retrieve the
data, so just return null back to the API caller.
Change-Id: I42248bd50cbc5f76864bd762aae3faab1c50529d
2013-02-13 15:24:06 -08:00
Kenny Root
e151f281d5
Track keystore binder changes
...
Change-Id: Id6133be059a8a0901d16355a9152e40e4a255454
2013-02-13 15:22:25 -08:00
Jean-Baptiste Queru
c5748148c5
Merge "Revert "makefile changes for gcm javadocs""
2013-02-12 22:32:30 +00:00
Robert Ly
16e8c1ed1b
Revert "makefile changes for gcm javadocs"
...
This reverts commit 5f9922d7c3bce158e4c7a58929d4075e7c91e32e
Change-Id: I310f27b231c6d64d6d407ae451b189a6ecf6b34f
2013-02-12 14:00:39 -08:00
Marco Nelissen
9f03d4f921
Merge "Revert "use utf8_length() instead of local function, isValidUtf8()""
2013-02-12 18:46:22 +00:00
Marco Nelissen
a0a73ed1e6
Revert "use utf8_length() instead of local function, isValidUtf8()"
...
This reverts commit 1a8b6c29aaa5a1591097daca0876808cc029cbda
Reason for revert: utf8_length handles a slightly different range than the checkjni code, so it's possible for a given string to pass the utf8_length check, but then fail the jni check.
Change-Id: I81e15c95edd8f89782d8ad9025e68502b9340f22
2013-02-12 18:33:41 +00:00
Jeff Brown
d9f98c8106
Fix build break due to merge.
...
Change-Id: I08c39690ee9de825ff51afc7d102ee622af6ba13
2013-02-11 11:34:43 -08:00
Jeff Brown
4fd6079247
am 5262a108: Merge "Complete documentation of whereArgs (Issue #43061 )"
...
# By Tim Roes
# Via Gerrit Code Review (1) and Tim Roes (1)
* commit '5262a1082663610a888d1145fd9676f7db41d397':
Complete documentation of whereArgs (Issue #43061 )
2013-02-08 16:58:14 -08:00
Jeff Brown
64f4de0303
am fa49a6b1: Merge "frameworks/base: Added English UK keyboard layout for physical keyboards"
...
# By HeyRatFans
# Via Gerrit Code Review (1) and Matt Beale (1)
* commit 'fa49a6b13ebf496ea01d5981f69084596d06d464':
frameworks/base: Added English UK keyboard layout for physical keyboards
2013-02-08 16:58:09 -08:00
Jeff Brown
5262a10826
Merge "Complete documentation of whereArgs (Issue #43061 )"
2013-02-08 23:49:51 +00:00
Jeff Brown
110fe9b303
am fe1f3a1b: Merge "Fix ViewRootImpl to find missing focus using D-pad."
...
# By Ki-Hwan Lee
# Via Gerrit Code Review (1) and Ki-Hwan Lee (1)
* commit 'fe1f3a1beff9f73f6a04bcc35239038a21bc38ff':
Fix ViewRootImpl to find missing focus using D-pad.
2013-02-08 15:49:46 -08:00
Jeff Brown
fa49a6b13e
Merge "frameworks/base: Added English UK keyboard layout for physical keyboards"
2013-02-08 23:49:11 +00:00
The Android Open Source Project
4b71a472c0
Reconcile with jb-mr1.1-release - do not merge
...
Change-Id: I728b304c185d7f0406b6d45334c10263bd38d769
2013-02-08 15:40:41 -08:00
Jeff Brown
fe1f3a1bef
Merge "Fix ViewRootImpl to find missing focus using D-pad."
2013-02-08 23:29:11 +00:00
The Android Automerger
763ef60466
merge in jb-mr1.1-release history after reset to jb-mr1.1-dev
2013-02-08 13:51:07 -08:00
Dirk Dougherty
b555029e41
am 2e65e20c: am 9b8b4ae5: am f2d89ef9: am 64ab8fdc: Merge "Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning." into jb-mr1-dev
...
# Via Android Git Automerger (3) and others
* commit '2e65e20c761f0fdee98eeefe9a8ee13c95a8b1ff':
Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning.
2013-02-08 11:21:03 -08:00
Dirk Dougherty
2e65e20c76
am 9b8b4ae5: am f2d89ef9: am 64ab8fdc: Merge "Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning." into jb-mr1-dev
...
# Via Android Git Automerger (2) and others
* commit '9b8b4ae5d7a4f5fbe242f5a2da145fd0fa88ce87':
Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning.
2013-02-08 11:17:50 -08:00
Dirk Dougherty
9b8b4ae5d7
am f2d89ef9: am 64ab8fdc: Merge "Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning." into jb-mr1-dev
...
# Via Android (Google) Code Review (1) and others
* commit 'f2d89ef9d57b096962b802608a88d3483a51d08a':
Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning.
2013-02-08 11:16:11 -08:00
Dirk Dougherty
f2d89ef9d5
am 64ab8fdc: Merge "Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning." into jb-mr1-dev
...
# Via Android (Google) Code Review (1) and Dirk Dougherty (1)
* commit '64ab8fdcb0a3015d3e6c4db0a1d66443085fd673':
Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning.
2013-02-08 11:14:23 -08:00
Dirk Dougherty
64ab8fdcb0
Merge "Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning." into jb-mr1-dev
2013-02-08 19:10:07 +00:00
Marco Nelissen
85a1ee3021
am b683f354: am 69abccc3: Merge "MediaStore.Audio.Media.getContentUriForPath() returns unexpected content"
...
# By Jan Bjernler
# Via Gerrit Code Review (2) and Android Git Automerger (1)
* commit 'b683f3542a123a07823b51643b1973507bfb57e2':
MediaStore.Audio.Media.getContentUriForPath() returns unexpected content
2013-02-08 08:44:36 -08:00
Marco Nelissen
b683f3542a
am 69abccc3: Merge "MediaStore.Audio.Media.getContentUriForPath() returns unexpected content"
...
# By Jan Bjernler
# Via Gerrit Code Review
* commit '69abccc3cdacee354dec8867865a0577a4e14e63':
MediaStore.Audio.Media.getContentUriForPath() returns unexpected content
2013-02-08 08:41:20 -08:00
Marco Nelissen
69abccc3cd
Merge "MediaStore.Audio.Media.getContentUriForPath() returns unexpected content"
2013-02-08 16:22:09 +00:00
Jan Bjernler
66eb589957
MediaStore.Audio.Media.getContentUriForPath() returns unexpected content
...
MediaStore.Audio.getContentUriForPath() returns an uri to
internal storage if anything but /mnt/sdcard/ is sent in.
This fix checks if there is an additional sdcard
(normally called ext_card) or usb mass storage attached to
the device and then returns an uri to the external db.
The extra sdcard name and the usb mass storage name info is read from
the system environment variable SECONDARY_STORAGE so if a customer
chooses to change the name this will work as expected.
Change-Id: Ib78bca929fe382d4770df895149a0132f0e56994
2013-02-08 16:17:23 +00:00
Jesse Hall
93194ffbf1
am c2edfa2b: am 7c292062: Merge "Process all display events in order"
...
# Via Gerrit Code Review (2) and Android Git Automerger (1)
* commit 'c2edfa2b9649f67c142b181c54580c015badfca3':
Process all display events in order
2013-02-07 20:26:27 -08:00
Jesse Hall
5a5cc3dcb0
am bc18fe85: am fd1c028e: Merge "Handle hotplug events as described instead of rescanning"
...
# Via Gerrit Code Review (2) and Android Git Automerger (1)
* commit 'bc18fe851c98dbe6be4eb2655efb1ef95902d961':
Handle hotplug events as described instead of rescanning
2013-02-07 20:26:23 -08:00
Robert Ly
74e8693d31
am ddc0a7bd: am 11fa4460: am 9da9a7cd: am e60b6023: Merge "makefile changes for gcm javadocs" into jb-mr1-dev
...
# Via Android Git Automerger (3) and others
* commit 'ddc0a7bdf94f4ba84dd4b89b693eb148ff32b5d3':
makefile changes for gcm javadocs
2013-02-07 18:01:17 -08:00
Robert Ly
ddc0a7bdf9
am 11fa4460: am 9da9a7cd: am e60b6023: Merge "makefile changes for gcm javadocs" into jb-mr1-dev
...
# Via Android Git Automerger (2) and others
* commit '11fa446033a8600b681efeb857507388e8113d72':
makefile changes for gcm javadocs
2013-02-07 17:57:57 -08:00
Robert Ly
11fa446033
am 9da9a7cd: am e60b6023: Merge "makefile changes for gcm javadocs" into jb-mr1-dev
...
# Via Android (Google) Code Review (1) and others
* commit '9da9a7cda27a9b9a3a08e64e81d0ca10ac4c4ec1':
makefile changes for gcm javadocs
2013-02-07 17:55:20 -08:00
Robert Ly
9da9a7cda2
am e60b6023: Merge "makefile changes for gcm javadocs" into jb-mr1-dev
...
# Via Android (Google) Code Review (1) and Robert Ly (1)
* commit 'e60b6023ae4fdea932d0effc553dddc38117d235':
makefile changes for gcm javadocs
2013-02-07 17:53:29 -08:00
Robert Ly
e60b6023ae
Merge "makefile changes for gcm javadocs" into jb-mr1-dev
2013-02-08 01:48:56 +00:00
Jesse Hall
c2edfa2b96
am 7c292062: Merge "Process all display events in order"
...
# Via Gerrit Code Review
* commit '7c2920625eb72216025aeb8ea8dce544df0eca36':
Process all display events in order
2013-02-07 17:41:50 -08:00
Jesse Hall
bc18fe851c
am fd1c028e: Merge "Handle hotplug events as described instead of rescanning"
...
# Via Gerrit Code Review
* commit 'fd1c028e34fc559ccccebd18979ee85ec7821dea':
Handle hotplug events as described instead of rescanning
2013-02-07 17:41:44 -08:00
Dirk Dougherty
34c880415b
Doc change: remove protocol scheme on dashboard src url to avoid mixed content warning.
...
Change-Id: I3003fa163f7c9e10925d96f8d89005b42baed315
2013-02-07 17:32:35 -08:00
Jesse Hall
7c2920625e
Merge "Process all display events in order"
2013-02-08 01:29:33 +00:00