aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Collapse)AuthorAgeFilesLines
* Final commitAdvaita2016-03-236-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 #1780 from AlexFJW/backup-code-selectionDominik Schürmann2016-03-121-0/+25
|\ | | | | Provisional backup-code text selection fix
| * Provisional backup-code text selection fixAlex Fong2016-03-121-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.
* | Merge pull request #1763 from fjodorver/masterVincent2016-03-104-15/+38
|\ \ | | | | | | WIP: Save split user ids in database #1745
| * | Increased version DB and added a migration path from an old database formatfjodor2016-03-071-2/+5
| | |
| * | Save split user ids in database #1745fjodor2016-03-074-13/+33
| | | | | | | | | | | | Save split user ids in database
* | | service: add opportunistic mode to encryptionVincent Breitmoser2016-03-101-20/+26
| | |
* | | Fix display of keyserver item in dark themefiaxh2016-03-101-3/+4
| |/ |/|
* | Fix NullPointerException in ↵Durgesh2016-03-081-1/+1
| | | | | | | | | | | | ImportKeysListFragment.checkAndRequestReadPermission, #1766 Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | Open keyboard for backup codeDominik Schürmann2016-03-081-22/+31
| |
* | Revert "Use non-breaking spaces for backup code MaskedEditText"Dominik Schürmann2016-03-081-7/+2
| | | | | | | | | | | | | | This reverts commit 0feb4d074ce284bfed17e82a3cbc218209aff14a. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/BackupCodeFragment.java
* | Fix code style and documentation in BaseSecurityTokenNfcActivityDominik Schürmann2016-03-082-40/+45
| |
* | Fix documentation of nfcGenerateOnCardKeyDominik Schürmann2016-03-081-3/+1
| |
* | Fix comment in nfcGenerateOnCardKeyDominik Schürmann2016-03-081-1/+1
| |
* | Add nfcGenerateOnCardKey by Joey Castillo before it gets lostDominik Schürmann2016-03-081-0/+42
| |
* | Merge branch 'okHttpLinkedToken' of https://github.com/kepuss/open-keychain ↵Dominik Schürmann2016-03-074-82/+81
|\ \ | | | | | | | | | into kepuss-okHttpLinkedToken
| * | okHttpMichal Kepkowski2016-03-044-82/+81
| | |
* | | fix get key ids by removing another leftoverDominik Schürmann2016-03-071-1/+0
| | |
* | | fix bug from leftover line in openpgpserviceVincent Breitmoser2016-03-071-1/+0
| | |
* | | Merge pull request #1757 from 007durgesh219/Issue#1752Dominik Schürmann2016-03-061-1/+7
|\ \ \ | | | | | | | | Fix K-9 stable: OpenPGP: Unknown compression algorithm #1752
| * | | Fix K-9 stable: OpenPGP: Unknown compression algorithm #1752Durgesh2016-03-061-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | | | Merge pull request #1747 from runnerway/fix-alreadyaddedDominik Schürmann2016-03-061-2/+2
|\ \ \ \ | |/ / / |/| | | Fix duplicate file insertion while encrypting
| * | | Remove uri from pending even when already addedAndrea Torlaschi2016-03-041-2/+2
| |/ /
* | | Merge pull request #1750 from 007durgesh219/Issue#1746Dominik Schürmann2016-03-051-1/+1
|\ \ \ | | | | | | | | Fix Dark theme no longer works in main screen on android 5, Issue#1746
| * | | Fix Dark theme no longer works in main screen on android 5, Issue#1746Durgesh2016-03-051-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | | Merge pull request #1738 from runnerway/storage-permission-fixDominik Schürmann2016-03-051-1/+8
|\ \ \ | | | | | | | | Always check read permission
| * | | Always check read permissionAndrea Torlaschi2016-03-021-1/+8
| | | |
* | | | Merge pull request #1751 from runnerway/decrypt-filenameDominik Schürmann2016-03-052-4/+14
|\ \ \ \ | |_|/ / |/| | | Fix wrong behavior of third-party apps while opening files after decryption
| * | | Set filename after decryptionAndrea Torlaschi2016-03-051-2/+3
| | | |
| * | | Extend FileProvider to support name updateAndrea Torlaschi2016-03-051-2/+11
| | |/ | |/|
* / | Update ContactSyncAdapterService.javaAdvaita2016-03-031-0/+7
|/ /
* / add v11 to supported api versionsVincent Breitmoser2016-03-021-3/+6
|/
* handle openpgp4fpr intent filter as import rather than certify (see #1661)Vincent Breitmoser2016-03-021-1/+4
|
* small nullpointer fixVincent Breitmoser2016-03-021-3/+6
|
* nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)Vincent Breitmoser2016-03-021-1/+1
|
* Fix backup code comparisonAndrea Torlaschi2016-03-021-5/+6
|
* add some license headersVincent Breitmoser2016-02-243-0/+52
|
* wipVincent Breitmoser2016-02-241-42/+88
|
* add ACTION_CHECK_PERMISSION for a simple permission checkVincent Breitmoser2016-02-241-0/+13
|
* external-provider: add permission check for status queryVincent Breitmoser2016-02-244-7/+54
|
* external-provider: add (experimental) external providerVincent Breitmoser2016-02-242-0/+266
|
* split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-2411-247/+324
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-02-237-25/+229
|\
| * Merge pull request #1727 from open-keychain/mime-fallbackVincent2016-02-237-25/+229
| |\ | | | | | | try to guess if data is text or not
| | * ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-234-19/+27
| | |
| | * move CharsetVerifier to utils packageVincent Breitmoser2016-02-233-2/+3
| | |
| | * documentation and cleanupVincent Breitmoser2016-02-223-4/+24
| | |
| | * displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-222-1/+16
| | |
| | * decrypt: always show "View in OpenKeychain" as intent chooser option iff ↵Vincent Breitmoser2016-02-221-0/+12
| | | | | | | | | | | | isLikelyText
| | * decryptVerify: use CharsetVerifier to guess whether data is binary or notVincent Breitmoser2016-02-221-10/+19
| | |