Commit Graph

7159 Commits

Author SHA1 Message Date
Elliott Hughes 75191f32a5 Merge "Update recovery UI." into nyc-dev
am: 2f1eedd

* commit '2f1eedded83eea1956ee8b4d391000584588f094':
  Update recovery UI.

Change-Id: I881497ab669ef7e105a208c4c17062e6dc321380
2016-04-28 00:44:24 +00:00
Elliott Hughes a369104971 Improve the layout-related comments.
Bug: http://b/26548285
Change-Id: I20ae75c4ec2dc64b982a047dba498ebda029c90d
2016-04-27 17:40:11 -07:00
Elliott Hughes 2f1eedded8 Merge "Update recovery UI." into nyc-dev 2016-04-28 00:31:21 +00:00
Baligh Uddin 000c87a22e Merge "Import translations. DO NOT MERGE" into nyc-dev am: 47a7899 -s ours am: a42bca8 -s ours
am: 158c390  -s ours

* commit '158c39011d2e10a72e6517228ce7e93dd1e54b23':

Change-Id: I1c361d14fe1b4742a4d925449d8ea88bb08aead3
2016-04-27 22:46:26 +00:00
Baligh Uddin e8d18f8f3d Merge "Import translations. DO NOT MERGE" into nyc-dev am: 47a7899 -s ours am: 06be362 -s ours
am: 42e6053  -s ours

* commit '42e6053970f00453277ba876b04b34b1e12869ef':
  Import translations. DO NOT MERGE

Change-Id: I363140feb843e1e5533cfb9caa8a6275c73b137a
2016-04-27 22:46:26 +00:00
Baligh Uddin a2d3081a16 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: abd0988 -s ours
am: da5daab  -s ours

* commit 'da5daabcae0479788d0a88f0a1e12235b72fb0a6':
  Import translations. DO NOT MERGE

Change-Id: I39033afe48c2394760f7140957b05bb7a29f78e8
2016-04-27 22:46:26 +00:00
Tianjie Xu a15708f45b Update background text for recovery UI
Pull in new translations and regenerate the background strings for
recovery UI.

Bug:27837319
Bug:26548285
Change-Id: I274938a5039421b947878da82336443e9647df24
2016-04-27 15:30:54 -07:00
Baligh Uddin 158c39011d Merge "Import translations. DO NOT MERGE" into nyc-dev am: 47a7899 -s ours
am: a42bca8  -s ours

* commit 'a42bca855509b3360cdf42a1f5677682d1d074b6':

Change-Id: I80a1b3a9693ce901bd3c0cf1149a562b8addeedb
2016-04-27 22:25:25 +00:00
Baligh Uddin 42e6053970 Merge "Import translations. DO NOT MERGE" into nyc-dev am: 47a7899 -s ours
am: 06be362  -s ours

* commit '06be362ec79fb26658c3afca710c7d11df5f23de':
  Import translations. DO NOT MERGE

Change-Id: Idd0e7153210df855be92d788c6a0d90222f69826
2016-04-27 22:17:29 +00:00
Baligh Uddin 06be362ec7 Merge "Import translations. DO NOT MERGE" into nyc-dev
am: 47a7899  -s ours

* commit '47a78999ea8719359bf704db3bbe96db214d51fd':
  Import translations. DO NOT MERGE

Change-Id: Ica60c273aaf6466250078ee0051278060a0aa650
2016-04-27 22:04:19 +00:00
Baligh Uddin a42bca8555 Merge "Import translations. DO NOT MERGE" into nyc-dev
am: 47a7899  -s ours

* commit '47a78999ea8719359bf704db3bbe96db214d51fd':
  Import translations. DO NOT MERGE

Change-Id: If34b4be21c2bb75300c5aaf9fd1ef03a22a5f001
2016-04-27 22:04:19 +00:00
Elliott Hughes faf36e04ed Update recovery UI.
* Use new animation.
* Use new non-holo progress bars.
* Use recommended spacing for recovery UI.

Bug: http://b/26548285
Change-Id: I8411e89d6a6a9ce638b8645e19e5082d0d968cee
2016-04-27 14:46:01 -07:00
Baligh Uddin da5daabcae Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
am: abd0988  -s ours

* commit 'abd098801198a696914e4d2ccaae95ed9fa3f944':
  Import translations. DO NOT MERGE

Change-Id: Ib7ea003744e6691aacdb365126784e50d5eaf2a4
2016-04-27 21:42:29 +00:00
Baligh Uddin 3025166f1a Merge "Import translations. DO NOT MERGE" 2016-04-27 21:18:07 +00:00
Baligh Uddin 47a78999ea Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-04-27 21:18:01 +00:00
Baligh Uddin abd0988011 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev 2016-04-27 21:17:58 +00:00
Bill Yi 0e652e5c02 Import translations. DO NOT MERGE am: ca5003e -s ours am: 97ee2b1 -s ours
am: f1d2140  -s ours

* commit 'f1d2140d1a4803257b78537ed0735dc540089669':

Change-Id: Ib205726a79bf6f8a5b37f98bac5a1f54afbabcdc
2016-04-27 00:55:08 +00:00
Bill Yi d575e7210a Import translations. DO NOT MERGE am: ca5003e -s ours am: e84e73a -s ours
am: 0bc96a7  -s ours

* commit '0bc96a736a1a8392f8a8bccd12c14bbf78b8f784':
  Import translations. DO NOT MERGE

Change-Id: I6c61e5ca179a1598ee2f630c87dc5caef87f6047
2016-04-27 00:55:07 +00:00
Tao Bao 730646199b updater: Don't zero out CommandParameters with memset(3).
[1] switched a few things to android::base::unique_fd including
CommandParameters.fd. However, we were using memset(3) to zero out the
struct, which effectively assigned unique_fd(0) to fd. When it called
fd.reset(), file descriptor 0 was unintentionally closed. When FD 0 was
later reassigned via open(2), it led to lseek(2) errors: "Bad file
descriptor".

This CL switches to using braced-init (i.e. '= {}') instead, so that the
default constructor unique_fd(-1) would be called.

[1]: commit bcabd09293

Bug: 28391985
Change-Id: If1f99932b15552714c399e65c8b80550344b758a
2016-04-26 17:36:13 -07:00
Bill Yi f1d2140d1a Import translations. DO NOT MERGE am: ca5003e -s ours
am: 97ee2b1  -s ours

* commit '97ee2b1fbec2735bc54877f907447e0047aa07b6':

Change-Id: I22fda6dc0d92828b8331dbac473264d0f2295b0c
2016-04-26 23:26:01 +00:00
Bill Yi 0bc96a736a Import translations. DO NOT MERGE am: ca5003e -s ours
am: e84e73a  -s ours

* commit 'e84e73a0187027e559871ae72e33bce8986c2be8':
  Import translations. DO NOT MERGE

Change-Id: Id7c1a715d5dd776cb41bdd52f8097159670a6b63
2016-04-26 23:22:42 +00:00
Bill Yi c3b38d1374 Import translations. DO NOT MERGE am: a004356 -s ours
am: c9890bf  -s ours

* commit 'c9890bf5b2a712f43bc7dd26410ceb09d680ff17':
  Import translations. DO NOT MERGE

Change-Id: I2202b7ea61f4f67ebe557049fe64514211ce4a69
2016-04-26 23:19:04 +00:00
Bill Yi 97ee2b1fbe Import translations. DO NOT MERGE
am: ca5003e  -s ours

* commit 'ca5003e0336ebe4b8260172ed8183c5ae9095018':
  Import translations. DO NOT MERGE

Change-Id: I0a499ffbafa52d0bc9f2a4654ea250c9fa0263ed
2016-04-26 22:52:09 +00:00
Bill Yi e84e73a018 Import translations. DO NOT MERGE
am: ca5003e  -s ours

* commit 'ca5003e0336ebe4b8260172ed8183c5ae9095018':
  Import translations. DO NOT MERGE

Change-Id: I51c2cfd99a9c6d25cd3da1344229dba7885cc101
2016-04-26 22:48:43 +00:00
Bill Yi c9890bf5b2 Import translations. DO NOT MERGE
am: a004356  -s ours

* commit 'a00435652a8f922cd09cef1ef38fa39c93c3f2c4':
  Import translations. DO NOT MERGE

Change-Id: I819d91029945fb4594d9b9e84b5a43e06c2bbb71
2016-04-26 22:17:05 +00:00
Bill Yi a00435652a Import translations. DO NOT MERGE
Change-Id: Id48a7d573bdfd417975bb1054eb6a2453a151bf8
Auto-generated-cl: translation import
2016-04-26 15:06:53 -07:00
Bill Yi ca5003e033 Import translations. DO NOT MERGE
Change-Id: I3383f51c68573c3e350f1bad5fce90be5643edb0
Auto-generated-cl: translation import
2016-04-26 15:04:31 -07:00
Bill Yi e404d76e3a Import translations. DO NOT MERGE
Change-Id: Ic9a498dd7367a61fc2d380dc6eeeea0c4cafc8bf
Auto-generated-cl: translation import
2016-04-26 15:01:57 -07:00
Baligh Uddin 9f5565bd10 Import translations. DO NOT MERGE
Change-Id: Idd1fdeee52a77d6fb4ecc271b6fdfc41e62b2bd0
Auto-generated-cl: translation import
2016-04-26 13:38:33 -07:00
Baligh Uddin 4315841f74 Import translations. DO NOT MERGE
Change-Id: I2c06d0cb0aa43c69f4f4b8c0ce6f7a81dbd00dba
Auto-generated-cl: translation import
2016-04-26 13:35:32 -07:00
Baligh Uddin 2c995942e3 Import translations. DO NOT MERGE
Change-Id: I2b8cd2877f4f21d64968b520258a80a3886310c5
Auto-generated-cl: translation import
2016-04-26 11:43:04 -07:00
Bill Yi bb1634ed58 Import translations. DO NOT MERGE am: e59f5de -s ours am: 29c7a34 -s ours
am: fc5ac34  -s ours

* commit 'fc5ac34867eb841dad768a7f9823d65d907103e1':

Change-Id: Ib3c9bd7ee289423d4842b45c3889acfd9aa595ae
2016-04-25 13:09:25 +00:00
Bill Yi fc5ac34867 Import translations. DO NOT MERGE am: e59f5de -s ours
am: 29c7a34  -s ours

* commit '29c7a347b92cc4696ac89248f03228944a57673f':

Change-Id: I428ab05040ef8033999a6cf3cf21107a073c7c69
2016-04-25 13:04:11 +00:00
Bill Yi 846dca9c5d Import translations. DO NOT MERGE am: e59f5de -s ours am: d210dc0 -s ours
am: c27646f  -s ours

* commit 'c27646f9f1633797be018001f6c04faab8bdb515':
  Import translations. DO NOT MERGE

Change-Id: Ibeff8dbd04c90fd00671ed75a6092f86efada6fa
2016-04-25 13:03:53 +00:00
Bill Yi c27646f9f1 Import translations. DO NOT MERGE am: e59f5de -s ours
am: d210dc0  -s ours

* commit 'd210dc0478131a8537dbd853e678707fd9e09587':
  Import translations. DO NOT MERGE

Change-Id: If01820901a4fe03a96a5d11a5c439ac40fef5e35
2016-04-25 12:58:41 +00:00
Bill Yi 29c7a347b9 Import translations. DO NOT MERGE
am: e59f5de  -s ours

* commit 'e59f5de5772f16a9969d655d5b184d0f75d664b9':
  Import translations. DO NOT MERGE

Change-Id: Ib918ef5f3fdf97363c2d7449c0412e8b3ce87b34
2016-04-25 12:53:24 +00:00
Bill Yi d210dc0478 Import translations. DO NOT MERGE
am: e59f5de  -s ours

* commit 'e59f5de5772f16a9969d655d5b184d0f75d664b9':
  Import translations. DO NOT MERGE

Change-Id: I06b45f12e41dff2da3d4538cbf35203008372cea
2016-04-25 12:53:24 +00:00
Bill Yi e59f5de577 Import translations. DO NOT MERGE
Change-Id: I9706fca12f3c0a19019c41ba0eaf395ac53ba0b1
Auto-generated-cl: translation import
2016-04-24 22:28:28 -07:00
Bill Yi 3470fea07d Import translations. DO NOT MERGE
Change-Id: Ice2fc6151b69ad3a4029184a5afa6020085219f2
Auto-generated-cl: translation import
2016-04-24 20:56:43 -07:00
Tao Bao deea2dff25 Merge "recovery: Dump the signature in the zip package." into nyc-dev am: 34ca089 am: 2f9be55
am: a28617a

* commit 'a28617a2dccfeda98fc3449b94c270cedd84aa7b':

Change-Id: I06dcb597c0bdd3013c54f4bb1a6bbbb6ff0656f2
2016-04-23 00:08:10 +00:00
Tao Bao e93c43fc66 Merge "recovery: Dump the signature in the zip package." into nyc-dev am: 34ca089 am: 5e3aa78
am: 4dc24a5

* commit '4dc24a5bf4b1141db6888c474ebfd225bf69060c':
  recovery: Dump the signature in the zip package.

Change-Id: Ied1045a42aeeb1e6a0951189a8db2d35a68f47c3
2016-04-23 00:08:10 +00:00
Tao Bao a28617a2dc Merge "recovery: Dump the signature in the zip package." into nyc-dev am: 34ca089
am: 2f9be55

* commit '2f9be5517225b33be30f48630ba581087672ea75':

Change-Id: I4ebadf342f35f4a06af84d2c437f21526a4949c8
2016-04-23 00:01:03 +00:00
Tao Bao 4dc24a5bf4 Merge "recovery: Dump the signature in the zip package." into nyc-dev am: 34ca089
am: 5e3aa78

* commit '5e3aa78c8bb47ee96ed5d2d9713b64ae6c8823be':
  recovery: Dump the signature in the zip package.

Change-Id: I44b52bfe8b2ad3e66f0f393784494a45652ee343
2016-04-22 23:56:20 +00:00
Tao Bao 2f9be55172 Merge "recovery: Dump the signature in the zip package." into nyc-dev
am: 34ca089

* commit '34ca0892f4ae440becbe8097e7b68cd5a6d494d3':
  recovery: Dump the signature in the zip package.

Change-Id: I674e1a43aafe0140371b123bb7e14fc928c43988
2016-04-22 23:49:58 +00:00
Tao Bao 5e3aa78c8b Merge "recovery: Dump the signature in the zip package." into nyc-dev
am: 34ca089

* commit '34ca0892f4ae440becbe8097e7b68cd5a6d494d3':
  recovery: Dump the signature in the zip package.

Change-Id: I22eb6256f3204f2eac80e729cd0cd5b862b45863
2016-04-22 23:49:53 +00:00
Tao Bao 34ca0892f4 Merge "recovery: Dump the signature in the zip package." into nyc-dev 2016-04-22 23:36:50 +00:00
Elliott Hughes ba2d86ee1f Merge "Go back to the old ear-wiggling Android animation. am: 692941be79 am: 87b0654f00" into nyc-mr1-dev-plus-aosp
am: 9ac7ff6b3c

* commit '9ac7ff6b3cfcbe981b30ea35c660b82872203039':

Change-Id: I3f03c5e2ff82a5de7dbf0843f014d7dc47b23290
2016-04-21 23:20:51 +00:00
Elliott Hughes d134504db9 Go back to the old ear-wiggling Android animation. am: 692941be79 am: 17266d9a65
am: 43ce00e737

* commit '43ce00e7375fae5db66177552f973e317e6b7318':
  Go back to the old ear-wiggling Android animation.

Change-Id: I24342c0d5f690fbc0b33dc6cdea42324376c6066
2016-04-21 23:20:50 +00:00
Android Build Merger (Role) 9ac7ff6b3c Merge "Go back to the old ear-wiggling Android animation. am: 692941be79 am: 87b0654f00" into nyc-mr1-dev-plus-aosp 2016-04-21 23:18:40 +00:00
Elliott Hughes cf05e364e7 Go back to the old ear-wiggling Android animation. am: 692941be79
am: 87b0654f00

* commit '87b0654f00d84b91cb42289a6229a8682831ed41':
  Go back to the old ear-wiggling Android animation.

Change-Id: I0d87c52b7ecbf0488460045e1223011970ce3ce7
2016-04-21 23:18:35 +00:00