- 12 May, 2016 2 commits
-
-
Hyunyoung Song authored
b/28269144
-
Sunny Goyal authored
Change-Id: Ie11b92cd59c90e71b9b58eeede742ef0c5b28380
-
- 11 May, 2016 3 commits
-
-
Sunny Goyal authored
Change-Id: Ia46c4ef3db8a3ae4fa615625b7b983d7e461c797 (cherry picked from commit 061380a0)
-
Sunny Goyal authored
> Sending unboundX to the overlay which is the total untranslated X and not just deltaX from last frame > Handling overlay callback and translating workspace accordingly Change-Id: I3bd8d9efac738e9ce131758f0e5ff1b9c1d6a8fc
-
Sunny Goyal authored
Overlays are supposed to use their own UI and not interfere with the Launcher UI. If the UI needs to be put inside the Launcher, use customContent instead. Removing some unnecessary and unused methods related to overlays Bug: 25993953 Change-Id: I4d715cdee04eb7b0ebef673d885a4258c521ff1f
-
- 10 May, 2016 3 commits
-
-
Hyunyoung Song authored
Merge "Fixing bug where the widget background enters into a focused state if a child calls requestFocus in xml" into ub-launcher3-burnaby-nyc
-
Yohei Yukawa authored
Since I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f, we have disabled selection action mode in the folder-name editing mode on Launcher, mainly because it messed up the view on phones. However that is no longer the case in Android M and later, where floating action mode is available. With this CL, we start relying on the default floating action mode in Android M and later. Bug: 22210697 Bug: 28526978 Change-Id: Ie19e7844194acd86cdb013254a1923f0b1d78e11 (cherry picked from commit 1bd9a430)
-
Hyunyoung Song authored
b/27978139 Background: onSaveInstanceState assumes that state of the launcher is being stored after screen is all binded. However, due to ActivityStack bug in nyc, onCreate is called twice when the device is rotated while the Launcher is in the background. The first onCreate fails because our AndroidManifest is setup with nosensor field and hence doesn't support Landscape. During this first onCreate, screen is not correctly bound and incomplete workspace state is saved. This results in the second onCreate to load wrong screen id. Fix: While the workspace is still being bound, mSaveState is not reset, which has the correct values. SaveInstance should use this state instead of incomplete workspace state. Change-Id: I5b80f584e55769b2a8ffa292f5daa4705c20086d
-
- 09 May, 2016 2 commits
-
-
Sunny Goyal authored
if a child calls requestFocus in xml Bug: 28562293 Change-Id: I005e23550184de29fa15eb70ab322615920b8947 (cherry picked from commit ea98f528)
-
Bill Yi authored
Change-Id: If880a86cfb961d3c9a657a39cab72dcba77f8f53 Auto-generated-cl: translation import
-
- 06 May, 2016 2 commits
-
-
Baligh Uddin authored
Auto-generated-cl: translation import Bug: 28632138 Change-Id: I8ac83686d296b781d7a9dbb0e9961990793c83cd
-
Baligh Uddin authored
Auto-generated-cl: translation import Bug: 28632138 Change-Id: I750d21dcd55652032c4a2fb02351accae3ceff8c
-
- 04 May, 2016 1 commit
-
-
Tony Wickham authored
In battery saver mode, animations skip directly to the final values. For LogDecelerateInterpolator, however, an input of 1f outputs an interpolated 0.99999994. This meant that the FirstFrameAnimatorHelper didn't realize that this was the last frame, and messed things up. Since any interpolator should return 1 on an input of 1, we just short-circuit in that case for the log interpolators. Bug: 25666809 Change-Id: I60527e3758cea383fbcf50acb95460a7bd9ab43c
-
- 28 Apr, 2016 1 commit
-
-
Sunny Goyal authored
This reverts commit 23ac9cb3. Bug: 28421447 Change-Id: Id04e7b7827d8b897b7c7992705d36f9d83a13320 (cherry picked from commit 7e5d5fc3)
-
- 27 Apr, 2016 2 commits
-
-
Rubin Xu authored
The flag we check for package suspension is reused by a hidden constant prior to N, so the flag should only be checked on N or later system. Bug: 28390176 Change-Id: Ia28f62991cc2cd1b5d2cc27a5f11f7edca0ba02b
-
Sunny Goyal authored
change for launcher when going in/out of another app Bug: 27600678 Change-Id: Ic873faba99c539025769d911bc7b0a4fed629cd7 (cherry picked from commit 784f9c39)
-
- 21 Apr, 2016 1 commit
-
-
Sunny Goyal authored
Bug: 27940102 Change-Id: I373093d9b85dca356aaa8798931d5315981fd74c
-
- 20 Apr, 2016 2 commits
-
-
Hyunyoung Song authored
b/28269144 Change-Id: Ie884be65901b8d9c6a912944094b8c45796162ee
-
Hyunyoung Song authored
Manually cherry picking ag/943086 Change-Id: I37b75a04e3fff61b4bd42625a060c41e0fe7e85d
-
- 19 Apr, 2016 1 commit
-
-
Ed Tam authored
Bug: 28245713 Change-Id: I37b75a04e3fff61b4bd42625a060c41e0fe7e85d Signed-off-by:
Ed Tam <etam@google.com>
-
- 18 Apr, 2016 1 commit
-
-
Sunny Goyal authored
Bug: 25454157 Change-Id: Ia0ae7dd4963b72cd7902622847deedfcb5a0eca2
-
- 13 Apr, 2016 3 commits
-
-
Tony Wickham authored
Change-Id: I5328a9861ce2843aba36ecad172eb0e364a816a0
-
Sunny Goyal authored
Bug: 27958565 Change-Id: Icabc651552bbf6483fedbaeb52745c48d418f9ea (cherry picked from commit 1ab22630)
-
Sunny Goyal authored
Merge "Giving proper workspace description when the launcher is not loaded." into ub-launcher3-burnaby-nyc
-
- 12 Apr, 2016 7 commits
-
-
Adam Cohen authored
am: d797327b -s ours * commit 'd797327b': [DO NOT MERGE] Address some spacing issues in all apps related to new support library Change-Id: I8c38d1c542f1143dd7c9f330795229b4a03c7ac8
-
Adam Cohen authored
issue 27581978 Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227 (cherry picked from commit d797327b)
-
Sunny Goyal authored
Bug: 27326504 Change-Id: Ifc30221f756d75064a4baf5f3bfc71b8f590b4b1 Conflicts: src/com/android/launcher3/Workspace.java
-
Hyunyoung Song authored
Merge "Talkback: return correct row index inside AllApps b/27108673 b/26546781" into ub-launcher3-burnaby-nyc
-
Adam Cohen authored
issue 27581978 Change-Id: If7a1ea19aa586bb3de6bde960b16e59f86061227
-
Hyunyoung Song authored
b/27108673 b/26546781 Change-Id: If8ed40986efdecb2cd994d011777588a97457326
-
Sunny Goyal authored
-
- 11 Apr, 2016 8 commits
-
-
Tony Wickham authored
-
Tony Wickham authored
Change-Id: I91c77f5751202f9a4b3a922726ab55e354c50b4a
-
Sunny Goyal authored
am: d435cc07 -s ours * commit 'd435cc07': [DO NOT MERGE] Changing WallpaperChangeReceiver to a runtime registered broadcast receiver Change-Id: I465ad63e4d9be6d82f2c5d0908422976e2779e5a
-
Sunny Goyal authored
Bug: 28115607 Change-Id: I208d629a346781d9b1fbeb0a245685bf36f85aeb (cherry picked from commit d435cc07)
-
Sunny Goyal authored
Bug: 28115607 Change-Id: I208d629a346781d9b1fbeb0a245685bf36f85aeb
-
Tony Wickham authored
Change-Id: Ia21dfb8248fc607e3f5606f2cac18345cff6f260
-
Tony Wickham authored
-
Tony Wickham authored
This CL handles all wallpapers except the default one, which will be handled in a follow-up CL. Change-Id: Ib8e4f18fb35b4c1442efb3893df75bf5f4f9b0d5
-
- 08 Apr, 2016 1 commit
-
-
Sunny Goyal authored
This method is goiing away. We don't need this method anyway since LauncherActivityInfo already has the information Change-Id: Ic6afa1df14958b894925d730e01a2e2d2a6fb98c Conflicts: src/com/android/launcher3/LauncherModel.java
-