summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: get rid of old iconsAlexander Martinz2018-04-051-1/+1
| | | | | | | Update all references to use the new adaptive icon and drop the old ones. Change-Id: I8d81bc027ff965aad05d43514afbb77564b3651b Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
* Bump targetsdk to 27Arne Coucheron2018-01-191-1/+1
| | | | Change-Id: Ic138ded6dba217d02f2bb6f5c0d9e49e25077901
* Bump minsdk to 23Joey Rizzoli2018-01-191-1/+1
| | | | | Change-Id: I028750f2383ce124bbe6da6cbfd5562722932389 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent ↵Sunny Goyal2017-06-081-1/+2
| | | | | | | service Bug: 62065291 Change-Id: I5872cea1b110268e9593eeb6397e94ecea1bc03d
* resolve merge conflicts of 629a67c5a to ub-launcher3-dorval-polishTony2017-06-021-1/+2
|\ | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I5aed3f0c978976c499b532c816d81196cb11e3a1
| * Migrate ColorExtractionService to JobServiceTony2017-06-021-1/+2
| | | | | | | | | | | | | | | | | | IntentService cannot be run in the background, so moving to JobService prevents us from crashing if the wallpaper is changed while we aren't running. Bug: 62065291 Change-Id: Ie0c887e36d0ced43a0b9ab8136bf55eb37697489
* | Adding compat implementation for the new WallpaperManager APIs for color ↵Sunny Goyal2017-05-231-0/+5
|/ | | | | | extraction Change-Id: Ie06c9ac3a77cd33d22ce298a55e234078895c3a0
* Add meta data to indicate launcher_dump provider nameHyunyoung Song2017-05-041-0/+8
| | | | | | b/36904684 Change-Id: I3e4bdae163dbe1ecfbd0a009462f13f25e2486d6
* Adding broadcast receiver to handle SESSION_COMMIT broadcastSunny Goyal2017-03-091-1/+10
| | | | | | | | | | > Disabling Install shortcut broadcast for O and above > Adding a preference to control automatic icon addition on homescreen > Adding icons on homescreen for new installs based on the above preference Bug: 32920609 Bug: 27967412 Change-Id: I92e5cb7c841fb445dc8bc058d975f212ee54f8d1
* Change application launcher icons to adaptive iconsHyunyoung Song2017-03-031-1/+1
| | | | | | b/35429795 Change-Id: I4fa2fb167040c2470c403a293d1a172c276b2f81
* Add notification listener back to the manifestTony2017-02-161-0/+8
| | | | | | | | | | | This reverts commit d27b65d4d0035d6b66aac3e6040aa791f155e502. Also added boolean to values/ and values-v25/ and values-v26/ to enabled/disable the listener by API version. Bug: 35443111 Bug: 33553066 Change-Id: I69465c720f3b3eca7ae2025e01c315720862bec8
* Temporarily remove notification listener from the manifest.Tony Wickham2017-02-091-7/+0
| | | | | Bug: 35102937 Change-Id: I830b7146815248c80f65c91a6cf81a2664afeaac
* Merge "Updating manifest entry as per API changes" into ub-launcher3-masterSunny Goyal2017-01-271-1/+2
|\
| * Updating manifest entry as per API changesSunny Goyal2017-01-261-1/+2
| | | | | | | | | | Bug: 34174006 Change-Id: I905532ba44a8898c9c17476f9f75bc309eeb7b41
* | Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-1/+1
|/ | | | | | | | | | | | | | - Next secondary icon animates up to replace dismissed main notification - Add padding around main notification so it always aligns with the straight edges of the view (not the rounded corners); looks more dismissable - Notification view collapses as notifications are dismissed - To mimic system notification behavior, we copy SwipeHelper, FlingAnimationUtils, and Interpolators. We also apply elevation to notifications and reveal a darker color beneath when dismissing. Bug: 32410600 Change-Id: I9fbf10e73bb4996f17ef061c856efb013967d972
* Merge "Add NotificationListener to launcher." into ub-launcher3-masterTony Wickham2017-01-251-0/+7
|\
| * Add NotificationListener to launcher.Tony Wickham2017-01-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NotificationListener extends NotificationListenerService, and is added to the manifest. - Added PopupDataProvider, which contains logic for storing and interacting with data that goes into the long-press popup menu (shortcuts and notifications). A follow-up CL will rename DeepShortcutsContainer to a generic PopupContainerWithArrow. - If Launcher has notification access, NotificationListener will get callbacks when notifications are posted and removed; upon receiving these callbacks, NotificationListener passes them to PopupDataProvider via a NotificationsChangedListener interface. - Upon receiving the changed notifications, PopupDataProvider maps them to the corresponding package/user and tells launcher to update relevant icons on the workspace and all apps. This is guarded by FeatureFlags.BADGE_ICONS. Bug: 32410600 Change-Id: I59aeb31a7f92399c9c4b831ab551e51e13f44f5c
* | Adding support for drag and drop for requestPinItem.Sunny Goyal2017-01-241-0/+2
|/ | | | | | | | | | | | | | | | | | | | On long pressing, the confirmation activity starts a system drag-n-drop and focuses the launcher activity. We then drive the launcher drag controller using the system drag event Caveats: > We use a transparent preview for system drag and drop and use a view inside launcher for actual preview. This gives us better control over various animations. > The parameters for drag operation are passed to the Launcher activity using the intent. Since onNewIntent and onDragEvent come at different times and are not associated, a random uuid is used as mime-type to match the drag event with intent params > If the workspace is locked (eg, loader is running) the drag operation is simply dropped. Will be imporved in follow up cls Bug: 33584624 Change-Id: I0bb5b25b690f86b6af31a14e11beb669fcb3a281
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-0/+8
| | | | | | | on the workspace. Bug: 33584624 Change-Id: I664366822fe8088742faff2cce006239ab0771bc
* Adding a resource pointer to the app name so that derived projects canSunny Goyal2016-08-221-1/+1
| | | | | | easily modify app name Change-Id: I3f301e1b2ba38d0a45d220bb628dcfdf3906246c
* Separating out configs and common manifest entriesSunny Goyal2016-05-241-0/+83
This separation allows for easier modification of Launcher3 by derivative projects Change-Id: Ib3469e9b5d2707daef572050698d792316534d45