Commit Graph

49925 Commits

Author SHA1 Message Date
Michael Jurka 6c8a579082 Minor code cleanup
Change-Id: I92c0f9c9c96bace85a96a781bb4fdf2604c6f75b
2012-03-22 05:24:37 -07:00
Michael Jurka 6f8cb5201d Merge "Fix more cases where blips show up in All Apps" 2012-03-21 14:25:11 -07:00
Eric Fischer a1cedd30ff Import translations. DO NOT MERGE
Change-Id: Id39ebf225ba159000cf4b13b9743760480d4d232
2012-03-21 10:54:22 -07:00
The Android Automerger fb12dc352e merge in jb-release history after reset to master 2012-03-21 07:04:52 -07:00
Michael Jurka 08c93d7eca Merge "Eliminate custom alpha handling in CellLayout" 2012-03-21 05:14:55 -07:00
Winson Chung cf4b91fa3f Merge "Adding fling-to-delete." 2012-03-20 15:22:41 -07:00
Winson Chung 043f2af567 Adding fling-to-delete.
- Also fixing issue where the drop target icon changes color slower than the text.

Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
2012-03-20 15:18:05 -07:00
The Android Automerger a006e870ae merge in jb-release history after reset to master 2012-03-20 14:15:09 -07:00
Michael Jurka a52570f8f9 Eliminate custom alpha handling in CellLayout
Also rename CellLayoutChildren to ShortcutsAndWidgetsView

Change-Id: Ic2ebc5497adb153cc2fce99730cc2c6fbdc101e6
2012-03-20 11:13:05 -07:00
The Android Automerger 4d852e64f8 merge in jb-release history after reset to master 2012-03-20 07:03:47 -07:00
Michael Jurka 39e5d176e6 Fix more cases where blips show up in All Apps
- defer any updates to the widget previews if we're
mid-transition
- call System.gc() before a transition to avoid gc
mid-transition

Change-Id: If8b4699b142af20b2f14e9a8653f893139adf90e
2012-03-20 01:40:41 -07:00
Adam Cohen 47a876d443 Tweaking reordering algorithm -- added "pushing" notion
-> Fixed bug when no available space was found

Change-Id: I90898773d259aa84c89d645a1375f2013a520223
2012-03-19 16:36:44 -07:00
The Android Automerger 2962641c81 merge in jb-release history after reset to master 2012-03-19 07:05:12 -07:00
Adam Cohen d1eef3388a Merge "Initial implementation of CellLayout auto-reordering" 2012-03-15 14:03:02 -07:00
Adam Cohen 482ed823af Initial implementation of CellLayout auto-reordering
Change-Id: Id5b5080e846907a7d9cd6535f6e7285e83a0ff71
2012-03-15 13:48:12 -07:00
Eric Fischer d27b955c6c Import translations. DO NOT MERGE
Change-Id: I0d9573d0925675b5c0ec0ae4a8b2eea9ea59041a
2012-03-15 11:47:50 -07:00
The Android Automerger 7a0a651073 merge in jb-release history after reset to master 2012-03-15 08:59:42 -07:00
Eric Fischer 1e5979abcd Import translations. DO NOT MERGE
Change-Id: I78fb83552a25a48f14dc353b0ddaa61f6ea8c4f6
2012-03-14 11:29:57 -07:00
The Android Automerger 4ecd3ac2dc merge in jb-release history after reset to master 2012-03-14 07:05:04 -07:00
Eric Fischer 37ad978fd9 Import translations. DO NOT MERGE
Change-Id: Icdc006d6303ff9196bd6b96a5e40b31f9d46c13d
2012-03-13 12:12:41 -07:00
The Android Automerger c807e1b914 merge in jb-release history after reset to master 2012-03-13 07:04:44 -07:00
Eric Fischer 02e2c4d432 Merge "Import translations. DO NOT MERGE" 2012-03-12 13:10:12 -07:00
Eric Fischer 527e247ce6 Import translations. DO NOT MERGE
Change-Id: Ifb7c862426ca4a74ee86835ab8e70ce2511eaeaa
2012-03-12 11:54:28 -07:00
Winson Chung 0e5a56d62d Merge "Fixing some issues/regressions related to scaled icons." 2012-03-12 11:45:42 -07:00
The Android Automerger 6bcb60d8ef merge in jb-release history after reset to master 2012-03-12 07:05:04 -07:00
Michael Jurka d9a57a9e4a Merge "Fix case where shortcut label wasn't updating" 2012-03-09 16:04:37 -08:00
Michael Jurka e384affda6 Fix case where shortcut label wasn't updating
When installing an updated version of an app,
update the title (we were previously only doing
the icon).

Bug: 6069921
2012-03-09 15:59:25 -08:00
Eric Fischer 1505f2a6a0 Import translations. DO NOT MERGE
Change-Id: If67d70210d679fb8a80811086b7263462d596f65
2012-03-09 10:44:55 -08:00
Winson Chung eecf02da58 Fixing some issues/regressions related to scaled icons.
- Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397)
- Fixes issue with divider being in wrong orientation in sw720dp
- Fixes issue with scaled icons not being drawn with filtering
- Fixes issue with side pages showing under the hotseat when in landscape in phone UI
- Animates the drag view on pick up and drop

Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
2012-03-08 13:37:46 -08:00
Winson Chung 401d3a57b9 Fixing issue where long pressing on an icon in a Folder without moving causes a click as the icon is still "pressed".
Change-Id: If6a3bcab79492efa8588c282e0d3e7a5b54dc785
2012-03-08 12:11:15 -08:00
The Android Automerger 703ce3eb3e merge in jb-release history after reset to master 2012-03-08 07:04:21 -08:00
Andrew Flynn 633f1aad55 am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.
* commit '989dc51400f4511e8411b0f1e6c525c024fbb949':
  Scale icons down for sw600dp-land mode.
2012-03-07 17:04:57 -08:00
Michael Jurka 9e371e95f1 Merge "Don't do equal comparison with trim memory level." 2012-03-07 11:32:29 -08:00
Eric Fischer 550bb79f80 Import translations. DO NOT MERGE
Change-Id: Ie18400f31d711fc0d0fa9b22ef5c8e9831238dd9
2012-03-07 11:15:08 -08:00
The Android Automerger 307098546e merge in jb-release history after reset to master 2012-03-07 07:03:10 -08:00
Dianne Hackborn 4f560cec93 Don't do equal comparison with trim memory level.
It is possible for the app to get different values, for example
if memory is already low then it will immediately go to one of
the low memory levels when the app goes in the background.

Change-Id: I6522cb0385748d926ea7868eacaf588790672f1b
2012-03-06 19:07:47 -08:00
Andrew Flynn 989dc51400 am bc239a15: Scale icons down for sw600dp-land mode.
* commit 'bc239a15464f543a41b960b946aa77258454efaf':
  Scale icons down for sw600dp-land mode.
2012-03-06 13:38:18 -08:00
Andrew Flynn bc239a1546 Scale icons down for sw600dp-land mode.
Cached icons are statically all the same size, so we need to do
it on the fly.

Change-Id: Iae294ff4668f987db8fe5127bae724bf08363542
2012-03-06 13:31:44 -08:00
Winson Chung d90674902e Merge "Always remove drag view immediately when cancelling drag. (Bug: 6119112)" 2012-03-06 10:49:12 -08:00
The Android Automerger 13edd3f6e1 merge in jb-release history after reset to master 2012-03-06 07:03:57 -08:00
Winson Chung 41bb19d277 Always remove drag view immediately when cancelling drag. (Bug: 6119112)
Change-Id: Ib0a829c5bee834700e29dba8538c83b773d017b2
2012-03-05 18:37:21 -08:00
Michael Jurka 9949c8ba0e Remove unused resources 2012-03-05 14:24:24 -08:00
Eric Fischer f90a513712 Import translations. DO NOT MERGE
Change-Id: Iaaa795bbfe85368cf6ae08d49136d7087ad6d8b1
2012-03-05 12:23:53 -08:00
The Android Automerger 753cb09e75 merge in jb-release history after reset to master 2012-03-05 07:04:32 -08:00
Adam Cohen 89f38eaf84 Stripping out dead code for global drag and drop so that it doesn't have to be maintained
Change-Id: I133a0a73f761c52e533bd35d7aaef76726f73b97
2012-03-02 14:51:29 -08:00
Michael Jurka b7aa41dc38 Merge "Improve code to determine which pages are visible" 2012-03-02 14:06:14 -08:00
Michael Jurka 47f747418e Improve code to determine which pages are visible
Change-Id: I2c349d987ddb5f399283088c128e6d4d056da4da
2012-03-02 13:45:03 -08:00
Eric Fischer 169c1f5fe2 Merge "Import translations. DO NOT MERGE" 2012-03-02 11:44:59 -08:00
Adam Cohen 7f1435c303 Merge "Fixing animation bug when moving an icon to an adjacent screen" 2012-03-02 11:16:16 -08:00
Eric Fischer ee10efd08a Import translations. DO NOT MERGE
Change-Id: Ifd949fe3e7bf9569ce5f34ca111e5b34620bd137
2012-03-02 11:15:01 -08:00