summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes to support AllApps on various form factors.Winson Chung2014-06-059-27/+101
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2014-06-055-10/+54
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Clear widget preview cache when system is updatedMichael Jurka2014-06-051-0/+22
| | | | Bug: 11325218
* Reporting toIndex in scroll events (issue 11356512)Adam Cohen2014-06-051-0/+1
| | | | Change-Id: I96a97865970e0b9a6760246c4f830f3ceff53f09
* Fix issue with adding widget with config activity to empty screen (issue ↵Adam Cohen2014-06-053-1/+15
| | | | | | 11381059) Change-Id: Ic7eecb30422e7a6cf35ebe8470d9eba8752d406e
* Fixing up PagedView to work in landscape modeAdam Cohen2014-06-0512-77/+95
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Fix issues with sizing wallpapersMichael Jurka2014-06-052-34/+9
| | | | | | | | | | | - properly sync size across Launcher and wallpaper picker - remove code that was calculating wrong default wallpaper size Bug: 11324470 Change-Id: Ib4e7202363c56e3cb0c09d4448a7f96eef0a0915
* Fix crashes for images that are not PNG or JPEGMichael Jurka2014-06-052-32/+148
| | | | | | Bug: 11341544 Change-Id: If2339b583e9a991f053a5f95f259156e3e4e9acd
* Fixing crash with invalid current page.Winson Chung2014-06-051-1/+1
| | | | Change-Id: I36e76176b6172a747a6526d96b82c9870b56067c
* Fixing regression in pagingAdam Cohen2014-06-051-6/+8
| | | | Change-Id: I9a76448aa09aea6a86a8a97860e48113c222a205
* Make wallpaper picker/cropper more robustMichael Jurka2014-06-055-95/+195
| | | | | | | | | | | | - don't crash if image passed to wallpaper picker is invalid - close input streams correctly Bug: 11413915 Bug: 11380658 Bug: 11362731 Change-Id: I973e6bdc532d24a64efd6d174e89fdac626d7ee3
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-0515-86/+180
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* A bit of code cleanup (issue 11026590)Adam Cohen2014-06-052-21/+25
| | | | Change-Id: I8b2ef52f59abdbe3ca286eac6e639f19a11f7970
* Finished getting rid of mPageSpacingAdam Cohen2014-06-051-35/+9
| | | | Change-Id: I5dc8255e6cc902430a91dc27ad1edec5d4308468
* Ensuring the widget page is full when shown (Bug 10883258)Winson Chung2014-06-052-6/+13
| | | | Change-Id: I9481b5551a2efc093d0fb81fc62a811b34d93d7c
* Add visible touch feedback to items in foldersAdam Cohen2014-06-053-0/+6
| | | | Change-Id: I41937f7864bca39232079a90139679ebd5cc2a07
* Fix issue where empty page doesn't get deleted when flinging to delete a ↵Adam Cohen2014-06-051-2/+9
| | | | | | widget in spring loaded Change-Id: I59a78a4b9135b2c96f0adb4a2e63b19d504706b7
* Stop using a separate ImageView for default wallpaperMichael Jurka2014-06-054-26/+116
| | | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Cleaning some page animationsAdam Cohen2014-06-054-46/+195
| | | | | | | | | | | | -> Fix jump when last page gets delted (issue 10908427) -> Fade out empty screen -> If the final page is empty, and that is the current page when spring loaded mode ends, animate back to the previous page and then fade out the final page. Examples: cancel widget or shortcut drop on the final page, scroll to final page and drop an icon into a the hotseat, etc. Change-Id: I13438fb0af6555b6f0b511b7aff51b3972431438
* Fix loading widgets in <include>d workspaces.Daniel Sandler2014-06-051-1/+0
| | | | | | | | Resetting the item id was breaking the widget loading code and is totally unnecessary. Bug: 11352675 Change-Id: I2e70e542ecc5d8c0664b674ebdac5d520b71b8a0
* Don't recreate pages every time you go to All AppsMichael Jurka2014-06-051-5/+5
| | | | | | Bug: 11300025 Change-Id: I16ddcf1b435621bb0c0199ca7ac119b9e7ca7214
* Prevent memory leaks coming from LauncherAnimUtilsMichael Jurka2014-06-051-5/+5
| | | | | | | | Use weak references for global animation list Bug: 11322014 Change-Id: I38bb9184e45840113129781fa83ab40ec96d3868
* Removing unused cling, tweaking translation character limits (Bug 11151675)Winson Chung2014-06-055-201/+5
| | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
* Load images on a bg threadMichael Jurka2014-06-056-89/+260
| | | | | | Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
* Ensuring that we have a valid name for installed shortcuts. (Bug 11266005)Winson Chung2014-06-051-11/+22
| | | | Change-Id: Idf723ba165522cf259d9fe71533e1d5765512865
* Updating folder icons when the shortcut is updated. (Bug 10803060)Winson Chung2014-06-051-19/+35
| | | | Change-Id: Idee158b3458213e441c01890e0db341a3bcce1f7
* Ensuring disabled packages remove all components on the workspace. (Bug ↵Winson Chung2014-06-054-55/+64
| | | | 11172454)
* Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPageMichael Jurka2014-06-052-10/+2
| | | | | Bug: 11157913 Change-Id: I7bcef8985cc57601bb5936891df22b11ed6f494c
* Lazy load default app icon in LauncherModel. (Bug 11203738)Winson Chung2014-06-051-3/+5
| | | | Change-Id: I397b532f247309de9ae5636b51f125f639966696
* Fix issue where you could trigger a click after long pressing a widget ↵Adam Cohen2014-06-051-3/+11
| | | | | | (issue 11186227) Change-Id: I5a767ac6352f7efb4d3c6c2768c8d2aaaa913f3f
* Fix drop animation issue in springloadedAdam Cohen2014-06-052-6/+8
| | | | Change-Id: I1d8bf9d92ab7b94238e3e6a27b0eebf2c9af6872
* Use new default wallpaper APIMichael Jurka2014-06-053-29/+141
| | | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* Add script to push changes to system wallpaper cropperMichael Jurka2014-06-051-0/+55
|
* Revert "Trebuchet : Improve iconpack selection UI"Danesh M2014-06-053-16/+11
| | | | This reverts commit 5f1823ecd69b1fb45a5e9f098d3019d31f1ca51e.
* Revert "Trebuchet : Append packagename"Danesh M2014-06-051-3/+2
| | | | This reverts commit 4f89cb488e0d1c22994ff18af9facd6c51ce7464.
* Revert "Trebuchet : Add iconMask/iconBack/iconUpon/iconScale support"Danesh M2014-06-053-118/+11
| | | | This reverts commit c4627bba1f76f8ee7abfb577bf24aafcae7b182f.
* Revert "Trebuchet : Decouple iconMask and iconBack dependency"Danesh M2014-06-051-4/+4
| | | | This reverts commit cb144c223edfa2a45fb0ae22791f198fd2018870.
* Revert "Trebuchet : Show cling for allapps overview"Abhisek Devkota2014-06-0510-151/+135
| | | | | | This reverts commit 20109c489eed6e97803ed5e5745c8c377b0446cb. Change-Id: I025c038d85256e2aa8500e098646a57a2fb41d5c
* Merge "Fix bug: Scroll Effect issues in Workspace" into cm-11.0Danesh M2014-06-041-4/+3
|\
| * Fix bug: Scroll Effect issues in WorkspaceRaj Yengisetty2014-06-031-4/+3
| | | | | | | | | | | | | | | | | | | | Repro: - Set HomeScreen Scroll Effect to Flip or Stack - Create at least 3 pages in HomeScreen - Switch rapidly back and forth between pages - Observe certain pages will be transparent Change-Id: I405a113fb947b193706d10921c2cf6ee7bb82b4f
* | Trebuchet:Raj Yengisetty2014-05-311-2/+2
|/ | | | | | | Themes shortcut should take you to ThemeSettings preference fragment instead of ThemeChooser Change-Id: Id2e57e2b1c03bed8cc30050c432d4449d29f4c87
* Automatic translation importMichael Bestas2014-05-3037-59/+442
| | | | Change-Id: I7a74a5756ed7c724ea8c4f2fbabf9c15a1484441
* Trebuchet: Update default_workspaceAdnan Begovic2014-05-276-6/+6
| | | | | | | - Gmail has changed its className for its android.intent.category.LAUNCHER intent. Change-Id: I34b1ab38696971fafb9d65fff5f3c5ce7c13eba7
* Trebuchet: Remove duplicate stringMichael Bestas2014-05-274-15/+11
| | | | Change-Id: I5a1ed314ca05eb4771038c0e08c4695ed51b3f92
* Revert "Trebuchet: add lockscreen wallpaper picker"Nebojsa Cvetkovic2014-05-2718-1748/+216
| | | | | | This reverts commit 29c2da02bf48fbdba977bc774027e218487e1abe. Change-Id: Ie5addf5ac77acb6411a6f22195d8608df625462a
* Merge "Trebuchet Settings UI Refresh" into cm-11.0Abhisek Devkota2014-05-26807-368/+4867
|\
| * Trebuchet Settings UI RefreshRaj Yengisetty2014-05-24807-368/+4867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* | Automatic translation importMichael Bestas2014-05-253-0/+168
|/ | | | Change-Id: I614b5765661973095a0fd6247df0e33c65edc68b
* Automatic translation importMichael Bestas2014-05-2123-16/+585
| | | | Change-Id: I9cd58af458e1e1e83f8e079a353a2443d57a9780
* Merge "Use wallpaper picker added to WallpaperCropper apk." into cm-11.0Danesh M2014-05-162-41/+6
|\