summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add proto flag "javanano_use_deprecated_package" to avoid build breakageAdam Cohen2015-07-311-0/+1
| | | | Change-Id: Iea8a7bc2bb385e066b3f972105224fee3eb7c894
* Remove references to FloatMath, deprecated in MAdam Cohen2015-07-303-10/+7
| | | | | | | | -> Allows us to build against M SDK issue 22822360 Change-Id: I1178eb6bafc348699c5be8c29858eb3dff093e11
* [DO NOT MERGE] Adding minSpanX and minSpanY for all the launcher widgetsSunny Goyal2015-07-163-10/+17
| | | | | Bug: 22353460 Change-Id: Id4450dee42a83e4603dcd56e1c4dec2b0e405858
* Merge "[DO NOT MERGE] fixing build break" into ub-launcher3-almonteSunny Goyal2015-07-161-1/+1
|\
| * [DO NOT MERGE] fixing build breakSunny Goyal2015-07-151-1/+1
| | | | | | | | Change-Id: Ief14e03874626d4f6fdf403d98950d9d64b66160
* | Merge "[Do NOT MERGE] Fixing AppWidgetInfo not initialized with proper user" ↵Sunny Goyal2015-07-161-1/+8
|\| | | | | | | into ub-launcher3-almonte
| * [Do NOT MERGE] Fixing AppWidgetInfo not initialized with proper userSunny Goyal2015-07-151-1/+8
| | | | | | | | | | Bug: 21673750 Change-Id: I1e03c3cb10a87e394e963cc2001c9c1c293eb2ca
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-153-9/+9
| | | | | | | | | | Change-Id: I025eedc9fa35a6ba583f8d3e215dd066ddb634b3 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-088-0/+640
| | | | | | | | | | Change-Id: If6f8aab0ef73f981d6a61581afc97b7373ead696 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-0816-31/+191
| | | | | | | | | | Change-Id: I320b14c25007f49de2236722bf8239ab8c77e00d Auto-generated-cl: translation import
* | Updating onRequestPermissionsResult signature to publicSunny Goyal2015-07-071-1/+1
| | | | | | | | | | Change-Id: Ie08caa55a195e9062006d13e86238cca827ef249 (cherry picked from commit dd2e6dfc16b7c6ae65123e4df545d42124b76cb0)
* | Revert "Add "option javanano_use_deprecated_package = true;\n" to protos ↵Sunny Goyal2015-07-011-1/+0
|/ | | | | | | | compiled with the nano proto compiler that are referenced in Java files." This reverts commit 469fea0b390e893c1eb8115ff6c5f997916be4c1. Change-Id: I2977f49a9836fd08038028c6cd8d3eed73185dde
* Add "option javanano_use_deprecated_package = true;\n" to protos compiled ↵Sunny Goyal2015-07-011-0/+1
| | | | | | | with the nano proto compiler that are referenced in Java files. Bug: 21273801 Change-Id: I6d9986f5f93980d8a3400e488609a28082fc2cdb
* Removing unused loggingSunny Goyal2015-06-302-145/+6
| | | | | | | | > We store some local logs which are never propagated to the server and cause unnecessary file-io during app launch Change-Id: I2b41c3af182de2a87f38ad88f3bae9d250574c26 Bug: 19940630
* [DO NOT MERGE] Build fix.Sunny Goyal2015-06-261-1/+1
| | | | Change-Id: I625b92d6e4e19aa903e1e1e483c4330e2b631ce3
* Merge "[DO NOT MERGE] Removing junit.framework.Assert from wallpaper picker ↵Sunny Goyal2015-06-263-7/+7
|\ | | | | | | code" into ub-launcher3-almonte
| * [DO NOT MERGE] Removing junit.framework.Assert from wallpaper picker codeSunny Goyal2015-06-263-7/+7
| | | | | | | | | | Bug: 22124692 Change-Id: Ifd41727a2ce4af660818b4f0cd6b95110ffdeec4
* | [DO NOT MERGE] Adding constants already available in burnabySunny Goyal2015-06-261-0/+3
|/ | | | Change-Id: I653fe653c4a7ee3644d17f45f3df34e3621aaee8
* Merge "Add LauncherCallbacks for requesting permissions on MNC" into ↵Dave Hawkey2015-06-263-0/+16
|\ | | | | | | ub-launcher3-almonte
| * Add LauncherCallbacks for requesting permissions on MNCDave Hawkey2015-06-263-0/+16
| | | | | | | | Change-Id: Ia8f704590e03e16db04c2f7acee1e79ce7334749
* | [DO NOT MERGE] Making some constants publicSunny Goyal2015-06-261-43/+43
|/ | | | Change-Id: I95665184b100ab83b2171718d82fcc1e31c2fae1
* Merge "Add extras required for compilation" into ub-launcher3-almonteWinson Chung2015-06-191-0/+16
|\
| * Add extras required for compilationAdam Cohen2015-06-191-0/+16
| | | | | | | | | | | | -> Patching back from a future branch Change-Id: I5127a82560e39bf391fe083d0eb8932cf2473562
* | Updating ComponentKey for compatibility with build.Winson Chung2015-06-181-1/+6
| | | | | | | | Change-Id: I293177c0eff8c162c2d21bfc2aebf83926c62690
* | Catch TransactionTooLargeException when loading widget provider listHyunyoung Song2015-06-091-17/+42
| | | | | | | | | | | | | | | | b/19904873 Change-Id: Ic0d13ee7513731706bc0f9fde8502acba0899cb3 Note: fix for almonte will be separate due to diff btw the branches.. (cherry picked from commit 3abd5488cca5b06c97251db453a5a6ed61e33ce8)
* | Merge "Guard against monkey actor test NPE inside FocusHelper b/19626762" ↵Hyunyoung Song2015-05-281-0/+6
|\ \ | |/ |/| | | into ub-launcher3-almonte
| * Guard against monkey actor test NPE inside FocusHelperHyunyoung Song2015-05-281-0/+6
| | | | | | | | | | | | b/19626762 Change-Id: Icaff5931f4076323855f23e7165b0e78a11241b6
* | [DO NOT MERGE] Use custom slide-up animation on LMP MR1 instead of system ↵Adam Cohen2015-05-223-1/+28
|/ | | | | | | | default issue 21402755 Change-Id: I87ddef08e7b3134c791f769fc279e62d520cd18c
* Preventing NullPointerException when cancelling a shortcut additionSunny Goyal2015-05-131-1/+3
| | | | | | Bug: 21024018 Change-Id: Iac09d9e4f1411aa9fe1ec89fbfe749b009c7d457 (cherry picked from commit f044bb1edd8670fbc2cf9eeb1a51c31b91f0889c)
* Remove duplicate calls to getSortedWidgetsAndShortcutsHyunyoung Song2015-04-202-16/+24
| | | | | | b/19904873 Change-Id: I2e56bc0c7524caa2ef3c5fb00f35cb032cd1860b
* Stop using custom activity transition, rely on system default in these casesAdam Cohen2015-04-024-67/+4
| | | | | | | | | -> workaround for platform issue related to this resource, but also a decent code cleanup issue 20006693 Change-Id: Iea3a2fb14be5ed78d882ddf9d970b12d177f4249
* Adding Launcher3 callbacks for trimming memory.Robert Kozikowski2015-03-303-0/+8
| | | | | | | | | | | | | | | | It will help reduce memory footprint of Launcher, when in background. It is required to help deallocate images, when Google Now Launcher goes into the background. See cl/83222937/ . Plan after this CL: - Generate drop CL with launcher3_drop.sh. Add empty metods to make code compile. - Sync the cl/83222937 and hide the code behind the feature flag. It was previously submitted in ag/628070 and reverted in ag/630423 due to GSA release schedule. Change-Id: I56eee618b86d518d0afc362b6cf44c3bbec1f19c
* Avoid casting AppWidgetProviderInfo to LauncherAppWidgetProviderInfo upon ↵Adam Cohen2015-03-271-1/+3
| | | | | | | | unparcel issue 19904413 Change-Id: Ie1b4a2b1331f6a707f8590cd0396138a20946658
* Ensure that we capture all paths for starting activity for resultAdam Cohen2015-03-271-1/+18
| | | | | | | | | | | -> AppWidgetManagerCompatVL uses an IntentSender to launch the widget config activity (to handle the case of cross profile config activities) -> Launcher was not overriding this method, and so not capturing the fact that we are waiting for a result. issue 19723510 Change-Id: If5751e6d23d31c9f7b3b85f9464a93f935487cec
* Don't clobber widgets with the same component - DO NOT MERGERobin Lee2015-03-195-25/+87
| | | | | | | | | By not storing them in a HashMap keyed against ComponentName (which is almost guaranteed to conflict with other widgets when managed profiles are in play). Bug: 19444068 Change-Id: I6ffce78e8aaf265196239670404cbdaff9fa09be
* [DO NOT MERGE] Fixing build error in launcher_protoutil_libSunny Goyal2015-03-161-2/+3
| | | | | | | | | > Since test build rules were included before the launcher_protoutil_lib rule, all the following paths got prefixed with "tests/" giving file not found error Change-Id: I13f96fc2f14336b0ff40f086176cc4afbc254791 (cherry picked from commit d68725cd20be0c1d5ebd583da5fde0f007a69bf8)
* Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-113-12/+12
| | | | | | | | Culprit CL: https://googleplex-android-review.git.corp.google.com/#/c/592303/3/src/com/android/launcher3/LauncherModel.java b/19658229 Change-Id: I02b0b2a0ed9bc3200bbe1edcb251cf0efe939e53
* Clearing DB if necessary, when applying the default layoutSunny Goyal2015-03-041-0/+4
| | | | | Bug: 19574498 Change-Id: I34850d9a7f7316bcc2cb9fc8a5be57d2488c16a6
* Fixing wronk rowID check.Sunny Goyal2015-03-021-1/+1
| | | | | | | | Since screenId is changed to primary key, the rowId can now be 0 (earlier it was auto-increment and never 0) Bug: 19566734 Change-Id: Icf0e4294a581039101df1ad1756fdb6e581c4cba
* DO NOT MERGE: Setting workspace id as primary keySunny Goyal2015-02-251-3/+58
| | | | | Bug: 19475231 Change-Id: I0385e97868db73dafe148ce45af7dda4555ee593
* Using SCREEN_ORIENTATION_LOCKED for locking to current orientation.Sunny Goyal2015-02-231-2/+6
| | | | | | Bug: 17298128 Change-Id: If64b6957a594bcc48f6454689d11cd63d31b9239 (cherry picked from commit 3c1865ad5050f594d1684fe8962bfbc8ffcbe4bb)
* Merge "Fixing crash when dragging and dropping a restored widget." into ↵Sunny Goyal2015-02-172-5/+4
|\ | | | | | | ub-launcher3-almonte
| * Fixing crash when dragging and dropping a restored widget.Sunny Goyal2015-02-172-5/+4
| | | | | | | | | | | | | | > When the widget is in pending state, AppWidgetProviderInfo is not available Bug: 19364311 Change-Id: If3126a375853e6e710c6eba4b8824e18f3f0d391
* | Ensure that layers are properly removed after animationAdam Cohen2015-02-132-36/+59
| | | | | | | | | | | | Bug 19243980 Change-Id: Ic1d54f92051f7d937878898cae210ec18ecbaff8
* | Fixing rank migration code to handle null values correctly.Sunny Goyal2015-02-101-1/+2
|/ | | | | Bug: 19297508 Change-Id: I652ef30ab37f5b09204f0388de8e065d64b7724d
* Launcher crashes on widget bind permission promptSunny Goyal2015-02-061-3/+3
| | | | | Change-Id: If09feb357e1604e5ee1a66305b022674f466833e (cherry picked from commit e6b63a3d7335fed5b7bbcc6d2c6230ae28facd3e)
* Merge "Revert "Adding Launcher3 callbacks for trimming memory."" into ↵Adam Cohen2015-02-063-8/+0
|\ | | | | | | ub-launcher3-almonte
| * Revert "Adding Launcher3 callbacks for trimming memory."Adam Cohen2015-02-063-8/+0
| | | | | | | | | | | | This reverts commit 42f3b9e0283c30c40c286f9958ce0f8b02f85c52. Change-Id: I65a7c893576c0901b231bab9abe6937f99415f1e
* | Merge "Adding Launcher3 callbacks for trimming memory." into ↵Robert Kozikowski2015-02-043-0/+8
|\| | | | | | | ub-launcher3-almonte
| * Adding Launcher3 callbacks for trimming memory.Robert Kozikowski2015-02-043-0/+8
| | | | | | | | | | | | | | | | It will help reduce memory footprint of Launcher, when in background. It is required to help deallocate images, when Google Now Launcher goes into the background. See cl/83222937/ . Change-Id: I6d3d4d1f0457c67abcad3ba4516c87abcf666b05