aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* ssh authentication supportHEADmasterhsm2016-05-291-1/+1
|
* Add ignore = dirty to submodules configDominik Schürmann2016-02-091-0/+2
|
* Add bouncycastle submoduleDominik Schürmann2016-02-091-0/+3
|
* Remove spongycastle submoduleDominik Schürmann2016-02-091-4/+0
|
* Always revoke subkeys with a revocation signature.KB Sriram2016-01-151-0/+3
| | | | | | | | | | | | | | | Unlike UID revocations which are "reversible" by newer UID self-signatures, a subkey revocation should be "permanent" even if followed by a newer self-signature. The RFC is ambiguous on this, but this is the convention used by (e.g.) GnuPG. The rationale for this behaviour is available as comments within the GnuPG source. UID signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1668-L1674 Subkey signatures: https://github.com/mtigas/gnupg/blob/50c98c7ed6b542857ee2f902eca36cda37407737/g10/getkey.c#L1990-L1997
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-2/+2
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* use snackbar from repository (again), and update to 2.11.0Vincent Breitmoser2015-08-071-3/+0
| | | | | | | | This release merged our pull requests for round corners on tablet for top line, and nicer dismiss-on-swipe animation. https://github.com/nispok/snackbar/pull/134 https://github.com/nispok/snackbar/pull/135
* Revert "Use snackbar lib from maven repo"Vincent Breitmoser2015-07-141-0/+3
| | | | | | | | This reverts commit bfc57aefa5d9fd435e93589ea8a37c9747cb7814. Conflicts: OpenKeychain/build.gradle settings.gradle
* Use snackbar lib from maven repoDominik Schürmann2015-05-101-3/+0
|
* Switch to html-textview from JCenterDominik Schürmann2015-04-121-4/+0
|
* Add TokenAutoComplete and StickyListHeaders as maven dependencies instead of ↵Dominik Schürmann2015-03-301-8/+0
| | | | git submodules
* use top line in snackbar for status indicationVincent Breitmoser2015-03-221-0/+3
|
* Add ignore dirty to other git submodulesDominik Schürmann2015-03-151-2/+9
|
* Fixed Spacing issueIshan Khanna2015-03-041-3/+3
|
* This edit prevents some modules from throwing untracked content warning in gitIshan Khanna2015-03-041-1/+3
|
* Removed unused submodulesDominik Schürmann2015-03-021-9/+0
|
* Removed submodule android-lockpatternDominik Schürmann2015-02-231-3/+0
|
* Add android-lockpattern libraryDominik Schürmann2014-12-291-0/+3
|
* Removed submodule openpgp-card-nfc-libDominik Schürmann2014-09-241-3/+0
|
* Add safeslinger submoduleDominik Schürmann2014-09-041-1/+4
|
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-061-0/+3
|\ | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java extern/openpgp-api-lib settings.gradle
| * Merge branch 'master' into improve-file-moremar-v-in2014-07-311-6/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java
| * | Many changes to file ... and still incompletemar-v-in2014-07-061-0/+3
| | | | | | | | | | | | | | | - Multi file - Reworked UI
* | | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-3/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/src/main/java/org/sufficientlysecure/keychain/helper/Preferences.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java
| * | Merge branch 'master' into ditch-appmsgVincent Breitmoser2014-07-261-3/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyActivityOld.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java
| * | | get rid of AppMsg libraryVincent Breitmoser2014-07-071-3/+0
| | |/ | |/|
* | | Merge branch 'master' into yubikeyDominik Schürmann2014-07-181-4/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: .gitmodules
| * | Removed OpenPGP-haskell submoduleDominik Schürmann2014-07-181-4/+1
| | |
* | | Add nfc libDominik Schürmann2014-07-161-0/+3
|/ /
* / put unit tests into external module (CAVEAT)Vincent Breitmoser2014-07-091-2/+2
|/ | | | | | | this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.
* Removed submodule AndroidBootstrapDominik Schürmann2014-06-301-3/+0
|
* Change keybase submodule to our forkDominik Schürmann2014-06-281-1/+1
|
* Merge submodulesDominik Schürmann2014-06-241-0/+3
|\
| * https for submodulesArt O Cathain2014-06-231-1/+1
| |
| * add OpenPGP-Haskell to test collateralArt O Cathain2014-06-231-0/+3
| |
* | Add minidns submodulemar-v-in2014-06-231-0/+3
| |
* | Remove dnsjava modulemar-v-in2014-06-231-3/+0
|/
* Moved Keybase stuff into KeybaseLib submoduleTim Bray2014-06-201-0/+3
|
* Merge remote-tracking branch 'origin/master' into canonicalizeVincent Breitmoser2014-06-131-0/+3
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport/ImportKeysListEntry.java OpenKeychain/src/main/res/values/strings.xml settings.gradle
| * Add dnsjava as submodulemar-v-in2014-06-051-0/+3
| |
* | import-log: add SuperToast external libraryVincent Breitmoser2014-06-101-0/+3
|/
* Move API libs and API example into their own git reposDominik Schürmann2014-05-071-0/+6
|
* Use git submodules for libs, fix compilation, remove library sourcecodeDominik Schürmann2014-04-161-0/+21