Maciek Borzecki
|
f3a5cfe0ab
|
travis-build: do not raise an error if build directory exists
Useful when doing local builds
|
7 years ago |
Maciek Borzecki
|
457a025ef8
|
travis-build: make sure to exit with failure if one of the build steps fails
|
7 years ago |
Maciek Borzecki
|
152f16b606
|
travis-build: check code formatting during the build
|
7 years ago |
Maciek Borzecki
|
6ce89cb090
|
gitignore: update
|
7 years ago |
Maciek Borzecki
|
4dbf2e9884
|
extra/fmt: helper for vala code formatting
|
7 years ago |
Maciek Borzecki
|
2684ae3935
|
dir-locals: update emacs indent
|
7 years ago |
Maciek Borzecki
|
36c4d72c58
|
global: drop vim/emacs indent settings
|
7 years ago |
Maciek Borzecki
|
349750105a
|
global: applied uncrustify
|
7 years ago |
Maciej Borzecki
|
1ee1fc76e8
|
Merge pull request #29 from bboozzoo/bboozzzoo/sms
sms send support
|
7 years ago |
Maciek Borzecki
|
8adf3f4f55
|
mconnectctl: add send-sms command
|
7 years ago |
Maciek Borzecki
|
a7a6ca01fd
|
telephony-proxy: export sending SMS over DBus
|
7 years ago |
Maciek Borzecki
|
ae6db2ce25
|
telephony: add support for SMS requests
|
7 years ago |
Maciek Borzecki
|
c32791fce9
|
README: add a note about contributing to mconnect
|
7 years ago |
Maciej Borzecki
|
ac374b1718
|
Merge pull request #28 from bboozzoo/bboozzoo/share
file, url and text sharing
|
7 years ago |
Maciek Borzecki
|
e56ff2bea0
|
README: add note about share plugin
|
7 years ago |
Maciek Borzecki
|
85c4f114ed
|
firewalld: update service definition
Add file sharing ports.
|
7 years ago |
Maciek Borzecki
|
74915af509
|
share, transfer-manager: handle a case when all ports are busy
|
7 years ago |
Maciek Borzecki
|
374eccf991
|
transfer-upload: improve compatibiliy with older Vala/glib versions
|
7 years ago |
Maciek Borzecki
|
577be335c4
|
transfer-upload: cast remote address to InetSocketAddress
|
7 years ago |
Maciek Borzecki
|
c61823843e
|
io-job: fix log formatting
|
7 years ago |
Maciek Borzecki
|
a8fd421e32
|
share, share-proxy: device file upload
|
7 years ago |
Maciek Borzecki
|
00fb6ab73c
|
packet: output payload transfer info and size
|
7 years ago |
Maciek Borzecki
|
11a9bfdf8d
|
packet: make payload settable
|
7 years ago |
Maciek Borzecki
|
09f92476e0
|
transfer-upload: device upload wrapper
|
7 years ago |
Maciek Borzecki
|
5ed3431163
|
mconnectctl: command for sharing files
|
7 years ago |
Maciek Borzecki
|
1c92be8fb6
|
transfer-manager: helpers for allocating socket listeners
|
7 years ago |
Maciek Borzecki
|
b20ae411b6
|
mconnectctl: move definitions of dbus interfaces to separate files
|
7 years ago |
Maciek Borzecki
|
9052346e0c
|
mconnectctl: fix typo in help output
|
7 years ago |
Maciek Borzecki
|
aff638ae0c
|
mconnectctl: commands for sharing URLs and text
|
7 years ago |
Maciek Borzecki
|
4ec19c39e8
|
share-proxy: use Vala style method naming
|
7 years ago |
Maciek Borzecki
|
ecdc5e2f1e
|
packethandlers-proxy: register share proxy for an object
|
7 years ago |
Maciek Borzecki
|
df3769e1dc
|
share-proxy: proxy for share interface
|
7 years ago |
Maciek Borzecki
|
e779eeadee
|
share: allow sharing of URLs and text to the device
|
7 years ago |
Maciek Borzecki
|
1f84d84767
|
device: interface for sending messages to a device
|
7 years ago |
Maciek Borzecki
|
f09247894a
|
transfer-download: less selective error catching when finishing transfer
|
7 years ago |
Maciek Borzecki
|
31a14ab86a
|
transfer-download: properly return status when starting transfer
|
7 years ago |
Maciek Borzecki
|
c8dcf307c1
|
meson: add transfer related files
|
7 years ago |
Maciek Borzecki
|
a11fd7d1f3
|
share: push transfer jobs to manager
|
7 years ago |
Maciek Borzecki
|
e232ebc02b
|
application, core: create and track transfer manager
|
7 years ago |
Maciek Borzecki
|
c8a7d926fd
|
transfer-manager-proxy: DBus proxy for transfer manager
|
7 years ago |
Maciek Borzecki
|
6df745cdd4
|
transfer-proxy: DBus proxy for transfer jobs
|
7 years ago |
Maciek Borzecki
|
97d9a9e85f
|
transfer-manager: thin wrapper for tracking transfers
|
7 years ago |
Maciek Borzecki
|
ce9ec9c4a1
|
transfer-download: update copy job, implement TransferInterface
|
7 years ago |
Maciek Borzecki
|
1cc79d8c9f
|
transfer-interface: generic interface for transfer jobs
|
7 years ago |
Maciek Borzecki
|
27d3e39b6b
|
io-job: generic async IO copy job wrapper
|
7 years ago |
Maciek Borzecki
|
d8ece9669c
|
share, utils: show notification when acting on received 'share' message
|
7 years ago |
Maciek Borzecki
|
c4b5076620
|
transfer-download: improve compatibility with Ubuntu 16.04
Ubuntu Xenial carries an older version of glib/gio and vala. Try not to use
'features' that may not work.
|
7 years ago |
Maciek Borzecki
|
eced6a8764
|
utils: support URLs with ',' inside
|
7 years ago |
Maciek Borzecki
|
abca399606
|
share: add support for clipboard sharing
|
7 years ago |
Maciek Borzecki
|
11dfd71035
|
share: refactor, split file/url/text sharing, use Utils.find_urls()
|
7 years ago |