Sunil Dutt
48c3656944
wifi: Check for the sizeof ssid to start SoftAP
...
Disable the option to start SoftAP if ssid byte length is over 32 bytes.
Bug: 22074821
Change-Id: I696dca1aac8673bff168481fde4b013450bac72c
2015-07-31 17:20:17 -07:00
Jim Miller
0a8b6f2b9a
am efaa19d9
: Fix fingerprint enrolling bug.
...
* commit 'efaa19d97d4aba1897357971af4c0991af71dbbd':
Fix fingerprint enrolling bug.
2015-07-31 23:48:15 +00:00
Jim Miller
efaa19d97d
Fix fingerprint enrolling bug.
...
This fixes a bug where rotating the device would call post_enroll()
too early, thus invalidating the current session.
Fixes bug 22708390
Change-Id: Ib4a334b50c16630b4fe4b451f6019d41225b2011
2015-07-31 23:17:24 +00:00
Maurice Lam
9d490b5040
am 88832a3d
: Merge "[Fingerprint] Disable back in setup enrolling screen" into mnc-dev
...
* commit '88832a3d4d48b94a3c43a6240dff75b5d486681b':
[Fingerprint] Disable back in setup enrolling screen
2015-07-31 19:43:17 +00:00
Geoff Mendal
bbd703914a
am 13cbe053
: (-s ours) Import translations. DO NOT MERGE
...
* commit '13cbe05387fe387c88f39f9121a8283121e96bdc':
Import translations. DO NOT MERGE
2015-07-31 19:41:55 +00:00
Maurice Lam
88832a3d4d
Merge "[Fingerprint] Disable back in setup enrolling screen" into mnc-dev
2015-07-31 18:50:39 +00:00
Geoff Mendal
13cbe05387
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 22512392
Change-Id: I2a2bc8f493371e83373ec3587008f51a3cecc011
2015-07-31 09:34:46 -07:00
Jeff Sharkey
50c01eb2e8
am 709ad25c
: am 7c59a133
: am b456493a
: am c7e59e52
: Merge "Let Settings measure transient free space." into mnc-dev
...
* commit '709ad25c7393ee54552240702878bd78bdd8cb97':
Let Settings measure transient free space.
2015-07-31 02:07:36 +00:00
Jeff Sharkey
709ad25c73
am 7c59a133
: am b456493a
: am c7e59e52
: Merge "Let Settings measure transient free space." into mnc-dev
...
* commit '7c59a133efe64c2a34f5a5743c67076f7a9e4a1e':
Let Settings measure transient free space.
2015-07-31 02:03:37 +00:00
Jeff Sharkey
7c59a133ef
am b456493a
: am c7e59e52
: Merge "Let Settings measure transient free space." into mnc-dev
...
* commit 'b456493ad5097dd3713649deeb8452e498c55ea9':
Let Settings measure transient free space.
2015-07-31 01:57:38 +00:00
Jeff Sharkey
b456493ad5
am c7e59e52
: Merge "Let Settings measure transient free space." into mnc-dev
...
* commit 'c7e59e52b45b66de74597a455023dd9fe4e07b3b':
Let Settings measure transient free space.
2015-07-31 01:51:31 +00:00
Jeff Sharkey
c7e59e52b4
Merge "Let Settings measure transient free space." into mnc-dev
2015-07-31 01:46:44 +00:00
Maurice Lam
824bcec98d
am 0d1f08cb
: am e2d4c5e8
: am 09840984
: am 997bcaa7
: Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
...
* commit '0d1f08cb79b0de41a8c1c13332e2a01ed409e2a2':
[Fingerprint] Advertise wake & unlock during SUW
2015-07-31 01:09:13 +00:00
Maurice Lam
0d1f08cb79
am e2d4c5e8
: am 09840984
: am 997bcaa7
: Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
...
* commit 'e2d4c5e8cce1f867db924fdfe737e51774c9109f':
[Fingerprint] Advertise wake & unlock during SUW
2015-07-31 01:01:18 +00:00
Maurice Lam
e2d4c5e8cc
am 09840984
: am 997bcaa7
: Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
...
* commit '09840984e317c12d3ead3b1d16c65844f363e8c5':
[Fingerprint] Advertise wake & unlock during SUW
2015-07-31 00:55:16 +00:00
Jeff Sharkey
5738266449
Let Settings measure transient free space.
...
Transient volumes like USB drives are only mounted at /mnt/media_rw,
but they still appear in Settings > Storage. To show stats like
free/used space, give Settings the permissions it needs to access
devices mounted there.
Bug: 22545248
Change-Id: I50be38f02f7d2bfe51d1ac0f76a04c340a21f936
2015-07-30 17:51:28 -07:00
Maurice Lam
09840984e3
am 997bcaa7
: Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
...
* commit '997bcaa7d8486814540d8bcf1269918d8c48d960':
[Fingerprint] Advertise wake & unlock during SUW
2015-07-31 00:48:43 +00:00
Maurice Lam
997bcaa7d8
Merge "[Fingerprint] Advertise wake & unlock during SUW" into mnc-dev
2015-07-31 00:43:58 +00:00
Maurice Lam
5656314aca
[Fingerprint] Advertise wake & unlock during SUW
...
Adds a string to advertise to the user that wake & unlock is
available on all fingerprint devices.
Bug: 22644642
Change-Id: I9e44174c6ab088a06f95ae5c377c8ccec13a4257
2015-07-30 17:02:26 -07:00
Nick Kralevich
8a9b03f746
UsbModeChooserActivity: Ensure MIDI available with DISALLOW_USB_FILE_TRANSFER
...
In ec323a0849
, DISALLOW_USB_FILE_TRANSFER
turned off all USB options except for "Charge Only". This is too
aggressive. MIDI should be available when DISALLOW_USB_FILE_TRANSFER
is set.
Remove mUsbManager.isUsbDataUnlocked(). That data is available
by accessing the sticky broadcast.
Bug: 22447614
Bug: 21429947
Change-Id: Icd8398c4cf43f807acf77923b0b25c18f9a9b0d0
2015-07-30 16:34:01 -07:00
Geoff Mendal
0540c147c9
am 109ba8ed
: (-s ours) am dc3e92c2
: (-s ours) am d5974497
: (-s ours) am 6b0a2d21
: (-s ours) Import translations. DO NOT MERGE
...
* commit '109ba8ed33d25102af265c76b339803a25da0456':
Import translations. DO NOT MERGE
2015-07-30 23:28:47 +00:00
Geoff Mendal
109ba8ed33
am dc3e92c2
: (-s ours) am d5974497
: (-s ours) am 6b0a2d21
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'dc3e92c24de06d49a1e62aa73ff1269966efb026':
Import translations. DO NOT MERGE
2015-07-30 23:20:35 +00:00
Geoff Mendal
dc3e92c24d
am d5974497
: (-s ours) am 6b0a2d21
: (-s ours) Import translations. DO NOT MERGE
...
* commit 'd5974497caa856fbeb18e482ca0b427873327356':
Import translations. DO NOT MERGE
2015-07-30 23:16:06 +00:00
Geoff Mendal
d5974497ca
am 6b0a2d21
: (-s ours) Import translations. DO NOT MERGE
...
* commit '6b0a2d21e65ab1c29aec925380bbf43bab22c2c1':
Import translations. DO NOT MERGE
2015-07-30 23:10:36 +00:00
Geoff Mendal
6b0a2d21e6
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 22672924
Change-Id: I99789b790e682308514351a13025b9625ec085e1
2015-07-30 15:54:40 -07:00
Fyodor Kupolov
1b8b5ff01b
am 3a3f495e
: am 23d4ebdc
: am 74f8cb9c
: am c3067882
: Merge "Added android.permission.PEERS_MAC_ADDRESS permission" into mnc-dev
...
* commit '3a3f495e2480235a83fdd9c7efe6810f003504bc':
Added android.permission.PEERS_MAC_ADDRESS permission
2015-07-30 21:21:14 +00:00
Fyodor Kupolov
3a3f495e24
am 23d4ebdc
: am 74f8cb9c
: am c3067882
: Merge "Added android.permission.PEERS_MAC_ADDRESS permission" into mnc-dev
...
* commit '23d4ebdcccb6a8d030a744b4ae85907b65edc6f3':
Added android.permission.PEERS_MAC_ADDRESS permission
2015-07-30 21:09:09 +00:00
Fyodor Kupolov
23d4ebdccc
am 74f8cb9c
: am c3067882
: Merge "Added android.permission.PEERS_MAC_ADDRESS permission" into mnc-dev
...
* commit '74f8cb9c9bf2c354a17ce155977dc9d8bead000a':
Added android.permission.PEERS_MAC_ADDRESS permission
2015-07-30 21:01:20 +00:00
Fyodor Kupolov
74f8cb9c9b
am c3067882
: Merge "Added android.permission.PEERS_MAC_ADDRESS permission" into mnc-dev
...
* commit 'c3067882dbf00e424cd146181cf15f33ecb9f8f8':
Added android.permission.PEERS_MAC_ADDRESS permission
2015-07-30 20:54:10 +00:00
Fyodor Kupolov
c3067882db
Merge "Added android.permission.PEERS_MAC_ADDRESS permission" into mnc-dev
2015-07-30 20:50:03 +00:00
Jorim Jaggi
ba3c4ba235
am 02a2be35
: am d9eae869
: am 80d5c931
: am 92f9bdc6
: Merge "Add dialog to confirm last fingerprint removal" into mnc-dev
...
* commit '02a2be35c7dd71690693a35fb99340dc124d9a3a':
Add dialog to confirm last fingerprint removal
2015-07-30 20:44:08 +00:00
Jorim Jaggi
02a2be35c7
am d9eae869
: am 80d5c931
: am 92f9bdc6
: Merge "Add dialog to confirm last fingerprint removal" into mnc-dev
...
* commit 'd9eae869751a245df367e812010b84d13d2bf3e0':
Add dialog to confirm last fingerprint removal
2015-07-30 20:37:34 +00:00
Maurice Lam
c3b48c349d
[Fingerprint] Disable back in setup enrolling screen
...
Disable the back button because the back stack behavior is confusing.
Instead of going back to the screen the user previously saw, pressing
back in enrolling screen goes back to FindSensor.
Bug: 22848016
Change-Id: I71852eb1974f1542fb519bf8bbfdce12de62e66b
2015-07-30 13:30:32 -07:00
Jorim Jaggi
d9eae86975
am 80d5c931
: am 92f9bdc6
: Merge "Add dialog to confirm last fingerprint removal" into mnc-dev
...
* commit '80d5c9313d48a49d5216ab3a65ac88e1cb3b9c18':
Add dialog to confirm last fingerprint removal
2015-07-30 20:28:59 +00:00
Jorim Jaggi
80d5c9313d
am 92f9bdc6
: Merge "Add dialog to confirm last fingerprint removal" into mnc-dev
...
* commit '92f9bdc6ec6f4a0653fc5f3590b4fd889259fde3':
Add dialog to confirm last fingerprint removal
2015-07-30 20:22:14 +00:00
Jorim Jaggi
92f9bdc6ec
Merge "Add dialog to confirm last fingerprint removal" into mnc-dev
2015-07-30 20:16:08 +00:00
Jeff Sharkey
3156670323
am 600cfe2f
: am a61c803e
: am 7f3026c3
: am bb9d6b90
: Merge "Refresh after clearing, tweak warn threshold." into mnc-dev
...
* commit '600cfe2f67b8272be53a20dc1fb5690050b515d9':
Refresh after clearing, tweak warn threshold.
2015-07-30 19:53:58 +00:00
Jeff Sharkey
600cfe2f67
am a61c803e
: am 7f3026c3
: am bb9d6b90
: Merge "Refresh after clearing, tweak warn threshold." into mnc-dev
...
* commit 'a61c803ed3c9f815a35f53ebccb6b9e7cc6d86b2':
Refresh after clearing, tweak warn threshold.
2015-07-30 19:47:44 +00:00
Jorim Jaggi
12ee807c1f
Add dialog to confirm last fingerprint removal
...
Bug: 22847296
Change-Id: Ib4984d8db0c9abc00442026360bd5617515225aa
2015-07-30 12:42:08 -07:00
Jeff Sharkey
a61c803ed3
am 7f3026c3
: am bb9d6b90
: Merge "Refresh after clearing, tweak warn threshold." into mnc-dev
...
* commit '7f3026c3ca5f8e265da0904f81d899408527c142':
Refresh after clearing, tweak warn threshold.
2015-07-30 19:38:48 +00:00
Jeff Sharkey
7f3026c3ca
am bb9d6b90
: Merge "Refresh after clearing, tweak warn threshold." into mnc-dev
...
* commit 'bb9d6b906e564c9f685834bb7dcccfbe0aa87a29':
Refresh after clearing, tweak warn threshold.
2015-07-30 19:32:36 +00:00
Jeff Sharkey
bb9d6b906e
Merge "Refresh after clearing, tweak warn threshold." into mnc-dev
2015-07-30 19:24:53 +00:00
Jeff Sharkey
f99b424f3b
Refresh after clearing, tweak warn threshold.
...
Refresh UI after clearing cache. Hide user header on single-user
devices to match UX spec. Refine adopted storage warning threshold
based on experiments with various devices.
For example, a typical internal storage device runs the benchmark
in about 600ms. Very fast SD cards take about 1700ms, moderate speed
SD cards take about 3800ms, and slow SD cards take about 6800ms.
Bug: 22345902, 22487370
Change-Id: I6066f3b78dbb32277ae94b79e325500724f83c7e
2015-07-30 11:51:47 -07:00
Billy Lau
9ccf08d2ee
am bb75ef0a
: am 82e6edfe
: am 95026e03
: am eb372c93
: Merge "Bug: 22718745 Intents to \'draw over other apps\' should go direct to the package\'s page instead of the top level one" into mnc-dev
...
* commit 'bb75ef0aa60216ed7c77b7f9f83ceaee577a6e34':
Bug: 22718745 Intents to 'draw over other apps' should go direct to the package's page instead of the top level one
2015-07-30 17:47:30 +00:00
Billy Lau
bb75ef0aa6
am 82e6edfe
: am 95026e03
: am eb372c93
: Merge "Bug: 22718745 Intents to \'draw over other apps\' should go direct to the package\'s page instead of the top level one" into mnc-dev
...
* commit '82e6edfe1bad73b6757aa93725e74fb7f69a26a4':
Bug: 22718745 Intents to 'draw over other apps' should go direct to the package's page instead of the top level one
2015-07-30 17:39:21 +00:00
Billy Lau
82e6edfe1b
am 95026e03
: am eb372c93
: Merge "Bug: 22718745 Intents to \'draw over other apps\' should go direct to the package\'s page instead of the top level one" into mnc-dev
...
* commit '95026e032809f39fb2aece05e8b3d8f74eca77ea':
Bug: 22718745 Intents to 'draw over other apps' should go direct to the package's page instead of the top level one
2015-07-30 17:30:01 +00:00
Billy Lau
95026e0328
am eb372c93
: Merge "Bug: 22718745 Intents to \'draw over other apps\' should go direct to the package\'s page instead of the top level one" into mnc-dev
...
* commit 'eb372c93ee00fa9365206129136501497e6341c7':
Bug: 22718745 Intents to 'draw over other apps' should go direct to the package's page instead of the top level one
2015-07-30 17:22:04 +00:00
Billy Lau
eb372c93ee
Merge "Bug: 22718745 Intents to 'draw over other apps' should go direct to the package's page instead of the top level one" into mnc-dev
2015-07-30 17:14:17 +00:00
Jason Monk
d7c4c89f5e
am e05b10fd
: am e520015e
: am bebcdd0c
: am 19128bd1
: Extend char limit by small amount
...
* commit 'e05b10fdb2c09ca786195a125b8aa64189596c9e':
Extend char limit by small amount
2015-07-30 16:52:12 +00:00
Jason Monk
e05b10fdb2
am e520015e
: am bebcdd0c
: am 19128bd1
: Extend char limit by small amount
...
* commit 'e520015efa55b02938c8f1bafb5e45313c057dd1':
Extend char limit by small amount
2015-07-30 15:54:36 +00:00