summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Initial Changes for Dynamic GridWinson Chung2013-08-2020-400/+773
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Merge "Ensuring that we don't clobber workspace screens map when new apps ↵Winson Chung2013-08-193-57/+75
|\ | | | | | | are added." into jb-ub-gel-agar
| * Ensuring that we don't clobber workspace screens map when new apps are added.Winson Chung2013-08-193-57/+75
| | | | | | | | | | | | | | - Using Log warnings instead of debugs - Ensuring we don't save negative screen id's Change-Id: I13276d007193c120ee0830abcdc6eb203f22a9da
* | Fixing issue where widgets could not be picked up after the bind-dialog ↵Winson Chung2013-08-161-1/+3
|/ | | | shows. (Bug 10332119)
* Merge "Cancelling long press on widgets if they don't handle touch/tap." ↵Winson Chung2013-08-161-0/+12
|\ | | | | | | into jb-ub-gel-agar
| * Cancelling long press on widgets if they don't handle touch/tap.Winson Chung2013-08-161-0/+12
| | | | | | | | Change-Id: Id5f002f64d02d8d5fb9bdda8b062a026decbe0e2
* | Merge "Removing custom content padding" into jb-ub-gel-agarAdam Cohen2013-08-152-12/+3
|\ \
| * | Removing custom content paddingAdam Cohen2013-08-152-12/+3
| | | | | | | | | | | | | | | | | | -> Cleaned up extraneous imports Change-Id: I3f9258a893e85f9f6a7cc1eab03d4c5a3dfba786
* | | Merge "Rename All Apps to More Apps." into jb-ub-gel-agarDaniel Sandler2013-08-151-2/+2
|\ \ \
| * | | Rename All Apps to More Apps.Daniel Sandler2013-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Because they aren't all there anymore. Change-Id: I4acee9abaefd089d903068ea519371549588c4e2
* | | | Merge "Hide WeightWatcher by default." into jb-ub-gel-agarDaniel Sandler2013-08-151-1/+2
|\| | | | |/ / |/| |
| * | Hide WeightWatcher by default.Daniel Sandler2013-08-151-1/+2
| | | | | | | | | | | | Change-Id: I722b5f78311234860c4c0ac227cfb0115ffc8e01
* | | Passing right swipes through to custom contentAdam Cohen2013-08-141-5/+21
| | | | | | | | | | | | | | | | | | -> Right swipes must follow page settle by >= 200 ms. Change-Id: Ie5a5ae36e63f28736599a8a846570949447f7a03
* | | Don't switch pages when dragging out of folderAdam Cohen2013-08-143-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | -> Fix bug where page switch indicator wouldn't draw on right -> Fixed some code related to folder reordering -- no behaviour change yet, but once the new AutoScroll is in, this should behave correctly (ie. shouldn't reorder while in scroll zone) Change-Id: Ic14a8d70858777164f094204472dc6a726dd461a
* | | Merge "Adding overview mode for reordering, widget adding and wallpaper ↵Adam Cohen2013-08-143-270/+335
|\ \ \ | |_|/ |/| | | | | switching" into jb-ub-gel-agar
| * | Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-133-270/+335
| | | | | | | | | | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* | | Merge changes I559fae32,Ic4db1a3a into jb-ub-gel-agarWinson Chung2013-08-132-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: More logging. Adding additional logging.
| * | | More logging.Winson Chung2013-08-121-2/+3
| | | | | | | | | | | | | | | | Change-Id: I559fae32d80b6d7151ce519d81c662737fb23404
| * | | Adding additional logging.Winson Chung2013-08-122-0/+3
| | |/ | |/| | | | | | | Change-Id: Ic4db1a3abe8b735f07e51a2d35ca92273b5f76c8
* / | It is *very important* to call super.onDetachedFromWindow()Romain Guy2013-08-131-0/+1
|/ / | | | | | | | | | | | | Bug #10075732 Change-Id: I515005e35398317d98124964b6bb74f488a213f4 (cherry picked from commit 2361a4daf77ac1f076273d19bc6e171b3b74b22e)
* | Adding additional debugging code to track screen id updates.Winson Chung2013-08-093-1/+17
| | | | | | | | Change-Id: I1749ab998a4c213b32f1160d5d21f21b2f30e389
* | Merge "Fixing regression in initializing install time." into jb-ub-gel-agarWinson Chung2013-08-071-10/+22
|\ \
| * | Fixing regression in initializing install time.Winson Chung2013-08-051-10/+22
| |/ | | | | | | Change-Id: Iedeae0eed7cc929ee7cb2be99bd3bdc58822ce6e
* | Merge "Initial implementation: Broadcasts on app launch." into jb-ub-gel-agarDaniel Sandler2013-08-062-1/+210
|\ \
| * | Initial implementation: Broadcasts on app launch.Daniel Sandler2013-08-062-1/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look for com.android.launcher3.action.LAUNCH to be sent when an icon is clicked in Launcher. (Restricted to com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS which is a signature permission right now. This is specifically tracking apps launched via shortcut icon; any other method of launching apps (notifications, recents, internal navigation, etc.) is outside of Launcher's purview and hence not broadcast. The broadcast currently includes, in the "intent" extra, the Uri flattening of the specific shortcut clicked. The file /data/data/<pkg>/files/launches.log contains a binary log of all such launches, including additional info like screen# that should probably be in the broadcast too. This info is summarized in .../stats.log, which encodes a simple histogram of app launches since basically forever. This should probably be done over a sliding window, which will require more processing on startup. Bug: 10031590 Change-Id: Ifc5921d5dc20701c67678cbfdc89b03cacd62028
* | | Merge "Remove unnecessary FolderRing bitmaps." into jb-ub-gel-agarDaniel Sandler2013-08-061-4/+5
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary FolderRing bitmaps.Daniel Sandler2013-07-311-4/+5
| | | | | | | | | | | | | | | Bug: 10097530 Change-Id: Ic791d5c36b16474e1ab0a800e18aec802755dd67
* | | Fix build errorMichael Jurka2013-08-051-1/+1
| | |
* | | Merge "Cross referencing all shortcuts on workspace with the PackageManager ↵Winson Chung2013-08-021-29/+35
|\ \ \ | | | | | | | | | | | | to ensure we don't have zombie icons." into jb-ub-gel-agar
| * | | Cross referencing all shortcuts on workspace with the PackageManager to ↵Winson Chung2013-07-301-29/+35
| |/ / | | | | | | | | | | | | | | | ensure we don't have zombie icons. Change-Id: If9e22bbf1e3e0228e6ce9c76044ae7e015ebf54f
* | | Merge "Removing old new-app animation code, and refactoring ↵Winson Chung2013-08-028-323/+135
|\ \ \ | | | | | | | | | | | | InstallShortcutReceiver to use new add/bind logic." into jb-ub-gel-agar
| * | | Removing old new-app animation code, and refactoring InstallShortcutReceiver ↵Winson Chung2013-07-268-325/+136
| | | | | | | | | | | | | | | | | | | | | | | | to use new add/bind logic. Change-Id: Ide27dbcf1d1b1631fcd33a6c54a51b31e125c2f4
* | | | Merge "Fix bugs with dragging items out of folders" into jb-ub-gel-agarWinson Chung2013-08-022-3/+9
|\ \ \ \
| * | | | Fix bugs with dragging items out of foldersMichael Jurka2013-08-022-3/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A folder of one item wasn't converted to a single item - this fixes that regression It was also possible, in some rare cases, that the Folder cleanup code never ran after uninstalling an app Change-Id: Iee2490ed95d4f4a243b6f93411397a397aef7ae1
* | | | Merge "Small code formatting changes" into jb-ub-gel-agarMichael Jurka2013-08-022-3/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Small code formatting changesMichael Jurka2013-07-292-3/+6
| | |/ | |/|
* | | Fixing crash due to grabbing oob screen index. (Bug 10114488)Winson Chung2013-07-311-5/+5
| | | | | | | | | | | | Change-Id: I9e0c3d9bfcf96f092260a82b930b7ea728b6e98d
* | | Merge "Adding hint for launcher to pre-create custom workspace screen." into ↵Winson Chung2013-07-312-17/+33
|\ \ \ | | | | | | | | | | | | jb-ub-gel-agar
| * | | Adding hint for launcher to pre-create custom workspace screen.Winson Chung2013-07-312-17/+33
| |/ / | | | | | | | | | Change-Id: I150fb8b6ff13053bf4b0b49f2b510630ed50714a
* | | Merge "Verifying that new applications are added and fixing issue with new ↵Winson Chung2013-07-317-165/+299
|\ \ \ | | | | | | | | | | | | items getting wrong ids." into jb-ub-gel-agar
| * | | Verifying that new applications are added and fixing issue with new items ↵Winson Chung2013-07-257-165/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getting wrong ids. - Fixing issue where the LauncherModel would be out of sync on first migration, and subsequent crashes Change-Id: I6f58b09b615b28958c7f941e58ff9ae0ee3ba939
* | | | Merge "Prevent dragging workspace items to custom content page." into ↵Winson Chung2013-07-311-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | jb-ub-gel-agar
| * | | | Prevent dragging workspace items to custom content page.Winson Chung2013-07-261-0/+5
| | |_|/ | |/| | | | | | | | | | Change-Id: I4279f5feffb9512af66243969efaaadfb9011962
* | | | Merge "Adding support for custom page indicator markers." into jb-ub-gel-agarWinson Chung2013-07-313-8/+24
|\ \ \ \
| * | | | Adding support for custom page indicator markers.Winson Chung2013-07-263-8/+24
| |/ / / | | | | | | | | | | | | Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415
* | | / Call onShow/onHide when visibility changes on -1 screen.Derek Prothro2013-07-301-0/+7
| |_|/ |/| | | | | | | | | | | Bug: 10089616 Change-Id: I4365432d5ff699b3722ca3f30713e0c490d0e4ed
* | | Merge "Updating focus helper to account for change in Folder layout ↵Winson Chung2013-07-251-1/+3
|\ \ \ | | | | | | | | | | | | hierarchy. (Bug 9626867)" into jb-ub-gel-agar
| * | | Updating focus helper to account for change in Folder layout hierarchy. (Bug ↵Winson Chung2013-07-251-1/+3
| |/ / | | | | | | | | | | | | | | | 9626867) Change-Id: I8d6cce9089913de987316c9790ecfb301ca1f218
* | | Fix NPE on failed loader queries.Daniel Sandler2013-07-251-1/+3
| | | | | | | | | | | | | | | Bug: 9901236 Change-Id: I3139174dd03ac3e79960f03729b7a39528804d76
* | | Fix overhang of custom content area into first screen of launcherAdam Cohen2013-07-242-12/+15
| | | | | | | | | | | | Change-Id: I2e8cbedb644c8399be269616e617851136489da5