- 22 Jun, 2016 1 commit
-
-
Tony Wickham authored
Change-Id: Iaa38202cbb389eed179a3e7b1b6799426ae1cf39
-
- 21 Jun, 2016 1 commit
-
-
Hyunyoung Song authored
b/29535844 Change-Id: I46d6f461261a4a8ba8bcea58ac82e005fca35109
-
- 15 Jun, 2016 1 commit
-
-
Tony Wickham authored
- Instead of using reflection to check if N is present, we now use Build.VERSION.SDK_INT >= Build.VERSION_CODES.N. - Other places that used reflection to use N APIs have also been cleaned up. Bug: 22942492 Change-Id: Ia7b981cae375e800bcc8f0c54aec48e0c8c076da
-
- 08 Jun, 2016 1 commit
-
-
Adam Cohen authored
-> When BubbleTextViews were being recycled, the RecyclerView was clearing the AccessibilityDelegate. Ensure that this is reset by the adapter when a BubbleTextView is reused. issue 25948877 (cherry picked from commit 6e92f053) Change-Id: I5f0773333186e5ffe4600f49330b4390cd3fbaeb
-
- 07 Jun, 2016 6 commits
-
-
Adam Cohen authored
This reverts commit 677ce21f. Change-Id: I7fc13142de9946e0b482160fa4c067461e471f52
-
Adam Cohen authored
-> When BubbleTextViews were being recycled, the RecyclerView was clearing the AccessibilityDelegate. Ensure that this is reset by the adapter when a BubbleTextView is reused. issue 25948877 Change-Id: I95dd21bfdcd602a67925d1b8f06e6ca92d1d7203 (cherry picked from commit 6e92f053)
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: I0722328b8acf18a1711632c6f650c1328441e4a2 Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: Ifcd878b149cbe2b1b2a021024039f30aef1a36a7 Auto-generated-cl: translation import
-
- 06 Jun, 2016 1 commit
-
-
Winson authored
Bug: 28893815 Change-Id: Ib75b71fbb4d37bb818251527defcef891c7e7510
-
- 01 Jun, 2016 1 commit
-
-
Sunny Goyal authored
after the activity is destroyed. Bug: 28791862 Change-Id: I521931b772a611e15f0757db72b441ebb937e262
-
- 31 May, 2016 1 commit
-
-
Sunny Goyal authored
The default strict mode policy in NYC cause death penalty when when sharing file URI in intent. This causes launcher to crash for users who have shortcuts of images and documents on their homescreen. Bug: 28853579 Change-Id: If84cd5ff732713aaff5d3164edf428c8b4233ea2 (cherry picked from commit 85fc55a9)
-
- 25 May, 2016 1 commit
-
-
Kenny Guy authored
Update check for whether setting wallpaper is allowed for renamed API. Bug: 28954131 Change-Id: I09ee46167d59d267ba95d136366f78f5735ea9a5
-
- 20 May, 2016 1 commit
-
-
Sunny Goyal authored
as libcore.icu.AlphabeticIndex is no longer available in N Bug: 28795251 Change-Id: I3b168dfb451c0eac9b64c6559a51d2b1b8c578b9
-
- 19 May, 2016 1 commit
-
-
Christopher Tate authored
Bug 28773334 Change-Id: I4b660cf83172cfbd3640d7cf06020de766bda0bc
-
- 18 May, 2016 1 commit
-
-
Baligh Uddin authored
-
- 17 May, 2016 1 commit
-
-
Baligh Uddin authored
Change-Id: Ie23f2e6ed183ef562db099f159b11402c3a959b6 Auto-generated-cl: translation import
-
- 16 May, 2016 2 commits
-
-
Sunny Goyal authored
On some "non-standard" devices, load label can cause a security exception due to modified platform code am: 0d86a8dc * commit '0d86a8dc': On some "non-standard" devices, load label can cause a security exception due to modified platform code Change-Id: I7d65f2f39353c50a43334709f8b3bf970969a68c
-
Sunny Goyal authored
due to modified platform code Bug: 28243147 Change-Id: Iab899d0cb233e19ebf994f8a3eacba26f840148f
-
- 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>
-