summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | Preferences: Show Dock Dividernebkat2012-11-193-12/+32
| | | | | | | | Change-Id: I5e4349e5b7539a66d5d96c5f9fd9780b7572d624
* | Preferences: Cleanupnebkat2012-11-194-23/+29
| | | | | | | | Change-Id: I1c68f8b58025714138c0c6bf0e1faf1f01d17be9
* | Preferences: Fade Page Indicator (Workspace)nebkat2012-11-193-4/+30
| | | | | | | | Change-Id: I7c30adaac1ddaea69e409410b53185926a9266f6
* | Preferences Show/Fade Page Indicator (AllApps)nebkat2012-11-193-2/+34
| | | | | | | | Change-Id: I9f417ecfdfcfdbcf3f4dc5f633878228194faaba
* | Preferences: Separate Apps and Widgetsnebkat2012-11-193-89/+245
| | | | | | | | | | | | Reverts "Add ability to swipe from apps to widgets in AllAppsCustomize" Change-Id: I0727fbe747f2f93c4680bf91fbcbed75af662b29
* | Preferences: Scroll Wallpapernebkat2012-11-192-6/+32
| | | | | | | | Change-Id: If20b0f45cc773f7e03565b638ae745ced3070d5c
* | Preferences: Show Page Indicator (Workspace)nebkat2012-11-193-0/+26
| | | | | | | | Change-Id: I564eca3da962f5af088e26b85d13dc3585780068
* | Preferences: Version preference information stylenebkat2012-11-191-0/+4
| | | | | | | | Change-Id: I723b6daf3e6a8f1d2cc2c1c5f4f50b85ef7ecd08
* | Preferences: Number of Homescreens + Default Screennebkat2012-11-195-27/+50
| | | | | | | | Change-Id: Id361d71c9fd0f0748fa6a48c6702178d366221b8
* | Preferences: Grid Sizenebkat2012-11-192-22/+56
| | | | | | | | Change-Id: I51bec0a0c29421fc389f7b656496ba1467758892
* | DoubleNumberPickerPreferencenebkat2012-11-191-0/+186
| | | | | | | | Change-Id: I9e71b1f889e98e134b99c965452192e503ff2f08
* | Preferences: Auto-rotate screenDanesh M2012-11-192-2/+13
| | | | | | | | Change-Id: I126b57932bad994c3fcfa3c764d94bdb60037a93
* | AppWidgetResizeFrame: Allow resizing to any sizenebkat2012-11-191-0/+2
| | | | | | | | | | | | | | | | Widgets normally aren't allowed to get resized to less than their original size. This enables it when the "Resize Any Widget" pref is enabld. Change-Id: I5cb94b598fe31f2bfa7c445aa0207c781a4cad6d
* | Update Copyrightnebkat2012-11-194-2/+19
| | | | | | | | Change-Id: I5ffdfd4a09bd58f8ae498c932ce07d691cfb8ab8
* | Preferences: NumberPickerPreferenceDanesh M2012-11-191-0/+126
| | | | | | | | Change-Id: I1888fe530a71af1e5d3b015d4a416c98e20ee3e0
* | Tweak Menunebkat2012-11-191-10/+12
| | | | | | | | | | | | | | | | - Move "System settings" to the bottom of the menu - Request from Pawit Pornkitprasan - Change "Preferences" to "Trebuchet settings" - Request from Tanguy Pruvot - Hide Preferences if using CyanogenMod (with the settings shortcut) - Request from Steve Kondik Change-Id: I0738fb0feb04d601b93e28088b771283c35b6684
* | Preferences: Resize any widgetnebkat2012-11-193-1/+13
| | | | | | | | Change-Id: I7ef5546f57543664d45a25eb5b9d07f303c9db0b
* | Preferences: Hide search bar preference + othersnebkat2012-11-195-25/+97
| | | | | | | | | | | | | | - Restart Launcher on preferences changed - Implement "getCurrentOrientation()" Change-Id: I0728824ab994984c1dc798b61efa26b727ca3ea2
* | Preferences: initial Preferences Activity, Provider and XMLnebkat2012-11-193-1/+72
| | | | | | | | Change-Id: I27d44993c4e34e08cfafff6d7a418df7c4f06fd2
* | Rename Launcher to TrebuchetChirayu Desai2012-11-1975-140/+140
|/ | | | | | Launcher2 is now Trebuchet application_name removed from localized strings and made un-translatable com.android.launcher is now com.cyanogenmod.trebuchet
* Merge "Stop animating All Apps during transition to Home" into jb-mr1-devChet Haase2012-10-292-2/+24
|\
| * Stop animating All Apps during transition to HomeChet Haase2012-10-292-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the sources of jank in launcher is during the All Apps -> Home transition. specifically, if the user has started a fling operation (where we are animating between pages in All Apps) and then hits the Home button, we continue the fling animation while also doing the transition to Home scale/fade animations. This causes a lot of work for launcher, particularly because the fling animation is causing the All Apps layer to get recreated on every frame. The fix is to simply pause the fling animation, then snap to its end state when the animation to Home is complete. We also need to pause/snap the scroll indicator animation, because it's fading animation causes the same layer-recreation jank that the fling itself causes. Issue #7387124 Home <-> All Apps transition animation is janky while flinging Change-Id: Icbcaf2d5b3b2f6ce8fd7419419d258248aa1475b
* | Merge "Cap launcher swipe animations to max duration" into jb-mr1-devDave Burke2012-10-251-0/+2
|\ \
| * | Cap launcher swipe animations to max durationChet Haase2012-10-251-0/+2
| |/ | | | | | | | | | | | | large screens take too long swiping between screens. Cap the duration to some max value to make things snappier. Change-Id: Iee967c1b00b4962a0490fd0e20d48d7d8363dd2f
* | Merge "Delay ACTION_MAIN processing when not focused." into jb-mr1-devDave Burke2012-10-251-26/+41
|\ \
| * | Delay ACTION_MAIN processing when not focused.Jamie Gennis2012-10-241-26/+41
| |/ | | | | | | | | | | | | | | | | | | This change puts a 350 ms delay before processing the ACTION_MAIN intent when the window is not focused. This makes the Launcher animation take place after the GPU-intensive portion of the window shade hide animation, resulting in smoother animations. Bug: 7401764 Change-Id: I574f2ba398fcf38b423413f802673bbd4d983cd2
* | Merge "Get rid of explicit GC requests" into jb-mr1-devMichael Jurka2012-10-221-5/+0
|\ \ | |/ |/|
| * Get rid of explicit GC requestsMichael Jurka2012-10-191-5/+0
| | | | | | Bug: 7370913
* | Merge "Send correctly populated Accessibility event on Launcher state ↵Svetoslav Ganov2012-10-191-5/+12
|\ \ | | | | | | | | | change." into jb-mr1-dev
| * | Send correctly populated Accessibility event on Launcher state change.alanv2012-10-171-5/+12
| | | | | | | | | | | | | | | Bug: 7362253 Change-Id: I72811292e8091a21866cb4599d37a71eb475b1d5
* | | Merge "Fix NPE" into jb-mr1-devMichael Jurka2012-10-191-0/+3
|\ \ \
| * | | Fix NPEMichael Jurka2012-10-191-0/+3
| | |/ | |/| | | | | | | | | | Bug: 7356682 Change-Id: Ic6522da1ec6ac0d57f1565cef9c43949f2d7fd70
* | | Fix NPEMichael Jurka2012-10-191-1/+3
|/ / | | | | Bug: 7371837
* | remove old fashioned dream, no longer supportedScott Main2012-10-181-416/+0
|/ | | | Change-Id: I87370e8dc7f3159182dac9f650223ce010d6286b
* Merge "Remove unnecessary allocations during draw Bug #7327799" into jb-mr1-devRomain Guy2012-10-111-6/+8
|\
| * Remove unnecessary allocations during drawRomain Guy2012-10-101-6/+8
| | | | | | | | | | | | Bug #7327799 Change-Id: Ic3a18fb9d850f2c692dcb187a206c61dfa8108a4
* | Update custom cling paramsMichael Jurka2012-10-101-1/+0
|/ | | | | Bug: 7318080 Change-Id: I77d73d81a60efa3886f088e82c6ba3466f6ac331
* Stop using mcc for custom workspace cling on sw600dp devicesMichael Jurka2012-10-091-1/+1
| | | Bug: 7203884
* Merge "Re-merge "Add support for custom manta cling"" into jb-mr1-devMichael Jurka2012-10-082-2/+23
|\
| * Re-merge "Add support for custom manta cling"Michael Jurka2012-10-082-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* | Merge "Fix bug 6886990: cling accessibility" into jb-mr1-devMichael Jurka2012-10-082-2/+132
|\ \
| * | Fix bug 6886990: cling accessibilityMichael Jurka2012-10-082-2/+132
| | | | | | | | | | | | | | | | | | Clings should block interaction with elements below when Talkback is enabled Change-Id: Ifdcd109351fd3c2d6dc97ad75ea3ab6eea48b582
* | | Bug 7301303: more rows in all apps for sw720dp-portMichael Jurka2012-10-081-1/+4
| |/ |/|
* | Revert "Add support for custom manta cling"Michael Jurka2012-10-082-21/+2
| | | | | | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* | Merge "Fix to ensure default widgets get size callbacks (issue 7287744)" ↵Adam Cohen2012-10-074-14/+21
|\ \ | |/ |/| | | into jb-mr1-dev
| * Fix to ensure default widgets get size callbacks (issue 7287744)Adam Cohen2012-10-054-14/+21
| | | | | | | | Change-Id: I46b329db247a0b450493530ab619576c45418b01
* | Add support for custom manta clingMichael Jurka2012-10-052-2/+21
|/ | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* Removing db corruption exceptions, logging instead (issue 7112132)Adam Cohen2012-10-041-10/+3
| | | | Change-Id: I5fd169ba53a88797723997d25399b39b0468864a
* Fix for widgets with config not getting size info (issue 7266053)Adam Cohen2012-10-043-3/+19
| | | | Change-Id: I0b55555ed38d4f2a70345d1b6316a075a9346111
* Merge "Specify workspace resource in preload broadcast" into jb-mr1-devBrian Muramatsu2012-10-033-8/+31
|\