summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* | Folder UI fixesSunny Goyal2015-06-012-4/+5
| | | | | | | | | | | | | | | | | | | | > Fixing top padding (b/21304523) > Alinging the label and page indicators to the icons > Fixing folder label alingment in RTL (b/21445821) > Updating footer animation (b/21336853) Bug: 21304523, 21445821, 21336853 Change-Id: I2cf3a48c76653b19437b31252d6ee559ce798094
* | Merge "Add the Allow Rotation setting to Launcher3." into ub-launcher3-burnabyRahul Chaturvedi2015-06-012-0/+33
|\ \ | |/ |/|
| * Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-012-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344
* | Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-271-0/+1
|/ | | | | | | | | > Adding empty page synchronously, instead of waiting for a frame > Changing launcher state from widgets screen in the same frame, similar to all apps > Removing DragEnforcer, and moving that logic in side the workspace, disabled by a flag > Using first page to get page bounds in drag layer, as last page may not have been measured Change-Id: I172ba4e5ce44648ac55402d49994542c6e10f101
* Decrease elevation for the reveal view.Sunny Goyal2015-05-222-2/+2
| | | | | | > During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
* Moving all apps code into sub package.Winson Chung2015-05-2228-186/+90
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Animating workspace active background changeSunny Goyal2015-05-212-1/+26
| | | | | | > Removing workspace_overscroll_drawable_padding which is always 0 Change-Id: I89900738371458a6eb7cbfee215d98b267d6a0b0
* Merge "Introduce scrollbar in widget tray" into ub-launcher3-burnabyHyunyoung Song2015-05-211-0/+1
|\
| * Introduce scrollbar in widget trayHyunyoung Song2015-05-211-0/+1
| | | | | | | | | | | | b/21270754 Change-Id: I82dd87193f0ed5822f8cd75ef0c785057f949015
* | Merge "Preventing overdraw. Drawing background directly at the window, ↵Sunny Goyal2015-05-213-3/+0
|\ \ | | | | | | | | | instead of the rootview." into ub-launcher3-burnaby
| * | Preventing overdraw. Drawing background directly at the window, instead ofSunny Goyal2015-05-213-3/+0
| | | | | | | | | | | | | | | | | | the rootview. Change-Id: Ie974752e739d9acd1fbd765809c671f82f462644
* | | Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-2119-75/+3
| | | | | | | | | | | | | | | | | | | | | > No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
* | | Fixing issue where the prediction bar apps are not focused.Winson Chung2015-05-211-0/+2
| | | | | | | | | | | | | | | | | | - Also fixes issue where all apps is not accessible by keyboard when there are no other apps in the hotseat. Bug: 21334471
* | | Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-6/+0
| |/ |/| | | | | Change-Id: Ib713b3051e2707d46a4ee0090aed2db1d2e641b9
* | Removing unnecessary linear layoutSunny Goyal2015-05-201-14/+7
| | | | | | | | Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
* | Merge "UX widget cell color issue" into ub-launcher3-burnabyHyunyoung Song2015-05-201-3/+3
|\ \ | |/ |/|
| * UX widget cell color issueHyunyoung Song2015-05-201-3/+3
| | | | | | | | | | | | | | - widget cell color is slightly brigher than the background of the widget row. - They should be the same. Change-Id: I20bda325d5d2fe7e194a453978dc74fd56a4e154
* | Merge "Fixing accessibility string" into ub-launcher3-burnabySunny Goyal2015-05-201-1/+1
|\ \
| * | Fixing accessibility stringSunny Goyal2015-05-191-1/+1
| | | | | | | | | | | | | | | Bug: 19776741 Change-Id: Ie020911bd17aa102eddfc69d6b3db5c19db9c6ac
* | | Merge "Updating widget resize frame assets." into ub-launcher3-burnabySunny Goyal2015-05-2036-0/+3
|\ \ \ | |/ / |/| |
| * | Updating widget resize frame assets.Sunny Goyal2015-05-1936-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | > Using a shadow as background and a frame as foreground. > The handle has baked in shadow which gets wrapped by the frame shadow Change-Id: Ib0e305ea735304236b3319e4fde22fb442f5dc0f
* | | 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-193-4/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adding drop shadow effect in allappsSunny Goyal2015-05-153-4/+3
| |/ / | | | | | | | | | Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
* | | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-193-26/+10
|\ \ \
| * | | Widget cell improvementSunny Goyal2015-05-193-26/+10
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | > 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
* / | Updating the widget error viewSunny Goyal2015-05-195-10/+5
|/ / | | | | | | Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
* | 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
* | Optimizing shadow generation by reusing bitmap.Sunny Goyal2015-05-151-0/+7
| | | | | | | | | | | | | | | | > 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
* | Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-151-0/+3
|\ \
| * | Adding padding to the folder contentSunny Goyal2015-05-131-0/+3
| | | | | | | | | | | | 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-151-0/+1
|\ \ | | | | | | | | | RTL) location" into ub-launcher3-burnaby
| * | Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-141-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | location Also: - clean up of some code - remove requestLayout() method call that is not needed. b/20338602 Change-Id: I65e0e1ac40da2e3fa85af4d3aca54bed3f200a99
* | Extending the shadow effect for search bar to lower devicesSunny Goyal2015-05-142-24/+36
| | | | | | | | | | | | > Applying the background to the whole container instead of recycleview Change-Id: Ifc90d05e0e96c41ba9aaf96b906211b101c2e197
* | Various lint error fixes.Sunny Goyal2015-05-149-5/+12
| | | | | | | | | | | | | | | | > 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
* | Reodering some drawablesSunny Goyal2015-05-1430-11/+99
| | | | | | | | | | | | | | | | | | | | | | > quantum_panel_shape is xml rectangle with no margin > quantum_panel_bitmap is 9-patch drawable with inbuild shadow and margin > quantum_panel uses xml-shape for lollipop and 9-patch image for lower devices. It includes margin. For shadow, use elevation on lollipop > All drawables have _dark variant > Using #f5f5f5 for panel background, instead of #ffffff Change-Id: Ia7c6cea6d514ee3774fcf5fef6139650bdd53208
* | Removing some more unused resourcesSunny Goyal2015-05-1411-155/+0
| | | | | | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* | Resource cleanup: Removing obsolete resourcesSunny Goyal2015-05-1332-0/+0
|/ | | | | | > For workspace scrim, using a flat color, instead of a 1-pixel bitmap Change-Id: I7e8a16293b90303b0674d7f678c3f4cc5fb8a962
* Merge "Pulling out predictions into another row view." into ub-launcher3-burnabyWinson Chung2015-05-139-30/+63
|\
| * Pulling out predictions into another row view.Winson Chung2015-05-139-30/+63
| | | | | | Change-Id: Iba0d74457a1314cf0c00a88f9b07df049334e542
* | Merge "Animating the folder title & page indicator when a multi-page folder ↵Sunny Goyal2015-05-131-9/+12
|\ \ | |/ |/| | | is opened for the first time" into ub-launcher3-burnaby
| * Animating the folder title & page indicator when a multi-page folderSunny Goyal2015-05-081-9/+12
| | | | | | | | | | | | is opened for the first time Change-Id: I70f5fd942724251a5e863fbb78a0c24f440b0283
* | Minor visual tweaks.Winson Chung2015-05-132-6/+4
| | | | | | | | | | | | | | | | | | | | - Drawing full divider under predicted apps - Enabling dynamic search bar elevation - Increasing fast scroller pop-up size - Insetting the padding to prevent the scroll bar from overlapping with app titles Bug: 20299865 Change-Id: I48ffde43c2158c23b54cd43fede722da41ccc111
* | Unbreak the build. Remove extra xml version definition.Hyunyoung Song2015-05-121-1/+0
| | | | | | | | Change-Id: I42f1c21143bef6181828d1135deaaf153acbf984
* | Fixing several layout issues.Hyunyoung Song2015-05-124-30/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - N7/N9 indented area should not block scroll view - separator at the end of the widget cell should not show up on the last item. Not covered in this CL: - Guarantee that last item is showing only 20~40%. Right now, the hand picked constant works for N5,6,7,9 b/20338324 b/20763871 Change-Id: I274ab95c6c3e2fc8be8ceafb2e8172c0174a41a5
* | Merge "Using BubbleTextView for widget section headers" into ↵Sunny Goyal2015-05-123-31/+26
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Using BubbleTextView for widget section headersSunny Goyal2015-05-123-31/+26
| | | | | | | | | | | | | | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca