Commit Graph

  • 8b7dba6 (HEAD -> master) Fixed mpris crash when service does not respond (ex. spotifyd) Added battery command to mconnectctl by Yiğit Çolakoğlu 2021-03-18 12:18:23 +0300
  • e187a92 Merge remote-tracking branch 'flyingpimonster/fix-identity-packets' by Sean E. Russell 2021-01-31 10:12:54 -0600
  • 23833b0 Fixes core dumps when mpris is found. by Sean E. Russell 2021-01-31 09:57:17 -0600
  • 8b87c12 packet: Fix capabilities by James Westman 2020-07-15 22:00:56 -0500
  • b02947d (bboozzoo/maybe-rust) mconnect: semi-discovery stub by Maciek Borzecki 2020-02-23 22:36:01 +0100
  • 7f94d21 mconnect: use logging by Maciek Borzecki 2020-02-23 22:35:47 +0100
  • b2744df kdeconnect: export packet and port by Maciek Borzecki 2020-02-23 22:35:13 +0100
  • a75d247 mconnect: use glib_logger by Maciek Borzecki 2020-02-23 22:35:02 +0100
  • 87be5a5 add license header by Maciek Borzecki 2020-02-23 21:39:33 +0100
  • 5949b3e mconnect/app: nicer Result/Option handling by Maciek Borzecki 2020-02-23 21:32:36 +0100
  • 8c87dfd kdeconnect: basic packet types by Maciek Borzecki 2020-02-22 21:19:44 +0100
  • d2e75a1 initial version by Maciek Borzecki 2020-02-16 18:28:06 +0100
  • 210b435 Merge pull request #46 from bboozzoo/bboozzoo/fix-build-and-warnings by Maciej Borzecki 2020-01-30 22:27:46 +0100
  • 2e8dd12 (bboozzoo/fix-build-and-warnings) meson: fix permissions of mconnect.desktop file by Maciek Borzecki 2020-01-30 22:19:25 +0100
  • b04e6f4 extra/travis-build: fallback to podman if docker is not available by Maciek Borzecki 2020-01-30 22:19:04 +0100
  • 4d90669 travis: build on Ubuntu 18.04 by Maciek Borzecki 2020-01-29 22:27:36 +0100
  • fce2023 extra/travis-build: update fedora dependencies by Maciek Borzecki 2020-01-29 22:21:21 +0100
  • 7960784 meson: fix mconnect.desktop permissions by Maciek Borzecki 2020-01-29 22:18:53 +0100
  • c181379 extra: update expected installation tree by Maciek Borzecki 2020-01-29 22:06:45 +0100
  • 131f82d mconnect: fix formatting by Maciek Borzecki 2020-01-29 22:05:02 +0100
  • c1ad4ea extra: update uncrustify config by Maciek Borzecki 2020-01-29 22:04:51 +0100
  • fa9c9ba extra/travis-build: update docker image names by Maciek Borzecki 2020-01-29 21:52:06 +0100
  • 87ef75d many: fix build, warnings by Maciek Borzecki 2020-01-28 22:16:29 +0100
  • 031a424 mconnect: update discovery port to 1716 by Maciek Borzecki 2020-01-28 21:36:50 +0100
  • 37e45ea (bboozzoo/golang) go mod support by Maciek Borzecki 2020-01-28 08:56:36 +0100
  • d76c6e3 cmd/mconnect-connector: trivial packet receive/send loop by Maciek Borzecki 2020-01-28 08:54:39 +0100
  • 34f26d1 protocol: update connection to TLS after sending identity by Maciek Borzecki 2020-01-28 08:54:00 +0100
  • f2f4245 protocol: send/receive helpers by Maciek Borzecki 2020-01-28 08:53:42 +0100
  • 2cb0eb8 protocol: certificate generator by Maciek Borzecki 2020-01-28 08:53:25 +0100
  • c40ed84 protocol: starting with listener by Maciek Borzecki 2020-01-28 08:52:51 +0100
  • bd1497d protocol/packet: pair packet wrappers by Maciek Borzecki 2020-01-28 08:52:28 +0100
  • 1c0400f cmd/mconnect-connector: helper tool for establishing connections by Maciek Borzecki 2018-01-30 22:17:51 +0100
  • aedd1fa protocol: connection helper by Maciek Borzecki 2018-01-30 22:17:38 +0100
  • b675280 cmd/mconnect-discover: display tcp port by Maciek Borzecki 2018-01-30 22:17:22 +0100
  • b447fdf protocol/packet: add packet encoder and decoder by Maciek Borzecki 2018-01-30 22:03:27 +0100
  • c592377 protocol/packet: helper for creating identity packets by Maciek Borzecki 2018-01-30 22:02:30 +0100
  • ad36298 cmd/mconnect-discover: add flags by Maciek Borzecki 2018-01-29 22:06:28 +0100
  • c9b1562 utils/flags: some helpers for github.com/jessevdk/go-flags by Maciek Borzecki 2018-01-29 22:06:06 +0100
  • b482b5d cmd/mconnect-discover: track discovered devices, nicer output by Maciek Borzecki 2018-01-28 22:01:21 +0100
  • 322fb34 logger: add level support by Maciek Borzecki 2018-01-28 22:00:09 +0100
  • 2486560 discovery: use protocol port wrappers by Maciek Borzecki 2018-01-28 21:39:51 +0100
  • c6f33b9 protocol: add UDP and TCP ports by Maciek Borzecki 2018-01-28 21:39:11 +0100
  • 3ca4c43 cmd/mconnect-discover: self announce by Maciek Borzecki 2018-01-28 12:35:02 +0100
  • e50a574 discovery: use new UDP port by Maciek Borzecki 2018-01-28 12:34:44 +0100
  • 48e691d discovery: self announce by Maciek Borzecki 2018-01-28 12:34:37 +0100
  • a6670d1 protocol/packet: json field mappings for identity packet by Maciek Borzecki 2018-01-28 12:05:06 +0100
  • ba44186 protocol/packet: encoder by Maciek Borzecki 2018-01-24 22:51:15 +0100
  • 19f3aea protocol/packet: json field names, settable body by Maciek Borzecki 2018-01-24 22:50:47 +0100
  • a38a884 protocol/packet: renme decoder test by Maciek Borzecki 2018-01-24 22:50:37 +0100
  • f8a3638 protocol/packet: renames by Maciek Borzecki 2018-01-24 22:16:21 +0100
  • cc8e4a8 discovery: update listener to account for change unmarshaller by Maciek Borzecki 2018-01-24 22:15:09 +0100
  • 831273b protocol/packet: refactor unmarshaller by Maciek Borzecki 2018-01-24 22:14:58 +0100
  • e222ee0 dirs: update path to user data dir by Maciek Borzecki 2018-01-24 21:39:47 +0100
  • 2658071 cmd/mconnect-discover: adjust to changes in discovery by Maciek Borzecki 2018-01-21 22:30:51 +0100
  • a5c696c discovery: rework discovery handling by Maciek Borzecki 2018-01-21 22:30:41 +0100
  • 64c7ebf discovery: more verbose logging by Maciek Borzecki 2018-01-20 23:09:04 +0100
  • e8b7b03 protocol/packet: packet wrappers by Maciek Borzecki 2018-01-20 23:08:43 +0100
  • 8a41e74 dirs: helpers for finding user directories by Maciek Borzecki 2018-01-20 21:04:47 +0100
  • cd497da global: add license header by Maciek Borzecki 2018-01-20 21:04:28 +0100
  • 7d9eac9 cmd/mconnect-discover: simple tool to perform discovery by Maciek Borzecki 2018-01-20 20:40:26 +0100
  • bb1b987 discovery: device discovery by Maciek Borzecki 2018-01-20 20:40:18 +0100
  • 706ac9a logger: simple logger by Maciek Borzecki 2018-01-20 20:40:09 +0100
  • aa050c9 Merge pull request #39 from donRaphaco/mpris by Maciej Borzecki 2018-01-14 18:31:35 +0100
  • fa9e4f0 extra/travis-build: suppress uncrustify errors on Fedora by Maciek Borzecki 2018-01-14 18:23:44 +0100
  • c941113 included @bboozzoo's suggestions (thanks) by donRaphaco 2018-01-14 13:11:19 +0100
  • d08479d added license header in mpris-proxies.vala by donRaphaco 2018-01-14 09:55:33 +0100
  • 57fc93d catch errors from dbus/mpris connection by donRaphaco 2018-01-10 12:44:37 +0100
  • 66c317a Merge pull request #37 from donRaphaco/master by Maciej Borzecki 2018-01-09 20:23:48 +0100
  • 4a0b253 mpris implementation completed by donRaphaco 2018-01-08 23:18:47 +0100
  • 4644ed7 mpris support init by donRaphaco 2018-01-08 03:17:07 +0100
  • 2da8d16 extra/uncrustify: comment out deprecated align_number_left config option by Maciek Borzecki 2018-01-05 09:29:29 +0100
  • 096bde4 fixed formatting error by donRaphaco 2018-01-04 19:53:12 +0100
  • 1345758 srcolling support with mousepad by donRaphaco 2018-01-04 19:11:44 +0100
  • 5fd0d8a (bboozzoo/snappy) snaps: trying out snaps by Maciek Borzecki 2017-10-27 10:20:07 +0200
  • 01b298b (bboozzoo/find-my-phone) mconnectctl: realign command description in --help output by Maciek Borzecki 2017-10-25 23:00:32 +0200
  • ad905bf mconnectctl: update send SMS help description by Maciek Borzecki 2017-10-25 22:58:25 +0200
  • 517a27d mconnectctl: find-my-phone command by Maciek Borzecki 2017-10-25 22:58:07 +0200
  • fe1cded find-my-phone: support for 'find my phone' by Maciek Borzecki 2017-10-25 22:56:54 +0200
  • d3b6534 packet: allow empty body by Maciek Borzecki 2017-10-25 22:55:38 +0200
  • 1cd7b43 Merge pull request #30 from bboozzoo/bboozzoo/uncrustify by Maciej Borzecki 2017-10-25 22:42:23 +0200
  • 90cd6c8 (bboozzoo/uncrustify) travis-build: allow suppressing of formatter errors on selected distros by Maciek Borzecki 2017-10-22 21:25:57 +0200
  • c6bcb09 extra/fmt: log uncrustify version when running checks by Maciek Borzecki 2017-10-22 21:25:01 +0200
  • f3a5cfe travis-build: do not raise an error if build directory exists by Maciek Borzecki 2017-10-22 20:08:54 +0200
  • 457a025 travis-build: make sure to exit with failure if one of the build steps fails by Maciek Borzecki 2017-10-22 20:06:59 +0200
  • 152f16b travis-build: check code formatting during the build by Maciek Borzecki 2017-10-22 19:49:11 +0200
  • 6ce89cb gitignore: update by Maciek Borzecki 2017-10-22 13:58:53 +0200
  • 4dbf2e9 extra/fmt: helper for vala code formatting by Maciek Borzecki 2017-10-22 13:58:38 +0200
  • 2684ae3 dir-locals: update emacs indent by Maciek Borzecki 2017-10-21 23:05:07 +0200
  • 36c4d72 global: drop vim/emacs indent settings by Maciek Borzecki 2017-10-21 22:52:15 +0200
  • 3497501 global: applied uncrustify by Maciek Borzecki 2017-10-21 22:48:50 +0200
  • 1ee1fc7 Merge pull request #29 from bboozzoo/bboozzzoo/sms by Maciej Borzecki 2017-10-21 23:06:01 +0200
  • 8adf3f4 (bboozzzoo/sms) mconnectctl: add send-sms command by Maciek Borzecki 2017-10-21 22:26:16 +0200
  • a7a6ca0 telephony-proxy: export sending SMS over DBus by Maciek Borzecki 2017-10-21 22:25:30 +0200
  • ae6db2c telephony: add support for SMS requests by Maciek Borzecki 2017-10-21 22:24:27 +0200
  • c32791f (tag: v0.3) README: add a note about contributing to mconnect by Maciek Borzecki 2017-10-17 22:03:49 +0200
  • ac374b1 Merge pull request #28 from bboozzoo/bboozzoo/share by Maciej Borzecki 2017-10-15 12:53:51 +0200
  • e56ff2b (bboozzoo/share) README: add note about share plugin by Maciek Borzecki 2017-10-14 19:14:07 +0200
  • 85c4f11 firewalld: update service definition by Maciek Borzecki 2017-10-14 19:13:40 +0200
  • 74915af share, transfer-manager: handle a case when all ports are busy by Maciek Borzecki 2017-10-14 19:13:05 +0200
  • 374eccf transfer-upload: improve compatibiliy with older Vala/glib versions by Maciek Borzecki 2017-10-13 22:46:18 +0200