aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFilesActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Reworked Notify classManoj Khanna2015-03-201-4/+8
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-4/+5
|
* File extensions into ConstantsDominik Schürmann2015-03-171-5/+5
|
* Allow for hidden recipients in encrypt methodsDominik Schürmann2015-03-161-6/+19
|
* Allow encrypt of filenames via overflow menuDominik Schürmann2015-03-161-0/+12
|
* object oriented split user idDominik Schürmann2015-03-161-3/+3
|
* Clarify MIME usageDominik Schürmann2015-03-151-1/+1
|
* Updated fix for Issue #1116Manoj Khanna2015-03-111-13/+26
|
* Fix ascii armor in encrypt activityDominik Schürmann2015-03-091-3/+2
|
* Fix compression check in activitiesDominik Schürmann2015-03-091-2/+2
|
* Redesign of encrypt activites finishedDominik Schürmann2015-03-091-21/+11
|
* Use ArrayList instead of LinkedListDominik Schürmann2015-03-051-1/+1
|
* Use static linked lists instead of arraysDominik Schürmann2015-03-051-1/+1
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-13/+28
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Better selection of preferred algorithmDominik Schürmann2015-03-051-0/+2
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-28/+22
| | | | | | | - 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
* Temporary nav drawer fixesDominik Schürmann2015-01-271-4/+4
|
* Material Design DrawerDominik Schürmann2015-01-261-6/+6
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-4/+4
|
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
|
* Start working on Material DesignDominik Schürmann2015-01-131-2/+5
|
* move around package structure a bitVincent Breitmoser2014-10-101-1/+1
|
* Maybe fixes encrypt files on tabletsDominik Schürmann2014-09-291-1/+1
|
* move more stuff into EncryptActivity superclassVincent Breitmoser2014-09-241-90/+22
|
* DecryptFilesActivityDominik Schürmann2014-09-241-4/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-3/+3
| | | | created ui.util for everything related to formatting
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-0/+491