- 07 Mar, 2019 1 commit
-
-
Albert Vaca Cintora authored
-
- 28 Feb, 2019 1 commit
-
-
Erik Duisters authored
-
- 16 Feb, 2019 1 commit
-
-
- 11 Feb, 2019 3 commits
-
-
Albert Vaca Cintora authored
Now they are local tests and not Android tests
-
Albert Vaca Cintora authored
Instead of manually initializing a map statically.
-
Albert Vaca Cintora authored
-
- 16 Jan, 2019 1 commit
-
-
Erik Duisters authored
Summary: Update gradle-plugin to v3.3.0 Update gradle 4.10.1-all Update Butterknife to v10.0.0 Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D18264
-
- 27 Dec, 2018 1 commit
-
-
Erik Duisters authored
Summary: Use the new AndroidX libraries instead of the legacy support libraries Test Plan: Apply patch and verify everything works as before Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: shubham, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17818
-
- 08 Dec, 2018 1 commit
-
-
Erik Duisters authored
Summary: Use butterknife for view binding Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17411
-
- 02 Nov, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 31 Oct, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 24 Oct, 2018 1 commit
-
-
Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D16396
-
- 18 Oct, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 16 Oct, 2018 1 commit
-
-
Albert Vaca Cintora authored
Changes: - Appcompat library v4 has been splitted in smaller libs, we only need one - New FOREGROUND_SERVICE permission is required
-
- 31 Aug, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 26 Jul, 2018 2 commits
-
-
Albert Vaca Cintora authored
According to https://developer.android.com/studio/releases/build-tools
-
Albert Vaca Cintora authored
-
- 06 Jun, 2018 1 commit
-
-
Nicolas Fella authored
Test Plan: reinstall, pair, ping Reviewers: #kde_connect, sredman Reviewed By: sredman Subscribers: albertvaka, sredman, kdeconnect, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13196
-
- 20 May, 2018 3 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
This reverts commit f3300530.
-
Summary: Oreo requires that each notification has a channel assigned. This patch uses a common channel for all. Individual channels for different notifications (Notifications plugin, pairing notifications, share plugin) could be done, but since in our case notifications are not a critical part of the UX it does not seem necessary to me. Setting the channel on NotificationCompat.Builder requires version 26 of the support library, the implications of this were discussed in D8966. Reviewers: #kde_connect Subscribers: mtijink, albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D9514
-
- 09 May, 2018 1 commit
-
-
Nicolas Fella authored
Summary: Let Android Studio replace anonymous types with lambdas. No manual code change. Test Plan: Compile and superficial behaviour test Reviewers: #kde_connect, philipc Reviewed By: #kde_connect, philipc Subscribers: philipc, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12229
-
- 01 May, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 27 Apr, 2018 1 commit
-
-
Nicolas Fella authored
Reviewers: #kde_connect, philipc Reviewed By: #kde_connect, philipc Subscribers: philipc, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12501
-
- 24 Mar, 2018 1 commit
-
-
Summary: This follows the guidelines described at https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#apply_plugin Test Plan: Try to build with this change (`./gradlew assembleRelease` or similar) Reviewers: #kde_connect, mtijink Reviewed By: #kde_connect, mtijink Differential Revision: https://phabricator.kde.org/D11645
-
- 24 Feb, 2018 1 commit
-
-
Matthijs Tijink authored
Summary: Fetches http(s) album art urls, as supplied by MPRIS, to display as album art. Fetched urls and failed fetches are cached to prevent unneccessary network activity. The bulk of the code is in the fetching+caching class `AlbumArtCache`. Takes the comments from d52be109 into account: - The images (HTTP(S) only for now) are cached. This is limited to 5 MB on disk or 10 entries in memory. - The image gets viewing space depending on the remaining screen space. Thus, controls should never be pushed off-screen. - "Edge cases" like going from cover art to no cover art is handled correctly (actually a result of earlier mpris code changes). Additionally, it adds a landscape mode to the MPRIS activity, which shows the cover art and controls side by side. Desktop part is in D9563. FEATURE: 345015 Test Plan: Works both with/without album art. Switching players and tracks correctly changes the album art. Reviewers: #kde_connect, #vdg, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, ngraham, nicolasfella, apol Differential Revision: https://phabricator.kde.org/D9564
-
- 22 Jan, 2018 2 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
-
- 09 Dec, 2017 2 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
-
- 11 Jul, 2017 1 commit
-
-
Nicolas Fella authored
Summary: Some refactoring in the Shareplugin: Extracted some parts into separate methods Extracted notification into separate class Some optical tweaks on notifications Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D6613
-
- 09 Jul, 2017 1 commit
-
-
Albert Vaca Cintora authored
-
- 31 May, 2017 1 commit
-
-
Nicolas Fella authored
Differential Revision: https://phabricator.kde.org/D5876
-
- 17 May, 2017 1 commit
-
-
Albert Vaca authored
-
- 06 May, 2017 1 commit
-
-
Albert Vaca Cintora authored
-
- 18 Mar, 2017 1 commit
-
-
Albert Vaca Cintora authored
-
- 05 Feb, 2017 1 commit
-
-
Albert Vaca Cintora authored
-
- 11 Dec, 2016 1 commit
-
-
Albert Vaca Cintora authored
-
- 28 Nov, 2016 1 commit
-
-
Albert Vaca Cintora authored
-
- 20 Sep, 2016 1 commit
-
-
Albert Vaca Cintora authored
-