[Libreoffice-bugs] [Bug 111399] New: Move away from (deprecated), reenable lint

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 5 15:47:28 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=111399

            Bug ID: 111399
           Summary: Move away from (deprecated), reenable lint
           Product: Impress Remote
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Android app
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: andrzej at ahunt.org

We're using the deprecated BIND_LISTENER action for Impress Remote's wear
support. Lint complains, so I disabled breaking builds on lint failure for now.

We should upgrade Impress Remote as per
https://android-developers.googleblog.com/2016/04/deprecation-of-bindlistener.html

Once that is done we can reenable abortOnError for lint (wear/build.gradle).

>:wear:lintVitalRelease
> ..../impress_remote/android/sdremote/wear/src/main/AndroidManifest.xml:29: > Error: The com.google.android.gms.wearable.BIND_LISTENER action is deprecated. [WearableBindListener]
>                <action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
>                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>   Explanation for issues of type "WearableBindListener":
>   BIND_LISTENER receives all Android Wear events whether the application
>   needs them or not. This can be inefficient and cause applications to wake
>   up unnecessarily. With Google Play Services 8.2.0 or later it is
>   recommended to use a more efficient combination of manifest listeners and
>   api-based live listeners filtered by action, path and/or path prefix. 
>
>   http://tools.android.com/tech-docs/bind-listener
>
> 1 errors, 0 warnings
> :wear:lintVitalRelease FAILED

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170805/d1371740/attachment.html>


More information about the Libreoffice-bugs mailing list