- 19 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 18 Jan, 2019 2 commits
-
-
Nicolas Fella authored
Summary: Use the default configuration from Android BUG: 400883 Test Plan: Pairing still works Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, thomasp, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D18219
-
Script Kiddy authored
-
- 17 Jan, 2019 1 commit
-
-
Erik Duisters authored
Summary: Use androidx version of AlertDialog to get properly styled AlertDialog buttons Use PreferenceManager context to style Device Name AlertDialog |{F6551907}|{F6551908}| |Before|After| Test Plan: Apply patch and verify that AlertDialogs have properly styled buttons Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D18298
-
- 16 Jan, 2019 2 commits
-
-
Piyush Aggarwal authored
Summary: `Show persistent notification` toggle is disabled from Android O and up This patch aims to enable the toggle with link to Notifications Settings, so that user can itself disable the persistent notification if desired Test Plan: Apply patch, use on Android O or up device and use `Show persistent notification` toggle. It should take you to Notifications settings page of KDE Connect Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, eduisters, nicolasfella, kdeconnect, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D18181
-
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
-
- 14 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 11 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 10 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 09 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 08 Jan, 2019 2 commits
-
-
Erik Duisters authored
Summary: Androidx introduced new Materialcomponents themes, use them instead of Theme.AppCompat. This also causes AlertDialogs and PreferenceDialogFragments to be styled correctly |{F6531506}|{F6531505}| |Before|After| (Ok button is disabled if you are wondering) Test Plan: Apply patch, verify everything still looks as expected Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D18039
-
Script Kiddy authored
-
- 07 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 06 Jan, 2019 5 commits
-
-
Erik Duisters authored
Summary: The Simplify pairing from notification patch D16518 broke the functionality that tapping on the notification provided This patch makes tapping on the pairing notification work again as expected Test Plan: Before applying this patch initiate a pairing from kde On android tap on the notification (not the action buttons) and notice that nothing happens Apply the path and repeat the above test. Now the DeviceFragment should be displayed allowing the the pairing to be accepted or rejected Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17886
-
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/D17878
-
Erik Duisters authored
Do not continue displaying the previous track's album art image when the new track's albumArtUrl is empty Summary: When a new track starts playing and does not have album art the previously displayed album art image will be displayed until a new track starts playing that does have album art Test Plan: Before applying this patch play a track that has album art followed by a song that does not have album art. Notice that when the track without album art starts playing the album art of the previous track is still displayed Apply patch, repeat previous test and notice that the album art placeholder is displayed when the track without album art start playing Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17875
-
Erik Duisters authored
Migrate from PreferenceActivity to PreferenceFragment because it has been deprecated since Android 3.0 API11 Summary: PreferenceActivity has been deprecated since Android 3.0 API 11 in favour of PreferenceFragment | {F6515113} | {F6515114}| |Before| | {F6515111} | {F6515112}| |After| Test Plan: Apply patch and observe that the DeviceSettings and PluginSettings screen behave as expected and now also follow material design guidelines Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17859
-
Script Kiddy authored
-
- 01 Jan, 2019 1 commit
-
-
Script Kiddy authored
-
- 30 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 29 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 28 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 27 Dec, 2018 2 commits
-
-
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
-
Script Kiddy authored
-
- 26 Dec, 2018 1 commit
-
-
Script Kiddy authored
-
- 25 Dec, 2018 2 commits
-
-
Script Kiddy authored
-
Nicolas Fella authored
Summary: This allows for more fine-grained control. CCBUG: 402488 Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17787
-
- 24 Dec, 2018 13 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
Summary: Use bigtext style. BUG: 402489 Test Plan: Send notification with long text. Before a single line was shown. Now the user can view the full content by pulling down the notification Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17786
-
Nicolas Fella authored
Summary: They were silent anyway and are not really useful BUG: 402490 Test Plan: I don't see the MPRIS notification in the plasmoid any more Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17776
-
Nicolas Fella authored
Summary: Don't show silent notifications. With D17776 we don't send silent any more, but we might again in the future. Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17777
-
Nicolas Fella authored
Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17778
-
Nicolas Fella authored
Test Plan: Notification app list is still sorted Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17779
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-