summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Trebuchet: send metrics directly when possible"Roman Birg2016-04-292-36/+44
| | | | | | This reverts commit 097b9503f45ae2a50c501fa95d13776d656621bb. Change-Id: I07e8ee6665b8ed112818a4dc596cf91adf94d6f0
* Trebuchet: send metrics directly when possibleRoman Birg2016-04-292-44/+36
| | | | | | | | | | | Use the SDK directly instead of relying on an external package. Still relies on C-Apps Core to send. Ticket: CYNGNOS-2545 Change-Id: I1af8106917e77b9ba70c57f18f5894087fc2f274 Signed-off-by: Roman Birg <roman@cyngn.com>
* Trebuchet: Don't create shadow on 0 width/height iconcretin452016-04-281-0/+4
| | | | | | Issue-id: CYNGNOS-2646 Change-Id: Iccadeaf28ec5e36b1c5a2f7ce714aa31d4439167
* Trebuchet : Update default workspace for dialerRichard MacGregor2016-04-211-1/+6
| | | | | | Ticket CD-544 Change-Id: I47602367254732390ff73ae4676e569b7f27b819
* Trebuchet: Always cancel any pending dim animationscretin452016-04-141-4/+4
| | | | | | Issue-id: CYNGNOS-2470 Change-Id: Id66a6acfa65af63a0c44b73b56769c566b09961c
* avoid NPEMarcos Marado2016-04-141-16/+22
| | | | Change-Id: I8a2d74c8c305112fcbb76d56b126d15a6015de8b
* Trebuchet: Don't crash when AppWidgetService is unavailablecretin452016-04-132-2/+8
| | | | | | Issue-id: CYNGNOS-2437 Change-Id: Ie83f26482539a821f498e07bec6d955c849b02c7
* Trebuchet: add gello to hotseatjrizzoli2016-04-071-0/+6
| | | | | | | Also migrate shortcuts from aosp browser to gello and vice versa Change-Id: I713539365b16dfc9f2ee37a7917d49f245fd5df0 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Ignore tap below scrubber in the app container padding areaKamaljeet Maini2016-03-251-1/+17
| | | | | | | | | | When user taps on the padding area of all apps container below the scrubber, the tap should be ignored. Before this patch, the tap was sent back to parent view, which led to scrolling of the background wallpaper. Now the tap is ignored. Change-Id: Ic8840c9eafaf254d2bfbffe556f3dc7ab20fdccc Issue-Id: CyanogenOS/CYNGNOS-1933
* Trebuchet: Fix NPE while binding unavailable itemscretin452016-03-241-1/+3
| | | | | | Issue-id: CYNGNOS-2282 Change-Id: I6895c3c043a2b8a9506f3dc2f8a357942d8f35c4
* Fix metric reporting for remote folderArtem Shvadskiy2016-03-212-27/+23
| | | | | Change-Id: I07ff54f2bd2c615ffb8625b4016704468bfb006f issue-id: CYNGNOS-2251
* Trebuchet: Fix some issues with the DB upgrade pathcretin452016-03-151-14/+21
| | | | | | Issue-id: CYNGNOS-2249 Change-Id: If124a9ac51c665c869cf5a745390374658b87156
* Show apps as unavailable when on unmounted storaged34d2016-03-153-8/+192
| | | | | | | | | | | This patch allows shortcuts to apps that are currently unavailable due to being on unmounted external storage to remain on the workspace and in folders. The icons will be disabled and grayed out until the external storage is mounted. Issue-id: CYNGNOS-1344 Change-Id: I971483806b27e3a75ef0d5bb89d8dfb86f97511e
* Trebuchet: Guard against NPE while querying for widget updatescretin452016-03-081-2/+5
| | | | | | Issue-id: CYNGNOS-1867 Change-Id: I43db0096da5f35bd2810f8793d8281607afea1ff
* Trebuchet: Highlight section being touched even when not scrolling scrubbercretin452016-03-084-3/+39
| | | | | | Issue-id: CYNGNOS-1882 Change-Id: Ief8b6593528c1a04a95ffaeea44c379659427fd8
* Trebuchet: Handle random crash during theme change / user switchcretin452016-02-291-2/+7
| | | | | | | | | | | Sometimes the IconCacheDB fails to open in writable mode during a theme change or user switch. Don't bother updating the icon cache when this happens. It will update later just fine. Issue-id: CYNGNOS-2083 Change-Id: I022ef436ff07880c188642456afad847ad9f41d3
* Trebuchet: Scale icons in portrait if using condensed gridcretin452016-02-291-2/+5
| | | | | | Issue-id: CYNGNOS-1993 Change-Id: I4b74402ebf61a7faed28a74683d87592121bb090
* Trebuchet: Featured Apps uses themed composed icons and responds to theme ↵Tyson Miller2016-02-222-1/+5
| | | | | | | changes Issue-Id: CYNGNOS-1789 Change-Id: I1e94b7688c4069932a36319bc6c216839056280e
* Trebuchet: Don't do reveal animation from apps/widgets to overviewcretin452016-02-171-1/+6
| | | | | | Issued-id: OPO-423 Change-Id: I218605be2215d5f6f8a2b2b8b786e0fdddb00643
* Trebuchet: always set initial wallpaper offsetsRoman Birg2016-02-161-1/+3
| | | | | | | | | After a fresh boot, computeScrollOffset() always returns false. So the result was the offsets were never properly being set on a fresh boot and they were only being applied on first drag of the home screen, which finally triggered computeScrollOffset() to return true. Change-Id: Iccaedd742bed861fca1f50dd54e2e4537fd4c9b0
* Add remote folder hook for view setup.Artem Shvadskiy2016-02-151-0/+2
| | | | | Change-Id: Iffeb93e9344ce17f3aa2fbdc855f59c6f3a3b235 issue-id: CYNGNOS-2025
* Trebuchet: Don't animate folder if locked state changedcretin452016-02-151-2/+6
| | | | | | Issue-id: CYNGNOS-2046 Change-Id: If6488d018b83b8e20874dbe0d32479f19ceac4cc
* Trebuchet: Fix measuring error when reloading app drawercretin452016-02-152-3/+11
| | | | | | Issue-id: CYNGNOS-1883 Change-Id: I77705be7020120bc58a45f507b288838a5eba2bb
* Trebuchet: Handle the NPE when user has no Google Apps installedLuK13372016-02-121-2/+3
| | | | Change-Id: Ie04d940d56497fd5e09fd4b1c44682527b20bdc5
* Trebuchet: Lock orientation while in grid size fragmentcretin452016-02-111-2/+4
| | | | | | Issue-id: CYNGNOS-2013 Change-Id: I14a8dfd98acd615c7ffd4b311027f5c46072cea8
* Refactor Launcher settings.Artem Shvadskiy2016-02-114-104/+63
| | | | | Change-Id: If5dcaaa9f4dad1a3eb151627622357331e8ad4da issue-id: CYNGNOS-1987
* Trebuchet: Open settings panel when clicking settingscretin452016-02-111-21/+16
| | | | | | Issue-id: CYNGNOS-2002 Change-Id: I4fc2ffd17febc8f1e5fa804e6a26feaa51a29c4b
* Trebuchet: Move allow rotation to home settings sectioncretin452016-02-102-14/+14
| | | | | | Issue-id: CYNGNOS-1929 Change-Id: Ib1e615ccbce7991a31e15a967c942994fc3c01c2
* Split remote folder settings into home and drawer sectionsArtem Shvadskiy2016-02-102-26/+35
| | | | | Change-Id: I0265ac00b4926007de3bda7619c0b1dbedb7580b issue-id: CYNGNOS-1984
* Trebuchet: Change icon labels setting to switchcretin452016-02-101-11/+17
| | | | | | Issue-id: CYNGNOS-1900 Change-Id: Ife68fe84867be631c59cc1de7c44205817e07130
* Trebuchet: Revise protected app folders UIcretin452016-02-103-461/+96
| | | | | | Issue-id: CYNGNOS-1881 Change-Id: I5cbc5d9fe9358fdf2708376bfe5d7bf2108a0897
* Prevent finalizing of remote folderArtem Shvadskiy2016-02-092-2/+8
| | | | | | Change-Id: I69872c917e710e93db38891817a509c7a3e65e63 issue-id: CYNGNOS-1948 issue-id: CYNGNOS-1951
* Add remote folder feedback metricArtem Shvadskiy2016-02-081-1/+2
| | | | | Change-Id: I3bd17f882d51c92bd02a237fd27a6a0b1c43873a issue-id: CYNGNOS-1869
* Add network/unlock receivers and additional metric eventArtem Shvadskiy2016-02-084-1/+130
| | | | | Change-Id: Ifc6fa10fac09ab735e77b963d869b87007265fe4 issue-id: CYNGNOS-1788
* Don't crash if a theme change intent arrives while we're not running.Danny Baumann2016-02-071-1/+5
| | | | Change-Id: I35aede5599d307674ef7a593adc5ffcf529ed99a
* Update remote folder metrics to include error logsArtem Shvadskiy2016-02-051-1/+2
| | | | | Change-Id: I32c0eb2b7c9633297703023f7d6218b7fa84448e issue-id: CYNGNOS-1525
* Hide remote apps completely if user has certain restrictionsArtem Shvadskiy2016-02-041-1/+1
| | | | | | | | | | Restrictions: - User does not have access to install apps. - User is in a restricted profile. - User does not have Play Store installed. Change-Id: Ie762e265bd57a924617f53b8fe460a456622b3c9 issue-id: CYNGNOS-1787
* Refactor fastscroll to disable zoom cleanlyArtem Shvadskiy2016-02-041-2/+2
| | | | | Change-Id: I3912986aae78bd5a3244410e4486a52a50834867 issue-id: OPO-424
* Trebuchet: Don't zoom icons on fast scrollcretin452016-02-041-1/+1
| | | | | | Issue-id: OPO-424 Change-Id: I2da15761896e5cdaa2cd622086206dbbb9c88bee
* Trebuchet: Don't animate folder closed when pressing menu keycretin452016-02-032-4/+16
| | | | | | | | * Also don't animate with Y translation if animation boolean is false. Issue-id: OPO-434 Change-Id: I4d2e68d967eca87c3e3d27e4ea22d4126ef3c998
* Trebuchet: Fix background flicker when opening all appscretin452016-02-031-0/+15
| | | | | | Issue-id: OPO-422 Change-Id: I96136f61fe3b2263f77d162952cf189927334b8b
* Trebuchet: Fix adapter derp on grid size itemcretin452016-02-031-3/+3
| | | | | | Issue-id: OPO-421 Change-Id: Ia3bd18b38918e35fe8721399c9a32620c2b184b7
* Trebuchet: Use DisplayMetrics density for scale factorcretin452016-02-031-2/+1
| | | | | | Issue-id: CYNGNOS-1856 NIGHTLIES-2153 Change-Id: If0ef17ea6bdb3c0429076fec997e632cbbab1471
* Trebuchet: Close folder layout when adding shortcutcretin452016-02-011-1/+15
| | | | | | Issue-id: CYNGNOS-1801 Change-Id: I6ee9324f650b5896c5097983b32c0e0963c28b42
* Add additional setting to launcher options for remote apps in drawer.Artem Shvadskiy2016-01-295-14/+21
| | | | | | issue-id: CYNGNOS-1717 Change-Id: Idaf217a78011a08188f438294a27277183bd1ada
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-2833-546/+1039
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Revert "fix CTS failure on Trebuchet - manually picked from ↵Matt Garnes2016-01-281-8/+3
| | | | | | | | | a269d518db02c8383e3621dff9d6054e3e9e48d6" This reverts commit f15a377ed8914e3dbc47fcc3118f072899277220. OPO-336 Change-Id: I3dae8f6898c195664eedb3352e0754d4b5f84168
* fix CTS failure on Trebuchet - manually picked from ↵Linus Lee2016-01-211-3/+8
| | | | | | | | | | | | | | | | | a269d518db02c8383e3621dff9d6054e3e9e48d6 From: Liu Zongyu <zongyu@codeaurora.org> Date: Thu, 10 Dec 2015 12:46:33 +0800 Subject: Trebuchet: fix CTS test failed The searchManager api was changed, we can't get the search info. Modify the code, we get the component name from packagemanager. CRs-fixed: 948706 OPO-336 Change-Id: I641ba64036994781bc15e5d6e0955deb9fec13ed
* Trebuchet: Don't animate open folder if already opencretin452016-01-181-0/+1
| | | | | | Issue-id: CYNGNOS-1603 Change-Id: I3d723ca28ea35b06fa45f5c03b8161291e3ec558
* Trebuchet: Fix landscape spacing issuecretin452016-01-181-3/+7
| | | | | | | | Don't keeping adding padding for the qsb on every orientation change. Issue-id: CYNGNOS-1640 Change-Id: Ibe1c8de8d5af2da1ba5e53648a468785db77a5ba