Vineet Garg
b87aead06b
Using reverse connection strategy for device with android version less than ICS
...
Enabled cipher suites manually due to issues caused by DHE by older devices
2015-08-25 01:06:49 +05:30
Vineet Garg
f908f5d8a1
Added spongy castle back, to support certificate generation on older devices which is not possible using bouncy castle due to same class name conflict
...
Fixed TLS version to TLSv1, this saves a connection failure due to TLSv1.2 hello message from devices with latest android versions
If device with new android version enquires about certificate from device with old version (<14) using setNeedClientAuth, connection fails on older device due to variation in certificate request code. So disabled server loop on older devices and using reverse connection hack for successful connection. But due to this, they can't connect to devices with similar android vesion since server is disabled on both and for a successful connection one should be server and one should be client
2015-08-24 02:03:55 +05:30
Vineet Garg
c4a27255a7
Removed spongycastle, now using bouncy castle version
...
Added reverse connection blacklist again
2015-08-23 00:11:36 +05:30
Vineet Garg
8cd59e701a
Using custom built Netty 4.0.25, with fix for high memory usage.
...
This version does not have any error, as of now and working fine
Remove timer based blacklist for reverse connection since it is not needed now
2015-08-20 23:48:02 +05:30
Vineet Garg
8556e9399e
Device unpairs only on handshake exception, not on any exception
2015-08-20 19:15:51 +05:30
Vineet Garg
6a4f0e79a9
Added timer based reverse connection blacklist to avoid infinite loop when two Android 5.0 devices are trying to connect
...
Changed netty all to netty handler, netty handler is smaller in size and contains required components
2015-08-20 17:05:13 +05:30
Albert Vaca
b34e7c8a78
Missing breaks in switch
2015-08-20 00:50:56 -07:00
Ashish Bansal
0868394596
Changed abstract plugin to receive packages from unpaired device
...
Now plugin can register to receive network packages from unpaired
devices.
REVIEW: 124819
2015-08-19 21:36:56 +05:30
Vineet Garg
cf4b840509
OOPS! used device name instead of link name in lan pairing handler
2015-08-17 23:54:10 +05:30
Vineet Garg
50fcea2cd9
Removed conscrypt
...
Fixed issue in netty, currently use custom build netty
Removed multi dex
2015-08-17 22:56:18 +05:30
Vineet Garg
7c9d6630d0
Show encryption info in device activity too
2015-08-15 18:44:49 +05:30
Vineet Garg
7fec58d6b2
We generate certificate for years present date - 1 to present date + 9, this avoid the case of certificate not valid due to different time zones on devices
2015-08-14 17:49:35 +05:30
Vineet Garg
cc7a1f5a2b
Added default value while checking for link name in pairing handler, this provides backward compatibility
2015-08-14 17:34:35 +05:30
Vineet Garg
5b0876f424
Merge branch 'master' into netty
2015-08-13 15:03:36 +05:30
Vineet Garg
ce5d2c8394
Reimplemented pairing handler interface, now it it is similar to kde version
2015-08-13 14:55:00 +05:30
Albert Vaca
403c18a056
Notifications plugin now uses notifications' "key"s as id.
...
Instead of our custom packageName + tag + scoped id.
2015-08-10 00:28:16 -07:00
Albert Vaca
a15b06cdc7
Minor fixes (mostly cosmetic) as per Android Lint analysis
2015-08-10 00:26:58 -07:00
Albert Vaca
64c8eb8767
Oops!
2015-08-09 22:44:26 -07:00
Albert Vaca
7a5e0aca73
Updated device names list as per [1]
...
[1] https://github.com/meetup/android-device-names/pull/4
2015-08-04 10:53:50 -07:00
Albert Vaca
6c3aedbbc3
Removed some icons we don't need
2015-08-04 10:53:35 -07:00
Albert Vaca
f715c0797b
Merge branch 'master' of git://anongit.kde.org/kdeconnect-android
2015-08-02 12:57:28 -07:00
Albert Vaca
fb49f471fb
Bumped Android Gradle plugin version
2015-08-02 01:22:43 -07:00
l10n daemon script
b601f6b3c5
SVN_SILENT made messages (after extraction)
2015-08-01 02:07:19 +00:00
Vineet Garg
6314e4217e
Merge branch 'master' into netty
2015-07-19 22:11:20 +05:30
Vineet Garg
f7f00057c9
Fixed certificate fingerprint formatting
2015-07-19 19:10:09 +05:30
Vineet Garg
b084c8653e
Show full hash
...
Certifcates shown are wrongly ordered
2015-07-19 04:34:14 +05:30
Vineet Garg
d1dc0ba2b2
Commit from pc
2015-07-18 18:57:09 +05:30
l10n daemon script
2c296c4d19
SVN_SILENT made messages (after extraction)
2015-07-14 02:30:21 +00:00
l10n daemon script
252bbb45d0
SVN_SILENT made messages (after extraction)
2015-07-11 02:01:33 +00:00
Vineet Garg
fd5063e7a7
Enabled multi dex
2015-07-01 03:29:40 +05:30
Vineet Garg
442c01a8e5
Added x86 and mips conscrypt libs
...
Pairing is now done through links
2015-07-01 03:25:16 +05:30
l10n daemon script
d9415eb0e9
SVN_SILENT made messages (after extraction)
2015-06-30 02:20:44 +00:00
Vineet Garg
72ad2e010c
Try when adding security provider
2015-06-28 21:30:06 +05:30
Vineet Garg
67227f4aa0
Added conscrypt readme
2015-06-28 20:40:45 +05:30
Vineet Garg
d93eb5d71e
Added conscrypt, open ssl based provider for android
...
Fixed some isssues in CR
2015-06-28 20:07:05 +05:30
l10n daemon script
861d98eeff
SVN_SILENT made messages (after extraction)
2015-06-27 02:02:20 +00:00
Vineet Garg
aeb9a717d4
Removed some log statements, fixed issues
2015-06-25 19:54:37 +05:30
Vineet Garg
1b726018d3
Fixed bugs pointed out by Albert on CR
2015-06-25 04:20:03 +05:30
l10n daemon script
4bc5c7e1ae
SVN_SILENT made messages (after extraction)
2015-06-23 02:23:32 +00:00
Vineet Garg
ed6aef42a6
Removed mina core from build.gradle
2015-06-21 17:50:56 +05:30
Vineet Garg
02826ccfe4
Modified build tools version
2015-06-21 17:47:40 +05:30
Vineet Garg
00557052ff
Corrected unit tests
...
Settings were not save properly when certificate was null
Removed LanLinkProvider test, impossible with new design
2015-06-21 17:30:29 +05:30
Vineet Garg
7be045e7c4
Added global preference to use ssl or not in case ssl is not working on some devices
2015-06-20 22:57:11 +05:30
Vineet Garg
8128c42824
Added support to send payload over ssl
2015-06-20 20:54:39 +05:30
Vineet Garg
41100ad371
Merge branch 'master' into netty
2015-06-20 17:50:00 +05:30
Vineet Garg
00a4d39bf6
Added support to verify keys during pair
2015-06-20 17:48:58 +05:30
Vineet Garg
8084b92990
No ecnryption when link is on ssl
2015-06-20 04:21:30 +05:30
Vineet Garg
e14f5a0df1
Ssl support added
...
Showing high cpu usage on some devices
2015-06-20 04:09:02 +05:30
Vineet Garg
af548ae949
Removed Udp Channel from LanLinkProvider, had no use
2015-06-19 15:49:07 +05:30
l10n daemon script
e53e11a184
SVN_SILENT made messages (after extraction)
2015-06-19 02:14:47 +00:00