Adam Cohen
ff35bf81a2
Merge "Improving adding widgets animations"
2011-07-17 12:56:20 -07:00
Adam Cohen
b7e1618c62
Improving adding widgets animations
...
Change-Id: I9730d3d531736bde58cdf1bf2da049392d4da83a
2011-07-17 12:55:24 -07:00
Adam Cohen
7494c56166
Fix folder creation bug 5037239
...
Change-Id: I0e629b186c94ca3ccaa188de94846d2bbbca83a4
2011-07-15 18:19:15 -07:00
Adam Cohen
d8d375d99a
Merge "Making default folder name blank"
2011-07-15 17:56:51 -07:00
Eric Fischer
9fca384ed5
Import revised translations.
...
Change-Id: I95417f668ca99c762bd884775ea8856bb86076e2
2011-07-15 16:49:31 -07:00
Adam Cohen
35712201af
Making default folder name blank
...
Change-Id: Ie554a6b799591e6f546f4ad312fb6b8d5428072d
2011-07-15 10:51:28 -07:00
Adam Cohen
8c247c6f54
Fixing drag start position on workspace
...
Change-Id: If7b31e8d11bfc7cc6612155a72465ace3b928b97
2011-07-14 17:52:06 -07:00
Adam Cohen
093538671b
Ensuring that we give a widget the full space requested
...
Change-Id: I03ca7be47e427373f1efdad3f97d18db9bd3b913
2011-07-14 16:11:03 -07:00
Michael Jurka
f2253e1446
Merge "Fix a monkey crash"
2011-07-14 13:12:02 -07:00
Adam Cohen
6cd835ce0b
Merge "Pixel perfect drag animations in workspace and folders, including springloaded"
2011-07-14 12:39:48 -07:00
Adam Cohen
ac8c87687b
Pixel perfect drag animations in workspace and folders, including springloaded
...
Change-Id: I630c365bdc8e896a21dc17ebe8acb8d4664c77b5
2011-07-14 01:08:27 -07:00
Michael Jurka
2698db4df3
Fix a monkey crash
2011-07-13 18:25:14 -07:00
Michael Jurka
d74c984fcc
Use hardware layers in more situations
...
* Turn on while dragging
* Fix bug: don't disable when swiping pages during drag
* Fix bug: disable hardware layers on startup
* Removing old state code in Workspace
Change-Id: I5633dc98f2679784aea5551564dfa19504a074a6
2011-07-13 17:41:05 -07:00
Winson Chung
33f3703e6a
Merge "Making the search bar span the available space on the phone ui in portrait."
2011-07-13 13:51:29 -07:00
Winson Chung
69eb7206dc
Making the search bar span the available space on the phone ui in portrait.
...
Change-Id: Idd1082414c460c632de891336a0be90eada51178
2011-07-13 12:23:34 -07:00
Michael Jurka
06b9ecaf6f
Merge "Logging failure to load market/search/etc icons"
2011-07-12 17:21:26 -07:00
Michael Jurka
40a170aae5
Merge "Cleaning up code to deal with language changes"
2011-07-12 17:20:49 -07:00
Winson Chung
4341d0c2f6
Merge "Cleaning up some drop-target issues."
2011-07-12 17:11:01 -07:00
Michael Jurka
b6052a9a0c
Logging failure to load market/search/etc icons
2011-07-12 17:02:45 -07:00
Michael Jurka
288a36b563
Cleaning up code to deal with language changes
2011-07-12 16:53:48 -07:00
Winson Chung
a62e9fd95a
Cleaning up some drop-target issues.
...
- Setting text color during drag over transitions
- Fixing regression in drop target padding
= Using old drop-down animation where possible
Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
2011-07-12 16:04:46 -07:00
Michael Jurka
c2f801e770
Reload workspace if language changes
2011-07-12 14:19:46 -07:00
Michael Jurka
fe63476a2d
Merge "Fix bug where All Apps wasn't always getting updated"
2011-07-12 12:51:14 -07:00
Jeff Brown
f85678a55f
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
2011-07-12 12:16:17 -07:00
Winson Chung
e3512e7589
Fixing crash when dragging item in software mode.
...
Change-Id: I3d2c479061292a89355b70d07746fbef6fc4647a
2011-07-12 10:23:15 -07:00
Mathew Inwood
ccf441d436
Merge "Don't crash if global search specified bad toolbar icon."
2011-07-12 10:12:13 -07:00
Winson Chung
f8901b57af
Merge "Tweaking drop target transition to prevent flash."
2011-07-12 09:23:31 -07:00
Mathew Inwood
70d5102939
Don't crash if global search specified bad toolbar icon.
...
This should prevent a dodgy global search app crashing the launcher
and making it unusable.
Change-Id: Ia55a197a0c11de4ce24695313a3fa71fefa488e3
2011-07-12 13:51:22 +01:00
Jeff Brown
b819ff639f
Remove the simulator target from all makefiles.
...
Bug: 5010576
Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be
2011-07-11 22:12:27 -07:00
Winson Chung
aaa530adc9
Tweaking drop target transition to prevent flash.
...
Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
2011-07-11 21:06:54 -07:00
Michael Jurka
5b1808da75
Fix bug where All Apps wasn't always getting updated
...
Bug # 4731290
2011-07-11 19:59:46 -07:00
Adam Cohen
93993f8745
Merge "Fixing bug 5011917 - clearing refernce to old folders from FolderInfo"
2011-07-11 18:42:27 -07:00
Adam Cohen
4eac29a80b
Fixing bug 5011917 - clearing refernce to old folders from FolderInfo
...
-> Also, ensured that unbind() gets called on all ItemInfos on rotate
Change-Id: I869b68fcae5c66702ec204596f5ecabdc7a32df7
2011-07-11 18:37:16 -07:00
Winson Chung
c3eecff904
Preventing multiple calls to loadLabel for the same info within a single load.
...
- Fixing mind boggling bug where we weren't even using the label cache earlier.
Change-Id: I605abf4d589ad02b2426d20adfe9cd1773cc84fd
2011-07-11 17:47:42 -07:00
Michael Jurka
3818eaf848
Merge "No longer generating title bitmaps for icons."
2011-07-11 16:07:05 -07:00
Winson Chung
c85ea570c4
No longer generating title bitmaps for icons.
...
Change-Id: I857ba2a532158175396d45cba0976baa17da126f
2011-07-11 16:02:52 -07:00
Adam Cohen
51e95039ac
Fix for bug 5015232, folder won't open
...
Change-Id: Icd0527a1afe519ebcf117587c9a61a9e933a6c47
2011-07-11 14:45:13 -07:00
Winson Chung
e0cccab156
Merge "Clamping touch positions to drag layer rect to prevent dragging outside of bounds."
2011-07-11 14:40:23 -07:00
Adam Cohen
53b7a64e71
Merge "Little fix for folders"
2011-07-11 14:02:33 -07:00
Winson Chung
273c102240
Clamping touch positions to drag layer rect to prevent dragging outside of bounds.
...
- Fixing small issue with default widget preview aspect ratios
Change-Id: I2dca0524e8aa7c48345b424bad889736fa345386
2011-07-11 14:00:02 -07:00
Michael Jurka
2f52ee8416
Merge "Solving rendering issues when unshrinking"
2011-07-11 13:10:02 -07:00
Winson Chung
557d6ed50c
Fixing issues with spring loaded adding.
...
- Delaying until items are added
- Showing bg when going into spring loaded mode
- Fixing regression where dropping widgets on full page would not trigger a notification
- Fixing regression on tablet where pages were no longer being rotated or shown
Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
2011-07-11 11:38:24 -07:00
Michael Jurka
280969cd77
Solving rendering issues when unshrinking
2011-07-11 11:26:10 -07:00
Michael Jurka
a71cb1778d
Fix rendering issue when coming from spring loaded mode
...
Bug #5011693
2011-07-10 15:04:55 -07:00
Michael Jurka
0b4870db57
Fix bug: deleting items in foldersd does not persist
...
Bug# 5010678
2011-07-10 13:40:11 -07:00
Michael Jurka
0c4ade1ef6
Cleaning out unused lines of code
...
Change-Id: I558248c9e1ccf8098220b110709d2a0cba9247ea
2011-07-08 18:03:21 -07:00
Adam Cohen
e9166b247a
Little fix for folders
...
Change-Id: I2d4eb534640e25bc8c07d06e5d3354473751dd9f
2011-07-08 17:11:11 -07:00
Michael Jurka
ff0e01b65d
Disable wallpaper panning when switching to All Apps
2011-07-08 17:08:51 -07:00
Michael Jurka
14a001ad67
Merge "Remove unnecessary lock"
2011-07-08 15:40:17 -07:00
Michael Jurka
33829b62bd
Merge "Improving LauncherModel performance"
2011-07-08 15:11:23 -07:00