aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptTextActivity.java
Commit message (Expand)AuthorAgeFilesLines
* object oriented split user idDominik Schürmann2015-03-161-4/+3
* Clarify MIME usageDominik Schürmann2015-03-151-1/+1
* Fix compression check in activitiesDominik Schürmann2015-03-091-1/+1
* 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 activit...Dominik Schürmann2015-03-051-5/+24
* Better selection of preferred algorithmDominik Schürmann2015-03-051-0/+2
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-29/+26
* 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-3/+3
* Disable sharing chooser blacklisting for lollipopDominik Schürmann2015-01-191-0/+1
* 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
* Fixes for share to decryptDominik Schürmann2014-09-291-2/+3
* move more stuff into EncryptActivity superclassVincent Breitmoser2014-09-241-135/+13
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+1
* fix signing in OK with yubikeysVincent Breitmoser2014-09-241-14/+23
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-4/+3
* Passphrase handling in encryptDominik Schürmann2014-09-171-0/+34
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-44/+10
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-49/+88
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-3/+16
* Fix share to encrypt textDominik Schürmann2014-09-131-5/+18
* add some comments to previous commitVincent Breitmoser2014-09-101-0/+4
* jury-rig broken sign mechanismVincent Breitmoser2014-09-091-12/+22
* Update and fix Intent APIDominik Schürmann2014-09-071-2/+3
* Make Intent API as recommended in http://developer.android.com/guide/componen...Dominik Schürmann2014-09-071-7/+7
* Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-071-4/+4
* Remove file menu items from text activityDominik Schürmann2014-09-061-1/+1
* No inception with APGDominik Schürmann2014-09-061-1/+6
* Fix AndroidManifest for new encrypt activitiesDominik Schürmann2014-09-061-1/+1
* Share helperDominik Schürmann2014-09-061-64/+5
* Drawer nav method cleanupDominik Schürmann2014-09-061-3/+2
* Lock drawer in EncryptFileActivity if called from intentVincent Breitmoser2014-09-011-0/+3
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-0/+477