116088 Commits

Author SHA1 Message Date
Daniel Sandler
dae531753a am 6714471b: am 9279d45b: DessertCase memory improvements
* commit '6714471bffe1a9d1f55d586a4277209e19f7f9ed':
  DessertCase memory improvements
2013-10-24 10:45:13 -07:00
Daniel Sandler
6714471bff am 9279d45b: DessertCase memory improvements
* commit '9279d45b8d26c88c69fa917816ea396142627020':
  DessertCase memory improvements
2013-10-24 10:42:22 -07:00
Daniel Sandler
9279d45b8d DessertCase memory improvements
- reuse intermediate bitmaps when loading resources
  - only use hardware layers on views that are animating

Bug: 11269977
Change-Id: I39ad7aff16468632da47448404416404f3b54cc4
2013-10-24 17:27:33 +00:00
Baligh Uddin
a2571fee71 am 215f2f83: (-s ours) am da13330d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '215f2f83f17670a954dcff48d1cf821f6e0b5df7':
  Import translations. DO NOT MERGE
2013-10-23 19:33:40 -07:00
Baligh Uddin
deaad328df am 1f067222: (-s ours) am ffbc7154: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '1f067222c66e00de5bf2f74b69033359d918c9ff':
  Import translations. DO NOT MERGE
2013-10-23 19:33:37 -07:00
Baligh Uddin
81ee99f97b am 12583441: (-s ours) am 39a12d16: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '12583441fddf38a0769b08d5a187e5a2405cb531':
  Import translations. DO NOT MERGE
2013-10-23 19:33:34 -07:00
Baligh Uddin
215f2f83f1 am da13330d: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'da13330d9b1dc994ae2ea4e5c39b0f6ff6f87ac9':
  Import translations. DO NOT MERGE
2013-10-23 19:29:34 -07:00
Baligh Uddin
1f067222c6 am ffbc7154: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit 'ffbc7154dc2ee436c7b9efd9a26d0d77b3917c6a':
  Import translations. DO NOT MERGE
2013-10-23 19:29:31 -07:00
Baligh Uddin
12583441fd am 39a12d16: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-dev
* commit '39a12d163a9dcadff3f9c00f2c582851ef4301b8':
  Import translations. DO NOT MERGE
2013-10-23 19:29:28 -07:00
Baligh Uddin
da13330d9b Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-24 02:27:01 +00:00
Baligh Uddin
ffbc7154dc Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-24 02:25:15 +00:00
Baligh Uddin
39a12d163a Merge "Import translations. DO NOT MERGE" into klp-dev 2013-10-24 02:25:02 +00:00
Baligh Uddin
154fd0b2a2 Import translations. DO NOT MERGE
Change-Id: Ia0ce87e181ca1c425b1a4ea2427b267c9e5d1cf0
Auto-generated-cl: translation import
2013-10-23 17:59:26 -07:00
Baligh Uddin
f7fbbffa16 Import translations. DO NOT MERGE
Change-Id: I85bcd3e5a5bffe627336332a1bc2d921e2ef7139
Auto-generated-cl: translation import
2013-10-23 17:17:35 -07:00
Baligh Uddin
ef9d04a2b6 Import translations. DO NOT MERGE
Change-Id: If44c0d3258a9b125cfc1afe930af8f6524200ffd
Auto-generated-cl: translation import
2013-10-23 17:08:47 -07:00
Craig Mautner
3deb2baada am b4683e3d: am 4d4dd1e1: Merge "Search further than one task for fullscreen." into klp-dev
* commit 'b4683e3d9805bb48eda1d9c03c5d4a1877220a85':
  Search further than one task for fullscreen.
2013-10-23 15:41:06 -07:00
Chet Haase
39e991bd5e am f8525caf: am 02e4c3a1: Merge "Cache Scene objects by layout ID on the scene root" into klp-dev
* commit 'f8525cafbf3df4ec1636782acb95a2d7665bbf5c':
  Cache Scene objects by layout ID on the scene root
2013-10-23 15:41:03 -07:00
Craig Mautner
b4683e3d98 am 4d4dd1e1: Merge "Search further than one task for fullscreen." into klp-dev
* commit '4d4dd1e1730f75594add6e8dc9e45ff1cef734eb':
  Search further than one task for fullscreen.
2013-10-23 15:38:13 -07:00
Craig Mautner
4d4dd1e173 Merge "Search further than one task for fullscreen." into klp-dev 2013-10-23 22:35:25 +00:00
Craig Mautner
39e1c5a75e Search further than one task for fullscreen.
When a non-fullscreen task over home launches another non-fullscreen
task then the home task might not be displayed. Looking all the way
down the task stacks until reaching a visible, fullscreen activity or
home provides the right information.

Fixes bug 11273803.

Change-Id: I8dab0956c1cda06ddb7850ea3ffac7f6a223c6ad
2013-10-23 15:14:22 -07:00
Chet Haase
f8525cafbf am 02e4c3a1: Merge "Cache Scene objects by layout ID on the scene root" into klp-dev
* commit '02e4c3a1d870be7ced0f70f460d718924f6e348f':
  Cache Scene objects by layout ID on the scene root
2013-10-23 14:48:45 -07:00
Chet Haase
02e4c3a1d8 Merge "Cache Scene objects by layout ID on the scene root" into klp-dev 2013-10-23 21:46:01 +00:00
Adam Powell
40a67888f9 Cache Scene objects by layout ID on the scene root
The current tracking of scene objects in a static ThreadLocal is
problematic as it leaks the Context associated with the SceneRoot and
returns the wrong Scene object if the same layout ID is used across
different scene roots.

Track Scene objects on the scene root view instead to avoid these
issues.

Change-Id: I891986897f757f2666897c937b5ebb0ed1d531c1
2013-10-23 14:26:57 -07:00
John Spurlock
6b32736f6d am c4f5868a: am c72b18b7: Merge "Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards." into klp-dev
* commit 'c4f5868a418076db18f4b526c00cd8691d46acdb':
  Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards.
2013-10-23 14:25:09 -07:00
John Spurlock
c4f5868a41 am c72b18b7: Merge "Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards." into klp-dev
* commit 'c72b18b72eb75c2040bf686b06d52d79bdc7a24a':
  Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards.
2013-10-23 14:22:39 -07:00
John Spurlock
c72b18b72e Merge "Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards." into klp-dev 2013-10-23 21:19:24 +00:00
John Spurlock
36439b4312 Decouple IME_ACTIVE and IME_VISIBLE for hardware keyboards.
Reserve IME_VISIBLE for when software keyboards are actually
showing.

Bug:11186297
Change-Id: I4e09a7de353e564bd1a97dadd603d3104254fa56
2013-10-23 17:02:53 -04:00
Adam Powell
2c42d8937a am 9390fcbb: am 3e1a9eac: Merge "Import button assets from UX repository" into klp-dev
* commit '9390fcbbc6a7708d49f494dc245e84aaaa9edcc2':
  Import button assets from UX repository
2013-10-23 13:33:33 -07:00
Adam Powell
9390fcbbc6 am 3e1a9eac: Merge "Import button assets from UX repository" into klp-dev
* commit '3e1a9eaca6b5e1c699c9962e3932298751829660':
  Import button assets from UX repository
2013-10-23 13:31:17 -07:00
Adam Powell
3e1a9eaca6 Merge "Import button assets from UX repository" into klp-dev 2013-10-23 20:28:59 +00:00
Jeff Sharkey
0491eaf621 am 3fa9ce8d: am ca8547b4: Merge "Add notification docs to DocumentsProvider." into klp-dev
* commit '3fa9ce8dc5540d1df21410d96b97d27196972504':
  Add notification docs to DocumentsProvider.
2013-10-23 12:27:31 -07:00
Chet Haase
43757cc843 am 2a8eaff4: am c9d8e383: Merge "Fix leak with transitions when views get removed" into klp-dev
* commit '2a8eaff4ec10f5d554043c73c0e3424186e09a8a':
  Fix leak with transitions when views get removed
2013-10-23 12:27:27 -07:00
Jeff Sharkey
3fa9ce8dc5 am ca8547b4: Merge "Add notification docs to DocumentsProvider." into klp-dev
* commit 'ca8547b435d53aef94646d2e6bc31b09a34a086f':
  Add notification docs to DocumentsProvider.
2013-10-23 12:24:20 -07:00
Chet Haase
2a8eaff4ec am c9d8e383: Merge "Fix leak with transitions when views get removed" into klp-dev
* commit 'c9d8e38317947c7860dcf6e8df032373ace183e9':
  Fix leak with transitions when views get removed
2013-10-23 12:24:16 -07:00
Jeff Sharkey
ca8547b435 Merge "Add notification docs to DocumentsProvider." into klp-dev 2013-10-23 19:19:07 +00:00
Chet Haase
c9d8e38317 Merge "Fix leak with transitions when views get removed" into klp-dev 2013-10-23 19:17:10 +00:00
Jeff Sharkey
9352c383e9 Add notification docs to DocumentsProvider.
Bug: 11272209
Change-Id: I97d67c91c4f4a312cbde82afd9e27509c26517b2
2013-10-23 12:15:34 -07:00
Martijn Coenen
41fab0a19c am fa191d5a: am d9e98a4b: Merge "Unhide BIND_NFC_SERVICE permission." into klp-dev
* commit 'fa191d5ac2c513c506ac2db1a9e1e2528de25dc7':
  Unhide BIND_NFC_SERVICE permission.
2013-10-23 11:17:41 -07:00
Martijn Coenen
fa191d5ac2 am d9e98a4b: Merge "Unhide BIND_NFC_SERVICE permission." into klp-dev
* commit 'd9e98a4b6d3181ab3d58b7781ee2f88a389ecf1f':
  Unhide BIND_NFC_SERVICE permission.
2013-10-23 11:14:44 -07:00
Jeff Sharkey
05f92b7c58 am 6599c128: am 871cb5d5: Merge "Update roots when data cleared, refresh UI." into klp-dev
* commit '6599c12843fe3c82a5a02978afeb262eeb76f3f4':
  Update roots when data cleared, refresh UI.
2013-10-23 11:13:06 -07:00
Jeff Sharkey
75b96875be am 3a27585d: am a9a6007c: Merge "Treat document thumbnails as preemptable." into klp-dev
* commit '3a27585df77997b5ea01a086b739ee6866000444':
  Treat document thumbnails as preemptable.
2013-10-23 11:13:01 -07:00
Victoria Lease
df5ba9bfeb am d19e7af0: am 5eb3e07c: Merge "add accessibility string for location quicksetting" into klp-dev
* commit 'd19e7af02ab2d3d21921e5a313c78285b308ad9c':
  add accessibility string for location quicksetting
2013-10-23 11:12:57 -07:00
Martijn Coenen
d9e98a4b6d Merge "Unhide BIND_NFC_SERVICE permission." into klp-dev 2013-10-23 18:12:06 +00:00
Jeff Sharkey
6599c12843 am 871cb5d5: Merge "Update roots when data cleared, refresh UI." into klp-dev
* commit '871cb5d53f14ce6ead2c65ee3a4354e22276a169':
  Update roots when data cleared, refresh UI.
2013-10-23 11:11:11 -07:00
Jeff Sharkey
3a27585df7 am a9a6007c: Merge "Treat document thumbnails as preemptable." into klp-dev
* commit 'a9a6007c0d0acf6d908c897b471492dabbd9ae80':
  Treat document thumbnails as preemptable.
2013-10-23 11:11:08 -07:00
Victoria Lease
d19e7af02a am 5eb3e07c: Merge "add accessibility string for location quicksetting" into klp-dev
* commit '5eb3e07c5d8647f2bc250d37feb0c905621b2f90':
  add accessibility string for location quicksetting
2013-10-23 11:11:04 -07:00
Jeff Sharkey
871cb5d53f Merge "Update roots when data cleared, refresh UI." into klp-dev 2013-10-23 18:09:54 +00:00
Jeff Sharkey
a9a6007c0d Merge "Treat document thumbnails as preemptable." into klp-dev 2013-10-23 18:09:40 +00:00
Adam Powell
c03ef006da Import button assets from UX repository
Bug 11192938

Change-Id: Ib59fd4d288d3ef5f132a4cee2a2e0384053b5594
2013-10-23 11:09:03 -07:00
Victoria Lease
5eb3e07c5d Merge "add accessibility string for location quicksetting" into klp-dev 2013-10-23 17:56:54 +00:00