aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/KeychainApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* consolidate: prevent concurrent calls of step 2Vincent Breitmoser2014-08-201-4/+9
|
* consolidate: use KeychainProvider for deletion operationVincent Breitmoser2014-08-201-2/+0
|
* Start consolidate activityDominik Schürmann2014-08-191-1/+8
|
* stub for consolidate recovery in KeychainApplicationVincent Breitmoser2014-08-191-1/+8
|
* Use CompressionAlgorithmTags instead of homebrew constantsDominik Schürmann2014-08-051-1/+1
|
* Optimize importsDominik Schürmann2014-08-051-1/+0
|
* Merge pull request #728 from mar-v-in/improve-file-moreDominik Schürmann2014-08-041-3/+4
|\ | | | | Improve file encrypt
| * Add temporary file storage as discussed in #665mar-v-in2014-07-011-0/+3
| | | | | | | | 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-0/+7
| |\ | | | | | | | | | | | | | | | | | | | | | 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
| * | Improve file more, Part 1mar-v-in2014-06-221-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | remove debug output about security providers (cleaner unit tests)Vincent Breitmoser2014-08-011-0/+2
| |/ |/|
* | Move sks-keyservers.net CA into assets foldermar-v-in2014-06-251-0/+3
| |
* | Update Keyservers to use hkps as neededmar-v-in2014-06-241-1/+4
|/
* Show keys with android contactsmar-v-in2014-06-051-5/+6
| | | | This means to sync userid + keyid into contact storage. Android will merge them to normal contacts based on primary userid.
* First version of automatic contact discovery.mar-v-in2014-06-041-0/+13
| | | | | | | | | TODO: - Configuration (much of it) - Enabled by default? - Which keys to import? Current state: All non-revoked and non-expired with matching userid - Search for keys if already known? Current state: yes, may cause traffic (configuration: only when wifi?) - Update interval: Currently Android handles it, might be good (causes automatic refresh on new contact and stuff like that) or bad (too many of refreshes)
* ui: purplize edge overscroll glow effectVincent Breitmoser2014-05-071-0/+20
|
* Optimize importsDominik Schürmann2014-04-151-1/+0
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-061-0/+75