Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | use Notify helper everywhere, replace supertoasts with snackbar library | Vincent Breitmoser | 2015-01-19 | 6 | -209/+196 | |
| | | | | | ||||||
* | | | | | Fix cleartext signatures internally | Dominik Schürmann | 2015-01-27 | 1 | -5/+4 | |
| | | | | | ||||||
* | | | | | Fix nullpointer in ImportKeysActivity | Dominik Schürmann | 2015-01-27 | 1 | -13/+24 | |
| | | | | | ||||||
* | | | | | Support verification of detached signatures | Dominik Schürmann | 2015-01-27 | 2 | -98/+223 | |
| | | | | | ||||||
* | | | | | Merge branch 'development' into detached-sigs-api | Dominik Schürmann | 2015-01-27 | 10 | -57/+131 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java | |||||
| * \ \ \ \ | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-01-27 | 10 | -57/+132 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | development | |||||
| | * | | | | | backend support for charset in ascii-armored streams | Vincent Breitmoser | 2015-01-27 | 6 | -4/+65 | |
| | | | | | | | ||||||
| | * | | | | | remove unused NonPgpPartException | Vincent Breitmoser | 2015-01-26 | 1 | -12/+0 | |
| | | | | | | | ||||||
| | * | | | | | move last parts of import logic from kis into operation | Vincent Breitmoser | 2015-01-26 | 4 | -41/+67 | |
| | | | | | | | ||||||
* | | | | | | | Temporary nav drawer fixes | Dominik Schürmann | 2015-01-27 | 5 | -18/+27 | |
| | | | | | | | ||||||
* | | | | | | | Fixes for detached signatures | Dominik Schürmann | 2015-01-26 | 2 | -11/+36 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'development' into detached-sigs-api | Dominik Schürmann | 2015-01-26 | 112 | -1853/+2324 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java | |||||
| * | | | | | | Material Design Drawer | Dominik Schürmann | 2015-01-26 | 6 | -29/+88 | |
| |/ / / / / | ||||||
| * | | | | | Material Design: Full screen dialogs | Dominik Schürmann | 2015-01-26 | 12 | -181/+136 | |
| | | | | | | ||||||
| * | | | | | lift language level to java 7, and some code cleanup | Vincent Breitmoser | 2015-01-25 | 88 | -838/+757 | |
| | | | | | | ||||||
| * | | | | | introduce PromoteKeyOperation to create dummy secret from public keys | Vincent Breitmoser | 2015-01-25 | 7 | -1/+201 | |
| | | | | | | ||||||
| * | | | | | work on divert-to-key and other keyring stuff | Vincent Breitmoser | 2015-01-25 | 5 | -16/+112 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow modifySecretKeyRing operation without passphrase, but a only restricted subset of operations (ie, s2k strip/divert) - pass byte array with serial number to key edit operation to initialize divert-to-card key - update spongycastle to support serial numbers in iv for divert-to-card | |||||
| * | | | | | allow explicit re-certification in SaveKeyringParcel | Vincent Breitmoser | 2015-01-24 | 2 | -1/+8 | |
| | | | | | | ||||||
| * | | | | | move key stripping into ChangeSubkey, support divert-to-card | Vincent Breitmoser | 2015-01-24 | 5 | -39/+56 | |
| | | | | | | ||||||
| * | | | | | only respect most recent signature for key flags | Vincent Breitmoser | 2015-01-19 | 2 | -12/+42 | |
| | | | | | | ||||||
| * | | | | | always show revoked user ids last! | Vincent Breitmoser | 2015-01-19 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-01-19 | 2 | -1/+9 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | development | |||||
| | * | | | | No setContentView in onCreate for KeyListActivity | Vincent | 2015-01-16 | 1 | -2/+0 | |
| | | | | | | ||||||
| | * | | | | show notification if KeyListActivity is spawned with an EXTRA_RESULT | Vincent Breitmoser | 2015-01-16 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1029 Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java | |||||
| * | | | | | Disable sharing chooser blacklisting for lollipop | Dominik Schürmann | 2015-01-19 | 3 | -3/+6 | |
| |/ / / / | ||||||
| * | | | | Style tabs, add missing drawables | Dominik Schürmann | 2015-01-15 | 5 | -567/+25 | |
| | | | | | ||||||
| * | | | | Yubikey numkey by default to true | Dominik Schürmann | 2015-01-14 | 2 | -1/+4 | |
| | | | | | ||||||
| * | | | | Toolbar for settings | Dominik Schürmann | 2015-01-14 | 4 | -14/+41 | |
| | | | | | ||||||
| * | | | | Integrate QR Code library instead of requiring the app to be installed, also ↵ | Dominik Schürmann | 2015-01-14 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | due to security reasons | |||||
| * | | | | fix ambiguous column name in advanced key info | Vincent Breitmoser | 2015-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-01-14 | 3 | -5/+29 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | development | |||||
| | * | | | | small fixes to user attribute handling | Vincent Breitmoser | 2015-01-14 | 3 | -3/+27 | |
| | | | | | | ||||||
| | * | | | | fix log entry for addition of user attributes | Vincent Breitmoser | 2015-01-14 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Fix SearchView | Dominik Schürmann | 2015-01-14 | 1 | -20/+4 | |
| |/ / / / | ||||||
| * | | | | Fix Toolbars in decrypt activities | Dominik Schürmann | 2015-01-14 | 2 | -6/+12 | |
| | | | | | ||||||
| * | | | | Launcher icon fixes | Dominik Schürmann | 2015-01-14 | 2 | -8/+7 | |
| | | | | | ||||||
| * | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-01-14 | 16 | -101/+662 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | development | |||||
| | * | | | | actually import user attributes (though they are not shown anywhere yet) | Vincent Breitmoser | 2015-01-14 | 7 | -16/+185 | |
| | | | | | | ||||||
| | * | | | | make user_ids table typed, with attribute_data support | Vincent Breitmoser | 2015-01-14 | 9 | -88/+120 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java | |||||
| | * | | | | hack to make WrappedUserAttribute serializable | Vincent Breitmoser | 2015-01-13 | 1 | -0/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedUserAttribute.java | |||||
| | * | | | | support addition of user attributes | Vincent Breitmoser | 2015-01-13 | 3 | -3/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/res/values/strings.xml | |||||
| | * | | | | add support for user attributes in merge() routine | Vincent Breitmoser | 2015-01-13 | 1 | -2/+28 | |
| | | | | | | ||||||
| | * | | | | remove LinkedIdentity (committed earlier by accident) | Vincent Breitmoser | 2015-01-13 | 1 | -160/+0 | |
| | | | | | | ||||||
| | * | | | | add support for user attributes (during canonicalization) | Vincent Breitmoser | 2015-01-12 | 4 | -0/+350 | |
| | | | | | | ||||||
| * | | | | | Refactor BaseActivity | Dominik Schürmann | 2015-01-13 | 26 | -62/+85 | |
| | | | | | | ||||||
| * | | | | | Use Toolbar and new BaseActivity | Dominik Schürmann | 2015-01-13 | 16 | -50/+91 | |
| | | | | | | ||||||
| * | | | | | Start working on Material Design | Dominik Schürmann | 2015-01-13 | 8 | -55/+88 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1023 from adithyaphilip/development | Dominik Schürmann | 2015-01-12 | 1 | -7/+28 | |
| |\ \ \ \ | | | | | | | | | | | | | Issue #954 - fixed crash when file scheme is passed, broadened deletion scope | |||||
| | * | | | | fixed crash when file scheme is passed, broadened deletion scope | Abraham Philip | 2015-01-09 | 1 | -7/+28 | |
| | | | | | | ||||||
* | | | | | | No output stream for detached signatures, makes no sense to pipe it through | Dominik Schürmann | 2015-01-08 | 1 | -2/+1 | |
| | | | | | |