Sunny Goyal
3484638cad
Adding a circular progress bar for preloader icons
...
Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
2014-07-16 13:37:56 -07:00
Winson Chung
a694524047
Adding migration Clings. (Bug 11973614)
...
- Refactoring Launcher cling code out to LauncherClings.
Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
2014-01-10 22:28:16 +00:00
Winson Chung
af40f205d7
Initial changes to restore clings.
...
Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
2013-09-20 17:22:05 -07:00
Michael Jurka
e0300694d6
Remove unused proguard flags
...
Change-Id: Iae52eb3a5dd27e636aa1fb86a52a1025c3fcf416
2013-09-12 20:41:21 +02:00
Daniel Sandler
a127b7ad15
New icon to dump heap information and share it.
...
Alternatively,
$ adb shell am start -n <pkg>/com.android.launcher3.MemoryDumpActivity
Change-Id: I8c615ec3abffaf6ad693c93bdf569550d8f97298
2013-06-17 15:29:22 -04:00
Daniel Sandler
325dc23624
Launcher2 is now Launcher3.
...
Changes include
- moving from com.android.launcher{,2} to
com.android.launcher3
- removing wallpapers
- new temporary icon
Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
2013-06-05 23:30:20 -04:00
Winson Chung
fba22b172d
Fixing proguard issues with last change.
...
Change-Id: Ic6990330a4831f86ace987ab3c975fd69dac7c4d
2011-08-22 22:44:08 -07:00
Adam Cohen
7f4eabe370
Adding initial folder animation
...
-Changed CellLayout/CellLayoutChildren to use padding in the more
standard way
Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
2011-04-21 17:14:26 -07:00
Adam Cohen
6788269814
Fixing widget resize visual / ux ugliness, Bug: 4082591
...
Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
2011-03-14 12:16:52 -07:00
Adam Cohen
ee31b79739
Fixing proguard issue for resize animations
...
Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02
2011-03-01 12:36:37 -08:00
Michael Jurka
bd00fff8dd
updating proguard flags for parallax changes
2011-01-19 00:40:23 -08:00
Amith Yamasani
2dc162f41b
Fix crash when launching voice search from Home.
...
Proguaaaaaaaaaaaaard!!!!!
Bug: 3212256
2010-11-19 10:22:19 -08:00
Winson Chung
13fe1fdcd6
Fixing proguard related crash due to striping animation callbacks.
...
Change-Id: I7277ba232b1f2f0decf69ea0d2a2ece6948d5cb6
2010-11-18 15:02:54 -08:00
Michael Jurka
e17dd53d65
Fixed crash on builds with proguard enabled
2010-10-19 10:10:11 -07:00
Winson Chung
7c0736e024
Fixing proguard related issues with new animation property for page backgrounds.
...
Change-Id: Id2d0f453cd8b9128ed0d7831e58565765c43d8fc
2010-09-29 10:10:47 -07:00
Michael Jurka
5f1c509d5a
supporting swipable home screens on xlarge devices
...
- icons and widgets on home screens can be "dimmed"
- celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves
- celllayout no longer always takes up full size of workspace, in landscape mode
neighboring screens (celllayouts) are visible
- on xlarge devices, in landscape mode side screens are "dimmed"
- moved holographic outline helper to its own file
- fixed bug where mini-screens were still able to scroll left/right
Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
2010-09-13 15:16:10 -07:00
Patrick Dubroy
ceae05d573
Add a market button to the toolbar.
...
We determine the default app market activity by resolving an intent,
and fetch the icon from the activity's meta-data.
2010-08-30 18:08:43 -07:00
Michael Jurka
b2c838c2eb
removed the temp screen rotation button
...
Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
2010-08-16 20:53:10 -07:00
Adam Cohen
4dfd261e50
Adding progaurd exception for click handler that's only
...
called by reflection.
Change-Id: Idac09b60605fda74334f5a2157b7369207cc7ef2
2010-08-11 18:55:58 -07:00
Michael Jurka
6860a8913a
fixed crash during animation to all apps
...
- proguard was stripping getter/setter that was
used only by reflection
2010-08-05 11:00:01 -07:00
Michael Jurka
f6710fa8af
telling proguard not to strip three onClick handlers
...
that are only used by reflection (they are
referenced in layout-xlarge/launcher.xml)
2010-08-04 11:08:04 -07:00
Daniel Sandler
b465cd6b1c
Fix proguard flags.
...
Fixes a crash in the new hotseat launcher icons.
Change-Id: Idcb7441647f16c783a47dfe09400f04fa8980dd3
2010-04-23 16:46:54 -04:00
Romain Guy
3af600182f
Last minute hack to deliver touch events to widget in landscape mode.
...
Bug #2562729
In landscape, the left and right dots buttons are 93dip wide; this makes them overlap
with widgets at the bottom of the screen. The dots do not need to be that wide but
we chose this size to make it easier to tap them in portrait. To avoid issues in
landscape, this change introduces a new type of ImageView that can ignore touch
events in a certain zone. This was easier and cheaper than re-cutting 36+ assets.
Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
2010-04-05 18:39:24 -07:00
Romain Guy
5347b3f6e4
Re-enable Proguard, supports 3D all apps correctly now.
...
Change-Id: I84ab56054c9f57985fec9107c3977691177b85a4
2010-03-11 10:36:05 -08:00
Romain Guy
5aafe7c249
Resurrect the All Apps button.
...
Change-Id: Ic7dc985bfc1eec6d6c059ff37a61c84b8cb103de
2010-03-10 18:26:59 -08:00
Ying Wang
932b29dbd8
Enable Proguard on Launcher2.
2010-03-03 17:13:54 -08:00