Commit Graph

5798 Commits

Author SHA1 Message Date
Winson Chung 41ccfff36a Merge "Updating launcher layouts (Bug 6955380)" into jb-mr1-dev 2012-09-27 16:17:39 -07:00
Winson Chung 411a3001d6 Updating launcher layouts (Bug 6955380)
- Fixing issue with tiny search/voice icons in landscape

Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
2012-09-27 14:27:12 -07:00
Michael Jurka b1dfe25ae1 Fix 7223056: Enable scroll indicator on tablets 2012-09-26 10:53:55 -07:00
Michael Jurka 37990b4b4f Fix # 6925851: Workspace page spacing gets messed up
Change-Id: I694fa1e04049e35a415b1f1a85759e501fec6258
2012-09-25 15:14:30 -07:00
Fabrice Di Meglio e19bbca93e Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev 2012-09-25 13:47:37 -07:00
Fabrice Di Meglio 369dd0c3e6 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest
- add basic RTL support in the AndroidManifest so that Widgets will be able
to support RTL too
- force LTR layout direction to AppsCustomizeTabHost so that we dont have to
deal with layout mirroring yet

(do not need to force also LTR layout direction to Wallpaper activity and fragment
as another CL is removing the ActionBar on them)

Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b
2012-09-25 12:55:37 -07:00
Michael Jurka aee3a0ef78 Remove action bar from wallpaper picker
Bug: 5295678

Change-Id: I50bb4bee3d9d54f28ef4a46ed9754701045d38c7
2012-09-25 11:36:39 -07:00
Michael Jurka fa7969fbd5 Fix NPE
Bug: 7024933
2012-09-21 16:39:14 -07:00
Michael Jurka e5574e0b73 Merge "Try to fix RTE when updating shortcuts" into jb-mr1-dev 2012-09-21 15:28:48 -07:00
Michael Jurka b2ae8acc0c Try to fix RTE when updating shortcuts
Bug: 6529398
Change-Id: Ib88eda5dc1eaf72aae161b25b080197b1049e824
2012-09-21 15:26:52 -07:00
Michael Jurka c4a9233a94 Merge "Remove "fade in" animation for search + voice search." into jb-mr1-dev 2012-09-21 10:51:32 -07:00
Narayan Kamath 95a556ac7a Remove "fade in" animation for search + voice search.
This applies when the app is launched by tapping the
search box or the voice search icon.

bug:7193408
Change-Id: I29f41faa20c3e7ad00032f749c99d9b69402c422
2012-09-21 18:28:48 +01:00
Winson Chung bdb1030e21 Removing functionality to click under AllApps to return to the workspace. (Bug 7012020)
Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8
2012-09-20 18:01:41 -07:00
Adam Cohen 9e05a5ea95 Making launcher use new widget binding APIs
Change-Id: I9cd6716e1dc0c53b5c846371ea109ced4cd3d40a
2012-09-19 15:22:23 -07:00
Michael Jurka 671a3a227c Merge "Fixing some warnings" into jb-mr1-dev 2012-09-18 13:26:18 -07:00
Michael Jurka 82422503fd Fixing some warnings
Change-Id: I28ff3b62b831bd49e3592c1b86ba978208324c11
2012-09-17 18:10:30 -07:00
Winson Chung 1190487e15 Fixing issue where we were collating labels based on an old Locale. (Bug 7133873)
Change-Id: Ic1366f06020d1e405a6800386472a8832d683c5e
2012-09-17 16:59:21 -07:00
Dianne Hackborn 804503c75a Add user initialing receiver to select a unique wallpaper.
Change-Id: I14652d8108c2e19db821ab5526b6e630db8fe998
2012-09-16 00:00:27 -07:00
Winson Chung 4cc332ac43 Workaround for generating QSB icon press states. (Bug 7132477)
Change-Id: I7754bbb20572908cd428c12ba84a7b1160063bcb
2012-09-10 12:48:24 -07:00
Michael Jurka 061e9008b0 Merge "Adding more debug code for dup. ItemInfo bug" into jb-mr1-dev 2012-09-07 00:40:48 -07:00
Winson Chung 6323a55fe2 Merge "Fixing issue where we were not removing items from LauncherModel and only the add-queue. (Bug 7078244)" into jb-mr1-dev 2012-09-05 19:06:31 -07:00
Michael Jurka 7a397e0468 Merge "Debug code for bug b/6830207" into jb-mr1-dev 2012-09-05 03:24:47 -07:00
Michael Jurka 059798af09 Debug code for bug b/6830207
Change-Id: Ic951fd448a74ac84398f3e4371b2410e295f0293
2012-09-04 09:20:42 -07:00
Michael Jurka 96610d53f1 Adding more debug code for dup. ItemInfo bug
Change-Id: I7963a59b54f05e29e485c3dcc5c0e159e36de59d
2012-09-04 08:03:42 -07:00
Winson Chung 8a4351063f Fixing issue where we were not removing items from LauncherModel and only the add-queue. (Bug 7078244)
Change-Id: I5660b447521646f820fb2497f327e965d99ac207
2012-08-30 17:18:59 -07:00
Adam Cohen 215b416c1f Fix an error that is not being expressed
Change-Id: I8c3488906b5b95aaf20b996f488ff01bad76300c
2012-08-30 13:19:39 -07:00
Winson Chung 5a0f45fe27 Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug 7035262, Bug 7056508)
Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
2012-08-28 17:08:56 -07:00
Winson Chung 1e533d01d5 Merge "Ensuring that unbind calls are not queued in the worker thread and executed subsequently on the main thread. (Bug 7001531)" into jb-mr1-dev 2012-08-28 12:45:56 -07:00
Winson Chung 81b5225279 Ensuring that unbind calls are not queued in the worker thread and executed subsequently on the main thread. (Bug 7001531)
Change-Id: I677242c0952d6385ca229ba300fdd5a2a7908a8a
2012-08-27 17:42:09 -07:00
Adam Cohen 13bdaf7c9d Merge "Fixing a couple small issues with reordering (issue 7064138), (issue 7064337)" into jb-mr1-dev 2012-08-27 17:27:11 -07:00
Adam Cohen 2b3396f9c0 Merge "Adding additional null checks for instances where the qsb is not defined. (Bug 6940769)" into jb-mr1-dev 2012-08-27 15:23:42 -07:00
Adam Cohen e0489500d2 Fixing a couple small issues with reordering (issue 7064138), (issue 7064337)
Change-Id: Iaaeb37f630a71f8fd54a6064602ddd10d4d4ab91
2012-08-27 15:19:51 -07:00
Adam Cohen 1dc3b9abd5 Merge "Adding the ability to scale the hotseat or items in the hotseat" into jb-mr1-dev 2012-08-24 13:05:26 -07:00
Winson Chung adf0c180c1 Adding additional null checks for instances where the qsb is not defined. (Bug 6940769)
Change-Id: I93baa00331bcbcd07e8702d5ad77c8f2022a16f2
2012-08-23 14:59:48 -07:00
Winson Chung 05ee3cfffe Merge "Fixing hotseat gradient and removing landscape cling with new xlarge layout." into jb-mr1-dev 2012-08-23 13:36:20 -07:00
Adam Cohen e29c55ac32 Temporary fix for qsb and hotseat clicking issues
Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
2012-08-23 12:23:26 -07:00
Winson Chung 74ba65b593 Fixing hotseat gradient and removing landscape cling with new xlarge layout.
Change-Id: I30f5672fc32c80c247be03efb557ace4654312bb
2012-08-23 12:00:25 -07:00
Adam Cohen fa63e43890 Fixing inability to click hotseat on 720dp devices
Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
2012-08-22 13:52:14 -07:00
Adam Cohen 25736aa94c Fix issue where you couldn't click anything in the hotseat
Change-Id: I48aaa63d2a439cee9a2bfd4888cafe13498d88c8
2012-08-20 22:43:25 -07:00
Adam Cohen 307fe23f12 Adding the ability to scale the hotseat or items in the hotseat
--> A bunch of stuff breaks when scaling the hotseat. More specifically,
    drag and drop animations between hotseat and workspace,
    scaling on pick up, folder animations, determination of
    item placement. This CL fixes these issues so that the
    hotseat or hotseat items are ready to be scaled.
--> For now, using 90% scale factor for 7-inch+ UIs

Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
2012-08-20 21:49:43 -07:00
Adam Cohen 8e56a75db4 Merge "Cleaning up folders for 7-inch and 10-inch UIs" into jb-mr1-dev 2012-08-16 16:39:56 -07:00
Michael Jurka ddfe982177 Remove unused import
Change-Id: I2eaf2b33e3b61fed86a468fbd221fd12191a396f
2012-08-15 22:48:01 -07:00
Adam Cohen 985b9b6406 Cleaning up folders for 7-inch and 10-inch UIs
Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
2012-08-15 15:37:27 -07:00
Winson Chung 5c768e2fac Removing debugging background.
Change-Id: I2273e126a3005b253f5bab459e5d1574c315ece0
2012-08-09 10:43:34 -07:00
Winson Chung 2a6d78ef45 Merge "Initial changes for new 10inch layout." into jb-mr1-dev 2012-08-08 14:25:03 -07:00
Winson Chung 0e721a4005 Initial changes for new 10inch layout.
Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
2012-08-08 14:02:22 -07:00
Nick Kralevich 33650301a2 Set permission [UN]INSTALL_SHORTCUT protectionLevel to 'dangerous'
Bug: 5543177
Change-Id: I8b4f1899bc898ae95f9bca004e6fa959ee078903
2012-08-07 10:21:13 -07:00
Michael Jurka 1637d6d64a Fix adding widgets without config activities
- only affected Launcher when it wasn't on the 
system partition

Change-Id: Ia36d5a05463d7d3af0718cf694a0692a5098fc76
2012-08-03 13:36:12 -07:00
The Android Open Source Project 8a7d620aa0 am 4124016a: (-s ours) Reconcile with jb-mr0-release - do not merge
* commit '4124016ae5c8174aa53433894b896604ffa52c67':
2012-07-31 14:51:10 -07:00
The Android Open Source Project 4124016ae5 Reconcile with jb-mr0-release - do not merge
Change-Id: I96a076254209becd703d8a61d027bd41527f58fa
2012-07-31 14:48:46 -07:00