aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptTextActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-4/+3
| | | | created ui.util for everything related to formatting
* 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
| | | | Should improve situation on #811
* Update and fix Intent APIDominik Schürmann2014-09-071-2/+3
|
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-7/+7
| | | | http://developer.android.com/guide/components/intents-filters.html
* 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
| | | | Closes #810
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-0/+477