Commit Graph

2838 Commits

Author SHA1 Message Date
Nikita Mikhailov
4e543e5368 OTG: rescan devices before next operation 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
8cb94c446b OTG: Add copyright 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
7caceee92f OTG: fix icc powering method 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
0077f3a3b8 OTG: Add/Update copyrights 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
0c9ead62a0 OTG: Remove obsolete Pin classes, reenable changeKey method 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
b37b171908 OTG: move UsbConnectionDispatcher to utls package 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
409c38ba2a OTG: UsbTransport minor refactoring 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
6ad2676e8c OTG: Add/update javadoc; rename methods, exceptions 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
38a1c2d3ab OTG: refactor, change nfc prefix to smartcard 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
4d9ce8e95b OTG: Refactor persistent connections, naming 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
b5eb6468fe OTG: Add support for persistent usb connection
No need to reinsert token on each operation
2016-04-14 22:48:01 +06:00
Nikita Mikhailov
3798249570 OTG: Implement hidden activity usb detection technique 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
5e18b15775 OTG: Rename 'javacard' package, methods, remove JavacardInterface 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
79a0918072 OTG: Fix usb transport 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
3d538d885e OTG: Usb device manager fixes 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
bd2906a887 OTG: Add usb device manager prototype 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
834440199a OTG: update methods 2016-04-14 22:48:01 +06:00
Nikita Mikhailov
65f17d7449 OTG: port old primitives from otg_alt branch 2016-04-14 22:48:01 +06:00
Dominik Schürmann
f7654af00b Revert usage of masked-edittext, back to plain edittexts for backup codes 2016-04-12 19:06:08 +02:00
Vincent
b55c505054 Merge pull request #1772 from runnerway/importkey-encrypted
Handle encrypted files in "import key" file selection
2016-04-12 10:13:30 +02:00
Dominik Schürmann
c8e5395d4e Use cert pinning only if available 2016-04-09 18:34:00 +02:00
Dominik Schürmann
2d762e55da Okhttp3 cleanups, docs, and fix timeouts for default client 2016-04-09 11:53:37 +02:00
Michal Kepkowski
7b97c2bbed KeyBaseLib response Client 2016-04-08 19:10:59 +02:00
Michal Kepkowski
26bfe06d80 cleaning 2016-04-06 19:25:10 +02:00
Michal Kepkowski
d9988a8cda Merge branch 'master' into okhttp3 2016-04-06 19:16:10 +02:00
Michal Kepkowski
dac5f1db08 OKhttp url factory 2016-04-06 19:10:00 +02:00
Vincent
88ba5688d8 Merge pull request #1804 from vhazali/tint-linked-contact-picture-in-toolbar
tint linked contact picture in toolbar #1298
2016-04-06 15:33:03 +02:00
Durgesh
aec4744b31 Fix Unusable signing key not properly disabled, Issue #1468
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-04-05 02:08:18 +05:30
Victor Hazali
db3e90821c Used a constant instead of magic number for colour
Explicitly stated the blending mode
2016-04-04 18:52:22 +08:00
Vincent
77678886fc Merge pull request #1808 from vhazali/warn-when-stripping-master-key
Warn when stripping master key #1554
2016-04-04 11:37:50 +02:00
Vincent
e0463ec818 Merge pull request #1796 from AlexFJW/LimitCreateKeyOptions
Refer to issue #1600 Limit create key options
2016-04-04 10:53:11 +02:00
Alex Fong
cb9bdb3cf7 Redesigned subkey creation dialog and changed default key type created to RSA, 3072 bit.
Added code to prevent removal of master subkey when modifying a new key.
2016-04-01 23:12:11 +08:00
Victor Hazali
e627006fcf setTitle now uses resource id directly 2016-04-01 10:34:52 +08:00
Durgesh
990948e3fb Fix Display Key in UploadKeyActivity, Issue #506 2016-03-31 20:52:34 +05:30
Victor Hazali
5411963aff Refactored switch statements to use constants 2016-03-30 06:07:59 +08:00
Victor Hazali
ce70568ff3 Extracted method 2016-03-30 05:37:31 +08:00
Victor Hazali
8ac7115f22 Merge commit '05accb49066a2693cfc1c92e29ad10112f957495' into warn-when-stripping-master-key 2016-03-30 05:33:11 +08:00
Victor Hazali
8f4238df28 Fixes #1298 2016-03-30 04:21:33 +08:00
Durgesh
0f716f7b9f Display Key moved to Fragment
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-03-29 22:46:20 +05:30
Andrea Torlaschi
360b5a658a Handle encrypted files while importing keys 2016-03-27 18:20:29 +02:00
Adithya Abraham Philip
4b6df7d17c change sync interval on change in code 2016-03-24 22:10:47 +05:30
Vincent
f005bbad96 Merge pull request #1785 from advaita13/wifi-only-fix
Sync only when unmetered internet is available #1670
2016-03-24 14:26:03 +01:00
Dominik Schürmann
c4de57d4f6 Merge pull request #1782 from fiaxh/share_key_mime
Set MIME application/pgp-keys when sending a key
2016-03-24 13:52:04 +01:00
Vincent Breitmoser
4c61b4c892 use new TokenAutoComplete 2.0.7, fixes #1636 2016-03-23 22:46:25 +01:00
Vincent Breitmoser
c917262957 get rid of code path for pin and notation data handling 2016-03-23 17:49:26 +01:00
Advaita
cab3fa7874 Final commit
All changes included

Improvements

-Reformatted code wherever required
-Only active wifi connections trigger events
-Improve sync reliability
-Removed extra permission

Minor Changes

-Refactored 2 variables for easier readbility
-Wifi-Only-Sync is now enabled by default
2016-03-23 20:54:10 +05:30
Durgesh
a8603d6974 Fix CertifyKeyActivity back button on action bar not working #1758
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-03-22 20:28:36 +01:00
Vincent Breitmoser
ce5e5f36c5 update null-check for duplicates, and add matching indexes to name and email columns 2016-03-16 00:49:19 +01:00
Vincent Breitmoser
6029564d68 small update to duplicate detection 2016-03-15 23:51:21 +01:00
Vincent
5abbe859ff Merge pull request #1777 from fjodorver/master
Updated HAS_DUPLICATE_USER_ID in KeychainProvider #1745
2016-03-15 23:40:09 +01:00