Okoko Michaels
|
89ecdfc363
|
Accept or reject pair requests from the notification
|
2017-02-05 15:20:36 +01:00 |
|
Albert Vaca
|
ed4c0d24df
|
Introduced NotificationHelper
|
2016-12-08 20:50:49 +01:00 |
|
Albert Vaca
|
e6bc78f013
|
Some refactoring on sendpackage to reduce allocations of empty callbacks
|
2016-12-08 20:50:49 +01:00 |
|
Albert Vaca
|
901440f78a
|
Don't return an empty list of supported plugins
If we don't know it yet return them all.
|
2016-09-06 10:53:24 +02:00 |
|
Albert Vaca
|
a8838b57bb
|
What XML file?
|
2016-08-29 11:49:25 +02:00 |
|
Albert Vaca
|
e49ab67e26
|
Oops, still one place was missing.
|
2016-07-14 14:43:39 +02:00 |
|
Albert Vaca
|
edc3075763
|
Reintroduced hack as we broke compatibility with devices using version 0.9
And bumped version to release
|
2016-07-14 07:13:50 +02:00 |
|
Albert Vaca
|
c5456fd84e
|
Fixed issues detected in static analysis by Coverity
|
2016-07-07 17:45:04 +02:00 |
|
Albert Vaca
|
de81a20f82
|
Made capabilities static like in /r/128386/
|
2016-07-06 17:45:12 +02:00 |
|
Saikrishna Arcot
|
7981d952ec
|
Allow any type of list to be passed into NetworkPackage
And change return types to use List interface as well.
REVIEW: 128287
|
2016-06-28 21:53:26 +02:00 |
|
Albert Vaca
|
2d1dbd124c
|
Fixed NPE if playerList was received null (which was due to a bug).
Maybe np.has(key) should return false if the key is set but null?
|
2016-06-26 17:07:57 +02:00 |
|
Albert Vaca
|
1a04bfbbea
|
Fixed simple issues detected by lint
|
2016-06-21 16:44:21 +02:00 |
|
Albert Vaca
|
f6c4084746
|
error -> warning for some logs
|
2016-06-21 13:38:21 +02:00 |
|
Albert Vaca
|
010c960680
|
Check for trusted only once
|
2016-06-17 09:59:31 +02:00 |
|
Albert Vaca
|
24685348cf
|
Moved hardcoded protocol version numbers to constants
|
2016-06-14 17:39:20 +02:00 |
|
Albert Vaca
|
0836453c35
|
Project-wise optimize imports
|
2016-06-09 13:42:54 +02:00 |
|
Albert Vaca
|
e9e93423f1
|
Don't complain about our own packet types
|
2016-06-06 23:56:01 +02:00 |
|
Albert Vaca
|
8c86edcf33
|
Don't log an empty list
|
2016-06-06 18:05:48 +02:00 |
|
Albert Vaca
|
3f20af445a
|
Renaming a package type was a bad call
|
2016-06-03 00:46:18 +02:00 |
|
Albert Vaca
|
e433ad8bce
|
These logs are useless if we have no capabilities
|
2016-06-02 16:14:52 +02:00 |
|
Albert Vaca
|
53ca2a392c
|
Hack got hackier
|
2016-06-02 15:57:12 +02:00 |
|
Albert Vaca
|
b7d9cb5d81
|
Using capabilities, packages no longer need to validate received packages
|
2016-06-02 15:35:44 +02:00 |
|
Albert Vaca
|
05e031d41f
|
Changed to match the kdeconnect-kde side
|
2016-06-02 15:23:49 +02:00 |
|
Albert Vaca
|
d7956650da
|
Log when sending a package type that no plugin has declared
|
2016-06-02 15:23:34 +02:00 |
|
Albert Vaca
|
43467aedd8
|
Hack to make packet types match those of older versions
|
2016-06-02 15:22:40 +02:00 |
|
Albert Vaca
|
541cd97c71
|
If capabilities are not present, iterate all plugins
|
2016-06-02 15:22:21 +02:00 |
|
Albert Vaca
|
7759152eeb
|
Do not swallow packets silently
|
2016-06-02 13:56:46 +02:00 |
|
Albert Vaca
|
0897f25a6f
|
Less verbose logging of unmatched capabilities
|
2016-06-02 12:28:33 +02:00 |
|
Albert Vaca
|
614505518b
|
Fixed capabilities
|
2016-05-31 21:02:17 +02:00 |
|
Albert Vaca
|
240fa34833
|
Do not use encryption if the protocol is 6
|
2016-05-31 21:00:18 +02:00 |
|
Albert Vaca
|
d539cd704b
|
Since we renamed the capabilities, disable them on old clients
We don't want old kdeconnects to try to use the renamed capabilities.
|
2016-05-31 17:23:55 +02:00 |
|
Albert Vaca
|
0eba461654
|
Moved all the bouncy(spongy)castle code to the SslHelper class
|
2016-03-03 15:42:39 -08:00 |
|
Albert Vaca
|
7813b7309d
|
Fixme
|
2016-03-03 15:41:44 -08:00 |
|
Albert Vaca
|
4d553518f6
|
BouncyCastle doesn't work on Android 2.3, but spongy does
Now we have to make sshd work with spongy
|
2016-03-03 11:11:39 -08:00 |
|
Albert Vaca
|
c0d21e986c
|
Re-use existing link instead of creating a new one
|
2016-03-02 11:39:49 -08:00 |
|
Albert Vaca
|
98ef6aec8c
|
Handle the case where there is no publicKey stored (for protocol v6)
|
2016-02-12 08:37:47 -08:00 |
|
Albert Vaca
|
d07ff5a802
|
SSHD gets confused if spongycastle is present. Changed to BouncyCastle.
It sees it as bouncycastle, tries to load some clases by they classpath and
fails.
|
2016-01-10 08:46:52 -08:00 |
|
Albert Vaca
|
1ca09d7f58
|
Fixing build
|
2016-01-10 03:16:14 -08:00 |
|
Albert Vaca
|
3e9509123e
|
Merge branch 'master' into sslmaster
|
2016-01-10 01:24:26 -08:00 |
|
Holger Kaelberer
|
8e990765da
|
Fix loosing already known plugins on reloading
REVIEW: 126273
|
2016-01-05 20:35:52 +01:00 |
|
Albert Vaca
|
f8da00b9b5
|
Merge branch 'master' into sslmaster
|
2015-12-02 09:46:22 -08:00 |
|
Albert Vaca
|
9322970d58
|
Merge branch '0.9'
# Conflicts:
# res/values-ca/strings.xml
# res/values-fi/strings.xml
# res/values-nl/strings.xml
# res/values-pt-rBR/strings.xml
# res/values-pt/strings.xml
# res/values-sv/strings.xml
# res/values-uk/strings.xml
# res/values/strings.xml
# src/org/kde/kdeconnect/Device.java
|
2015-09-18 08:11:44 -07:00 |
|
Albert Vaca
|
47c9729e04
|
Removed logs
|
2015-09-18 04:40:33 -07:00 |
|
Albert Vaca
|
45ca9aae89
|
Fixed concurrent modification exception
|
2015-09-14 04:19:13 -07:00 |
|
Albert Vaca
|
80026f6d62
|
Merge branch 'stable'
|
2015-09-12 13:30:21 -07:00 |
|
Albert Vaca
|
24ca5f706a
|
Fixed pairing requests not being displayed after clicking the notification
|
2015-09-12 13:21:06 -07:00 |
|
Albert Vaca
|
0732f94a78
|
Fixed outgoing interfaces
|
2015-09-12 08:51:00 -07:00 |
|
Albert Vaca
|
33c233c780
|
Fixed capabilities being loaded for failed plugins
|
2015-09-12 08:06:12 -07:00 |
|
Albert Vaca
|
9c29cbf594
|
Load plugins in the same thread, so we know if they failed or not
This way we can update the capabilities accordingly.
|
2015-09-12 07:29:45 -07:00 |
|
Aleix Pol
|
effa740db4
|
Don't block plugins if they don't have any capabilities
Reviewed by Albert Vaca
|
2015-09-12 12:25:22 +02:00 |
|