summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Enabling translation for accessibility strings" into ub-launcher3-burnabySunny Goyal2015-05-191-27/+27
|\
| * Enabling translation for accessibility stringsSunny Goyal2015-05-191-27/+27
| | | | | | | | | | | | | | | | > All the action strings are set to char limit 30 so that they play nice with accessibility UI. Bug: 19776741 Change-Id: I74612cc34a3a458541106319b3f8c36d54cc1138
* | Merge "Adding drop shadow effect in allapps" into ub-launcher3-burnabySunny Goyal2015-05-197-9/+95
|\ \
| * | Adding drop shadow effect in allappsSunny Goyal2015-05-157-9/+95
| | | | | | | | | | | | Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
* | | Unify sorting between all apps and widget trayHyunyoung Song2015-05-195-136/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - selected locale names are shown before latin - case independent sorting - main app > enterprise app Future possible refactoring: - Move all the *ItemInfo data structures to model package - Rename the comparator based on NOT what data structure it supports but what functionality it supports (locale? case independent? main app > enterprise app?) b/21271658 b/20339403 Change-Id: I8a776467392e21d5014e85cd3f51931a3ef89724
* | | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-198-112/+112
|\ \ \
| * | | Widget cell improvementSunny Goyal2015-05-198-112/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Using a custom view for preview, instead of extensing image view > Preventing relayout when applying preview > Removing unnecessary method calls Bug: 21133230 Change-Id: Iab12fa1e5c871ee43a9fb0e6b6af897fecfb345f
* | | | Merge "Updating the widget error view" into ub-launcher3-burnabySunny Goyal2015-05-195-10/+5
|\ \ \ \
| * | | | Updating the widget error viewSunny Goyal2015-05-195-10/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
* | | | | Ensure that we have a reasonable cache size for AllApps.Winson Chung2015-05-191-0/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic0cb5ec2911567102227748cd9d2c1d8297fe105
* | | | | Synchronizing views dependent on scroll during pre-draw.Winson Chung2015-05-193-163/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of tracking the absolute scroll, which can be inconsistent, simply synchronize any views that depend on the RecyclerView scroll each time in onPreDraw. Bug: 21169021
* | | | | Fixing issue with prediction bar apps erroneously being tapped.Winson Chung2015-05-192-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - requestDisallowIntercept is not called unless the recycler view scrolls so when over scrolling, we still need to check the distance to ensure we stop long pressing when the touch moves outside the slop - Ensure that we don't allow tapping the prediction bar icons under the search bar Change-Id: I520c05fa77911340d4747bb469918812b192769e
* | | | | Verify that an image can be rendered on a GL Surface before using itSunny Goyal2015-05-183-46/+45
|/ / / / | | | | | | | | | | | | | | | | Bug: 20138883 Change-Id: I8de70eb971f31c2a4c07a7903e097a1586402282
* | | | Removing some thread priority management logicSunny Goyal2015-05-184-80/+22
| | | | | | | | | | | | | | | | | | | | | | | | > Not saving folder id in onSaveInstance as it is not used. Change-Id: I176beb77cafe27ec4b7500d65dc86287d2f2e0cb
* | | | Starting the loader if the previous loader is not complete, instead of ↵Sunny Goyal2015-05-181-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | binding page synchronously Bug: 21107637 Change-Id: If04952c7d5c8a38a739ce5536ecac394011ab61a
* | | | Merge "Preventing relayout when loading high-res icons" into ↵Sunny Goyal2015-05-181-0/+11
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Preventing relayout when loading high-res iconsSunny Goyal2015-05-151-0/+11
| | |/ | |/| | | | | | | | | | Bug: 21133230 Change-Id: I1ec4dbfd28c42fa1c0e28b3fa746c0bc5dfaba7c
* | | Merge "Initially set the widget container view to GONE visibility" into ↵Hyunyoung Song2015-05-161-0/+1
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Initially set the widget container view to GONE visibilityHyunyoung Song2015-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Bitmap loading should not happen when Launcher3 is being loaded. b/21207643 Change-Id: I1b6a5f970d157d139e0e5021182048f752b67415
* | | Reducing calls to onCreateViewHolder due to animating children.Winson Chung2015-05-152-0/+10
| | | | | | | | | | | | | | | Bug 21133230 Change-Id: Ib5be0766d1ea56976195e33526d7595a16672eef
* | | Merge "Transition from back to showing widget tray if shortcut/Widget ↵Hyunyoung Song2015-05-151-4/+14
|\| | | |/ |/| | | configure activity was cancelled." into ub-launcher3-burnaby
| * Transition from back to showing widget tray if shortcut/Widget configure ↵Hyunyoung Song2015-05-151-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | activity was cancelled. Recent refactoring of the State inside Launcher introduced a check of which state can show widget tray (only workspace) that was too agressive. b/21201908 Change-Id: Iaccb44d23485aa101d7720b29335645a74f4dcdc
* | Merge "Optimizing shadow generation by reusing bitmap." into ↵Sunny Goyal2015-05-156-156/+190
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Optimizing shadow generation by reusing bitmap.Sunny Goyal2015-05-156-156/+190
| | | | | | | | | | | | | | | | | | | | | | | | > Not creating unnecessary bitmaps > Final bitmap is generated as ALPHA_8 instead of ARGB_8888 > The shadow drawing is done directly in the view Change-Id: I504fa2ea3abdc1a3c3fb9ad57d6e28880d2584a1
* | | Removing some dead code and extra view creation.Winson Chung2015-05-153-14/+8
| | | | | | | | | b/21133230
* | | Don't try and trim null strings.Winson Chung2015-05-151-0/+4
|/ / | | | | Bug: 21161481
* | Preventing homscreen getting filled with secondary user apps, when launcherSunny Goyal2015-05-153-24/+52
| | | | | | | | | | | | | | | | starts for the first time > Sorting the apps in the work folder by install time Change-Id: Ia475b4ff3197d90e6dffe070c12c0aa16be9e292
* | Merge "Fixing issue with folder inflation" into ub-launcher3-burnabySunny Goyal2015-05-151-2/+2
|\ \
| * | Fixing issue with folder inflationSunny Goyal2015-05-151-2/+2
| | | | | | | | | | | | | | | | | | > Folder was getting placed at the top left, instead of a custom position Change-Id: Ief279fad1583085c61aaa403e9cbe687da895ae0
* | | Merge "Ensure prediction bar is visible when intercepting touch events. " ↵Winson Chung2015-05-151-6/+11
|\ \ \ | | | | | | | | | | | | into ub-launcher3-burnaby
| * | | Ensure prediction bar is visible when intercepting touch events. Winson Chung2015-05-151-6/+11
| | |/ | |/| | | | Bug 21180943
* | | Merge "Fixing crash when drawing prediction bar divider." into ↵Winson Chung2015-05-152-2/+13
|\ \ \ | |_|/ |/| | | | | ub-launcher3-burnaby
| * | Fixing crash when drawing prediction bar divider.Winson Chung2015-05-142-2/+13
| | |
* | | Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-153-6/+12
|\ \ \
| * | | Adding padding to the folder contentSunny Goyal2015-05-133-6/+12
| | | | | | | | | | | | | | | | Change-Id: I88e56ff1aa26282e0167e2599f1b34ee374b705f
* | | | Changing the text sizes in the widget tray based on feedback from UXHyunyoung Song2015-05-142-3/+3
| |_|/ |/| | | | | | | | Change-Id: Ide984049a326a6629269e90be3468a53a9dc60e3
* | | Merge "Place the work profile badge in the correct bottom right (left for ↵Hyunyoung Song2015-05-158-33/+21
|\ \ \ | |_|/ |/| | | | | RTL) location" into ub-launcher3-burnaby
| * | Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-148-33/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location Also: - clean up of some code - remove requestLayout() method call that is not needed. b/20338602 Change-Id: I65e0e1ac40da2e3fa85af4d3aca54bed3f200a99
* | | Merge "Fixing fast scroller invalidation on pre-L devices." into ↵Winson Chung2015-05-141-24/+42
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Fixing fast scroller invalidation on pre-L devices.Winson Chung2015-05-141-24/+42
| | | | | | | | | | | | | | | | Change-Id: Ie776eff314db4b392ede70be1a332b0d80e0647c
* | | | Don't account for prediction bar height when there are no predictions.Winson Chung2015-05-141-4/+6
|/ / / | | | | | | | | | Change-Id: Icd4d52908de8d2de9d144e8ea469adbbcfe7cad3
* | | Overriding proper layout params methods for a custom ViewGroupSunny Goyal2015-05-141-0/+20
| | | | | | | | | | | | Change-Id: Ib6176a0da510eaa0992551ab4afa6f73b4763db0
* | | Merge "Extending the shadow effect for search bar to lower devices" into ↵Sunny Goyal2015-05-144-52/+135
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Extending the shadow effect for search bar to lower devicesSunny Goyal2015-05-144-52/+135
| | | | | | | | | | | | | | | | | | | | | | | | > Applying the background to the whole container instead of recycleview Change-Id: Ifc90d05e0e96c41ba9aaf96b906211b101c2e197
* | | | Merge "Prevent work folder creation when launcher is upgraded." into ↵Sunny Goyal2015-05-142-2/+34
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Prevent work folder creation when launcher is upgraded.Sunny Goyal2015-05-122-2/+34
| | | | | | | | | | | | | | | | Change-Id: If7a91e0852dae1bf5dcf21e89c1771b5f37629f3
* | | | Merge "Various lint error fixes." into ub-launcher3-burnabySunny Goyal2015-05-1443-132/+181
|\ \ \ \
| * | | | Various lint error fixes.Sunny Goyal2015-05-1443-132/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* | | | | Limiting number of predictions on phones.Winson Chung2015-05-141-1/+1
| | | | |
* | | | | Merge "Fixing crash when updating the scroll position state when there are ↵Winson Chung2015-05-141-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | no items." into ub-launcher3-burnaby