summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Trebuchet: Use full res app icon on icon cache initcretin452015-11-231-1/+2
| | | | Change-Id: I77400641d561de9b012b4fadd088fb62c9dbdcdd
* Reimplement the CM scrubber against the new Launchercretin452015-11-2315-64/+1430
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-187-78/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* Merge "Removing items which are on invalid screen" into ub-launcher3-burnabySunny Goyal2015-09-091-12/+19
|\
| * Removing items which are on invalid screenSunny Goyal2015-09-041-12/+19
| | | | | | | | | | Bug: 23804751 Change-Id: If26a6b201aa6127cfd2a08fc4b408a27d6329bad
* | Restoring provider behavior for reloading app on old devicesSunny Goyal2015-09-091-4/+16
| | | | | | | | | | | | | | | | | | > For older devices, launcher will only reload in case of inserts with specific query parameters > For older devices, launcehr will notify content observers of any internal inserts > Chaning TAG for Launcher provider as max logging tag is only 23 characters Bug: 23821706 Change-Id: I32891387612d967c41ddae848c43dc4b1de1b0e9
* | Merge "Preventing null pointer crash when opening a folder" into ↵Sunny Goyal2015-09-031-1/+1
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Preventing null pointer crash when opening a folderSunny Goyal2015-09-031-1/+1
| |/ | | | | | | | | Bug: 23770713 Change-Id: I3ce82450358f1493f70639d594e1e3f391945437
* / Revert workaround for move to default screen on home intent.Ivan Lee2015-09-031-2/+2
|/ | | | | | BUG=23556755 Change-Id: Ia268a58389b90fd0503e474f02f33a312c051c0e
* Merge "Fixing NPE in recycler view scroll bar." into ub-launcher3-burnabyWinson Chung2015-08-311-3/+17
|\
| * Fixing NPE in recycler view scroll bar.Winson2015-08-311-3/+17
| | | | | | | | | | | | | | | | - The regression was introduced in scroll bar changes ag/751628, but unlike AllApps, the WidgetsRecyclerView can have an unbound model. Bug: 23689784 Change-Id: Ibd3d5bcbafab0ada9a372fa00acaa45809ce720d
* | Merge "Adding workaround for regression caused by ag/752175" into ↵Winson Chung2015-08-311-2/+2
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Adding workaround for regression caused by ag/752175Winson2015-08-311-2/+2
| |/ | | | | | | Change-Id: I92617c88f17a5827454e147f93d822975587d5b4
* | Merge "Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a ↵Sunny Goyal2015-08-281-2/+4
|\ \ | | | | | | | | | managed profile app" into ub-launcher3-burnaby
| * | Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed ↵Sunny Goyal2015-08-281-2/+4
| | | | | | | | | | | | | | | | | | | | | profile app Bug: 23515512 Change-Id: I60678eccd4b60225ff30960f7197d633f72c7659
* | | Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-284-4/+274
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Adding graphic for all apps empty search screen.Winson2015-08-284-4/+274
| |/ | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | Revert "Adding viewId for the QSB"Sunny Goyal2015-08-271-7/+2
| | | | | | | | | | | | | | | | Using QSB widget id from xml This reverts commit 995685913955f33b05fdc0b473df901f2b0652c0. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22