summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Logging to disk for more reliable loggingAdam Cohen2013-08-284-79/+277
| | | | | | | -> Re-adding basic distinction btw apps and shortcuts -> Adding functionality to e-mail dump file, but not using Change-Id: I2b635004ab082af79445158ab61f20aac62d2e2f
* Clean up unused codeMichael Jurka2013-08-2814-59/+9
| | | Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
* Clearing workspace screen data structures along with pages.Winson Chung2013-08-273-5/+52
| | | | Change-Id: Ib6c4522cd0c0c06dd6fd327be3621a6de0778f9c
* Merge "Fixing issue where dragging final items out of hot seat folder can ↵Winson Chung2013-08-263-15/+33
|\ | | | | | | causes inconsistency issue." into jb-ub-gel-agar
| * Fixing issue where dragging final items out of hot seat folder can causes ↵Winson Chung2013-08-233-15/+33
| | | | | | | | | | | | inconsistency issue. - Fixing restoring of workspace screens on rotation (and flash of custom content page indicator) - Fixing NPE on long pressing on empty screen to go into overview mode
* | Merge "Fixing folders to always show in view, removing old assets and ↵Winson Chung2013-08-2611-95/+143
|\| | | | | | | references to LauncherModel count." into jb-ub-gel-agar
| * Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-2311-95/+143
| | | | | | | | LauncherModel count.
* | Add wallpaper parallaxMichael Jurka2013-08-261-119/+71
| | | | | | | | | | | | | | - Currently only works with built-in wallpapers - Animates smoothly when the number of wallpapers changes Change-Id: Ia63f5d4cdc6fc83495e507d93cf34405e6733515
* | Fix wallpaper croppingMichael Jurka2013-08-262-5/+3
| | | | | | | | Images were not being scaled correctly and wallpaper dimensions weren't always being set
* | Merge "Get the view to be used as qsb bar from the launcher directly." into ↵Adam Copp2013-08-234-13/+28
|\ \ | |/ |/| | | jb-ub-gel-agar
| * Get the view to be used as qsb bar from the launcher directly.Cristina Stancu2013-08-224-13/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
* | Merge "Finish support for third-party wallpaper pickers" into jb-ub-gel-agarMichael Jurka2013-08-223-32/+47
|\ \
| * | Finish support for third-party wallpaper pickersMichael Jurka2013-08-223-32/+47
| |/ | | | | | | | | Clicking on the pickers didn't do anything before. Change-Id: I103caafbe8d44d27d1797436ce479fb769c4c0f4
* | Merge "Disable zoom/pan for built-in wallpapers" into jb-ub-gel-agarMichael Jurka2013-08-222-27/+59
|\ \
| * | Disable zoom/pan for built-in wallpapersMichael Jurka2013-08-222-27/+59
| |/
* / Fixing issue loading old db rows without proper spans causing crash due to ↵Winson Chung2013-08-211-2/+2
|/ | | | | | occupied-cells check. Change-Id: Iac4d245c27aa7e6afe7792cc2308a163af11d11f
* Merge "Don't use a More Apps folder." into jb-ub-gel-agarDaniel Sandler2013-08-212-4/+11
|\
| * Don't use a More Apps folder.Daniel Sandler2013-08-212-4/+11
| | | | | | | | | | | | | | Instead, "extra" icons (which were not previously workspace shortcuts) will be strewn across your workspace. Change-Id: Ie8a7b533bb3c94bec3aa8fc7c7c8d3bea7eef485
* | Add logging for Folder drag issuesMichael Jurka2013-08-213-30/+24
|/ | | | | | | | | Drags out of Folders are getting lost, adding debug code to see if the uninstall logic is causing that Also, fixing one potential cause of the issue Change-Id: I0b6a91268571c2a9394e0d6f19fb9d324b427b51
* Remove built-in wallpaper picker.Daniel Sandler2013-08-213-439/+1
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-2140-75/+11727
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Fix build.Daniel Sandler2013-08-211-4/+0
| | | | Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51
* Fixing issue with widget sizes being misreported.Winson Chung2013-08-203-20/+29
| | | | | | - Fixing NPE with getting page indicators in phone landscape Change-Id: Id369596e38cbe7a161c0d1f62e62e4f4f3cc31b3
* Merge "Removing workspace screens on load and ensuring we don't bind on new ↵Winson Chung2013-08-203-46/+77
|\ | | | | | | apps until returning to Launcher." into jb-ub-gel-agar
| * Removing workspace screens on load and ensuring we don't bind on new apps ↵Winson Chung2013-08-203-46/+77
| | | | | | | | | | | | | | | | until returning to Launcher. - Updating print_db to print workspace screens Change-Id: Id477f5a5649c0d3b7ab0cce5ed99ca0a519d7706
* | Stripping unused method paramAdam Cohen2013-08-202-16/+8
|/ | | | Change-Id: Id71664a88908773c5e64c9394070ad231d2148a1
* Merge "Initial Changes for Dynamic Grid" into jb-ub-gel-agarWinson Chung2013-08-2020-400/+773
|\
| * Initial Changes for Dynamic GridWinson Chung2013-08-2020-400/+773
| | | | | | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* | Merge "Modify qsb bar elements to handle hotword state." into jb-ub-gel-agarCristina Stancu2013-08-203-9/+134
|\ \ | |/ |/|
| * Modify qsb bar elements to handle hotword state.Cristina Stancu2013-08-163-9/+134
| | | | | | | | | | | | | | | | | | | | They currently handle a pressed mode (showing a blue overlay), we'd like them to also handle a hotword state that would modify their appearance when hotword is available and active. Meant to work with: ag/344334 Change-Id: I07e261ce64307fdad8a4c16fc02eb009ca826ece
* | 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