summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removing UserInitializeReceiver from manifest as it does not existSunny Goyal2015-04-091-9/+0
| | | | Change-Id: I5f14d93abadfab0bc2822bc0c68648c72b5a082c
* Merge "Fixing some RTL issues with scrollable folder" into ub-launcher3-burnabySunny Goyal2015-04-082-42/+43
|\
| * Fixing some RTL issues with scrollable folderSunny Goyal2015-04-072-42/+43
| | | | | | | | | | | | | | | | > folder name alingment > scroll hint direction > Fake animation direction for icons changing pages Change-Id: Ia17ab2861a6d72c876806427e2de1682976b7671
* | Merge "update .gitignore config file so that we do not have to scroll ↵Hyunyoung Song2015-04-081-0/+3
|\ \ | | | | | | | | | through the unstaged items to pick which one to stage." into ub-launcher3-burnaby
| * | update .gitignore config file so that we do not have to scroll throughHyunyoung Song2015-04-081-0/+3
| |/ | | | | | | | | | | the unstaged items to pick which one to stage. Change-Id: I317e95fd74455999c957bf5434a8c7cb78afc3b2
* | Merge "Temporarily tweaking the all apps layout to fit the screen on ↵Winson Chung2015-04-084-7/+11
|\ \ | | | | | | | | | tablets." into ub-launcher3-burnaby
| * | Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-084-7/+11
| | | | | | | | | | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* | | Merge "Removing Pools.java as it is present in support lib" into ↵Sunny Goyal2015-04-082-167/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Removing Pools.java as it is present in support libSunny Goyal2015-04-082-167/+2
| | | | | | | | | | | | | | | | Change-Id: I0f1346223aa289889dbefedd47bff093e9c2c05d
* | | | Merge "Fixing focus indicator position when the overlay page has different ↵Sunny Goyal2015-04-081-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | size than the current page." into ub-launcher3-burnaby
| * | | | Fixing focus indicator position when the overlay page has differentSunny Goyal2015-04-081-5/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | size than the current page. Bug: 20104483 Change-Id: Ib79d1bc4eeffc03b706ad6d77d8285b8a7f1188a
* / / / Removing unused receiversSunny Goyal2015-04-084-77/+0
|/ / / | | | | | | | | | | | | Bug: 20068934 Change-Id: Ie08055ba964ebe4fe2c2a9ec39500d894d82f591
* | | Merge "Fixing issue with building velvet against lower support lib." into ↵Winson Chung2015-04-072-3/+3
|\ \ \ | |_|/ |/| | | | | ub-launcher3-burnaby
| * | Fixing issue with building velvet against lower support lib.Winson Chung2015-04-072-3/+3
| | |
* | | Merge "Revert "Setting hotseat padding to the container for symmetry"" into ↵Sunny Goyal2015-04-071-1/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Revert "Setting hotseat padding to the container for symmetry"Sunny Goyal2015-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d81992b6e70e05a3c208e02d019e606b7cb8a0b7. Bug:20087585 Change-Id: I4949ec9e0e27afa218597b943001e7240cfdc548
* | | | Merge "Small refactoring to apps list." into ub-launcher3-burnabyWinson Chung2015-04-076-95/+138
|\ \ \ \ | | |/ / | |/| |
| * | | Small refactoring to apps list.Winson Chung2015-04-066-95/+138
| | | | | | | | | | | | | | | | | | | | - Fixes issue with fading in app icons when items are added/removed - Reduces number of expensive calls when drawing sections and the scrollbar - Removes fake section AppInfos in the adapters
* | | | Merge "Ensuring that work-profile applications are mixed in with other ↵Winson Chung2015-04-062-45/+66
|\| | | | | | | | | | | | | | | apps." into ub-launcher3-burnaby
| * | | Ensuring that work-profile applications are mixed in with other apps.Winson Chung2015-04-062-45/+66
| | |/ | |/| | | | | | | | | | Bug: 20046158 Change-Id: I833c1a1467889db07f9ec33ca77641322901958e
* | | Merge "Adding support for loading package icon in iconCache" into ↵Sunny Goyal2015-04-061-19/+58
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Adding support for loading package icon in iconCacheSunny Goyal2015-04-061-19/+58
| |/ / | | | | | | | | | | | | | | | | | | > package icons need to be retrieved from IconCache for the new widget tray Bug: 19897708 Change-Id: Iaafc5e16477aaa4e9a7c46b5abf8146cd1101ffd
* | | resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-064-70/+3
| | | | | | | | | | | | Change-Id: I29aa5b37968b1ced81cdeb68a021db9310047252
* | | Merge "Adding a system status column in icon cache & invalidating items ↵Sunny Goyal2015-04-061-6/+23
|\ \ \ | | | | | | | | | | | | based on it" into ub-launcher3-burnaby
| * | | Adding a system status column in icon cache & invalidating items based on itSunny Goyal2015-04-011-6/+23
| | | | | | | | | | | | | | | | | | | | Bug: 20034430 Change-Id: Icd6c6426fc7ed26cd104bf22a9d2b0263cb0fa67
* | | | Adding nullcheck when getting app restrictionsSunny Goyal2015-04-061-1/+4
| |/ / |/| | | | | | | | | | | Bug: 20085185 Change-Id: I782a79a331a2d58287e34e24ed7730207bf260cb
* | | Merge "Reinflating QBS on resume, if the widget orientation is not same as ↵Sunny Goyal2015-04-031-0/+10
|\ \ \ | | | | | | | | | | | | launcher orientation" into ub-launcher3-burnaby
| * | | Reinflating QBS on resume, if the widget orientation is not same as launcher ↵Sunny Goyal2015-04-031-0/+10
| |/ / | | | | | | | | | | | | | | | | | | orientation Bug: 20044969 Change-Id: I5c285ddb09fc8b5d8444795eda64cd28486ab81d
* | | Merge "Updating pageindicator assets" into ub-launcher3-burnabySunny Goyal2015-04-0223-1/+2
|\ \ \ | |/ / |/| |
| * | Updating pageindicator assetsSunny Goyal2015-03-3023-1/+2
| | | | | | | | | | | | Change-Id: I8c045ac8193aed2299e72353fd75341f8e32e250
* | | Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal2015-04-0111-81/+51
| | | | | | | | | | | | | | | | | | whereever necessary Change-Id: Ia4a8abdfe2be9703f3217a60527d3a1220b33bdc
* | | Removing UninstallShortcutReceiverSunny Goyal2015-04-014-128/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
* | | am 67c30861: Adding Launcher3 callbacks for trimming memory.Robert Kozikowski2015-03-303-0/+8
|\ \ \ | | | | | | | | | | | | | | | | * commit '67c3086163593db47e57b8cf4fcb034334374000': Adding Launcher3 callbacks for trimming memory.
| * | | 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
* | | | Ensuring that we fast-scroll to the first section app.Winson Chung2015-03-301-4/+10
| |/ / |/| | | | | | | | | | | | | | Bug: 19992026 Change-Id: Ia015b870f80fa598fa68087f90236c59b0ad7e6d
* | | am b823ae4f: Avoid casting AppWidgetProviderInfo to ↵Adam Cohen2015-03-281-1/+3
|\| | | | | | | | | | | | | | | | | | | | LauncherAppWidgetProviderInfo upon unparcel * commit 'b823ae4fca345e051831732ff2760023ef6ec2c4': Avoid casting AppWidgetProviderInfo to LauncherAppWidgetProviderInfo upon unparcel
| * | Avoid casting AppWidgetProviderInfo to LauncherAppWidgetProviderInfo upon ↵Adam Cohen2015-03-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | unparcel issue 19904413 Change-Id: Ie1b4a2b1331f6a707f8590cd0396138a20946658
* | | am 173f711e: Ensure that we capture all paths for starting activity for resultAdam Cohen2015-03-271-1/+18
|\| | | | | | | | | | | | | | * commit '173f711e03dfce70d76c3b45f764a4f6b682a3b3': Ensure that we capture all paths for starting activity for result
| * | 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
* | | Merge "Configuration of workspace through app restrictions" into ↵Sunny Goyal2015-03-272-10/+81
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Configuration of workspace through app restrictionsSunny Goyal2015-03-272-10/+81
| | | | | | | | | | | | | | | | | | | | | | | | > Checking for a grid specific layout before loading the default layout Change-Id: I1e8d4176341e61d0876b0a9bea9ad8010e3a0f6a
* | | | Disabling overscroll when folder has only one pageSunny Goyal2015-03-262-1/+3
|/ / / | | | | | | | | | Change-Id: I3cc3964dba1af8d96822e46baf2dc9cfaee824ae
* | | Merge "Removing more code with API 21 dependencies." into ub-launcher3-burnabyWinson Chung2015-03-257-21/+40
|\ \ \
| * | | Removing more code with API 21 dependencies.Winson Chung2015-03-247-21/+40
| | | | | | | | | | | | | | | | Change-Id: I16c914334ce0694b84626269ae4bb5e83082c739
* | | | Merge "Ensure that we are not using the new View constructor." into ↵Winson Chung2015-03-241-5/+1
|\| | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Ensure that we are not using the new View constructor.Winson Chung2015-03-241-5/+1
| | | | | | | | | | | | | | | | Change-Id: Iac2dba6d42cd60d6260aee9afc590564d25919a5
* | | | Merge "Check the code point instead of the character when determining digit ↵Winson Chung2015-03-241-1/+1
|\| | | | | | | | | | | | | | | sections." into ub-launcher3-burnaby
| * | | Check the code point instead of the character when determining digit sections.Winson Chung2015-03-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ie21fda92ca5097cc9deb7c59001b61dc44603d4b
* | | | Merge "Removing unused strings with no default translations" into ↵Sunny Goyal2015-03-243-44/+0
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Removing unused strings with no default translationsSunny Goyal2015-03-243-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | > Removes build system gives warning when Launcher3 is build Change-Id: I40e5df7538d244b3ec3f2b722bf2606e622011f2