Aleix Pol
f967c2888d
Make sure we're not left with the sensitivity uninitialized
...
Fallback to the same value as default
2016-06-03 15:34:04 +02:00
Albert Vaca
6f0b581c02
Fixed crash
2016-06-03 14:51:31 +02:00
Albert Vaca
b0b67f2059
Added fixme
2016-06-03 01:35:45 +02:00
Albert Vaca
53ad86fe9a
Do not show red messages to everybody (we will release Android before KDE)
2016-06-03 01:35:15 +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
305d496bf5
Mute call button was not working on Android M because of a deprecated API
2016-06-02 13:26:19 +02:00
Albert Vaca
01b5c3e2a1
Be less verbose
2016-06-02 13:25:55 +02:00
Albert Vaca
9dc8db00b5
Disabled SMS plugin so we don't require new permissions in this version
2016-06-02 12:36:50 +02:00
Albert Vaca
5ef5161378
Typo
2016-06-02 12:30:40 +02:00
Albert Vaca
0897f25a6f
Less verbose logging of unmatched capabilities
2016-06-02 12:28:33 +02:00
Albert Vaca
394e530545
Wait a bit before forgetting about an old channel.
...
We might still receive a packet sent before the replacement.
2016-06-02 12:24:22 +02:00
Albert Vaca
ebbf5d165c
Cosmetic changes to variable names
2016-06-02 12:20:04 +02:00
Albert Vaca
a0d2a61ce9
Merge branch 'master' into sslrefactor
2016-06-01 13:21:55 +02:00
Albert Vaca
2552663742
Checking for null didn't work, just using the ringtone now.
2016-06-01 13:21:17 +02:00
Albert Vaca
d729eed1cd
Merge branch 'master' into sslrefactor
...
# Conflicts:
# src/org/kde/kdeconnect/Plugins/FindMyPhonePlugin/FindMyPhonePlugin.java
# src/org/kde/kdeconnect/Plugins/TelephonyPlugin/TelephonyPlugin.java
2016-06-01 12:58:10 +02:00
Albert Vaca
284ef5e571
TYPE_ALARM can return null. Adding a fallback.
2016-06-01 12:56:07 +02:00
Albert Vaca
0c98964f16
Input plugin only sends requests
2016-06-01 12:07:22 +02:00
Albert Vaca
6783ce2f1b
Removed old log
2016-05-31 21:02:48 +02:00
Albert Vaca
6f6caa0e8d
Log if plugins receive wrong packets
2016-05-31 21:02:35 +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
6ecfc5071e
Less alarming notification icon
2016-05-31 19:04:09 +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
d253fcfd0b
Refactor capabilities together with Aleix
...
He is committing a similar patch to kdeconnect-kde
2016-05-31 17:19:39 +02:00
Albert Vaca
4a612fd073
Removing log message
2016-05-25 10:57:50 -06:00
Albert Vaca
e96f520829
Less and more useful logging in LanBackend
2016-05-19 09:29:17 -07:00
Albert Vaca
f9aeca8ef9
(un)serialize will now throw instead of failing silently
2016-05-19 09:28:15 -07:00
Albert Vaca
65c3dc4570
Reverting 6ed3a18
...
sshd > 0.8 seems to fail with "Could not find a valid sshd io provider"
2016-05-19 08:45:24 -07:00
Albert Vaca
c01892f113
Fixed warnings
2016-03-15 13:54:44 -07:00
Albert Vaca
e39d5cc8ca
The timer should remove the blacklisting, not add it again
...
Also added some logging and get the device id only once
2016-03-15 13:43:51 -07:00
Albert Vaca
45aa9d151f
Compare against version 6, not current version
2016-03-15 13:37:23 -07:00
Albert Vaca
00715f3b6e
Reusing provider
2016-03-15 12:55:25 -07:00
Albert Vaca
2c513b598a
Cleanup
2016-03-08 07:31:04 -08:00
Albert Vaca
36e8d14973
Hack to fix "low battery" notification spam
...
When two phones were paired together and notification sync enabled, one
phone was receiving the notification again and again from the other, which
made obvious that it was being sent over and over.
2016-03-07 15:46:43 -08:00
Àlex Fiestas
17d5eeade0
Add fallback in case the contact does not have a name
...
Basically set the phoneNumber as name as it was before this change.
REVIEW: 127297
2016-03-07 11:38:36 +01:00
Àlex Fiestas
76eb88b51f
Removed unused variable from ContactsHelper
2016-03-07 11:37:54 +01:00
Àlex Fiestas
07a9319c30
Also send the contact photo when a SMS is received
...
Pretty much like the phone call case.
2016-03-06 21:58:01 +01:00
Àlex Fiestas
c87b09c5f0
If the contact has a photo, include it in the packet
...
Basically adds as base64 in the packet the contact Photo. We should not
have to worry about the size of it since it is always 96x96 and android
takes care of that.
2016-03-06 21:58:01 +01:00
Àlex Fiestas
708bcf9928
Adapt phoneNumberLookup to return more information
...
It returns now photoID plus the name and it can be easily expanded in
the future if required.
2016-03-06 21:58:01 +01:00
Albert Vaca
b45a15c822
Made logs different so we can debug
2016-03-04 08:41:53 -08: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