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
fd7d39e6ac
Added some proguard rules suggested by proguard itself when running
2016-03-07 15:49:45 -08:00
Albert Vaca
98914ce182
Fixed build
...
Somehow we need multidexing now, probably because when we build in debug
without proguard stripping unused code, we reach the max method count.
2016-03-07 15:49:30 -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
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
Albert Vaca
87e214761f
Made sshd use spongycastle instead of bouncycastle
...
We have to add the DHG14 key exchange factory by hand because when calling
setUpDefaultServer with Bouncy Castle disabled, it assumes DHG14 is not
supported (but it is, because we are adding spongycastle).
2016-03-03 12:22:22 -08:00
Albert Vaca
6ed3a18f53
Upgraded sshd to 0.9
...
We can't upgrade it to 1.0 or 1.1 because these need java.nio.file, which
is standard java 7 but not present in Android.
2016-03-03 11:53:34 -08:00
Albert Vaca
db7e40fb35
Made proguard not keep **, but just the classes that we need
...
Disabled obfuscation, so stack traces are still useful
2016-03-03 11:37:36 -08:00
Albert Vaca
501ac90379
Java 7 is supported from API8, so why not enabling it?
2016-03-03 11:16:26 -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
9a2167774b
Attribute not needed
2016-03-02 15:51:43 -08:00
Albert Vaca
22edb24230
Removed unused var. Fixed comments. Fixed typo.
2016-03-02 15:25:10 -08:00
Albert Vaca
f13a7148fc
Don't complain about the public key we don't use
2016-03-02 11:40:10 -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
baee1771f5
We don't need the chanel id to chanel map.
2016-03-02 10:40:17 -08:00
Albert Vaca
910af86c31
Updated dependencies
2016-03-02 10:39:23 -08:00
Albert Vaca
acb2888bde
Fixed test imports
2016-02-17 08:45:13 -08:00
Albert Vaca
06c872fddc
LinearLayout is more performant than RelativeLayout
2016-02-17 08:45:03 -08:00
Albert Vaca
158931f766
Make drawer display under the system notifications bar
2016-02-17 08:44:41 -08:00
Albert Vaca
deac88031b
Fixed drawer background not being the same color as the items background
2016-02-17 08:43:09 -08:00
Albert Vaca
f4c221cf66
Re-using a single SecureRandom, as it's expensive to initialize
2016-02-17 04:48:19 -08:00
Albert Vaca
521a27c09d
Using longer and mixed case passwords
2016-02-17 04:48:01 -08:00
Albert Vaca
89a65ab3e2
Specify the TLS version we want
...
We need v1 to support Androids before API16
2016-02-17 04:07:12 -08:00
Albert Vaca
abd91b7d6c
Sftp can now work with passwords when the public key is not available
2016-02-17 04:06:35 -08:00
Albert Vaca
8c0fe406ec
Merge branch 'master' into sslrefactor
2016-02-12 08:38:59 -08:00
Albert Vaca
7047622a62
Removing log message
2016-02-12 08:38:42 -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
c927af4bf3
Added newlines in encryption info
2016-02-12 08:37:18 -08:00
Albert Vaca
88b7c9898f
Making sure proguard is not removing anything from bouncy/spongycastle
...
Some classes are only loaded dynamically and proguard would not see it.
2016-02-12 08:36:58 -08:00
Albert Vaca
62742ff8ae
Updated netty
2016-02-12 08:34:27 -08:00
l10n daemon script
7f0ee677bd
SVN_SILENT made messages (after extraction)
2016-02-12 07:23:39 +00:00
l10n daemon script
9b1f866cb0
SVN_SILENT made messages (after extraction)
2016-02-08 10:01:32 +00:00
l10n daemon script
353dc12165
SVN_SILENT made messages (after extraction)
2016-02-05 07:07:20 +00:00
l10n daemon script
5588c83909
SVN_SILENT made messages (after extraction)
2016-01-31 07:27:53 +00:00
l10n daemon script
b39433f237
SVN_SILENT made messages (after extraction)
2016-01-26 08:16:21 +00:00
l10n daemon script
612b019856
SVN_SILENT made messages (after extraction)
2016-01-25 09:01:01 +00:00
l10n daemon script
721856ebb6
SVN_SILENT made messages (after extraction)
2016-01-24 07:21:55 +00:00
l10n daemon script
2bd4d16361
SVN_SILENT made messages (after extraction)
2016-01-23 08:18:39 +00:00
Imran Tatriev
e3c5ac9228
Adjust the touchpad sensitivity
2016-01-21 16:39:31 +06:00
l10n daemon script
a75db516ec
SVN_SILENT made messages (after extraction)
2016-01-20 08:01:32 +00:00
l10n daemon script
cf82127144
SVN_SILENT made messages (after extraction)
2016-01-19 08:50:26 +00:00
Albert Vaca
8a0e4caaff
Fixed crash
2016-01-18 02:42:50 -08:00
Albert Vaca
c647cbd93c
Made MPRIS interface wider
...
BUG: 346120
2016-01-18 02:42:50 -08:00
Albert Vaca
55871b6523
Bumped version number to release
2016-01-18 02:42:50 -08:00
Albert Vaca
8134c39a6d
Android doesn't support languages with an @, hack to fix build
2016-01-18 02:42:50 -08:00