aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
...
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-0/+1
|
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-2/+2
|
* Fix buildDominik Schürmann2014-09-151-1/+0
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-09-151-0/+2
|\
| * Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-0/+2
| |
* | First work on decryptDominik Schürmann2014-09-141-0/+1
|/
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-0/+3
| | | | http://developer.android.com/guide/components/intents-filters.html
* Due to compatiblity switch from SHA512 to SHA256Dominik Schürmann2014-09-071-2/+2
|
* More UI reworkDominik Schürmann2014-09-071-2/+2
|
* Add yubikey default PIN preferenceDominik Schürmann2014-09-051-0/+1
|
* Integrate safeslinger shareDominik Schürmann2014-09-041-1/+3
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-3/+6
|
* remember "show advanced tabs" settingVincent Breitmoser2014-08-311-0/+1
| | | | Closes #669
* Change account typeDominik Schürmann2014-08-211-0/+3
|
* consolidate: split into two steps, can pick up at second step if anything failsVincent Breitmoser2014-08-191-0/+3
|
* Remove subkeys.pgp.net keyserver from defaultsDominik Schürmann2014-08-151-1/+1
|
* Remove subkeys.pgp.net keyserver, often down and no hkpsDominik Schürmann2014-08-151-1/+1
|
* Remove support for v3 sig generationDominik Schürmann2014-08-141-1/+0
|
* Dont write version header by defaultDominik Schürmann2014-08-141-1/+1
|
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-12/+1
|
* Optimize importsDominik Schürmann2014-08-051-1/+0
|
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ↵Dominik Schürmann2014-08-051-7/+0
| | | | selection for adding new subkeys
* Cleanup, prevent encrypt Intent inceptionDominik Schürmann2014-08-041-2/+0
|
* Merge branch 'master' into improve-file-moremar-v-in2014-07-311-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge remote-tracking branch 'upstream/master'Daniel Albert2014-07-161-0/+1
| |\ | | | | | | | | | | | | | | | Conflicts: OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell OpenKeychain/src/main/java/org/sufficientlysecure/keychain/Constants.java
| | * New first time screenDominik Schürmann2014-07-161-0/+1
| | |
| * | Added Preference for concealing the PgpApplicationDaniel Albert2014-07-121-0/+1
| |/
* | Add temporary file storage as discussed in #665mar-v-in2014-07-011-0/+2
| | | | | | | | Writable from OpenKeychain, readable worldwide. Should be used to write shared files to it by first creating the file using TemporaryStorageProvider.createFile and then write to the Uri returned.
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-011-1/+3
|\| | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/KeychainApplication.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/FileDialogFragment.java
| * Move sks-keyservers.net CA into assets foldermar-v-in2014-06-251-35/+0
| |
| * Fix sks-keyservers.net sub poolmar-v-in2014-06-241-1/+1
| |
| * Update Keyservers to use hkps as neededmar-v-in2014-06-241-1/+3
| |
| * Few fixes on hkpsmar-v-in2014-06-231-31/+31
| | | | | | | | TODO: Fix add as well
| * Add hkps support for sks-keyservers.netmar-v-in2014-06-231-0/+35
| |
* | Improve file more, Part 1mar-v-in2014-06-221-3/+4
|/ | | | | | | | | | | | | | | - Use Uris where it makes sense, Use File class to clarify it's a file (and not whatever else a string could be) - Show sdcard in side menu in storage API #665 - Propose filename with gpg ending when storing it using the storage API #665 - Don't show output dialog on Android 4.4 #665 - Only show filename on Android < 4.4 #665 TODO: - File deletion for Android < 4.4 - Testing (especially with Android < 4.4) - Batch-encryption - UI - Temporary content provider (see #665 discussion)
* Use Document API on KitKat for file encrypt/decryptmar-v-in2014-06-101-0/+3
|
* Show keys with android contactsmar-v-in2014-06-051-0/+2
| | | | This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
* Some comments to ConstantsDominik Schürmann2014-04-141-1/+2
|
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-141-0/+21
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-081-9/+10
|
* Update copyright timespan for ThialfiharThialfihar2014-04-081-1/+1
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+82