aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug/release build separationDominik Schürmann2015-06-111-2/+2
|
* Allow debug build besides release buildDominik Schürmann2015-06-101-3/+6
|
* keep prefernces individual per dialog (affects only compression)Vincent Breitmoser2015-06-031-1/+2
|
* implement sticky preferencesVincent Breitmoser2015-05-311-0/+3
|
* File extensions into ConstantsDominik Schürmann2015-03-171-0/+4
|
* Clarify MIME usageDominik Schürmann2015-03-151-0/+5
|
* disable debug syncDominik Schürmann2015-03-141-1/+1
|
* Use names also for main contactDominik Schürmann2015-03-141-1/+1
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-15/+1
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Debug optionsDominik Schürmann2015-03-051-0/+2
|
* Better selection of preferred algorithmDominik Schürmann2015-03-051-2/+12
|
* ContactHelper cleanupDominik Schürmann2015-03-041-2/+1
|
* Remove files related to old nav drawerDominik Schürmann2015-01-291-18/+0
|
* Refactor DecryptActivity into DecryptOverviewFragment for nav drawerDominik Schürmann2015-01-291-2/+1
|
* Move key list logic into fragment, UI fixes for nav drawerDominik Schürmann2015-01-291-4/+3
|
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-0/+1
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-2/+0
|
* 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