aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Use index constants in ContactHelperDominik Schürmann2015-03-021-7/+20
|
* forgot to commit FabContainerVincent Breitmoser2015-02-281-0/+8
|
* Disable default yubikey PIN by defaultDominik Schürmann2015-02-221-1/+1
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-013-2/+13
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* prevent recursive consolidateVincent Breitmoser2015-01-311-1/+0
|
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-3/+3
|\ | | | | | | | | Conflicts: OpenKeychain/build.gradle
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-2511-64/+35
| |
* | Disable sharing chooser blacklisting for lollipopDominik Schürmann2015-01-191-2/+4
|/
* Yubikey numkey by default to trueDominik Schürmann2015-01-141-1/+1
|
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-3/+4
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* Minor code cleanupDominik Schürmann2014-11-211-8/+8
|
* prevent cancel dring consolidate, move logic into progressableVincent Breitmoser2014-10-261-0/+6
|
* Move advanced info into own activityDominik Schürmann2014-10-261-10/+0
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-232-9/+20
|
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-0/+10
|
* rewrite export with new operation styleVincent Breitmoser2014-10-131-12/+4
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
|
* Make bit size optionalDominik Schürmann2014-10-051-1/+0
|
* move IteratorWithSize interface into ParcelableFileCache - much cleanerVincent Breitmoser2014-10-031-11/+18
|
* actually use iterator interface for ParcelableFileCache in activitiesVincent Breitmoser2014-10-031-1/+5
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-20/+0
|
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-12/+9
|
* More debugging outputDominik Schürmann2014-10-011-0/+45
|
* add class for proper nfc tlv packet parsingVincent Breitmoser2014-09-291-0/+195
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-0/+10
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-1/+0
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-1712-202/+1661
| | | | created ui.util for everything related to formatting
* New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-0/+53
| | | | non-decodable characters)
* Consolidate on database upgradeDominik Schürmann2014-09-091-3/+10
|
* ditch NullProgressableVincent Breitmoser2014-08-301-0/+4
|
* add ecc supportVincent Breitmoser2014-08-241-9/+4
|
* add ProgressFixedScaler (forgot in a previous commit)Vincent Breitmoser2014-08-191-0/+29
|
* consolidate: split into two steps, can pick up at second step if anything failsVincent Breitmoser2014-08-191-1/+21
|
* parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-5/+6
|
* Remove MD5 supportDominik Schürmann2014-08-141-1/+0
|
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-4/+5
|
* Merge pull request #728 from mar-v-in/improve-file-moreDominik Schürmann2014-08-041-0/+36
|\ | | | | Improve file encrypt
| * Merge branch 'master' into improve-file-moremar-v-in2014-07-312-4/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Add temporary file storage as discussed in #665mar-v-in2014-07-011-0/+36
| | | | | | | | | | | | 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.
* | | make FileImportCache generic, iterable, and add unit testVincent Breitmoser2014-08-011-26/+26
| | |
* | | move classes around a bitVincent Breitmoser2014-08-011-0/+179
| |/ |/|
* | completely overengineer progress indication in {modify,create}SecretKeyRing ↵Vincent Breitmoser2014-07-311-2/+2
| | | | | | | | methods
* | Merge branch 'master' into ditch-appmsgVincent Breitmoser2014-07-261-3/+9
|\ \ | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyActivityOld.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java
| * | modifyKey: error out on integrity check failsVincent Breitmoser2014-07-121-3/+9
| |/
* / use SuperToast instead of AppMsg in code, part 1Vincent Breitmoser2014-07-071-1/+1
|/
* Moved Keybase stuff into KeybaseLib submoduleTim Bray2014-06-201-121/+0
|
* Changed license headerDaniel Haß2014-06-161-11/+11
|
* Moved Notify class to utilsDaniel Haß2014-06-161-0/+70
|