Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OTG: UsbTransport minor refactoring | Nikita Mikhailov | 2016-04-14 | 1 | -11/+22 |
| | |||||
* | OTG: Add/update javadoc; rename methods, exceptions | Nikita Mikhailov | 2016-04-14 | 8 | -115/+173 |
| | |||||
* | OTG: refactor, change nfc prefix to smartcard | Nikita Mikhailov | 2016-04-14 | 7 | -66/+68 |
| | |||||
* | OTG: Refactor persistent connections, naming | Nikita Mikhailov | 2016-04-14 | 9 | -118/+132 |
| | |||||
* | OTG: Add support for persistent usb connection | Nikita Mikhailov | 2016-04-14 | 8 | -111/+132 |
| | | | | No need to reinsert token on each operation | ||||
* | OTG: Implement hidden activity usb detection technique | Nikita Mikhailov | 2016-04-14 | 6 | -932/+66 |
| | |||||
* | OTG: Rename 'javacard' package, methods, remove JavacardInterface | Nikita Mikhailov | 2016-04-14 | 16 | -67/+770 |
| | |||||
* | OTG: Fix usb transport | Nikita Mikhailov | 2016-04-14 | 3 | -43/+108 |
| | |||||
* | OTG: Usb device manager fixes | Nikita Mikhailov | 2016-04-14 | 5 | -93/+74 |
| | |||||
* | OTG: Add usb device manager prototype | Nikita Mikhailov | 2016-04-14 | 3 | -28/+210 |
| | |||||
* | OTG: update methods | Nikita Mikhailov | 2016-04-14 | 8 | -707/+308 |
| | |||||
* | OTG: port old primitives from otg_alt branch | Nikita Mikhailov | 2016-04-14 | 11 | -0/+995 |
| | |||||
* | Revert usage of masked-edittext, back to plain edittexts for backup codes | Dominik Schürmann | 2016-04-12 | 2 | -118/+177 |
| | |||||
* | Merge pull request #1772 from runnerway/importkey-encrypted | Vincent | 2016-04-12 | 3 | -10/+135 |
|\ | | | | | Handle encrypted files in "import key" file selection | ||||
| * | Handle encrypted files while importing keys | Andrea Torlaschi | 2016-03-27 | 3 | -10/+135 |
| | | |||||
* | | Use cert pinning only if available | Dominik Schürmann | 2016-04-09 | 7 | -41/+36 |
| | | |||||
* | | Okhttp3 cleanups, docs, and fix timeouts for default client | Dominik Schürmann | 2016-04-09 | 5 | -29/+41 |
| | | |||||
* | | KeyBaseLib response Client | Michal Kepkowski | 2016-04-08 | 2 | -10/+10 |
| | | |||||
* | | cleaning | Michal Kepkowski | 2016-04-06 | 2 | -8/+6 |
| | | |||||
* | | Merge branch 'master' into okhttp3 | Michal Kepkowski | 2016-04-06 | 33 | -726/+852 |
|\ \ | |||||
| * \ | Merge pull request #1804 from vhazali/tint-linked-contact-picture-in-toolbar | Vincent | 2016-04-06 | 1 | -0/+3 |
| |\ \ | | | | | | | | | tint linked contact picture in toolbar #1298 | ||||
| | * | | Used a constant instead of magic number for colour | Victor Hazali | 2016-04-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Explicitly stated the blending mode | ||||
| | * | | Fixes #1298 | Victor Hazali | 2016-03-30 | 1 | -0/+2 |
| | |/ | |||||
| * | | Fix Unusable signing key not properly disabled, Issue #1468 | Durgesh | 2016-04-05 | 2 | -10/+0 |
| | | | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
| * | | Merge pull request #1808 from vhazali/warn-when-stripping-master-key | Vincent | 2016-04-04 | 1 | -5/+28 |
| |\ \ | | | | | | | | | Warn when stripping master key #1554 | ||||
| | * | | setTitle now uses resource id directly | Victor Hazali | 2016-04-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | Refactored switch statements to use constants | Victor Hazali | 2016-03-30 | 1 | -5/+9 |
| | | | | |||||
| | * | | Extracted method | Victor Hazali | 2016-03-30 | 1 | -16/+20 |
| | | | | |||||
| | * | | Merge commit '05accb49066a2693cfc1c92e29ad10112f957495' into ↵ | Victor Hazali | 2016-03-30 | 1 | -1/+16 |
| | |\ \ | | | |/ | | |/| | | | | | warn-when-stripping-master-key | ||||
| | | * | Alert for Stripping Subkeys. | tdjogi010@gmail.com | 2016-03-02 | 1 | -1/+16 |
| | | | | |||||
| * | | | Merge pull request #1796 from AlexFJW/LimitCreateKeyOptions | Vincent | 2016-04-04 | 6 | -352/+271 |
| |\ \ \ | | | | | | | | | | | Refer to issue #1600 Limit create key options | ||||
| | * | | | Redesigned subkey creation dialog and changed default key type created to ↵ | Alex Fong | 2016-04-01 | 6 | -352/+271 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key. | ||||
| * | | | | Fix Display Key in UploadKeyActivity, Issue #506 | Durgesh | 2016-03-31 | 6 | -21/+39 |
| | | | | | |||||
| * | | | | Display Key moved to Fragment | Durgesh | 2016-03-29 | 3 | -171/+224 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
| * | | | change sync interval on change in code | Adithya Abraham Philip | 2016-03-24 | 4 | -12/+63 |
| | | | | |||||
| * | | | Merge pull request #1785 from advaita13/wifi-only-fix | Vincent | 2016-03-24 | 6 | -22/+102 |
| |\ \ \ | | | | | | | | | | | Sync only when unmetered internet is available #1670 | ||||
| | * | | | Final commit | Advaita | 2016-03-23 | 6 | -22/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | Merge pull request #1782 from fiaxh/share_key_mime | Dominik Schürmann | 2016-03-24 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Set MIME application/pgp-keys when sending a key | ||||
| | * | | | | Set MIME application/pgp-keys when sending a key | fiaxh | 2016-03-14 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | use new TokenAutoComplete 2.0.7, fixes #1636 | Vincent Breitmoser | 2016-03-23 | 2 | -11/+0 |
| | | | | | |||||
| * | | | | get rid of code path for pin and notation data handling | Vincent Breitmoser | 2016-03-23 | 7 | -113/+70 |
| | | | | | |||||
| * | | | | Fix CertifyKeyActivity back button on action bar not working #1758 | Durgesh | 2016-03-22 | 1 | -0/+11 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com> | ||||
| * | | | update null-check for duplicates, and add matching indexes to name and email ↵ | Vincent Breitmoser | 2016-03-16 | 2 | -7/+13 |
| | | | | | | | | | | | | | | | | columns | ||||
| * | | | small update to duplicate detection | Vincent Breitmoser | 2016-03-15 | 1 | -2/+5 |
| | | | | |||||
| * | | | Merge pull request #1777 from fjodorver/master | Vincent | 2016-03-15 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Updated HAS_DUPLICATE_USER_ID in KeychainProvider #1745 | ||||
| | * | | | Updated HAS_DUPLICATE_USER_ID in KeychainProvider to use name and email ↵ | fjodor | 2016-03-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | address instead of user id #1745 | ||||
| * | | | | fix ridiculous database migration bug introduced by ↵ | Vincent Breitmoser | 2016-03-15 | 1 | -9/+7 |
| | |/ / | |/| | | | | | | | | | | d6e4936fa54dc3577296dbadaeb556178dcad2c3 | ||||
| * | | | Merge pull request #1780 from AlexFJW/backup-code-selection | Dominik Schürmann | 2016-03-12 | 1 | -0/+25 |
| |\ \ \ | | | | | | | | | | | Provisional backup-code text selection fix | ||||
| | * | | | Provisional backup-code text selection fix | Alex Fong | 2016-03-12 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For issue #1779, a provisional fix where selection is still possible, but more difficult. Preventing selection altogether is not possible due to the implementation in the Masked-Edittext dependency. To be updated when Masked-Edittext fixes this bug. | ||||
* | | | | | OKhttp url factory | Michal Kepkowski | 2016-04-06 | 2 | -8/+26 |
| | | | | |