summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Trebuchet: Fix NPE when app search controller is offGabriele M2016-01-161-1/+2
| | | | Change-Id: Ia6a9322e0aee3e16d4dd864fbc5a341e3f0501a8
* Trebuchet: Remove app search controller if turned offcretin452016-01-132-7/+20
| | | | | | Issue-id: CYNGNOS-1590 Change-Id: I0e5e8eacfc696380947f1667fd5ebd927252e125
* Trebuchet: Fix some monkey test race condition bugscretin452016-01-132-19/+28
| | | | | | Issue-id: CYNGNOS-1587 Change-Id: I45ead8cfbd7fab3a9ae62f878a160a696c411e75
* Prevent possible NPE during monkey testMartin Brabham2016-01-111-0/+3
| | | | | Change-Id: If12f50a843540ed07cfff96af17caf9f181945f4 Ticket-Id: OPO-296
* Trebuchet: Don't crash on widget clickscretin452016-01-081-6/+10
| | | | | | Issue-id: NIGHTLIES-2266 Change-Id: I804614c4d4636f58374c8f5d3e6252fbcd40ae29
* Trebuchet: Add Snap to hotseatMichael Bestas2016-01-081-0/+6
| | | | | | | * Also migrate from Camera2 shortcuts, allowing to toggle easily between the two apps Change-Id: I98bf454d97d9afc0b9720cc7a36f7a3c7bab2c61
* Trebuchet: Ensure workspace is invisibile while in all apps viewcretin452016-01-071-0/+1
| | | | | | Issue-id: CYNGNOS-1544 Change-Id: Ia46172d8b5c113647e996d8bd1e9a05d1201754a
* Trebuchet: Make sure overview arrows point up when collapsedcretin452016-01-062-0/+21
| | | | Change-Id: If72134daeb7424b3474eb59bf4773c9a2c0d4819
* Trebuchet: Ensure sections list isn't nullcretin452016-01-061-1/+1
| | | | | | Issue-id: CYNGNOS-1530 Change-Id: I371effbecf6205579a8dc5854a9e6d49e46783cc
* Trebuchet: Move allow rotation pref to overlay panelcretin452016-01-056-87/+32
| | | | Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
* Trebuchet Statistics:Martin Brabham2016-01-0415-3/+1446
| | | | | | | | | | | | | | | | | | | - Add plumbing for sending events. - Add aggregation service that runs on some interval - Hook send events into respective UX interactions Change-Id: I77ba0ab75daf845621d800e0adf3e658096926af Trebuchet: send metrics values as strings - Also refer to the declared intent Change-Id: I3c99cc071aa2f4241ea8d3e6d2e8683f1f748e7d Signed-off-by: Roman Birg <roman@cyngn.com> Stop unnecessary exception posting to logcat. Change-Id: I4f741246dc2ee77b24c3bb94075e12535fcd7ead
* Trebuchet: Fix page indicator bottom padding on setting changecretin452016-01-041-1/+1
| | | | | | Issue-id: CYNGNOS-1423 Change-Id: I1e5f21a215d9a8ba1679a1c700dd326ffc1441ac
* Ensure we don't go over the icon size limitationMartin Brabham2016-01-041-0/+6
| | | | | Change-Id: Id6209acc0c18b27d0a2826acdc1c7a83efb744ad Ticket-Id: CYNGNOS-1427
* Trebuchet: Don't resize BubbleTextView based on all apps prefcretin452015-12-221-10/+0
| | | | | | Issue-id: CYNGNOS-1427 Change-Id: I3bb5107fa24b85e5713d7f6403a332246609804b
* Trebuchet: Adjust device profiles and add one for baconcretin452015-12-221-4/+7
| | | | Change-Id: Ib96af9891f08506e3f83e1fd21835665ae4be6c2
* Trebuchet: Add migration for new messaging appcretin452015-12-221-15/+16
| | | | | | Issue-id: CYNGNOS-1422 Change-Id: Iaf64cdba4333703a73c72997c1ddc353ecdcd24b
* Trebuchet: Auto collapse settings panelcretin452015-12-212-0/+23
| | | | | | Issue-id: CYNGNOS-1425 Change-Id: I26896332431eb42dc4727a4f2bb9c4c0a3cfbcc5
* Trebuchet: Fix some icon size and flush cache issuescretin452015-12-183-22/+22
| | | | Change-Id: I6aa4bc09fd888559d3a1795f4f0968f9b89534d9
* Trebuchet: Add ability to disable the scroller completelyMartin Herndl2015-12-176-36/+57
| | | | | | | | | This change adds another toggle to the drawer settings which disables the app drawer scroller completely. There is already a setting which toggles between horizontal and vertical scroller, but I like my drawer if it's even cleaner and uses no scroller at all. Change-Id: Iad3efdafee264852f52e728341fd86d60452b05b
* Handle theme changesClark Scheff2015-12-164-2/+94
| | | | | | | issue-id: CYNGNOS-1434 NIGHTLIES-2149 Change-Id: I85208f3d6b572fb7a161db79cd3b74c1102dbba2 (cherry picked from commit 50f78e36b079bbe14bcb50064d28940358d42544)
* Add app drawer search bar toggle to settingsMartin Herndl2015-12-166-15/+42
| | | | | | | | | | | This adds the possibility to enable or disable the search bar on top of the app drawer. In the Launcher class it will be created with the View.GONE visibility to avoid taking up space if disabled. Per default it behaves like before and is enabled. PS3: Make sure the hasSearchBar boolean is set. Change-Id: I48711aea2b15bf535815d0e453ac33079af26eca
* Fix: Restore workspace gradients when returning from Widget dropRaj Yengisetty2015-12-121-0/+2
| | | | Change-Id: I08927ea359460f60cebe1b942273a24eea8f86d5
* Fix: Workspace background gradientRaj Yengisetty2015-12-121-0/+3
| | | | | | | | | | | | | Repro: - Open App Drawer - Launcher any app - Press back (User should be returned to the App Drawer) - Press back again (User should be returned to the Home Screen) - Note gradient near status bar (Home Screen gradient is missing!) - Press home - Note Home Screen gradient reappears Change-Id: Ib24d94c2deba06f872f42bfffff78317844dd731
* Trebuchet: Add scrubber to widget viewstaging/cm-13.0cretin452015-12-105-2/+114
| | | | Change-Id: I68711e95ed31a962b47e995e979e32de37570b44
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2015-12-103-35/+105
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Trebuchet: Add DB migrationcretin452015-12-094-7/+183
| | | | Change-Id: Ic470848380ede33ba52e71d453d5328a23160b48
* Reimplement CM Settings Overview Panel Part 4Yvonne Wong2015-12-088-64/+283
| | | | | | | - Enable protected apps and update workspace/app drawer/widgets view when protected apps change - Change reload launcher to happen after each setting toggle to reduce UI lag Change-Id: I0a4a4a077c3cb94eaccfb4e8c4213135cb99d57e
* Trebuchet: Add app drawer settingscretin452015-12-038-35/+152
| | | | Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-038-46/+781
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2015-11-308-10/+621
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 2Yvonne Wong2015-11-308-38/+185
| | | | | | | - Enables hiding the search bar from the workspace - Adds a reload launcher flag to reload only during onResume or newIntent if needed Change-Id: I0feb279f9003b268b5a129cef40d3665787ee451
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-3021-47/+3414
| | | | | | | | | - Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e