summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet hook to export workspace - hidden behind *#*#INFO#*#* wallAbhishek G2016-07-071-0/+1
| | | | | | | | | | Adding trebuchet capability to export out Trebuchet launcher layout for offline processing. This option is not visible to the user unless the user enables Trebuchet hidden menu via the *#*#INFO#*#* dialer menu. This feature simplifies the process around ingesting OOBE launcher layout requirements. Change-Id: Iff7b8c89e782b01f73b53e91df2af9251ed7bbd8
* Bring back the custom wallpaper picker [2/5]d34d2016-06-191-2/+4
| | | | | Change-Id: Iffd0911c0e37a3c27d598f22288b68a682b40154 TICKET: OSS-62
* Trebuchet: send metrics directly when possibleRoman Birg2016-05-031-0/+3
| | | | | | | | | | | | Use the SDK directly instead of relying on an external package. Still relies on C-Apps Core to send. Reverts the revert and fixes the issue (missing aapt flag overlay) This reverts commit d20f7796e45dcae0e619d3bb76a3a89674705702. Ticket: CYNGNOS-2545 Change-Id: I9445cadc429c3158cabb6a7d07e016f6fe3dac19
* Revert "Trebuchet: send metrics directly when possible"Roman Birg2016-04-291-3/+0
| | | | | | This reverts commit 097b9503f45ae2a50c501fa95d13776d656621bb. Change-Id: I07e8ee6665b8ed112818a4dc596cf91adf94d6f0
* Trebuchet: send metrics directly when possibleRoman Birg2016-04-291-0/+3
| | | | | | | | | | | 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>
* Add network/unlock receivers and additional metric eventArtem Shvadskiy2016-02-081-0/+1
| | | | | Change-Id: Ifc6fa10fac09ab735e77b963d869b87007265fe4 issue-id: CYNGNOS-1788
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-0/+1
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet: Move allow rotation pref to overlay panelcretin452016-01-051-7/+0
| | | | Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
* Trebuchet Statistics:Martin Brabham2016-01-041-0/+10
| | | | | | | | | | | | | | | | | | | - 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: Ignore mnc/mcc config changescretin452015-12-181-0/+1
| | | | | | | issue-id: CYNGNOS-1417 Change-Id: Iac3eba6e6f9dc0bd2e60462bbe931233fff3e7b6 (cherry picked from commit d11a4f0aa1fccbae88efb3cde7d7a8ac8b806b7c)
* Trebuchet: Exclude from recentscretin452015-12-181-0/+1
| | | | | | Issue-id: CYNGNOS-1449 Change-Id: Iccbd953241886dbbda01e38225123dfd1761accc
* Handle theme changesClark Scheff2015-12-161-0/+6
| | | | | | | issue-id: CYNGNOS-1434 NIGHTLIES-2149 Change-Id: I85208f3d6b572fb7a161db79cd3b74c1102dbba2 (cherry picked from commit 50f78e36b079bbe14bcb50064d28940358d42544)
* Re-Implementation of hidden foldersVineet Patil2015-11-301-0/+2
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Update default workspace to GMS 3.0 reqAbhisek Devkota2015-11-241-1/+1
| | | | | | CYNGNOS-1284 Change-Id: If74f7dc1b81e48d00c80b71cef4994d6f5172b59
* We shall call it Trebuchetcretin452015-11-241-1/+4
| | | | Change-Id: I068d7e025bb01fd4216be3ffcf3cdfd3285be9da
* Updating the target sdk to launcherSunny Goyal2015-08-211-1/+1
| | | | Change-Id: Icf8e22f6ceb57dcd4e101b8b1d3ae86c52d12b30
* Removing account manager callsSunny Goyal2015-08-041-1/+0
| | | | Change-Id: Ic88139f6ef34046eb3b551d8a75d5f97e1fe3d52
* Moving LauncherExtension to a separate packageSunny Goyal2015-06-251-1/+5
| | | | Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
* Ensure that Launcher Activity has an exclusive taskAdam Cohen2015-06-231-0/+1
| | | | | | | | | -> enforce this at the activity level by giving it an empty affinity -> the system should probably enforce this, so this is a work around for now issue 21880868 Change-Id: Iaba4d87781c7fc82ee6c2838c013e01081cdbf9d
* Using content provider to update launcher settingsSunny Goyal2015-06-121-5/+0
| | | | | | | | > Removing cross process preference file > Removed broadcast listener management for settings changes > Defining content provider method to get/set laucnehr preferences Change-Id: Ida36eac0ab17c1d48fedc9404817a53a89b36c4f
* Removing LauncherApplication to enable us to easily catch LauncherAppState ↵Sunny Goyal2015-06-041-1/+0
| | | | | | errors Change-Id: I56e956067692e5b9c4719c5e08b8f558e6011a60
* Use a broadcast receiver instead of a settings observer.Rahul Chaturvedi2015-06-041-1/+7
| | | | | | | | Settings observer doesn't work if a setting is modified in another process, hence we instead register a receiver which listens for a signal from the settings process that the rotation preference has changed. Change-Id: I570e3c67bb64a32347e84ca00a8ac31d9010eac3
* Enabling resumeWhilePausing for the Launcher activity.Winson Chung2015-06-011-0/+1
| | | Bug: 21342101
* Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-0/+6
| | | | | | | | | | | | This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344
* Removing UserInitializeReceiver from manifest as it does not existSunny Goyal2015-04-091-9/+0
| | | | Change-Id: I5f14d93abadfab0bc2822bc0c68648c72b5a082c
* Removing UninstallShortcutReceiverSunny Goyal2015-04-011-15/+0
| | | | | | | | | > Removing support due to its flacky design. Removing a shortcut causes a full reload. Also we do not have any concept of owner, so any app can remove any shortcut. Bug: 11372484 Change-Id: I781c922fac7dc77ea82cd0a2af74a5fca22500de
* Merge "Removing all dependencies of launcher code on wallpaper-picker" into ↵Sunny Goyal2015-03-211-1/+1
|\ | | | | | | ub-launcher3-burnaby
| * Removing all dependencies of launcher code on wallpaper-pickerSunny Goyal2015-03-201-1/+1
| | | | | | | | | | | | | | > WallpaperPicker can still depend on launcher code, but not the other way round. Change-Id: I93a07f985c3955c638a68a5fad9c09b184a879b9
* | Rewrite: Widget preview loader logicSunny Goyal2015-03-201-9/+0
|/ | | | | | | | | > Widget previews are saved in data dir instead of cache dir > Expiring widget previews similar to IconCache > Removed support for setting thread priorities Bug: 19865031 Change-Id: Ib6033c2b1ff8ae61bba8762ca994ccd8217d3c75
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-1/+19
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Update calls now we have an L API version.Kenny Guy2014-09-181-1/+1
| | | | | Bug: 17543647 Change-Id: I92c652a4ced5a5e783b24e42f9da4d9dfe1118ba
* Fixing install shortcut receiver in launcher3Sunny Goyal2014-09-051-4/+4
| | | | Change-Id: If22da17630be71fb22277b7a911aae57322b2ecc
* Updating the ui for widget restore flowSunny Goyal2014-08-121-3/+7
| | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* Autoinstalls loading xmlSunny Goyal2014-08-121-13/+0
| | | | | | | | | | > Launcher checkes for an apk in the system image with a broadcast receiver for action: com.android.launcher3.action.LAUNCHER_CUSTOMIZATION > Default layout is parsed from that apk, which can also contain icons and string resources used in the layout config Change-Id: I44fc9e7c3134f525f7b5db29f4e8bb56e17ce445
* Make com.android.launcher3.action.FIRST_LOAD_COMPLETE protectable on both sidesAdam Cohen2014-08-081-0/+1
| | | | | Change-Id: I7ed482e3f6a85c9d58bfcc999b90e0ecda8db217 (cherry picked from commit b531b6d4965576d36547152f7858ec2ac389f6eb)
* Adding broadcast to indicate first launcher loadAdam Cohen2014-07-231-1/+3
| | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-211-0/+7
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* Merge "Revert "Add uses feature managed profiles to Launcher3 manifest."" ↵Sander Alewijnse2014-07-171-2/+0
|\ | | | | | | into ub-now-master
| * Revert "Add uses feature managed profiles to Launcher3 manifest."Sander Alewijnse2014-07-161-2/+0
| | | | | | | | | | | | This reverts commit 4224758a546aafee4f6b6ce932bfb0d7586d8521. Change-Id: I65ddcc2cac41120e0feb0020c4709cdc5a862f10
* | Showing icons for apps on sdcard which are not available during system boot.Sunny Goyal2014-07-161-0/+8
|/ | | | | | issue 15852084 Change-Id: I1e6f59a413581ae3af4219ab32cb5af3d726d382
* Add uses feature managed profiles to Launcher3 manifest.Sander Alewijnse2014-07-151-0/+2
| | | | Change-Id: If2143424f0d89cc1ed4e504d37106ea52e067e1f
* Changed behaviour of the wallpaper picker.Selim Cinek2014-03-031-1/+1
| | | | | | | | | | | | | | | | | When opening the picker, the currently chosen wallpaper is shown in the background. In this change also the nullpointer was fixed when deleting the currently selected wallpaper and setting it, because we revert to the old wallpaper in that case. When going into the same live wallpaper than the currently selected we are going back to home if the user sets it or goes back now, in order for the user not to loose state. The real fix for this will be done later when the following bug will be fixed: b/13241760 Bug: 12063773 Bug: 13219612 Change-Id: I7c6abb25755eca99c3255278e0884d1ff4749b55
* Updating Read/Write settings permission protectionLevels. (Bug 11372484)Winson Chung2014-02-261-2/+2
|
* New launcher2 icon migration algorithm.Dan Sandler2014-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The user will be able to request "icon migration", which is not a direct mapping of the old workspace, but rather follows this heuristic for bringing the user's favorite icons (by dint of their existence on the workspace) into Launcher3: Workspace shortcuts are placed in lexicographic order on the workspace starting at screen 0 (leaving the bottom row of screen 0 empty to make sure there's room to move things around). Folders are preserved and their contents sorted. Duplicate icons (that is, shortcuts with the same intent, pursuant to some cleanups) are removed. Hotseat icons are migrated in their original place, unless their new location is not accommodated by the hotseat (i.e. the L3 hotseat is too small on this device), in which case they're treated like any other shortcut and tossed into the workspace. To test, turn on Launcher.ENABLE_DEBUG_INTENTS and then: $ adb shell am broadcast -a com.android.launcher3.action.DELETE_DATABASE $ adb shell am broadcast -a com.android.launcher3.action.MIGRATE_DATABASE Bug: 12416411 Change-Id: Ia5c56f36c11455867ea20a39f70210f595020a87
* Create separate project for Wallpaper PickerMichael Jurka2013-12-131-1/+1
| | | Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
* Update suggested wallpaper dimensions in onResumeMichael Jurka2013-12-031-0/+7
| | | | | | | If another launcher runs in between, it might change the suggested dimensions. This fixes that case. Bug: 11667475
* Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-251-2/+2
| | | | Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
* Fix launcher3 standalone build.John Spurlock2013-09-181-0/+1
| | | | Change-Id: Ibfe14c5960211916222fc49389b8776be6bf768b
* Update to using new crop intentMichael Jurka2013-09-131-6/+6
| | | | | | | Also, unify WallpaperCropActivity so it's identical to the system default version (mainly removing Launcher dependencies) Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
* Support new crop wallpaper intentMichael Jurka2013-09-091-1/+1
|